@charset "utf-8";
@import url('reset.css');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@300;400;500;600;700&display=swap');

body{
  font-family: 'Noto Sans TC', sans-serif;
}

/* banner */
.banner img{
  width: 100%;
  height: auto;
}
.page{
  background: url('../images/bg2.jpg') center / cover no-repeat;
  margin-top: -5px;
}

.content{
  background: url('../images/bg.jpg') center / cover no-repeat;
  margin-top: -5px;
}
.container{
  max-width: 1200px;
  width: 90%;
  margin: 0 auto;
  padding: 60px 0;
}
.title{
  text-align: center;
  position: relative;
  padding: 20px 0;
  margin-top: 50px;
}
.title::before{
  content: "";
  width: calc(50% - 50px);
  height: 1px;
  background: url('../images/line-2.png') left no-repeat;
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
}
.title::after{
  content: "";
  width: calc(50% - 50px);
  height: 1px;
  background: url('../images/line-2.png') right no-repeat;
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
}
.title h2{
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  display: inline-block;
  position: relative;
}
.title h2::after{
  content: "";
  width: 50px;
  height: 50px;
  background: url('../images/light-1.png') center / 100% auto no-repeat;
  display: block;
  position: absolute;
  right: -20px;
  top: -6px;
}

/* 資訊 */
.info .text{
  max-width: 900px;
  color: #fff;
  font-size: 20px;
  font-weight: 300;
  line-height: 48px;
  letter-spacing: 1px;
  margin: 0 auto;
}
.info .text span{
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.info .text span::before{
  content: "";
  width: calc(100% - 380px);
  height: 1px;
  background: #fff;
  display: block;
}
.info .tp{
  width: calc(855 / 1200 * 90%);
  height: 0;
  background: url('../images/tp.png') top / 100% auto no-repeat;
  text-indent: -9999px;
  padding-top: 18%;
  margin: 0 auto;
}
.page .info .tp{
  background-image: url('../images/tp2.png');
}
.info .link{
  max-width: 900px;
  width: 100%;
  background: #f60c87;
  color: #fff;
  font-size: 18px;
  text-align: center;
  display: block;
  padding: 20px 0;
  margin: 0 auto;
  position: relative;
}
.info .link::before{
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 20px 20px;
  border-color: transparent transparent #fff000;  
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  transition: all .3s;
}
.info .link::after{
  content: "立即報名";
  width: 100%;
  color: #000;
  font-weight: 500;
  padding: 20px 0;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  transition: all .3s;
}
.info .link:hover::after{
  opacity: 1;
}
.info .link:hover::before{
  width: 100%;
  height: 100%;
  background: #fff000;
  color: #fff;
  box-sizing: border-box;
}
.page .info .link{
  background: #f5cd54;
  color: #000;
}
.page .info .link::before{
  border-color: transparent transparent #0fafc0;  
}
.page .info .link::after{
  color: #fff;
}
.page .info .link:hover::before{
  background: #0fafc0;
  color: #fff;
}

/* 講師陣容 */
.speaker_list{
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.speaker_list li{
  width: 19%;
  margin-bottom: 30px;
}
.speaker_list li .item{
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  display: block;
}
.speaker_list li .pic{
  max-width: 180px;
  width: 100%;
  margin: 0 auto;
}
.speaker_list li .pic img{
  width: 100%;
  height: auto;
  display: block;
}
.speaker_list li:nth-child(1),
.speaker_list li:nth-child(2){
  width: 50%;
}
.speaker_list li .text{
  max-width: 200px;
  margin: 0 auto;
}
.speaker_list li .text h3{
  font-size: 20px;
  font-weight: 600;
  margin-top: 20px;
  display: inline-block;
}
.speaker_list li .text h3::after{
  content: "";
  width: 100%;
  height: 1px;
  background: #fff;
  display: inline-block;
}
.speaker_list li .text p{
  font-size: 14px;
  font-weight: 300;
  line-height: 18px;
  letter-spacing: 1px;
  word-wrap: break-word;
  margin-top: 15px;
}
.page .speaker_list li{
  width: 24%;
}
.page .speaker_list li .text{
  max-width: 300px;
  margin: 0 auto;
}

/* 議程 */
.agenda table{
  width: 100%;
  margin-top: 30px;
}
.agenda table tr{
  background: #fff;
}
.agenda table tr.line{
  border-bottom: 1px solid #0fafc0;
}
.agenda table tr td{
  line-height: 24px;
  padding: 15px 10px;
  box-sizing: border-box;
}
.agenda table tr td span{
  font-size: 12px;
  margin-left: 5px;
}
.agenda table tr td:nth-child(1){
  width: 20%;
  font-size: 14px;
  text-align: center;
}
.agenda table tr td:nth-child(2){
  width: 30%;
  font-size: 18px;
  font-weight: 600;
  color: #0fafc0;
}
.agenda table tr td:nth-child(3){
  width: 50%;
  font-size: 14px;
}
.agenda table tr:nth-child(1){
  background: #000;
}
.agenda table tr:nth-child(1) td{
  color: #fff;
  font-size: 16px;
}
.agenda table tr.title_bl{
  color: #fff;
  background: #0fafc0;
}
.agenda table tr.title_bt td{
  color: #fff;
  font-size: 12px;
  background: #000;
  padding: 5px;
}
.agenda table tr.title_bl td{
  color: #fff;
  font-size: 18px;
  font-weight: 600;
}


.page .agenda table tr td:nth-child(1){
  width: 15%;
  text-align: left;
}
.page .agenda table tr td.time{
  text-align: center;
}.page .agenda table tr.line{
  border-bottom: 1px solid #000;
}
.page .agenda table tr td span{
  display: block;
  color: #0fafc0;
  font-size: 14px;
  line-height: 18px;
  margin-left: 0;
}
.page .agenda table tr:nth-child(1) td:nth-child(2){
  color: #fff;
}
.page .agenda table tr td:nth-child(2){
  width: 25%;
  color: #000;
  font-size: 14px;
  font-weight: 500;
}
.page .agenda table tr td:nth-child(3){
  width: 10%;
}
.page .agenda table tr td:nth-child(4){
  width: 50%;
}

/* 注意事項 */
.notice{
  margin-top: 20px;
}
.notice li{
  color: #fff;
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
  list-style: outside disc;
  margin-left: 20px;
  padding-top: 10px;
}

/* 側邊按鈕 */
.side_link{
  width: 120px;
  position: fixed;
  right: 5px;
  bottom: 0;
  z-index: 999;
}
.side_link a{
  width: 120px;
  height: 120px;
  margin-bottom: 10px;
  border-radius: 50%;
  box-shadow: 3px 2px 0px 0px rgba(0, 0, 0, 0.3);
}
.side_link .link1{
  background: url('../images/side-link-1.png') center / 100% auto no-repeat;
  text-indent: -9999px;
  display: block;
}
.side_link .link3{
  background: url('../images/side-link-2.png') center / 100% auto no-repeat;
  text-indent: -9999px;
  display: block;
}
.side_link .link2{
  background: #f60c87;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 1px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
}

/* 講師介紹 */
.pop{
  display: none;
}
.pop_bg{
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.6);
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999;
  overflow-y: scroll;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 999;
}
.speaker_info{
  max-width: 600px;
  width: 90%;
  background: #fff;
  padding: 150px 5% 20px 5%;
  box-sizing: border-box;
  position: relative;
  margin-top: 125px;
}
.speaker_info .pic{
  width: 250px;
  background: #fff;
  border-radius: 50%;
  border: 5px solid #fff;
  position: absolute;
  left: 50%;
  top: -125px;
  margin-left: -125px;
}
.speaker_info .pic img{
  width: 100%;
  height: auto;
  display: block;
}
.speaker_info .text{
  margin-bottom: 20px;
  text-align: center;
}
.speaker_info .text h3{
  font-size: 20px;
  font-weight: 600;
  display: inline-block;
}
.speaker_info .text h3::after{
  content: "";
  width: 100%;
  height: 1px;
  background: #000;
  display: inline-block;
}
.speaker_info .text p{
  font-size: 14px;
  font-weight: 400;
  text-align: left;
  line-height: 24px;
  margin-top: 20px;
}
.speaker_info .close{
  width: 25px;
  height: 25px;
  background: url('../images/close.png') center / 100% auto no-repeat;
  text-indent: -9999px;
  display: block;
  margin: 0 auto;
}
.speaker_info .text p .title{
  text-align: center;
  display: block;
  margin: 0;
  padding: 0 0 20px 0;
}

/* RWD */
@media screen and (max-width:1023px) {
  .info .text{
    font-size: 18px;
    line-height: 36px;
  }
  .info .text span{
    margin-top: 20px;
  }
  .speaker_list li{
    width: 48% !important;
  }
  .speaker_list li:last-child{
    margin-bottom: 0;
  }
  .speaker_list li .item{
    text-align: left;
    display: flex;
    align-items: center;
  }
  .speaker_list li .pic{
    width: 150px;
    margin: 0;
  }
  .speaker_list li .text{
    width: calc(100% - 150px);
    margin: 0 0 0 20px !important;
  }
  .speaker_list li .text h3{
    font-size: 18px;
    display: block;
    margin-top: 0;
  }
  .agenda table tr td span{
    line-height: 14px;
    display: block;
  }  
}
@media screen and (max-width:640px){
  .title{
    margin-top: 30px;
  }
  .info .tp{
    width: 100%;
    padding-top: 22%;
    margin-bottom: 30px;
  }
  .speaker_list li{
    width: 100% !important;
  }
  .speaker_list li .text{
    max-width: inherit;
  }
  .speaker_list li .text h3{
    display: inline-block;
  }
  .agenda::before{
    right: 5%;
  }
  .bottom{
    padding: 10px 0;
  }
  .bottom img{
    width: 100%;
  }
  .agenda table tr{
    padding: 20px 0;
    display: block;
  }
  .agenda table tr td{
    width: 100% !important;
    display: block;
    position: relative;
    padding: 2px 2px 2px 85px;
  }
  .agenda table tr td span{
    display: inline-block;
  }
  .agenda table tr td:nth-child(1)::before{
    content: "時間";
  }
  .agenda table tr td:nth-child(2)::before{
    content: "主題內容";
  }
  .agenda table tr td:nth-child(3)::before{
    content: "講者陣容";
  }
  .agenda table tr td:nth-child(1){
    text-align: left;
  }
  .agenda table tr td::before{
    width: 60px;
    height: 23px;
    color: #000;
    font-size: 14px;
    line-height: 24px;
    display: block;
    position: absolute;
    top: 2px;
    left: 15px;
  }
  .agenda table tr.title td::before{
    display: none;
  }
  .agenda table tr:nth-child(1) td{
    display: none;
  }
  .agenda table tr.title_bl,
  .agenda table tr.title_bt{
    padding: 0;
  }
  .agenda table tr.title_bl td,
  .agenda table tr.title_bt td{
    text-align: center;
    padding: 10px 0;
  }
  .agenda table tr.title_bl td::before,
  .agenda table tr.title_bt td::before{
    display: none;
  }
  .page .agenda table tr td.time{
    text-align: left;
  }
  .page .agenda table tr.rowspan td:nth-child(1)::before{
    content: "領域";
  }
  .page .agenda table tr.rowspan td:nth-child(2)::before{
    content: "講者陣容";
  }
  .page .agenda table tr td:nth-child(2){
    font-weight: 400;
  }
}
@media screen and (max-width:480px) {
  .speaker_list li .pic{
    width: 120px;
  }
  .side_link{
    width: 70px;
  }
  .side_link a{
    width: 70px;
    height: 70px;
  }  
  .side_link .link2{
    padding: 18px;
  }
}

