@charset "UTF-8";
.page-content {
  width: 100%;
  max-width: 1170px;
  margin: 60px auto 2rem;
  padding: 20px;
  background-color: #fff;
}
.page-content .section-title {
  color: #f09a52;
  font-size: 2.2rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 1rem;
  letter-spacing: 1px;
}
@media (max-width: 768px) {
  .page-content .section-title {
    line-height: 2.5rem;
  }
}
.page-content .table-container {
  width: 100%;
  overflow-x: auto;
}
.page-content .standard-table {
  width: 100%;
  border-collapse: collapse;
  min-width: 600px;
}
.page-content .standard-table th, .page-content .standard-table td {
  padding: 8px 15px;
  text-align: center;
  border: 1px solid #d6d6d6;
  font-size: 1rem;
  color: #333;
  white-space: nowrap;
}
.page-content .standard-table .text-left {
  text-align: left;
}
.page-content .standard-table thead th {
  background-color: #edc682;
  color: #444;
  font-weight: 600;
  text-align: center;
}
.page-content .standard-table tbody tr {
  background-color: #fff;
}
.page-content .standard-table tbody tr:hover {
  background-color: #fafafa;
}
.page-content .standard-table .table-section-header {
  background-color: #fff8f0;
  color: #d9534f;
  text-align: center;
  padding: 5px;
  border: 1px solid #e0e0e0;
  font-size: 1.2rem;
  letter-spacing: 2px;
}
.page-content .standard-table td.content-cell {
  text-align: left;
  line-height: 1.8;
  vertical-align: top;
  white-space: normal;
  word-break: break-word;
  min-width: 300px;
}
.page-content .standard-table td.content-cell ul {
  padding-left: 1.2rem;
  margin: 0.5rem 0;
}
.page-content .standard-table td.content-cell ul li {
  margin-bottom: 0.3rem;
}
.page-content .standard-table .group-header {
  background-color: #f0f7eb;
  color: #cf825b;
  font-weight: bold;
  font-size: 1.4rem;
  text-align: center;
}

.anchor-nav {
  display: flex;
  justify-content: center;
  gap: 3rem;
  margin-bottom: 1rem;
  padding-bottom: 2rem;
}
@media (max-width: 768px) {
  .anchor-nav {
    gap: 1.5rem;
  }
}
.anchor-nav .nav-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
  color: #666666;
  transition: all 0.3s;
  cursor: pointer;
}
.anchor-nav .nav-item:hover {
  transform: translateY(-5px);
}
.anchor-nav .nav-item:hover span {
  color: #f09a52;
}
.anchor-nav .nav-item:hover .icon-circle {
  background-color: #f09a52;
  color: #fff;
  border-color: #f09a52;
}
.anchor-nav .nav-item .icon-circle {
  width: 70px;
  height: 70px;
  background-color: #fff;
  border: 2px solid #f09a52;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.8rem;
  color: #f09a52;
  margin-bottom: 10px;
  transition: all 0.3s;
}
.anchor-nav .nav-item span {
  font-weight: bold;
  font-size: 1.1rem;
}

.gray-bordered-box {
  border: 1px solid #d3d3d3;
  border-radius: 5px;
  background-color: #fff;
  margin-bottom: 2rem;
  overflow: hidden;
}
.gray-bordered-box .box-title {
  color: #ffffff;
  font-size: 1.8rem;
  font-weight: 500;
  text-align: center;
  margin: 0;
  padding: 5px;
  border-bottom: 1px solid #d3d3d3;
  background-color: #43a6bb;
}
.gray-bordered-box .box-content {
  padding: 30px;
}

.list-layout-table {
  width: 100%;
  border-collapse: collapse;
}
.list-layout-table td {
  padding: 10px 5px;
  vertical-align: top;
  color: #333;
  line-height: 1.6;
  border-bottom: 1px solid #f0f0f0;
}
.list-layout-table tr:last-child td {
  border-bottom: none;
}
.list-layout-table .num-col {
  width: 30px;
  font-weight: bold;
  text-align: right;
  padding-right: 10px;
}

.content-section {
  margin-bottom: 4rem;
  scroll-margin-top: 120px;
}
.content-section .sub-title, .content-section .sub-title-red {
  color: #d9534f;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 2rem;
  padding-bottom: 10px;
}
.content-section .text-content {
  line-height: 1.8;
  color: #333333;
  font-size: 1rem;
  margin-bottom: 1.5rem;
}

.divider-list {
  list-style-position: outside;
  padding-left: 1.5rem;
  margin-bottom: 2rem;
}
.divider-list li {
  padding: 12px 0;
  border-bottom: 1px solid #d6d6d6;
  color: #333333;
}
.divider-list li:last-child {
  border-bottom: none;
}

.sub-page-banner-img {
  display: block;
  width: 100%;
  max-width: 900px;
  height: auto;
  margin: 0 auto 0;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0 0 20px 20px;
}
@media (max-width: 768px) {
  .sub-page-banner-img {
    width: 100%;
    margin-top: 0;
    border-radius: 0;
  }
}

.page-content.has-banner {
  margin-top: 10px;
}

.top-banner {
  background-color: #333;
  color: #fff;
  padding: 12px 40px 12px 20px;
  position: relative;
  z-index: 1000;
  text-align: center;
  font-size: 0.95rem;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}
.top-banner .banner-content a {
  color: #fff;
  text-decoration: none;
  transition: opacity 0.3s;
}
.top-banner .banner-content a:hover {
  opacity: 0.8;
  text-decoration: underline;
}
.top-banner .banner-content a strong {
  color: #ffeb3b;
}
.top-banner .banner-content .badge {
  display: inline-block;
  background-color: #f09a52;
  color: #fff;
  padding: 2px 8px;
  border-radius: 4px;
  font-size: 0.8rem;
  font-weight: bold;
  margin-right: 8px;
  vertical-align: middle;
}
.top-banner .close-btn {
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  background: none;
  border: none;
  color: rgba(255, 255, 255, 0.6);
  font-size: 1.2rem;
  cursor: pointer;
  padding: 5px;
  transition: color 0.3s;
}
.top-banner .close-btn:hover {
  color: #fff;
}
@media (max-width: 600px) {
  .top-banner {
    text-align: left;
    padding: 10px 40px 10px 15px;
  }
  .top-banner .banner-content {
    display: block;
  }
  .top-banner .banner-content .badge {
    display: inline-block;
    margin-right: 6px;
    margin-bottom: 2px;
    white-space: nowrap;
    vertical-align: middle;
    transform: translateY(-1px);
  }
  .top-banner .banner-content a {
    display: inline;
    line-height: 1.5;
    vertical-align: middle;
  }
}

#backToTopBtn {
  display: none;
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 999;
  width: 50px;
  height: 50px;
  border: none;
  background-color: #555;
  color: white;
  cursor: pointer;
  border-radius: 8px;
  font-size: 1.5rem;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
  transition: 0.3s;
}
#backToTopBtn:hover {
  background-color: #f09a52;
  transform: translateY(-3px);
}

/* 手機優化：表格在窄螢幕時不出現水平捲軸，內容改為換行與自動縮放適應寬度 */
@media (max-width: 600px) {
  .page-content .table-container {
    /* 取消容器橫向滾動，讓內容在表格內換行 */
    overflow-x: visible;
  }
  .page-content .standard-table {
    min-width: 0; /* 取消最小寬度，讓表格可縮放 */
    table-layout: fixed; /* 固定表格版面，讓欄位寬度自動分配 */
    width: 100%;
  }
  .page-content .standard-table th, .page-content .standard-table td {
    white-space: normal; /* 允許換行 */
    word-break: break-word; /* 長字串強制斷行 */
    -webkit-hyphens: auto;
            hyphens: auto;
    font-size: 0.95rem;
    padding: 8px 10px;
  }
  .page-content .standard-table thead th {
    text-align: left;
  }
  .page-content .standard-table td.content-cell {
    min-width: 0;
  }
}
*,
*::before,
*::after {
  box-sizing: border-box;
}

* {
  margin: 0;
  padding: 0;
}

img {
  max-width: 100%;
  display: block;
}

ul, ol {
  list-style: none;
}

body {
  font-family: "Microsoft JhengHei", "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 1.6;
  color: #333333;
  -webkit-font-smoothing: antialiased;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Microsoft JhengHei", "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin-bottom: 1rem;
  font-weight: bold;
}

.main-header {
  background-color: #0098cf;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  position: sticky;
  top: 0;
  z-index: 1000;
}
.main-header .container {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  padding: 0 20px;
  height: 60px;
  max-width: 1200px;
  margin: 0 auto;
}
.main-header .logo {
  display: flex;
  align-items: center;
}
.main-header .logo a {
  display: block;
  line-height: 0;
}
.main-header .logo img {
  max-height: 26px;
  width: auto;
}
.main-header .nav-toggle {
  display: none;
  background: none;
  border: none;
  font-size: 1.5rem;
  cursor: pointer;
  align-self: center;
}
@media (max-width: 900px) {
  .main-header .nav-toggle {
    display: block;
    color: #ffffff;
  }
}
.main-header .main-nav {
  height: 100%;
}
.main-header .main-nav .nav-list {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 0;
  height: 100%;
}
.main-header .main-nav .nav-list > .nav-item {
  position: relative;
  height: 100%;
  display: flex;
  align-items: stretch;
}
.main-header .main-nav .nav-list > .nav-item > a {
  text-decoration: none;
  color: #ffffff;
  font-weight: 500;
  font-size: 1.1rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0 20px;
  transition: padding-bottom 0.3s ease, background-color 0.3s;
  height: 100%;
  position: relative;
  line-height: 1.2;
}
.main-header .main-nav .nav-list > .nav-item > a i {
  position: absolute;
  opacity: 0;
  top: 60%;
  transform: translateY(-10%);
  font-size: 0.8rem;
  transition: all 0.3s ease;
}
.main-header .main-nav .nav-list > .nav-item > a i.fa-circle {
  font-size: 0.5rem;
}
.main-header .main-nav .nav-list > .nav-item > a:hover {
  background-color: rgba(255, 255, 255, 0.15);
  padding-bottom: 5px;
}
.main-header .main-nav .nav-list > .nav-item > a:hover i {
  opacity: 1;
  top: 75%;
}
.main-header .main-nav .nav-list > .nav-item .dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  background-color: #ffffff;
  min-width: 200px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  list-style: none;
  padding: 10px 0;
  z-index: 1001;
  opacity: 0;
  visibility: hidden;
  transform: translateY(15px);
  transition: all 0.3s ease-in-out;
}
.main-header .main-nav .nav-list > .nav-item .dropdown li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  white-space: nowrap;
  padding: 6px 16px;
  color: #666666;
  text-decoration: none;
  font-size: 1rem;
  font-weight: normal;
  transition: background-color 0.2s, color 0.2s;
  height: auto;
}
.main-header .main-nav .nav-list > .nav-item .dropdown li a:hover {
  background-color: #e6f7ff;
  color: #0098cf;
}
.main-header .main-nav .nav-list > .nav-item .dropdown li a i {
  margin-left: 10px;
  font-size: 0.9em;
}
.main-header .main-nav .nav-list > .nav-item:hover .dropdown {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
@media (max-width: 900px) {
  .main-header .main-nav {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: auto;
    background-color: #ffffff;
    border-top: 1px solid #dbdbdb;
  }
  .main-header .main-nav.active {
    display: block;
  }
  .main-header .main-nav .nav-list {
    flex-direction: column;
    gap: 0;
    height: auto;
  }
  .main-header .main-nav .nav-list > .nav-item {
    width: 100%;
    height: auto;
    border-bottom: 1px solid rgba(196, 196, 196, 0.5);
    display: block;
  }
  .main-header .main-nav .nav-list > .nav-item > a {
    font-size: 1.2rem;
    color: #333333;
    height: auto;
    padding: 15px 20px;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    transition: none;
    border-radius: 0;
  }
  .main-header .main-nav .nav-list > .nav-item > a:hover {
    background-color: transparent;
    padding-bottom: 15px;
  }
  .main-header .main-nav .nav-list > .nav-item > a i {
    position: static;
    opacity: 1;
    transform: none;
    margin-top: 0;
    color: #0098cf;
  }
  .main-header .main-nav .nav-list > .nav-item > a i.fa-up-right-from-square {
    font-size: 1rem;
  }
  .main-header .main-nav .nav-list > .nav-item .dropdown {
    position: static;
    box-shadow: none;
    border-top: none;
    background-color: rgba(233, 233, 233, 0.5);
    display: none;
    padding-left: 20px;
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .main-header .main-nav .nav-list > .nav-item .dropdown li a {
    font-size: 1.1rem;
    color: #333333;
    padding: 12px 20px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  }
  .main-header .main-nav .nav-list > .nav-item .dropdown li a:hover {
    color: #0098cf;
    background: none;
  }
  .main-header .main-nav .nav-list > .nav-item .dropdown.show {
    display: block;
  }
}

.main-footer {
  background-color: #686868;
  color: #fff;
  text-align: center;
  padding: 20px 0;
  font-size: 0.9rem;
}
.main-footer a {
  color: #fff;
  text-decoration: none;
}
.main-footer a:hover {
  text-decoration: underline;
}
@media (max-width: 600px) {
  .main-footer {
    padding: 15px 0;
    font-size: 0.8rem;
  }
}

.section-hero {
  height: 55vh;
  background-image: url("../images/2023-MOSWC-Web-Header-Student-1600x700-2.png");
  background-size: cover;
  background-position: center;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #ffffff;
}
@media (max-width: 600px) {
  .section-hero {
    height: 180px;
  }
}
.section-hero::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.section-hero .hero-overlay-img {
  position: absolute;
  z-index: 2;
  bottom: 0px;
  max-height: 90%;
  width: auto;
}
@media (max-width: 600px) {
  .section-hero .hero-overlay-img {
    width: 100%;
    height: auto;
    max-height: 85%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -41%);
    right: auto;
    bottom: auto;
    opacity: 0.9;
  }
}
.section-hero .hero-curve {
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
  z-index: 2;
}
.section-hero .hero-curve svg {
  display: block;
  width: 100%;
  height: 40px;
  fill: #ffffff;
}
@media (max-width: 600px) {
  .section-hero .hero-curve svg {
    height: 20px;
  }
}
.section-hero .hero-content {
  position: relative;
  z-index: 3;
  padding: 0 20px;
}
.section-hero .hero-content h1 {
  font-size: 3rem;
  margin-bottom: 1rem;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}
.section-hero .hero-content p {
  font-size: 1.5rem;
  margin-bottom: 2rem;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}
@media (max-width: 600px) {
  .section-hero .hero-content {
    display: none;
  }
}

.section-slogan {
  background-color: #ffffff;
  color: #ffffff;
  padding: 35px 0;
  text-align: center;
}
@media (max-width: 600px) {
  .section-slogan {
    padding: 10px 0;
  }
}
.section-slogan .container {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.section-slogan .slogan-banner {
  max-width: 97%;
  height: auto;
  margin-bottom: 20px;
}
@media (max-width: 600px) {
  .section-slogan .slogan-banner {
    margin-bottom: 20px;
  }
}
.section-slogan h2 {
  font-size: 1.4rem;
  line-height: 1.6;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 10px;
  color: #535353;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 600px) {
  .section-slogan h2 {
    font-size: 1.1rem;
    line-height: 1.4;
    max-width: 95%;
    margin-bottom: 15px;
  }
}
.section-slogan p {
  font-size: 1.5rem;
  color: #b52222;
  letter-spacing: 3px;
  font-weight: bold;
}
@media (max-width: 600px) {
  .section-slogan p {
    font-size: 1.3rem;
    letter-spacing: 1px;
  }
}

.section-about-world {
  background: linear-gradient(rgba(126, 49, 143, 0.9), rgba(126, 49, 143, 0.85)), url("../images/worldcup-bg.jpg") fixed center/cover no-repeat;
  padding: 50px 0;
  color: #ffffff;
}
.section-about-world .container {
  display: block;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
@media (max-width: 600px) {
  .section-about-world .container {
    padding: 0 26px;
  }
}
.section-about-world .section-title {
  width: 100%;
  max-width: none;
  margin-left: 0;
  padding-left: 0;
  text-align: left;
  margin-bottom: 20px;
  font-size: 2.5rem;
  color: #ffffff;
  font-weight: 700;
}
@media (max-width: 600px) {
  .section-about-world .section-title {
    font-size: 2rem;
    text-align: center;
  }
}
.section-about-world .content-grid {
  display: grid;
  grid-template-columns: 1.6fr 0.9fr;
  gap: 50px;
  align-items: start;
}
@media (max-width: 900px) {
  .section-about-world .content-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }
}
.section-about-world .text-info {
  font-size: 1.2rem;
  line-height: 28px;
}
.section-about-world .text-info .info-item {
  display: flex;
  margin-bottom: 10px;
}
@media (max-width: 600px) {
  .section-about-world .text-info .info-item {
    flex-direction: column;
    align-items: center;
    margin-bottom: 10px;
  }
}
.section-about-world .text-info .label {
  color: #ffcc00;
  font-weight: bold;
  min-width: 100px;
  margin-right: 10px;
  white-space: nowrap;
}
@media (max-width: 600px) {
  .section-about-world .text-info .label {
    margin-right: 0;
  }
}
.section-about-world .text-info .desc {
  color: #ffffff;
  text-align: left;
}
@media (max-width: 600px) {
  .section-about-world .text-info .desc {
    text-align: center;
  }
}
.section-about-world .image-placeholder {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.section-about-world .image-placeholder .placeholder-box {
  width: 100%;
  height: 300px;
  background-color: rgba(255, 255, 255, 0.1);
  border: 2px dashed rgba(255, 255, 255, 0.3);
  color: rgba(255, 255, 255, 0.7);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
}
.section-about-world .image-placeholder img {
  max-width: 100%;
  height: auto;
}

.section-about-national {
  background-color: #f58220;
  padding: 50px 0;
  color: #ffffff;
}
.section-about-national .container {
  display: block;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
@media (max-width: 600px) {
  .section-about-national .container {
    padding: 0 26px;
  }
}
.section-about-national .section-title {
  width: 100%;
  max-width: none;
  margin-left: 0;
  padding-left: 0;
  text-align: left;
  margin-bottom: 20px;
  font-size: 2.5rem;
  color: #ffffff;
  font-weight: 700;
}
@media (max-width: 600px) {
  .section-about-national .section-title {
    font-size: 2rem;
    text-align: center;
  }
}
.section-about-national .content-grid {
  display: grid;
  grid-template-columns: 1.6fr 0.9fr;
  gap: 50px;
  align-items: start;
}
@media (max-width: 900px) {
  .section-about-national .content-grid {
    grid-template-columns: 1fr;
    gap: 0px;
  }
}
.section-about-national .text-info {
  font-size: 1.2rem;
  line-height: 1.6;
}
.section-about-national .text-info .info-item {
  display: flex;
  margin-bottom: 10px;
}
@media (max-width: 600px) {
  .section-about-national .text-info .info-item {
    flex-direction: column;
    align-items: center;
    margin-bottom: 25px;
  }
}
.section-about-national .text-info .label {
  color: #ffe064;
  font-weight: bold;
  min-width: 100px;
  margin-right: 10px;
  white-space: nowrap;
}
@media (max-width: 600px) {
  .section-about-national .text-info .label {
    margin-right: 0;
    margin-bottom: 5px;
  }
}
.section-about-national .text-info .desc {
  color: #ffffff;
  text-align: left;
}
@media (max-width: 600px) {
  .section-about-national .text-info .desc {
    text-align: center;
  }
}
.section-about-national .image-placeholder {
  display: flex;
  justify-content: center;
  align-items: center;
}
.section-about-national .image-placeholder .placeholder-box {
  width: 100%;
  height: 300px;
  background-color: rgba(255, 255, 255, 0.1);
  border: 2px dashed rgba(255, 255, 255, 0.3);
  color: rgba(255, 255, 255, 0.7);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
}
.section-about-national .image-placeholder img {
  max-width: 100%;
  height: auto;
}

.section-schedule {
  background-color: #efece1;
  padding: 50px 0;
}
.section-schedule .section-title {
  text-align: center;
  margin-bottom: 10px;
  font-size: 2.5rem;
  font-weight: bold;
  color: #f09a52;
}
@media (max-width: 600px) {
  .section-schedule .section-title {
    font-size: 2rem;
  }
}
.section-schedule .container {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 20px;
}
.section-schedule .accordion {
  border: 1px solid #ddd;
  border-radius: 0px;
  overflow: hidden;
  width: 100%;
}
.section-schedule .accordion-item {
  border-bottom: 1px solid #ddd;
}
.section-schedule .accordion-item:last-child {
  border-bottom: none;
}
.section-schedule .accordion-header {
  width: 100%;
  background-color: #f8f9fa;
  color: #555555;
  padding: 15px 60px 15px 25px;
  font-size: 1.3rem;
  border: none;
  cursor: pointer;
  display: flex;
  transition: background-color 0.3s;
  justify-content: center;
  align-items: center;
  position: relative;
}
.section-schedule .accordion-header:hover {
  background-color: #e9ecef;
  color: #005596;
}
.section-schedule .accordion-header i {
  transition: transform 0.3s ease;
  color: #999;
  position: absolute;
  right: 20px;
}
.section-schedule .accordion-header.active {
  background-color: #20968b;
  color: #ffffff;
}
.section-schedule .accordion-header.active i {
  transform: rotate(180deg);
  color: #ffffff;
}
.section-schedule .accordion-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-out;
  background-color: #fff;
}
.section-schedule .accordion-content .inner-padding {
  padding: 20px;
}
.section-schedule .note-intro {
  font-size: 1.1rem;
  line-height: 1.6;
  margin-bottom: 20px;
  color: #333;
  text-align: left;
  padding-bottom: 20px;
  border-bottom: 1px solid #e0e0e0;
}
.section-schedule .note-list {
  text-align: left;
  margin-bottom: 30px;
  padding-left: 20px;
}
.section-schedule .note-list li {
  font-size: 1rem;
  line-height: 1.6;
  color: #555;
  list-style-type: decimal;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #e0e0e0;
}
.section-schedule .note-list li:last-child {
  border-bottom: none;
  margin-bottom: 0;
}
.section-schedule .table-container {
  padding: 20px;
  overflow-x: auto;
}
.section-schedule .schedule-table {
  margin: 0 auto;
  table-layout: fixed;
  border-collapse: collapse;
  min-width: 650px;
}
.section-schedule .schedule-table th, .section-schedule .schedule-table td {
  border: 1px solid #ddd;
  padding: 12px 15px;
  text-align: left;
  word-wrap: break-word;
  vertical-align: top;
}
.section-schedule .schedule-table th:first-child {
  width: 160px;
}
.section-schedule .schedule-table th {
  background-color: #e0ded0;
  color: #333;
  font-weight: bold;
  text-align: center;
}
.section-schedule .schedule-table td {
  color: #555;
  line-height: 1.6;
}
.section-schedule .schedule-table tr:hover {
  background-color: rgba(0, 0, 0, 0.02);
}
.section-schedule .schedule-table.notes-table th:first-child {
  width: 37%;
}
@media (max-width: 600px) {
  .section-schedule .schedule-table.notes-table th:first-child {
    width: 120px;
  }
}
@media (max-width: 600px) {
  .section-schedule .table-container {
    overflow-x: visible;
  }
  .section-schedule .table-container table {
    min-width: 0; /* 讓表格可縮放 */
    table-layout: fixed;
    width: 100%;
  }
  .section-schedule .table-container table th, .section-schedule .table-container table td {
    white-space: normal; /* 允許換行 */
    word-break: break-word;
    -webkit-hyphens: auto;
            hyphens: auto;
    font-size: 0.95rem;
    padding: 8px 10px;
  }
  .section-schedule .table-container table thead th {
    text-align: left;
  }
  .section-schedule .table-container table td.content-cell {
    min-width: 0;
  }
  .section-schedule .schedule-table {
    min-width: 0;
  }
  .section-schedule .schedule-table th:first-child {
    width: auto;
  }
}

.mainbox {
  margin: 40px auto !important;
  float: none !important;
  max-width: 900px;
  padding: 0 15px;
  font-family: "Microsoft JhengHei", sans-serif;
}

.panel {
  border: none !important;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08) !important;
  border-radius: 12px !important;
  overflow: hidden;
  background-color: #fff;
  margin-bottom: 30px !important;
}
.panel .panel-heading-custom, .panel .panel-heading {
  background: linear-gradient(135deg, #005596 0%, #0077b6 100%) !important;
  color: #fff !important;
  padding: 15px 20px !important;
  border: none !important;
}
.panel .panel-heading-custom .panel-title, .panel .panel-heading .panel-title {
  font-size: 1.3rem !important;
  font-weight: bold;
  letter-spacing: 1px;
  background: transparent !important;
  color: #fff !important;
}
.panel .panel-body {
  padding: 30px !important;
  background-color: #fff;
}

[id$=AddFileBox] .panel-heading,
[id$=AddMember] .panel-heading,
[id$=ChoseExam] .panel-heading,
[id$=AddExambox] .panel-heading {
  background: linear-gradient(135deg, #6f3e8f 0%, #8e44ad 100%) !important;
}

.form-horizontal .form-group {
  margin-bottom: 20px;
}
.form-horizontal .form-group label {
  font-weight: 500;
  color: #444;
  padding-top: 8px;
  text-align: right;
}
.form-horizontal .form-group .form-control {
  border: 1px solid #ddd;
  border-radius: 6px;
  padding: 10px 12px;
  height: auto;
  box-shadow: none;
  transition: all 0.3s;
}
.form-horizontal .form-group .form-control:focus {
  border-color: #005596;
  box-shadow: 0 0 0 3px rgba(0, 85, 150, 0.1);
}
.form-horizontal .form-group .form-control[readonly] {
  background-color: #f9f9f9;
  color: #888;
  cursor: not-allowed;
}
.form-horizontal .form-group table {
  width: 100%;
}
.form-horizontal .form-group table td {
  padding-right: 5px;
}
.form-horizontal .form-group table td input {
  width: 100% !important;
}

.btn {
  border: none !important;
  border-radius: 6px !important;
  padding: 10px 20px !important;
  font-size: 1rem !important;
  transition: all 0.3s !important;
  margin-right: 10px;
  margin-bottom: 10px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}
.btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
}
.btn-default {
  background-color: #f0f0f0 !important;
  color: #333 !important;
}
.btn-default:hover {
  background-color: #e0e0e0 !important;
}
.btn-info, .btn-primary {
  background-color: #005596 !important;
  color: #fff !important;
}
.btn-info:hover, .btn-primary:hover {
  background-color: #003f70 !important;
}
.btn#btnMOS {
  background-color: #4472c4 !important;
}
.btn#btnACP {
  background-color: #d9534f !important;
}
.btn-danger, .btn#btn1 {
  background-color: #f09a52 !important;
  color: #fff !important;
  font-weight: bold;
  padding: 10px 30px !important;
}
.btn-danger:hover, .btn#btn1:hover {
  background-color: #e08e45 !important;
}

.table-responsive {
  border: none !important;
}

.table {
  width: 100% !important;
  border-collapse: collapse !important;
  background-color: #fff;
  border-radius: 8px;
  overflow: hidden;
}
.table th {
  background-color: #e2efda !important;
  color: #333 !important;
  font-weight: bold !important;
  text-align: center;
  border: 1px solid #ddd !important;
  padding: 12px !important;
}
.table td {
  padding: 12px !important;
  vertical-align: middle !important;
  border: 1px solid #eee !important;
  color: #555;
  text-align: center;
}
.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #fcfcfc !important;
}
.table-hover > tbody > tr:hover {
  background-color: #f0f7eb !important;
}

.ajax__fileupload {
  border: 2px dashed #ddd !important;
  border-radius: 10px !important;
  padding: 20px !important;
  background-color: #fdfdfd !important;
}
.ajax__fileupload_selectFileButton, .ajax__fileupload_uploadbutton {
  background-color: #269d96 !important;
  color: #fff !important;
  border-radius: 4px !important;
  padding: 5px 15px !important;
  border: none !important;
  cursor: pointer;
  display: inline-block;
  margin: 5px;
}
.ajax__fileupload_fileItemInfo {
  margin-top: 10px;
  padding: 5px;
  background-color: #fff;
  border: 1px solid #eee;
}

@media (max-width: 768px) {
  .form-horizontal .control-label {
    text-align: left !important;
    margin-bottom: 5px;
  }
  .form-horizontal .col-md-9 {
    padding-left: 15px;
    padding-right: 15px;
  }
  .table-responsive {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .btn {
    width: 100%;
    margin-right: 0;
  }
}/*# sourceMappingURL=main.css.map */