/***************************************
		copyright by MaxWeb.com.tw
***************************************/
@import 'style.css';

:root {
  --asc-primary: #b00668;
  --asc-primary-dark: #8a0753;
  --asc-text: #57505a;
  --asc-muted: #7d737d;
  --asc-lilac: #ead5e8;
  --asc-lilac-soft: #f5e6f2;
  --asc-border: #e8bed9;
  --asc-footer: #574b55;
  --asc-placeholder: #d9d9d9;
}

.canvas_main_banner {
  position: relative;
  width: 100%;
  background: var(--asc-lilac);
}

.canvas_main_banner .asc-hero-swiper.swiper {
  width: 100%;
}

.canvas_main_banner .asc-hero-swiper .swiper-slide {
  height: auto;
}

.canvas_main_banner .asc-hero-swiper .swiper-pagination {
  bottom: 18px;
}

.asc-hero {
  position: relative;
  min-height: max(470px, 46.875vw);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  overflow: hidden;
}

.asc-hero__content {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 62px 40px 76px;
  padding-left: min(19vw, 250px);
  color: var(--asc-text);
  text-shadow: 0 2px 8px rgba(255, 255, 255, 0.86);
}

.asc-hero__eyebrow {
  max-width: 820px;
  margin: 0 0 28px;
  font-size: 2.9rem;
  line-height: 1.45;
  font-style: italic;
  font-weight: 400;
}

.asc-hero__headline span {
  display: block;
  margin-bottom: -10px;
  font-family: Georgia, 'Times New Roman', serif;
  font-size: 3.8rem;
  font-style: italic;
  line-height: 1.1;
}

.asc-hero__headline h1 {
  margin: 0;
  color: #5a415b;
  font-family: Georgia, 'Times New Roman', serif;
  font-size: 8.2rem;
  font-style: italic;
  font-weight: 700;
  line-height: 1;
}

.asc-hero__date {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-top: 34px;
  color: #514b52;
  font-size: 4.6rem;
  font-weight: 700;
  line-height: 1;
}

.asc-hero__date i {
  display: block;
  width: 78px;
  height: 2px;
  background: rgba(96, 84, 96, 0.55);
}

.asc-home {
  background: #fff;
  color: var(--asc-text);
}

.asc-home__container {
  width: min(calc(100% - 48px), 1280px);
  margin: 0 auto;
}

.asc-home__intro-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 520px);
  gap: 42px;
  padding-top: 62px;
  align-items: start;
}

.asc-home__left {
  min-width: 0;
}

.asc-news h2,
.asc-dates h2,
.asc-welcome h2 {
  margin: 0 0 28px;
  color: var(--asc-primary);
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

.asc-news ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.asc-news li {
  position: relative;
  margin: 0;
  padding: 14px 0 14px 34px;
  border-bottom: 1px solid var(--asc-border);
  color: #5f5862;
  font-size: 1.7rem;
  line-height: 1.45;
  overflow-wrap: anywhere;
}

.asc-news li::before {
  position: absolute;
  top: 21px;
  left: 4px;
  width: 14px;
  height: 14px;
  background: var(--asc-primary);
  clip-path: polygon(0 12%, 100% 50%, 0 88%);
  content: '';
}

.asc-dates {
  margin-top: 56px;
}

.asc-dates dl {
  display: grid;
  gap: 10px;
  margin: 0;
}

.asc-dates dl > div {
  padding: 10px 18px 10px 22px;
  border-left: 10px solid var(--asc-primary);
  background: var(--asc-lilac);
}

.asc-dates dt {
  color: #6f6570;
  font-size: 1.45rem;
  line-height: 1.2;
}

.asc-dates dd {
  margin: 2px 0 0;
  color: var(--asc-primary);
  font-size: 1.85rem;
  font-style: italic;
  font-weight: 700;
  line-height: 1.2;
}

.asc-video-placeholder,
.asc-media-band {
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--asc-placeholder);
  color: rgba(255, 255, 255, 0.78);
}

.asc-video-placeholder {
  min-height: 680px;
}

.asc-video-placeholder span,
.asc-media-band span {
  font-size: 6rem;
  font-weight: 300;
}

.asc-welcome {
  padding-top: 56px;
  padding-bottom: 62px;
}

.asc-welcome__copy {
  max-width: 1050px;
}

.asc-welcome__copy p {
  margin: 0 0 20px;
  color: #5d5660;
  font-size: 1.75rem;
  line-height: 1.5;
  overflow-wrap: anywhere;
}

.asc-signatures {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 38px;
  margin-top: 40px;
}

.asc-signature-card {
  position: relative;
  min-height: 190px;
  padding: 28px 28px 24px 180px;
  background: var(--asc-lilac);
  display: flex;
  align-items: center;
}

.asc-signature-card__portrait {
  position: absolute;
  left: 26px;
  bottom: 18px;
  width: 148px;
  height: 148px;
  border: 4px solid var(--asc-primary);
  border-top-color: #d7d8e8;
  border-left-color: #d7d8e8;
  border-radius: 50%;
  background: #d8d8e6;
  color: #675b68;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  font-weight: 700;
  overflow: hidden;
}

.asc-signature-card__portrait img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.asc-signature-card__portrait--susan img {
  object-position: center 36%;
}

.asc-signature-card__portrait--chienho img {
  object-position: center 38%;
}

.asc-signature-card__sign {
  margin-bottom: 6px;
  color: #423a42;
  line-height: 1.1;
}

.asc-signature-card__body {
  width: 100%;
  min-width: 0;
}

.asc-signature-card__signature-image {
  display: block;
  width: min(260px, 100%);
  height: auto;
  margin: 0 auto 8px;
}

.asc-signature-card p {
  margin: 0;
  color: #6f6570;
  font-size: 1.45rem;
  line-height: 1.25;
  text-align: center;
  overflow-wrap: anywhere;
}

.asc-media-band {
  min-height: 520px;
}

/*--------------------------------------------
	Media Queries
---------------------------------------------*/
@media screen and (max-width: 1279px) {
  .asc-hero {
    min-height: max(470px, 46.875vw);
  }

  .asc-hero__content {
    padding-top: 62px;
    padding-bottom: 76px;
    padding-left: 150px;
  }

  .asc-hero__eyebrow {
    max-width: 680px;
    font-size: 2.5rem;
  }

  .asc-hero__headline h1 {
    font-size: 7rem;
  }

  .asc-home__intro-grid {
    grid-template-columns: minmax(0, 1fr) minmax(320px, 450px);
  }
}

@media screen and (max-width: 1023px) {
  .asc-hero {
    min-height: 560px;
    background-size: 100% auto;
    background-position: center bottom;
    background-color: var(--asc-lilac-soft);
    align-items: flex-start;
  }

  .asc-hero__content {
    padding: 44px 32px 52px;
  }

  .asc-hero__eyebrow {
    max-width: 620px;
    margin-bottom: 20px;
    font-size: 2rem;
  }

  .asc-hero__headline span {
    font-size: 2.4rem;
  }

  .asc-hero__headline h1 {
    font-size: 5rem;
  }

  .asc-hero__date {
    margin-top: 20px;
    font-size: 3rem;
  }

  .asc-home__intro-grid {
    grid-template-columns: 1fr;
  }

  .asc-video-placeholder {
    min-height: 420px;
  }

  .asc-signatures {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 767px) {
  .asc-hero {
    min-height: 540px;
    background-size: 100% auto;
    background-position: center bottom;
  }

  .asc-hero__content {
    padding: 42px 22px 40px;
  }

  .asc-hero__eyebrow {
    max-width: 335px;
    font-size: 1.85rem;
  }

  .asc-hero__headline span {
    margin-bottom: 0;
    font-size: 2.5rem;
  }

  .asc-hero__headline h1 {
    font-size: 5rem;
  }

  .asc-hero__date {
    margin-top: 24px;
    font-size: 3.1rem;
  }

  .asc-hero__date i {
    width: 42px;
  }

  .asc-home__container {
    width: min(calc(100% - 32px), 1280px);
    max-width: calc(100vw - 32px);
  }

  .asc-home__left,
  .asc-news,
  .asc-dates,
  .asc-welcome {
    max-width: calc(100vw - 32px);
  }

  .asc-news li {
    max-width: calc(100vw - 66px);
    white-space: normal;
    word-break: break-word;
  }

  .asc-home__intro-grid {
    padding-top: 40px;
  }

  .asc-news h2,
  .asc-dates h2,
  .asc-welcome h2 {
    margin-bottom: 20px;
    font-size: 2.45rem;
  }

  .asc-video-placeholder,
  .asc-media-band {
    min-height: 300px;
  }

  .asc-welcome {
    padding-top: 42px;
  }

  .asc-welcome__copy p {
    font-size: 1.6rem;
  }

  .asc-signature-card {
    min-height: 0;
    padding: 154px 20px 22px;
    text-align: center;
  }

  .asc-signature-card__portrait {
    top: 20px;
    bottom: auto;
    left: 50%;
    width: 116px;
    height: 116px;
    transform: translateX(-50%);
  }
}
