header {
  display: block;
  width: 100%;
  position: fixed;
  z-index: 999;
  background: rgba(255, 255, 255, .8);
  padding: 1rem 0;
  /*border-bottom: 1px solid rgba(72,86,96,1.00);*/
}
.logo_itri50 {
  display: block;
  float: left;
  overflow: hidden;
  width: 300px;
  margin: 0 0 0 1.5rem;
}
.logo_itri50 a img {
  max-width: 100%;
}
/*- Menu --------------------------------------------------------------------------*/
.thenav {
  display: block;
  float: right;
  /*position:fixed;
	z-index: 9999;
     top:30px;*/
  width: 900px;
}
.thenav ul {
  overflow: hidden;
  margin-top: .5rem;
}
.thenav li a {
  display: block;
  float: left;
  font-size: 1.125rem;
  font-weight: 700;
  font-family: Roboto, 'Noto Sans TC', sans-serif;
  line-height: 1.75;
  width: 150px;
  color: rgb(237, 119, 79);
  background: #fff;
  border-radius: 2.25rem;
  margin: 0 .8rem 0 0;
  border: 2px solid rgb(237, 119, 79);
  text-align: center;
  text-decoration: none;
  letter-spacing: 1px;
}
.thenav li a:hover, .thenav li a:active {
  color: #fff;
  background: #50b3a6;
  text-decoration: none;
  border: 2px solid #50b3a6;
}
.thenav li:nth-child(last) {
  margin: 0;
}
.thenav ul > li.soc, .thenav ul > li.soc a {
  display: block;
  float: left;
  /* width: 60px; */
  margin: 0 .8rem 0 0;
}
.thenav ul > li a.fb {
  font-weight: 900;
  font-size: 1.5rem;
  line-height: 1.28;
}
.thenav ul > li a.lin {
  font-size: 1rem;
  line-height: 1.87;
  letter-spacing: 0;
  font-weight: 900;
}
/*agenda*-----------------------------------------------------------*/
.agd-cnt {
  display: block;
  overflow: hidden;
  width: 100%;
  margin: 0 auto;
  background: url("../images/agdbg.png") 0 0 repeat;
  margin-top: -2rem;
}
.agd_dat_pls {
  display: flex;
  justify-content: center;
  margin: 1rem 0 3rem 0;
  width: 100%;
}
.dapl {
  display: block;
  width: 550px;
  margin: 0 .5rem;
}
.dapl_left {
  display: block;
  float: left;
  width: 75px;
  margin-right: .5rem;
}
.dapl_left img {
  max-width: 100%;
}
.dapl_right {
  display: block;
  float: left;
  width: calc(99.999% - 85px);
}
.dapl_right h3 {
  font-size: 1.75rem;
  font-weight: 900;
  font-family: Roboto, 'Noto Sans TC', sans-serif;
  color: #000;
  line-height: 2;
}
.dapl_right h3 span {
  margin: 0 .35rem;
  background: #000;
  color: #fff;
  border-radius: 3rem;
  font-size: 1.5rem;
  font-weight: 500;
  padding: .2rem .284rem;
  line-height: 2;
}
.dapl_right h3 small {
  margin-left: .5rem;
  font-weight: 500;
}
.dapl_right h4 {
  font-size: 1.65rem;
  font-weight: 700;
  font-family: Roboto, 'Noto Sans TC', sans-serif;
  color: #000;
  line-height: 1.4;
}
.dapl_right h5 {
  font-size: 1.1rem;
  font-weight: 500;
  font-family: Roboto, 'Noto Sans TC', sans-serif;
  color: #666;
  line-height: 1.25;
}
.dapl_right h5 a {
  background-color: #666;
  border-radius: 1rem;
  padding: 2px 8px;
  margin-left: 8px;
  color: #fff;
  font-size: .8rem;
  text-decoration: none;
}
.dapl_right h5 a:hover {
  background-color: #000;
  text-decoration: none;
}
.agd_list {
  display: block;
  overflow: hidden;
  width: 1000px;
  margin: 1.5rem auto 0 auto;
}
.agd_list h2 {
  display: inline-block;
  overflow: hidden;
  width: 210px;
  border: 1px solid #2c9d8e;
  background: #fff;
  color: #2c9d8e;
  font-size: 26px;
  font-weight: 500;
  font-family: Roboto, 'Noto Sans TC', sans-serif;
  line-height: 2;
  text-align: center;
  border-radius: 3rem;
  margin-right: 15px;
  vertical-align: top;  
}
.agd_list h4 {
  display: inline-block;
  overflow: hidden;
  width: 210px;
  border: 1px solid #2c9d8e;
  background: #fff;
  color: #2c9d8e;
  font-size: 26px;
  font-weight: 500;
  font-family: Roboto, 'Noto Sans TC', sans-serif;
  line-height: 2;
  text-align: center;
  border-radius: 3rem;
  margin-right: 15px;
  vertical-align: top;  
}
.list_right {
  display: inline-block;
  width: calc(99.999% - 238px);
  overflow: hidden;
  vertical-align: top;
  padding-top: .5rem;
}
.list_cnt {
  display: block;
  width: 100%;
  overflow: hidden;
  margin-bottom: 1rem;
}
.list_cnt h3 {
  display: block;
  float: none;
  color: #2c9d8e;
  font-size: 1.5rem;
  font-weight: 900;
  line-height: 1.2;
  padding-bottom: .5rem;
}
.list_cnt h5 {
   display: block;
  float: none;
  color: #000;
  font-size: 1.5rem;
  font-weight: 900;
  line-height: 1.2;
  border-left: 2px solid #2c9d8e;
  padding-left: .85rem;
  /*margin-left: .85rem;*/
}

.list_cnt h5 span, .list_group h6 span {
  color: #666;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.2;
  margin-left: .5rem;
}
.list_group {
  display: block;
  float: left;
  border-left: 2px solid #2c9d8e;
  padding-left: .85rem;
  /*margin-left: .85rem;*/
}
.list_group_tt {
  display: block;
  width: 70px;
  background-color: #9c9c9c;
  border-radius: 5px;
  padding: 2px 8px;
  color: #fff;
  font-size: .9rem;
  text-align: center;
}
.list_group h6 {
  display: block;
  color: #000;
  font-size: 1.5rem;
  font-weight: 900;
  line-height: 1.2;
  padding-top: .4rem;
  margin-bottom: .2rem;
}
.list_group h6 small {
  color: #888;
  font-size: .82rem;
  font-weight: 300;
  line-height: 1.2;
  margin-left: .3rem;
}
.agd_list .note {
  display: block;
  overflow: hidden;
  color: #666;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  margin-top: .5rem;
}
.sign_cta {
  display: block;
  margin: 1.5rem auto;
  width: 250px;
  background: linear-gradient(56deg, rgb(238, 110, 68) 0%, rgb(239, 163, 137) 100%);
  border: 2px solid #fff;
  text-align: center;
  text-decoration: none;
  color: rgba(255, 255, 255, .8);
  box-shadow: 0px 0px 20px 0px rgba(18, 70, 65, 0.3);
  border-radius: 4rem;
  font-size: 1.5rem;
  font-weight: 900;
  line-height: 2;
  cursor: pointer;
  transition: .3s ease-in-out;
}
.sign_cta:hover {
  color: rgba(255, 255, 255, 1);
  text-decoration: none;
  transform: scale(1.1);
}
.agd_l {
  display: block;
  position: absolute;
  z-index: 101;
  width: 38vw;
  top: 600px;
  left: -30px;
}
.agd_r {
  display: block;
  position: absolute; /*z-index: 102; */ width: 38vw;
  top: 20px;
  right: -30px;
}
.agd_l img, .agd_r img {
  max-width: 100%;
}
.flex-cont-sort {
  display: flex;
  justify-content: center;
  margin: 1rem 0 0 0;
  width: 100%;
}
/*footer*/
footer {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding: 1.25rem;
  z-index: 99;
  font-family: Roboto, 'Noto Sans TC', sans-serif;
  background: #fff;
  margin-top: -2rem;
}
/*.ft_logo{display: block; width: 1040px; margin: 0 auto 1rem;}
.ft_logo img{max-width: 100%;}
.ft_logo_m{display: none;}*/
.flex-cont {
  display: flex;
  justify-content: center;
  margin: .5rem auto 1rem;
  width: 1040px;
}
.ftlogo {
  display: block;
  margin: 0 .8rem;
  overflow: hidden;
}
.ftlogo h6 {
  display: block;
  float: left;
  color: #2c9d8e;
  font-size: 1rem;
  line-height: 3.75rem;
  letter-spacing: 1px;
  font-weight: 700;
  margin-right: .25rem;
}
.ftlogo img, .ftlogo a img {
  display: block;
  float: left;
  height: 64px;
  max-height: 100%;
  text-decoration: none;
}
footer p {
  display: block;
  color: #2c9d8e;
  font-size: .85rem;
  line-height: 1.4;
  letter-spacing: 1px;
  font-weight: 300;
  text-align: center;
  margin: .35rem 1rem;
}
/*RWD  ========================================================================================*/
@media screen and (max-width:1600px) {}
@media screen and (max-width:1440px) {
  .agd_l {
    top: 700px;
  }
}
@media screen and (max-width:1366px) {}
@media screen and (max-width:1280px) {
  .agd_l {
    top: 800px;
  }
}
@media screen and (max-width:1200px) {}
@media screen and (max-width:1024px) {
  .flex-cont {
    display: flex;
    justify-content: center;
    margin: .5rem auto 1rem;
    width: 980px;
  }
}
@media screen and (max-width:820px) {
  .thenav {
    display: none;
  }
  .ft_logo {
    display: block;
    width: 700px;
    margin: 0 auto 1rem;
  }
  .agd_dat_pls {
    display: block;
    margin: 1rem auto;
    width: 500px;
  }
  .dapl {
    display: block;
    width: 100%;
    margin: 1rem 0;
    overflow: hidden;
  }
  .dapl_right h3 {
    font-size: 1.5rem;
  }
  .dapl_right h4 {
    font-size: 1.35rem;
  }
  .dapl_right h5 {
    font-size: 1rem;
    line-height: 1.5;
  }
  .agd_list {
    display: block;
    overflow: hidden;
    width: 95%;
    margin: 1.5rem auto 0 auto;
  }
  .agd_list h4 {
    display: block;
    overflow: hidden;
    width: 260px;
    font-size: 26px;
    line-height: 1.7;
    margin-right: 0;
    vertical-align: top;
    margin: .5rem auto;
  }
  .list_right {
    display: block;
    width: 100%;
    padding-top: .5rem;
    margin: 0 auto;
    text-align: center;
  }
  .list_cnt h3 {
    display: block;
    float: none;
    color: #2c9d8e;
    font-size: 1.3rem;
    font-weight: 900;
    line-height: 1.5;
  }
  .list_cnt h5 {
    display: block;
    float: none;
    color: #000;
    font-size: 1.5rem;
    font-weight: 900;
    line-height: 1.2;
    border-left: none;
    padding-left: 0;
    margin-left: 0;
  }
  .list_cnt h5 span, .list_group h6 span {
    color: #666;
    font-size: .85rem;
    font-weight: 500;
    line-height: 1.2;
    margin-left: .3rem;
  }
  .list_group {
    display: block;
    float: none;
    border-left: 0px solid #2c9d8e;
    padding-left: 0;
    margin-left: 0;
  }
  .list_group_tt {
    margin: .5rem auto 0 auto;
  }
  footer p {
    font-size: .8rem;
    line-height: 2;
    letter-spacing: 0;
    font-weight: 500;
    text-align: center;
    margin: .25rem .45rem;
  }
  .ftlogo img, .ftlogo a img {
    display: block;
    float: left;
    height: 50px;
    max-height: 100%;
  }
  .ftlogo {
    display: block;
    margin: 0 .5rem;
    overflow: hidden;
  }
  .ftlogo h6 {
    display: block;
    float: left;
    font-size: .9rem;
    line-height: 3rem;
    letter-spacing: 1px;
    font-weight: 700;
    margin-right: .25rem;
  }
  .flex-cont {
    display: flex;
    justify-content: center;
    margin: .5rem auto 1rem;
    width: 780px;
  }
}
@media screen and (max-width:768px) {
  .ftlogo h6 {
    display: block;
    float: left;
    font-size: .85rem;
    line-height: 3rem;
    letter-spacing: 1px;
    font-weight: 700;
    margin-right: .25rem;
  }
  .flex-cont {
    display: flex;
    justify-content: center;
    margin: .5rem auto 1rem;
    width: 720px;
  }
  .ftlogo img, .ftlogo a img {
    display: block;
    float: left;
    height: 45px;
    max-height: 100%;
  }

  .form-item {
    flex-direction: column;
  }
  .form-item, .form-item label, .form-item input, .form-select {
    width: 100%;
  }
  .form-item input {
    font-size: .85rem;
  }
  .form-select select {
    height: 38px;
    line-height: 38px;
    font-size: .85rem;
  }
  .form-checkbox label {
    font-size: .8rem;
    line-height: 14px;
  }
  .form-checkbox label a  {
    font-size: .8rem;
  }
  .register {
    padding-top: 64px;
    padding-bottom: 132px;
  }
}
@media screen and (max-width:492px) {
  .logo_itri50 {
    display: block;
    float: left;
    overflow: hidden;
    width: 220px;
    margin: 0 0 0 1rem;
  }
  .ft_logo {
    display: none;
  }
  .ft_logo_m {
    display: block;
    width: 360px;
    margin: 0 auto 1rem;
  }
  .ft_logo_m img {
    max-width: 100%;
  }
  footer p {
    font-size: .85rem;
    line-height: 1.5;
    letter-spacing: 0;
    margin-top: 1.5rem;
  }
  .agd_dat_pls {
    display: block;
    margin: 1rem auto;
    width: 95%;
  }
  .dapl_left {
    display: block;
    float: left;
    width: 65px;
    margin-right: .4rem;
  }
  .dapl_right h3 span {
    margin: 0 .35rem;
    background: #000;
    color: #fff;
    border-radius: 3rem;
    font-size: 1.2rem;
    font-weight: 500;
    padding: .2rem .284rem;
    line-height: 2;
  }
  .dapl_right h4 {
    font-size: 1.25rem;
  }
  .agd_l, .agd_r {
    display: none;
  }
  .ftlogo {
    display: block;
    margin: .5rem auto 1.25rem auto;
    overflow: hidden;
  }
  .ftlogo h6 {
    display: block;
    float: none;
    text-align: center;
    font-size: .9rem;
    line-height: 1.5;
    letter-spacing: 1px;
    font-weight: 700;
    margin-right: 0;
  }
  .flex-cont {
    display: block;
    justify-content: center;
    margin: .5rem auto 1rem;
    width: 90%;
  }
  .ftlogo img, .ftlogo a img {
    display: block;
    float: none;
    height: 50px;
    max-height: 100%;
    margin: 0 auto;
  }
 .list_cnt h5 span, .list_group h6 span {
    color: #666;
    font-size: .85rem;
    font-weight: 500;
    line-height: 1.7;
    margin-left: 0;
    display: block;
  }
	.list_group h6 {
  line-height: 1.3;
  padding-top: .5rem;
  margin-bottom: .2rem;
}
.agd_list .note {
  text-align: center;
}
}
@media screen and (max-width:430px) {
  .dapl_right h3 {
    font-size: 1.2rem;
    line-height: 2.5;
  }
  .dapl_right h4 {
    font-size: 1.2rem;
  }
  .dapl_right h3 small {
    margin-left: 0;
    font-weight: 500;
  }
  .list_cnt h5 span, .list_group h6 span {
    color: #666;
    font-size: .85rem;
    font-weight: 500;
    line-height: 1.5;
    margin-left: 0;
    letter-spacing: 0;
    display: block;
  }
}
@media screen and (max-width:390px) {
  .dapl_right h3 {
    font-size: 1.1rem;
    line-height: 2.5;
  }
  .dapl_right h4 {
    font-size: 1rem;
  }
  .dapl_right h5 {
    font-size: .8rem;
    line-height: 1.5;
  }
  .dapl_right h3 span {
    margin: 0 .25rem;
    border-radius: 3rem;
    font-size: 1rem;
  }
}