@media(max-width:1900px) {

}
/*************************************/
@media(max-width:1280px) {
  html{
    font-size: 1.2em;
  }
}
@media(max-width:768px) {
  html{
    font-size: 1.1em;
  }
  section h3.title{
    font-size: 1.3em;
  }
  article .bg_area_1b{
    background-position: center;
    background-size: 200%;
    background-attachment: fixed;
  }
}
/*************************************/
/*活動議程 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.9em;
    line-height: 1em;
    padding-bottom: 3em;
    -webkit-align-items: center;
            align-items: center;
    -webkit-justify-content: start;
            justify-content: start;
  }
  .column_table .group_tr .td_time span{
    display: block;
    clear: both;
    display: none;
  }
  .column_table .group_tr .td_time span.dash{
    transform: rotate(90deg);
    position: relative;
    left: 0.15em;
    top: 0.05em;
  }
  .column_table .group_tr .td_subject_lecturer{
    padding-left: 1.2em;
  }
  .column_table .group_tr .td_time::after{
    right: calc(-0.75em - 1.5px);
  }
  .column_table .group_tr.op .td_time::after,
  .column_table .group_tr.break .td_time::after{
    right: calc(-0.5em - 1.5px);
  }
}

/*活動議程 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{
    text-align: center;
  }
  header .kvtitle .column{
    padding: 0.5em 5% 2em 5%;
  }
  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: 10px 0;
    border-bottom: 1px solid #cccccc;
    color: #222;
    letter-spacing: 0.1em;
    text-indent: 0.1em;
    text-shadow: none;
  }
  header nav .column .column_menu ul li.menu:hover{
    color: #000000;
    filter: brightness(1);
  }
  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 .column_menu ul li._mobilemenu._custom_button{
    color: #fffffe;
    font-weight: 400;
    border-radius: 5px;
    max-width: 200px;
    width: 100%;
    background-color: #FF6600;
    filter: brightness(1.1);
    margin: 1em auto;
  }

  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: #e8007b;
  }
  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 {

  }
}
/***/
/*************************************/
@media(max-width:1640px) {
  header .bg_header_a{
    /*opacity: 0.44;*/
    right: 0%;
    width: 102%;
  }
}
@media(max-width:1240px) {
  header .bg_header_a{
    /*opacity: 0.3;*/
    right: -10%;
    width: 116%;
  }
}
@media(max-width:1024px) {
  header .bg_header_a{
    opacity: 0.85;
    background-position: center 180px;
    right: -20%;
    width: 120%;
  }
  header .bg_header_title{
    background-image: url('../images/bg_header_title_mobile_show3rd.svg');
    background-position:center top ;
    top: 200px;
  }
}
@media(max-width:960px) {
  header .bg_header_a{
    opacity: 0.75;
    right: -24%;
    width: 124%;
  }
}
@media(max-width:768px) {
  header .bg_header_a{
    opacity: 1;
    right: 0em;
    width: 100%;
    background-image: url('../images/bg_header_mobile.jpg');
    background-position: center -100px;
  }
  header .bg_header_title{
    background-image: url('../images/bg_header_title_mobile_show3rd.svg');
    background-position: top center;
    top: 80px;
  }
  article .bg_area_2{
    opacity: 0.9;
    filter: blur(1px);
  }
  #surveyForm{
    padding: 2em .5em 1em .5em;
  }
}
@media(max-width:640px) {
  header .bg_header_a{
    opacity: 1;
    right: 0em;
    width: 100%;
    background-image: url('../images/bg_header_mobile.jpg');
    background-position: center 15px;
  }
}
/***/
/*kvtitle end*/
/*************************************/
@media(max-width:1024px) {
  .column_points .box .border{
    gap: 1.5em;
  }
}
@media(max-width:680px) {
  .column_points .box .border{
    gap: 0.75em;
    flex-direction: column;
    padding-bottom: 2em;
  }
}
/*************************************/
@media(max-width:1024px) {
  .box_lecturer .column_pic .pic{
    position: relative;
    width: 140px;
    height: 140px;
  }
}
@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: 1px solid #ffffff;
  }
}

@media(max-width:640px) {
  .box_lecturer .column_pic .pic{
    position: relative;
    width: 110px;
    height: 110px;
  }
}
@media(max-width:590px) {
  .box_lecturer {
    width: calc(50% - 7px);
    min-width: unset;
  }
}
@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{
  }
}
@media(max-width:360px) {
  .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{
    word-break: break-all;
  }
}
@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;
  }
}
/*************************************/