@charset "UTF-8";
body {
  width: 100vw;
  height: 100vh;
  margin: 0;
  padding: 0;
}

.header_bar,
.main_kv,
.container {
  display: none;
}

.mobile_info {
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  font-family: "Noto Sans TC", "微軟正黑體", Arial, Helvetica, sans-serif;
  position: relative;
  left: 50%;
  top: 50%;
  transform: translate(-50%, 50%);
  color: #333;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: -36px;
}

@media (max-width: 1080px) {
  body {
    width: 100%;
    height: auto;
    position: relative;
  }
  .gotop {
    width: 40px;
    height: 40px;
    position: fixed;
    flex-direction: column;
    bottom: 30px;
    border-radius: 50%;
    overflow: hidden;
    right: 10px;
    z-index: 9;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    cursor: pointer;
  }
  .gotop svg {
    width: 100%;
    height: 100%;
    color: #151515;
  }
  .slideLeft {
    animation-name: slideLeft;
    -webkit-animation-name: slideLeft;
    animation-duration: 1s;
    -webkit-animation-duration: 1s;
    animation-timing-function: ease-in-out;
    -webkit-animation-timing-function: ease-in-out;
    visibility: visible !important;
  }
  @keyframes slideLeft {
    0% {
      transform: translateX(150%);
    }
    50% {
      transform: translateX(-8%);
    }
    65% {
      transform: translateX(4%);
    }
    80% {
      transform: translateX(-4%);
    }
    95% {
      transform: translateX(2%);
    }
    100% {
      transform: translateX(0%);
    }
  }
  .slideRight {
    animation-name: slideRight;
    -webkit-animation-name: slideRight;
    animation-duration: 1s;
    -webkit-animation-duration: 1s;
    animation-timing-function: ease-in-out;
    -webkit-animation-timing-function: ease-in-out;
    visibility: visible !important;
  }
  @keyframes slideRight {
    0% {
      transform: translateX(-150%);
    }
    50% {
      transform: translateX(8%);
    }
    65% {
      transform: translateX(-4%);
    }
    80% {
      transform: translateX(4%);
    }
    95% {
      transform: translateX(-2%);
    }
    100% {
      transform: translateX(0%);
    }
  }
  .container {
    display: block;
  }
  .mobile_info {
    display: none;
  }
  .button {
    margin: auto;
    width: 100%;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
  }
  body,
  h1,
  h3,
  h5,
  h6,
  ul {
    padding: 0;
    margin: 0;
  }
  h3,
  h5,
  h6 {
    font-family: "PT Sans Narrow", "微軟正黑體", sans-serif;
    margin-bottom: 10px;
  }
  h3 {
    font-size: 26px;
  }
  h5 {
    font-size: 18px;
    margin-top: 40px;
    font-weight: normal;
  }
  h6 {
    font-size: 18px;
    font-weight: bold;
    color: #353535;
    line-height: 26px;
  }
  .grey {
    background-color: #efefef;
  }
  .logo_box {
    display: flex;
    flex-wrap: wrap;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .logo_box .logo:first-child {
    width: 100%;
    display: flex;
    flex-direction: column;
  }
  .logo_box .logo:first-child .showtime {
    font-family: "微軟正黑體", Arial, Helvetica, sans-serif;
    margin-bottom: 5px;
    margin-top: -5px;
    font-size: 15px;
    font-weight: bold;
  }
  .logo_box .logo:first-child img {
    width: 60%;
    padding-bottom: 15px;
  }
  .logo_box .logo {
    width: 48%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .mt20 {
    margin-top: 20px;
  }
  .header_bar {
    width: 100%;
    height: 50px;
    background-color: #333333;
    display: flex;
    color: #fff;
    position: fixed;
    z-index: 9;
  }
  .header_bar .demo-icon {
    font-size: 22px;
    font-weight: bold;
  }
  .header_bar .prev {
    width: 50px;
    height: 50px;
    margin-left: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .header_bar .logo {
    flex: 1;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: "微軟正黑體", Arial, Helvetica, sans-serif;
  }
  .header_bar .home {
    width: 50px;
    height: 50px;
    margin-right: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .main_kv_company {
    width: 100%;
    max-height: 350px;
    background-color: #e1e1e1;
    display: flex;
    position: relative;
    z-index: -1;
    overflow: hidden;
    padding-top: 70px;
    justify-content: center;
  }
  .main_kv_company.show_box {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    height: 100%;
  }
  .main_kv_company.show_box .show_boxInfo {
    width: 80%;
    height: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    box-sizing: border-box;
    overflow: hidden;
  }
  .main_kv_company.show_box .show_boxInfo .show_logo {
    max-width: 30%;
  }
  .main_kv_company .kv_blur {
    width: 100%;
    height: 50px;
    display: none;
  }
  .main_kv_company .company_box {
    width: 90%;
    height: -moz-fit-content;
    height: fit-content;
    padding-bottom: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  .main_kv_company .company_box .company_logo {
    width: 140px;
    height: 140px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #ffffff;
    border-radius: 50%;
    overflow: hidden;
    box-sizing: border-box;
  }
  .main_kv_company .company_box .company_logo img {
    max-width: 100%;
  }
  .main_kv_company .company_box .company_name {
    font-size: 20px;
    text-align: center;
    line-height: 26px;
    color: #151515;
    margin-top: 10px;
    font-family: serif;
    font-family: "微軟正黑體", "PT Sans Narrow", sans-serif;
    font-weight: bold;
  }
  .main_kv {
    width: 100%;
    max-height: 120px;
    display: flex;
    justify-content: center;
    padding-bottom: 30px;
    padding-top: 70px;
  }
  .main_kv .kv_blur {
    width: 80%;
    height: 90%;
    text-align: center;
  }
  .main_kv .kv_blur img {
    max-width: 70%;
    padding-bottom: 20px;
  }
  .container {
    width: 100%;
    height: auto;
    border-radius: 10px;
    background-color: #ffffff;
    overflow: hidden;
    margin: -30px auto 0;
    box-shadow: rgba(0, 0, 0, 0.1) 0px -10px 15px -8px, rgba(0, 0, 0, 0.05) 0px 4px 6px -8px;
    box-sizing: border-box;
    padding: 20px;
    border-top-left-radius: 40px;
    border-top-right-radius: 40px;
  }
  .container .aem_banner {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    margin-bottom: 10px;
  }
  .container .aem_banner img {
    width: 320px;
  }
  .container .search_box,
  .container .directory_box {
    width: 100%;
    height: auto;
    box-sizing: border-box;
    margin-top: 10px;
  }
  .container .search_box ul,
  .container .directory_box ul {
    margin: 15px 0 0;
    padding: 0;
    display: flex;
    list-style: none;
    justify-content: flex-start;
    font-family: "微軟正黑體", Arial, Helvetica, sans-serif;
  }
  .container .search_box ul li,
  .container .directory_box ul li {
    width: -moz-fit-content;
    width: fit-content;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    color: #666;
    cursor: pointer;
  }
  .container .search_box ul li:nth-of-type(1),
  .container .directory_box ul li:nth-of-type(1) {
    margin-right: 40px;
  }
  .container .search_box ul li a,
  .container .directory_box ul li a {
    color: #bbb;
  }
  .container .search_box ul li.on a, .container .search_box ul li.on_noAnimate,
  .container .directory_box ul li.on a,
  .container .directory_box ul li.on_noAnimate {
    color: #666;
  }
  .container .search_box ul li.on_noAnimate:after,
  .container .directory_box ul li.on_noAnimate:after {
    content: "";
    display: block;
    width: 100%;
    height: 3px;
    background-color: #df0505;
    border-radius: 10px;
    margin: 5px auto 0;
    text-align: center;
  }
  .container .search_box ul li svg,
  .container .directory_box ul li svg {
    margin-right: 5px;
  }
  .container .search_box ul li.on:after,
  .container .directory_box ul li.on:after {
    content: "";
    display: block;
    width: 0%;
    height: 3px;
    background-color: #df0505;
    border-radius: 10px;
    margin: 5px auto 0;
    text-align: center;
    animation-name: leftMove;
    animation-duration: 0.2s;
    animation-timing-function: ease-out;
    animation-fill-mode: both;
  }
  .container .search_box ul li .icon,
  .container .directory_box ul li .icon {
    display: flex;
    align-items: center;
    font-family: "微軟正黑體", Arial, Helvetica, sans-serif;
  }
  .container .search_box ul li .icon i,
  .container .directory_box ul li .icon i {
    font-size: 20px;
    margin-right: 5px;
  }
  @keyframes leftMove {
    0% {
      width: 0%;
    }
    50% {
      width: 60%;
    }
    100% {
      width: 100%;
    }
  }
  .container .search_box .search,
  .container .directory_box .search {
    width: 100%;
    height: 40px;
    display: flex;
    align-items: center;
    background-color: #e2e2e2;
    border-radius: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
    box-sizing: border-box;
    padding: 0 10px;
  }
  .container .search_box .search:nth-of-type(1),
  .container .directory_box .search:nth-of-type(1) {
    margin-top: 20px;
  }
  .container .search_box .search input,
  .container .search_box .search select,
  .container .directory_box .search input,
  .container .directory_box .search select {
    width: 100%;
    height: 75%;
    border: none;
    font-size: 16px;
    background-color: transparent;
    font-family: "微軟正黑體", Arial, Helvetica, sans-serif;
    color: #666;
  }
  .container .search_box .search input::-moz-placeholder, .container .search_box .search select::-moz-placeholder, .container .directory_box .search input::-moz-placeholder, .container .directory_box .search select::-moz-placeholder {
    color: #666;
    opacity: 1;
    /* Firefox */
  }
  .container .search_box .search input::placeholder,
  .container .search_box .search select::placeholder,
  .container .directory_box .search input::placeholder,
  .container .directory_box .search select::placeholder {
    color: #666;
    opacity: 1;
    /* Firefox */
  }
  .container .search_box .search.aem_button,
  .container .directory_box .search.aem_button {
    background-color: #fcc800;
  }
  .container .search_box .search.aem_button .btn,
  .container .directory_box .search.aem_button .btn {
    color: #333;
  }
  .container h1 {
    font-size: 32px;
    margin-top: 20px;
    margin-bottom: 15px;
    font-family: "微軟正黑體", "PT Sans Narrow", sans-serif;
  }
  .container .ul_list {
    margin: 0 0 0 18px;
  }
  .container .ul_list li {
    margin-bottom: 8px;
    color: #333;
  }
  .container .ul_list li:first-child {
    margin-top: 10px;
  }
  .container .none_list {
    list-style: none;
  }
  .container .none_list li {
    margin-bottom: 25px;
  }
  .container .none_list li:first-child {
    margin-top: 10px;
  }
  .container .none_list li .list_box {
    display: flex;
    justify-content: space-between;
    align-items: top;
    text-decoration: none;
  }
  .container .none_list li .list_box .info_box {
    flex: 1;
    font-family: "PT Sans Narrow", "微軟正黑體", sans-serif;
  }
  .container .none_list li .list_box .info_box .subtitle {
    font-size: 15px;
    line-height: 18px;
    margin-bottom: 5px;
  }
  .container .none_list li .list_box .info_box .subtitle a {
    color: #666;
  }
  .container .none_list li .list_box .info_box .cmp {
    font-size: 18px;
    font-weight: bold;
    color: #151515;
  }
  .container .none_list li .list_box .info_box .category,
  .container .none_list li .list_box .info_box .booth {
    font-size: 16px;
    color: #666;
    line-height: 22px;
  }
  .container .none_list li .list_box .info_box .category span,
  .container .none_list li .list_box .info_box .booth span {
    color: #fca600;
  }
  .container .none_list li .list_box .pic_box {
    border: 2px solid #e2e2e2;
    width: 90px;
    height: 90px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    margin-right: 15px;
    overflow: hidden;
    padding: 5px;
    box-sizing: border-box;
  }
  .container .none_list li .list_box .pic_box img {
    max-width: 100%;
  }
  .container .li_table {
    display: flex;
    flex-wrap: wrap;
    margin-top: 15px;
    font-size: 16px;
    color: #555555;
    font-family: "微軟正黑體", Arial, Helvetica, sans-serif;
  }
  .container .li_table li {
    margin-bottom: 10px;
  }
  .container .li_table li:nth-child(odd) {
    width: 29%;
    margin-top: 0;
    margin-bottom: 0;
    font-weight: bold;
    color: #555;
  }
  .container .li_table li:nth-child(even) {
    width: 70%;
    word-break: break-all;
  }
  .container .product_pic {
    width: 100%;
    margin: 20px 0;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .container .product_pic img {
    max-width: 80%;
  }
  .container .title {
    font-size: 18px;
    line-height: 20px;
    margin-bottom: 5px;
  }
  .container .title a {
    color: #333;
  }
  .container .text {
    font-size: 16px;
    line-height: 26px;
    color: #666;
    font-family: "微軟正黑體", Arial, Helvetica, sans-serif;
  }
  .container .text span {
    font-weight: bold;
    color: #252525;
  }
  .container .directory_box {
    margin-top: 30px;
    margin-bottom: 30px;
    font-family: "微軟正黑體", Arial, Helvetica, sans-serif;
  }
  .container .directory_box h2 {
    font-size: 32px;
    margin: 20px 0;
  }
  .container .directory_box h3 {
    margin-bottom: 28px;
  }
  .container .directory_box h4 {
    font-size: 22px;
    margin: 10px 0 5px;
    color: #333;
  }
  .container .directory_box h5 {
    font-size: 18px;
    margin: 20px 0 0px;
    font-weight: bold;
    display: flex;
    align-items: center;
    line-height: 28px;
    color: #333;
  }
  .container .directory_box h5:nth-of-type(1) {
    margin: 15px 0 0;
  }
  .container .directory_box h5 svg,
  .container .directory_box .room_box svg {
    width: 20px;
  }
  .container .directory_box .room_box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 0px;
    border-bottom: 1px solid #bbb;
    padding-bottom: 10px;
    cursor: pointer;
  }
  .container .directory_box .room_box .room {
    color: #f76a6a;
    font-weight: bold;
  }
  .container .directory_box .who {
    font-size: 13px;
    font-style: italic;
    color: #444;
    margin-bottom: 10px;
    text-align: center;
  }
  .container .directory_box .picture {
    margin-bottom: 10px;
  }
  .container .directory_box .picture img {
    max-width: 100%;
  }
  .container .directory_box .mf_logo {
    margin: 20px 0 10px;
  }
  .container .directory_box .mf_logo img {
    max-width: 60% !important;
  }
  .container .directory_box .box {
    margin-bottom: 30px;
  }
  .container .directory_box .box .list::before {
    content: "◉ ";
    color: #fca600;
  }
  .container .directory_box .logo_box {
    margin-top: 10px;
  }
  .container .directory_box .logo_box .row_2 {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
  }
  .container .directory_box .logo_box .row_2 div {
    width: 45%;
    margin-bottom: 10px;
  }
  .container .directory_box .logo_box .row_2 img {
    max-width: 120px;
  }
  .container .directory_box .logo_box .row_3 {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1rem;
    justify-items: center;
  }
  .container .directory_box .logo_box .row_3 img {
    max-width: 100%;
  }
  .container .directory_box .table_box .unit_box {
    border-bottom: 1px solid #e1e1e1;
    padding-bottom: 10px;
    margin-bottom: 20px;
  }
  .container .directory_box .table_box .unit_box .logo_box {
    margin-bottom: 10px;
  }
  .container .directory_box .table_box .unit_box .logo_box img {
    max-width: 60%;
  }
  .container .directory_box .table_box .list_box {
    margin-bottom: 10px;
  }
  .container .directory_box .table_box .list_box .unit {
    font-weight: bold;
  }
  .container .directory_box .schedule {
    margin-bottom: 50px;
  }
  .container .directory_box .schedule.top_b {
    margin-top: 10px;
  }
  .container .directory_box .schedule.show {
    display: block;
    /* 顯示狀態 */
    max-height: 1500px;
    /* 初始狀態高度為 0 */
  }
  .container .directory_box .schedule .yellow {
    background-color: #ffce00;
    font-weight: bold;
    box-sizing: border-box;
    padding: 6px 10px;
    font-size: 16px;
    border-top: 1px solid #353535;
    border-bottom: 1px solid #999;
  }
  .container .directory_box .schedule .agenda_box {
    padding: 12px 8px;
    box-sizing: border-box;
    border-bottom: 1px solid #bbb;
    margin-bottom: -1px;
  }
  .container .directory_box .schedule .agenda_box.topb:first-child {
    border-top: 1px solid #353535;
  }
  .container .directory_box .schedule .agenda_box .time {
    font-size: 20px;
    line-height: 26px;
    font-weight: bold;
  }
  .container .directory_box .schedule .agenda_box .class {
    font-size: 20px;
    line-height: 28px;
    font-weight: bold;
    margin-bottom: 5px;
  }
  .container .directory_box .schedule .agenda_box .map,
  .container .directory_box .schedule .agenda_box .speaker {
    font-size: 16px;
    color: #6b6b6b;
    line-height: 22px;
  }
  .container .directory_box .schedule .note_box {
    padding: 8px 0;
    line-height: 20px;
    font-size: 14px;
    color: #666;
  }
  .container .directory_box .schedule .note_box .note {
    margin-top: 5px;
  }
  .container .directory_box .banner_grid {
    display: grid;
    /* 強制只有 1 欄，後面的元素就會乖乖待在下一列（由上到下） */
    grid-template-columns: 1fr;
    gap: 1rem;
    justify-items: center;
  }
  .container .directory_box .banner_grid a {
    display: block;
    width: -moz-fit-content;
    width: fit-content;
    text-align: center;
  }
  .container .directory_box .banner_grid a img {
    width: 320px;
    height: 110px;
  }
}