@charset "UTF-8";
a {
  color: #0595cf;
}

p {
  font-size: 1.4rem;
  line-height: 1.2;
  font-family: "Raleway-Regular400";
  color: #000;
}

h2 {
  color: #f55717;
  text-align: left;
  font-family: "Raleway-Bold700";
  padding: 10px 0;
}

h3 {
  font-family: "Raleway-Bold700";
  font-size: 1.8rem;
  color: #000;
}

.AAC-box {
  padding: 15px 10px;
  margin: 15px;
  width: 260px;
  box-shadow: 5px 5px 10px rgba(136, 136, 136, 0.3411764706);
  text-align: center;
  border-radius: 5px;
}
.AAC-box:hover {
  transform: scale(1.01);
  transition: 0.2s;
}
.AAC-box span {
  color: #636363;
}
.AAC-box h5 {
  padding: 10px;
  font-family: "Raleway-SemiBold600";
  position: relative; /* 設置相對定位，方便控制偽元素位置 */
}
.AAC-box h5::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 80px;
  height: 2px;
  background-color: rgba(171, 214, 231, 0.6705882353);
}
.AAC-box img {
  width: 180px;
  -webkit-clip-path: circle(50% at 50% 50%);
          clip-path: circle(50% at 50% 50%);
}

.textMN {
  margin-bottom: 100px;
}
.textMN ul {
  padding: 0;
}
.textMN li {
  list-style-type: none;
  font-size: 1.6rem;
  line-height: 1.4;
  padding: 18px 20px;
  font-family: "Raleway-Medium500";
  background: #FFF;
  border-radius: 10px;
  margin: 20px 0;
  box-shadow: 3px 3px 10px rgba(85, 85, 85, 0.2117647059);
}
.textMN li:hover {
  background-color: rgba(255, 252, 220, 0.431372549);
}
.textMN p {
  text-align: justify;
}
.textMN span {
  font-size: 1.6rem;
  font-family: "Raleway-SemiBold600";
  color: #000;
}

.MNbox {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.MNbox p {
  margin: 0;
}
.MNbox p b {
  color: #452000;
}
.MNbox span {
  font-size: 1rem;
  font-family: "Raleway-Regular400";
}
.MNbox ul {
  list-style-type: none;
  padding: 15px;
}
.MNbox ul li {
  text-align: center;
}
.MNbox ul li img {
  margin-bottom: 5px;
  -webkit-clip-path: circle(50% at 50% 50%);
          clip-path: circle(50% at 50% 50%);
  width: 200px;
}
.MNbox div img:hover {
  opacity: 0.5;
}

.DirectionsList {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 100px;
}
.DirectionsList span {
  font-family: "Raleway-Medium500";
  font-size: 1.8rem;
}
.DirectionsList h2 {
  font-size: 2.2rem;
}
.DirectionsList div {
  width: 65%;
}
.DirectionsList li {
  margin: 0;
  font-size: 1.4rem;
  line-height: 1.4;
  font-family: "Raleway-Regular400";
}
.DirectionsList img {
  width: 100%;
  padding: 20px;
}
.DirectionsList .box {
  padding: 35px;
  border-radius: 25px;
  box-shadow: 5px 5px 15px #ebebeb;
  width: 49%;
}
.DirectionsList .box a {
  font-family: "Raleway-Bold700";
  font-size: 1.8rem;
}

.cardimg {
  margin: 20px 20px 5px;
}
.cardimg img {
  width: 100%;
}
.cardimg img:hover {
  transform: scale(1.03);
  transition: 0.3s;
  box-shadow: 2px 2px 10px #9f9f9f;
}
.cardimg p {
  text-align: center;
  padding-top: 10px;
  color: #39aedd;
}
.cardimg p:hover {
  color: #f55717;
}

.contactList h3 {
  font-size: 1.8rem;
  font-family: "Raleway-Bold700";
  padding-top: 30px;
  margin-bottom: 1rem;
}
.contactList h2 {
  color: #f55717;
  text-align: left;
  font-family: "Raleway-Bold700";
}
.contactList p {
  font-size: 1.6rem;
}
.contactList img {
  height: 2.1rem;
}

@media (max-width: 1000px) {
  .Sponsorship {
    flex-wrap: wrap;
  }
  .text {
    width: 100%;
  }
}
@media (max-width: 992px) {
  iframe {
    width: 80vw;
  }
  .container {
    justify-content: center;
  }
  .DirectionsList {
    flex-wrap: wrap;
    justify-content: center;
    width: 90%;
  }
  .DirectionsList div {
    width: 90%;
  }
  .DirectionsList .box {
    width: 100%;
    margin: 10px 0;
  }
  .textMN {
    width: 90%;
  }
  .textMN .MN-1 {
    flex-direction: column;
    align-items: center;
  }
  .textMN .MN-1 img {
    width: 80%;
  }
  .textMN h2 {
    font-size: 1.6rem;
    padding: 0%;
  }
  .textMN p {
    font-size: 1.2rem;
    line-height: 1.2;
  }
  .textMN span {
    font-size: 1.2rem;
  }
}
@media (max-width: 992px) and (max-width: 425px) {
  .DirectionsList ol {
    font-size: 1.4rem;
    line-height: 1.4;
  }
  .DirectionsList p {
    font-size: 1.4rem;
  }
  .DirectionsList img {
    width: 100%;
    padding: 20px 0;
  }
  .contactList p {
    font-size: 1.4rem;
    line-height: 1.4;
  }
  .contactList h3 {
    font-size: 1.6rem;
  }
  .textMN p {
    text-align: left;
  }
}/*# sourceMappingURL=42.css.map */