@media(max-width:1900px) {

}
/*************************************/
@media(max-width:1400px) {
  html{
    font-size: 1.2em;
  }
}
/*************************************/
@media(max-width:1400px) {

}
/*************************************/
/*************************************/
/*************************************/
/*************************************/
/*************************************/
/*************************************/
/*行動版選單*/
@media(max-width:899px) {
  header{
    z-index: 10;
  }
  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*/
@media(max-width:1400px) {
  header .kvtitle{
    padding: 13% 0;
  }
}
@media(max-width:1024px) {
  header .kvtitle{
    padding: 15% 0;
  }
}
@media(max-width:899px) {
  header{
    background-image: url('../images/bg_header_mobile.jpg');
  }
  header .kvtitle .column .column_logo{
    display: block;
  }
  header .kvtitle{
    padding: 18% 0;
    font-size: 0.9em;
  }
  header .kvtitle .column .kv_label .box{
    font-size: 1.1em;
  }
}
@media(max-width:768px) {
  header .kvtitle{
    font-size: 0.8em;
  }
}
@media(max-width:700px) {
  header .kvtitle span._br{
    display: block;
  }
  header .kvtitle .column .kv_label .box{
    display: block;
    max-width: 300px;
    margin-right: auto;
    margin-left: auto;
  }
}
@media(max-width:480px) {
  header .kvtitle .column .column_logo{
    text-align: left;
    margin-left: 20px;
  }
  header .kvtitle .column .column_logo .box img{
    height: 42px;
  }
  header .kvtitle .column .kv_title_small{
    font-size: 1.6em;
  }
  header .kvtitle .column .kv_title h1{
    font-size: 3.3em;
  }
  header .kvtitle .column .kv_info{
    font-size: 1.6em;
  }
  header .kvtitle .column .kv_label .box{
    font-size: 1.2em;
    max-width: 260px;
  }
}
@media(max-width:350px) {
  header .kvtitle{
    font-size: 0.7em;
    padding-bottom: 22%;
  }
  header .kvtitle .column .kv_label .box{
    max-width: 230px;
  }
}
@media(max-width:320px) {
  header .kvtitle{
    font-size: 0.6em;
  }
  header .kvtitle .column .kv_label .box{
    max-width: 200px;
  }
}
/*************************************/
@media(max-width:1023px) {
  .column_points .box{
    display: block;
    margin: 0 auto;
    width: 100%;
    max-width: 440px;
    padding: 0px 0;
  }
  .column_points .box .title .title1{
    min-height: 1.6em;
  }
}
/*************************************/
@media(max-width:1023px) {
  .column_agenda{
    font-size: 0.9em;
  }
  .column_agenda .sn{
    padding: 0.35em 0.5em;
  }
  .column_agenda .box{
    display: block;
  }
  .column_agenda .box .time{
    /*text-align: left;
    justify-content: start;*/
    width: 100%;
    padding-bottom: 0;
    font-size: 0.9em;
  }
  /*AB*/
  .column_agenda .box .info{
    padding-top: 0.2em;
  }
  .column_agenda .box_sn .time{
    display: none;
  }
  ._room_subject{
    display: none;
  }
  .column_agenda .box .info ._room_subject_column{
    width: 100%;
    max-width: 260px;
    margin: 0 auto;
  }
  .column_agenda .box .info ._room_subject_column ._room_subject{
    display: block;
    background-color: transparent !important;
    color: #ffffff;
    padding: 0 0.5em;
    text-align: left;
    font-weight: 400;
    font-size: 0.8em;
  }
  .column_agenda .box .info .column2,
  .column_agenda .box .info .column3{
    grid-template-columns: repeat(1, 1fr);
  }
  .column_agenda .box .info .label{
    display: block;
  }
  .column_agenda .box .info ._room{
    margin-bottom: 2px;
  }
  .column_agenda .box .info._nopadding{
    padding-top: 0.5em;
  }
}
/*************************************/
@media(max-width:1023px) {
  .box_lecturer .column_pic{
    margin-bottom: 0;
  }
  .box_lecturer .column_pic .pic{
    width: 120px;
    height: 120px;
  }
}
@media(max-width:768px) {
  article .bg_area_2{
    display: none;
  }
  .column_lecturer{
    gap: 30px 20px;
    grid-template-columns: repeat(2,1fr);
    font-size: 0.9em;
  }
}
@media(max-width:540px) {
  .box_lecturer .column_pic .pic{
    width: 90px;
    height: 90px;
  }
}
/*************************************/
@media(max-width:768px) {
  .column_gift{
    grid-template-columns: repeat(1, 1fr);
  }
}
/*************************************/
@media(max-width:1023px) {
  .questionnaire .options{
    margin-bottom: 0.2em;
  }
  .questionnaire .options._column2 {
    grid-template-columns: repeat(1,1fr);
  }
  .questionnaire .options._column2_for_3 {
    grid-template-columns: repeat(1,1fr);
  }
  .questionnaire .options._column3 {
    grid-template-columns: repeat(1,1fr);
  }
}
@media(max-width:768px) {
  .questionnaire .questions>li{
    padding: 0.6em;
  }
  .questionnaire .options {
    grid-template-columns: repeat(1,1fr);
  }
}
/*************************************/
/*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;
  }
  /*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) {
  .store_column .info_column .appendHTML .button_close{
    width: 25px;
    height: 25px;
    top: -31px;
  }
}
@media(max-width:420px) {
  .store_column .info_column .appendHTML .button_close{
    width: 20px;
    height: 20px;
    top: -26px;
  }
}
/*************************************/
/*************************************/
/*************************************/
/*************************************/
/*************************************/
/*************************************/
/*************************************/
/*************************************/
/*************************************/
/*************************************/
/*************************************/
/*************************************/
/*************************************/
/*************************************/
/*************************************/
/*************************************/
/*************************************/
/*************************************/
/*************************************/
/*************************************/
/*************************************/
/*************************************/
/*************************************/
/*************************************/
/*************************************/
/*************************************/
/*************************************/
/*************************************/
/*************************************/
/*************************************/
/*************************************/
/*************************************/
/*報名表單*/
@media(max-width:640px) {
  .personal-information .fields{
    grid-template-columns: repeat(1, 1fr);
  }
}
@media(max-width:640px) {
  .questionnaire .questions {
    font-size: 0.9em;
  }
}
/*************************************/
@media(max-width:1000px) {
  .unit .box .column_grid_logo{
    grid-template-columns: repeat(2,1fr);
  }
}
/*單位*/
@media(max-width:480px) {
  .unit .box img{
    height: 32px;
  }
  .unit .box img._x20{
    height: 72px;
  }
}
@media(max-width:400px) {
  .unit .box .title{
    margin-bottom: 20px;
  }
}
@media(max-width:360px) {
  .unit .box img{
    height: 28px;
  }
  .unit .box img._x15{
    height: 100%;
    max-height: 40px;
  }
  .unit .box img._x20{
    height: 100%;
    max-height: 62px;
  }
}
@media(max-width:320px) {
  .unit .box img {
    margin-bottom: 1.5em;
  }
}
/*************************************/
@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;
  }
}
/*************************************/