@media(max-width:1900px) {

}
/*************************************/
@media(max-width:1400px) {
  html{
    font-size: 1.2em;
  }
}
/*************************************/
/*活動議程 start*/
@media(max-width:768px) {
  .column_day{
    font-size: 0.9em;
  }
  .column_table .group_tr .td_time{
    flex-direction: column;
    min-width: 60px;
    font-size: 0.85em;
  }
  .column_table .group_tr .td_time span{
    display: block;
    clear: both;
  }
}

/*活動議程 end*/
/*************************************/
@media(max-width:640px) {
  .column_gift.column_gift2{
    grid-template-columns: repeat(1,1fr);
  }
}
/*************************************/
/*************************************/
/*************************************/
/*************************************/
/*行動版選單*/
@media(max-width:768px) {
  header{
    z-index: 10;
  }
  header .kvtitle .column .column_logo{
    display: block;
    margin: 0 auto 3em auto;
  }
  header nav{
    position: fixed;
    width: 40px;
    height: 40px;
    border-radius: 25px;
    padding: 0;
    overflow: hidden;
    top: 10px;
    right: 10px;
    -webkit-box-shadow: 0 1px 5px rgba(0,0,0,0.55);
    -moz-box-shadow: 0 1px 5px rgba(0,0,0,0.55);
    box-shadow: 0 1px 5px rgba(0,0,0,0.55);
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
  }
  header nav.mobile_ted{
    width: calc(100% - 20px);
    height: calc(100% - 60px);
    z-index: 11;
    /*overflow-y: auto*/;
    background-color: #fff;
  }
  header nav .column{
    height: 100%;
    background-color: #fff;
    -webkit-box-shadow: unset;
    -moz-box-shadow: unset;
    box-shadow: unset;
    overflow-y: auto;
    overflow-x: hidden;
  }
  header nav .column::-webkit-scrollbar {
    width:3px;
    background: #eee;
  }
  header nav .column::-webkit-scrollbar-thumb {
    background: #ccc;
  }
  header nav .column .column_logo{
    display: none;
  }
  header nav .column .column_logo_formobilemenu{
    display: block;
  }
  header nav .column .column_menu{
    margin: 0 auto;
    padding: 0;
    width: 100%;
    height: unset;
    display: block;
  }
  header nav .column .column_menu ul{
    margin: 0;
    padding: 0 25px;
    width: 100%;
    display: block;
    text-align: center;
  }
  header nav .column .column_menu ul li.button{
    display: none;
  }
  header nav .column .column_menu ul li.menu{
    border-right: none;
    display: block;
    padding: 0 0 10px 0;
    margin: 0 0 10px 0;
    border-bottom: 1px solid #cccccc;
    color: #222;
    letter-spacing: 0.1em;
    text-indent: 0.1em;
  }
  header nav .column .column_menu ul li.menu.last{
    border-right: none;
    margin-right: 0px;
  }
  header nav .column .mobile_menu{
    position: fixed;
    top: 10px;
    right: 10px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: block;
    cursor: pointer;
    background-color: #fff;
    z-index: 2;
  }
  header nav .column .column_menu ul li._mobilemenu{
    display: block;
  }
  header nav .column .mobile_menu .bar{
    position: absolute;
    right: 9px;
    width: 22px;
    height: 1.5px;
    background-color: #333333;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
  }
  header nav .column .mobile_menu:hover .bar{
    background-color: var(--hover);
  }
  header nav .column .mobile_menu .bar1{
    top: 11px;
  }
  header nav .column .mobile_menu .bar2{
    top: 19px;
  }
  header nav .column .mobile_menu .bar3{
    top: 19px;
  }
  header nav .column .mobile_menu .bar4{
    top: 27px;
  }
  header nav .column .mobile_menu._ted .bar1{
    top: 19px;
    opacity: 0;
  }
  header nav .column .mobile_menu._ted .bar2{
    transform: rotate(45deg);
  }
  header nav .column .mobile_menu._ted .bar3{
    transform: rotate(-45deg);
  }
  header nav .column .mobile_menu._ted .bar4{
    top: 19px;
    opacity: 0;
  }
}
/*************************************/
/*kvtitle start*/
@media(max-width:1700px) {
  header .kvtitle .column .kv_title img {
    max-width: 700px;
  }
}
@media(max-width:1350px) {
  header .kvtitle .column .kv_title img {
    max-width: 650px;
  }
}
@media(max-width:1024px) {
  header .kvtitle .column .kv_title img{
    width: 55%;
  }
}
@media(max-width:768px) {
  header .kvtitle .column .kv_title{
    text-align: center;
  }
  header .kvtitle .column .kv_title img {
    max-width: 500px;
    width: 90%;
  }
}
/***/
@media(max-width:1700px) {
  header .bg_header_a{
    max-width: 700px;
  }
}
@media(max-width:1500px) {
  header .bg_header_a{
    right: -5%;
  }
}
@media(max-width:1400px) {
  header .bg_header_a{
    right: -10%;
  }
}
@media(max-width:1300px) {
  header .bg_header_a{
    max-width: 650px;
  }
}
@media(max-width:1200px) {
  header .bg_header_a{
    right: -14%;
  }
}
@media(max-width:1150px) {
  header .bg_header_a{
    max-width: 600px;
  }
}
@media(max-width:950px) {
  header .bg_header_a{
    max-width: 500px;
  }
}
@media(max-width:768px) {
  header .bg_header_a{
    width: 78%;
    max-width: 475px;
    right: -1px;
    background-image: url('../images/bg_header_a_mobile.png');
  }
}
/*kvtitle end*/
/*************************************/
@media(max-width:1023px) {
  .box_lecturer .column_pic .pic{
    position: relative;
    width: 140px;
    height: 140px;
  }
}
@media(max-width:900px) {
  .column_points .box{
    width: calc(50% - 46px);
  }
}
@media(max-width:800px) {
  .column_lecturer .box{
    display: inline-block;
    width: calc(50% - 5px);
    margin-bottom: 40px;
  }
}
@media(max-width:768px) {
  .column_lecturer .box .pic .photo{
    border: 2px solid #ffffff;
  }
}
@media(max-width:640px) {
  .column_points .box .icon{
    width: 180px;
    height: 180px;
  }
  /***/
  .column_lecturer .box .pic{
    position: relative;
    width: 120px;
    height: 120px;
  }
}
@media(max-width:768px) {
  .column_points .box{
    width: calc(100% - 46px);
  }
  .column_lecturer .box .pic .photo{
    border: 1px solid #ffffff;
  }
}
@media(max-width:590px) {
  .box_lecturer{
    width: 100%;
  }
}
@media(max-width:540px) {
  .column_lecturer .box .pic .photo{
    border: 1px solid #ffffff;
  }
}
@media(max-width:440px) {
  .column_lecturer .box .pic{
    margin: 0 auto 10px auto;
    position: relative;
    width: 100px;
    height: 100px;
  }
  .column_lecturer .box .pic .photo{
    border: 0px solid #ffffff;
  }
  .box_lecturer{
    min-width: 180px;
  }
}
@media(max-width:360px) {
  /***/
  .column_points .box{
    width: calc(100% - 20px);
    max-width: 280px;
  }
  .column_points .box .icon{
    width: 160px;
    height: 160px;
  }
  /***/
  .column_lecturer .box {
    margin-bottom: 40px;
  }
  .column_lecturer .box .pic{
    margin: 0 auto 6px auto;
    position: relative;
    width: 100px;
    height: 100px;
  }
  /***/
}
/*************************************/
/*area_1*/
@media(max-width:1023px) {
  section.area_1{
    margin: 2em auto 1em auto;
  }
  section.area_2{
    margin: 0em auto 3em auto;
  }
  section.area_3{
    margin: 0em auto 3em auto;
  }
  section.area_6{
    margin: 2em auto 0 auto;
  }
}
@media(max-width:800px) {
  .column_grid{
    grid-template-columns: repeat(2,1fr);
  }
  ._news_box .info{
    margin-bottom: 0;
  }
}
@media(max-width:480px) {
  .column_grid{
    grid-template-columns: repeat(1,1fr);
  }
}
/*************************************/
@media(max-width:1023px) {
  /*內容標題*/
  section h2.title{
    margin: 2.5em auto 1.5em auto;
    font-size: 1.6em;
  }
  section h2.title.small{
    font-size: 1.3em;
    width: fit-content;
    width: -moz-fit-content;
  }
}
@media(max-width:840px) {
  /*內容標題*/
  section h2.title{
    margin: 1.5em auto 1.5em auto;
    font-size: 1.3em;
  }
  section h2.title.small{
    font-size: 1.2em;
    width: fit-content;
    width: -moz-fit-content;
  }
  section .infotext{
    font-size: 0.8em;
    word-break: break-all;
  }
  /*area1 video*/
  section.area_1 .video{
    width: 100%;
    left: 0;
    padding: 0;
  }
}
@media(max-width:540px) {
  section h2.title span{
    min-width: unset;
  }
  section.area_6 .infotext{
    font-size: 0.8em;
  }
}
@media(max-width:376px) {
  section h2.title{
    font-size: 1.2em;
  }
}
/*************************************/

/*************************************/
/*************************************/
/*************************************/
/*************************************/
/*************************************/
/*************************************/
/*************************************/
/*報名表單*/
@media(max-width:640px) {
  .personal-information .fields{
    grid-template-columns: repeat(1, 1fr);
  }
}
/*************************************/
/*單位*/
@media(max-width:480px) {


}
/*************************************/
@media(max-width:440px) {
  footer .container{
    width: 110%;
    margin-left: -5%;
    transform: scale(0.9);
  }
}
/*************************************/
@media(max-width:420px) {
  .flow_button{
    font-size: 0.9em;
  }
}
/*************************************/