@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_lecturer .ch{
    display: block;
  }
  .column_table .group_tr .td_lecturer .ch::before{
    content: "";
  }
  .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:1200px) {
  ._br1{
    display: block;
  }
  .note_column.gift{
    max-width: 500px;
  }
}
@media(max-width:840px) {
  article.gift .bg_gift{
    /*display: none;*/
  }
  ._br1{
    display: none;
  }
}
@media(max-width:620px) {
  .column_gift .box{
    max-width: 200px;
    width: calc(49% - 22px);
  }
  .column_gift .box .pic_border .label{
    width: 76px;
    height: 76px;
    font-size: 0.7em;
    line-height: 1.25em;
  }
}
@media(max-width:440px) {
  .column_gift .box .pic_border .label{
    width: 56px;
    height: 56px;
    font-size: 0.5em;
    line-height: 1.25em;
  }
}
@media(max-width:340px) {
  .column_gift .box{
    max-width: 200px;
    width: 100%;
  }
}
/*************************************/
@media(max-width:665px) {
  ._dash{
    display: none !important;
  }
}
/*************************************/
/*************************************/
/*************************************/
/*行動版選單*/
@media(max-width:840px) {
  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:840px) {
  header .kvtitle{
    top: 20px;
  }
  header .kvtitle .column .column_logo .box img{
    min-width: 70px;
    max-width: 105px;
  }
  header .kvtitle .column .kv_time{
    margin: 1.25em auto 1.25em auto;
    width: 100%;
    max-width: 480px;
  }
  header .kvtitle .column .kv_time img{
    width: 82%;
  }
  header .bg_header{
    background-image: url('../images/bg_kv_mobile.jpg');
    background-position: 0 70%;
    background-repeat: no-repeat;
    background-size: cover;
  }
  header .kvbottom{
    display: none;
  }
  header .kvtitle .column .kvbottom_mobile{
    display: block;
  }
  header .kvtitle .column .kvbottom_mobile img{
    width: 95%;
    max-width: 390px;
  }
}
@media(max-width:820px) {
  header .kvtitle .column .kv_time{
    margin: 2.25em auto 2.25em auto;
  }
}
@media(max-width:767px) {
  header .kvtitle .column .kv_time{
    margin: 1.25em auto 1.25em auto;
  }
}
@media(max-width:520px) {
  header .kvtitle .column .column_logo .box img{
    max-width: 90px;
  }
}
@media(max-width:320px) {
  header .kvtitle .column .column_logo{
    margin: 0 auto 2em auto;
  }
  header .kvtitle .column .kv_slogan{
    margin: 0 auto 1rem auto;
  }
  header .kvbottom_mobile .column{
    padding: 1em 5%;
  }
}
/*kvtitle end*/
/*************************************/
/*************************************/
@media(max-width:1250px) {
  article .bg_area_1b{
    background-size: 150%;
  }
}
@media(max-width:1024px) {
  article .bg_area_1b{
    background-size: 200%;
  }
}
@media(max-width:768px) {
  article .bg_area_1b{
    background-size: 250%;
  }
}
@media(max-width:400px) {
  article .bg_area_1b{
    background-size: 300%;
  }
}

/*************************************/
/*************************************/
@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_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:540px) {
  .column_lecturer .box .pic .photo{
    border: 1px solid #ffffff;
  }
}
@media(max-width:590px) {
  .box_lecturer{
    width: 100%;
  }
}
@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_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 1em auto;
  }
  section.area_3{
    margin: 0em auto 3em auto;
  }
  section.area_6{
    margin: 2em auto 0 auto;
  }
}
@media(max-width:840px) {
  .actinfo_column{
    font-size: 1.1em;
  }
  .actinfo_column .actinfo{
    display: block;
    margin: 10px 0em;
  }
}
@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:375px) {
  .actinfo_column{
    font-size: 1em;
  }
}
/*************************************/
@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:768px) {
  .personal-information .fields{
    grid-template-columns: repeat(1, 1fr);
  }
}
/*************************************/
/*單位*/
@media(max-width:480px) {
  .unit .box .column_grid_logo ._logo{
    margin: 0px 10px 20px 10px;
  }
  .unit .box img,
  .unit .box .column_grid_logo ._logo img{
    width: 140px;
  }
}
@media(max-width:400px) {
  .unit .box .column_grid_logo ._logo{
    margin: 0px 0px 20px 0px;
  }
  .unit .box img,
  .unit .box .column_grid_logo ._logo img{
    width: 140px;
  }
}
/*************************************/
@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;
  }
}
/*************************************/