* {
  margin: 0;
  padding: 0;
  font-size: 14px;
  text-decoration: none;
  font-family: "Noto Sans TC", "Roboto";
}
body,html{
  height:100%;
}
body {
  color: #fff;
  background-color: #000045;
  background: 0 0 no-repeat url(../images/backgroundLG.svg);
  background-size: cover;
  background-attachment: fixed;
}

.colorRed {
  color: #F36B80;
}
.colorLightBlue{
  color: #31DAE7;
}
.header {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  padding: 30px 5%;
  display: flex;
  align-items: center;
  color: #fff;
  justify-content: space-between;
  transition: 0.1s;
}
.sticky {
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 69, 1);
  background-color: #fff;
  z-index: 100;
  padding: 10px 5%;
  -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
}
.sticky + .content {
  padding-top: 102px;
}
#TSMClogoWhite, #TSMClogoRed {
  height: 20px;
}
#TSMClogoRed{
  display: none;
}
.sticky #TSMClogoWhite{
  display:none;
}
.sticky #TSMClogoRed{
  display:block;
}
.headerRight {
  display: flex;
}
.langSwitchGroup {
  color: rgba(255, 255, 255, 0.6);
  font-size: 20px;
}
.langSwitch {
  cursor: pointer;
  transition: 0.1s;
}
.langSwitch:hover {
  color: rgba(49, 218, 231, 1);
}

.langSwitch.active {
  color: rgba(49, 218, 231, 1);
}

.sticky .langSwitch {
  color: rgba(0, 0, 0, 0.6);
}

.sticky .langSwitch.active {
  color: #000045;
}
.sticky .langSwitch a{
  color: rgba(0, 0, 0, 0.6);
}
#property {
  margin-left: 40px;
}
.sec1 {
  
  padding: 104px 5% 50px 5%;
}

/* 左側中文版 */
.title {
  margin-bottom: 2rem;
}

.title span {
  font-size: 4rem;
  letter-spacing: 0.3rem;
  font-weight: 300;
}
.slogan {
  font-size: 2rem;
  font-weight: 300;
  margin-bottom: 1.5rem;
}
.eventDetail {
  width: 100%;
  line-height: 2.2rem;
  letter-spacing: 0.05rem;
  font-size: 1.3rem;
  font-weight: 100;
  margin-bottom: 1.3rem;
}
#registerStart,
#date,
#time{
  margin-bottom:20px;
}
#registerStart span,
#date span,
#time span{
  font-size: 1rem;
  line-height: 2rem;
  letter-spacing: 0.2rem;
}
#registerStart img,
#date img,
#time img {
  margin-right: 16px;
}

.btnRed {
  margin-top: 40px;
  font-size: 1.2rem;
  letter-spacing: 0.2rem;
  background-color: #e25a74;
  border-radius: 40px;
  padding: 15px 20px;
  max-width: 250px;
  text-align: center;
  cursor: pointer;
  transition: 0.2s;
}
.btnRed:hover {
  background-color: #b0203c;
}
a{
  color:#FFF;
}

/* 左側英文版 */
.ENG .title{
  margin-bottom:1rem;
}
.ENG .title span {
  font-weight: 700;
  letter-spacing: 0.1rem;
  line-height: 4.6rem;
}

.ENG .eventDetail {
  font-size: 1.1rem;
  letter-spacing: 0.05rem;
  line-height: 2rem;
}

/* 右側 */
.SR img {
  margin: 0 auto;
  width: 100%;
}

/* 活動流程 */
.separator {
  border-bottom: 1px solid #fff;
}
.sec2,
.sec3 {
  margin: 60px 50px;
  justify-content: flex-start;
}
.secTitle {
  font-size: 3rem;
  margin-bottom: 3rem;
  width:100%;
}
.table {
  width: 100%;
  border-radius: 5px;
  padding: 0 50px;
  border-collapse: collapse;
}
.table tr:not(:last-child) {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.table td {
  font-size: 1.2rem;
  letter-spacing: 0.05rem;
  padding: 20px 10px;
}
.table td:nth-child(3){
  min-width:80px;
}
/* 職缺 */
.jobName{
  padding:20px 20px;
  letter-spacing:0.05rem;
}
.jobName a{
  font-size:1.2rem;
  position: relative;
}
.jobName a:hover{
  color:#31DAE7;
}
.jobName a::before{
  content: '';
  background-color:#FFF;
  width:4px;
  height:4px;
  border-radius:50%;
  position:absolute;
  left:-15px;
  top:11px;
}

/* footer */
.page-footer {
  background: #000;
  text-align: center;
  padding: 5px 5%;
}
.page-footer a {
  color: #fff;
}
.footer-copyright{
  padding:1rem 0;
}

@media screen and (max-width: 992px) {
  .header {
    padding: 20px 5%;
  }
  .sec1 {
    padding-top: 100px;
  }
  .SL {
    padding: 0 3% 50px 5%;
    margin-bottom: 20px;
  }
  .btnRed {
    margin: 40px auto 0;
  }
  .sticky {
    padding: 10px 5%;
  }
} /*兼容平板*/

@media screen and (max-width: 640px) {
  * {
    font-size: 14px;
  }
  .header {
    padding: 20px 5%;
  }
  .sec1 {
    background: 0 0 no-repeat url(../images/background_mobile.svg);
    background-size: 100%;
    background-color: #2b2ba3;
  }
  .SL{
    padding: 0 3% 0 5%;
  }
  #property {
    display: none;
  }
  .eventDetail {
    line-height: 2rem;
    font-size: 1.1rem;
  }
  .title{
    margin-bottom:1.6rem;
  }
  .title span {
    font-size: 2.6rem;
  }
  .ENG .title span {
    line-height: 3.3rem;
  }
  .slogan {
    font-size: 1.6rem;
  }
  .sec2,
  .sec3 {
    margin: 40px 0;
    justify-content: center;
  }
  .sticky {
    padding: 10px 5%;
  }
  .btnBackground.fixedBtn{
    position:fixed;
    max-width: unset;
    width:100%;
    background-color:#FFF;
    left:0;
    bottom:0;
    z-index: 200;
    -webkit-box-shadow: 0px -5px 10px rgba(0,0,0,.3);
    -moz-box-shadow: 0px -5px 10px rgba(0,0,0,.3);
    box-shadow: 0px 0px 10px rgba(0,0,0,.3);
    animation: slideUp .5s ease-out;
  }
  .btnRed{
    margin:10px auto;
    width:60%;
  }
  .secTitle {
    font-size: 2rem;
    margin-bottom: 1rem;
    width:100%;
  }
  .table td {
    font-size: 1rem;
    letter-spacing: 0.01rem;
    padding: 20px 10px;
  }
  .jobName{
    letter-spacing:0.01rem;
    padding:15px 20px;
  }
  .jobName a{
    font-size:1rem;
  }
  .jobName:not(:last-child){
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  }
  .table.rundown td:first-child {
    text-align: center;
    width:130px;
    padding:0;
  }

  .rundown.ENG td:firsr-child{
    width:140px;
  }

  .footer-copyright{
    padding:1rem 0 80px;
  }
} /*兼容手机*/
@media screen and (max-width: 480px) {
  * {
    font-size: 13px;
  }
  .slogan {
    font-size: 1.5rem;
  }
  .sticky {
    padding: 10px 5%;
  }
  .jobName a::before{
    top:8px;
  }
}

@keyframes slideUp{
  0%{
    display:none;
    opacity:0;
    bottom:0;
    
  }
  1%{
    display:block;
    opacity:0;
    bottom:-100px;
  }
  100%{
    display: block;
    opacity: 1;
    bottom:0;
  }
}
