@charset "UTF-8";
a {
  color: #218762;
  text-decoration: none;
}

::-webkit-input-placeholder {
  color: #aaa;
  opacity: 0.9;
}

:-moz-placeholder {
  color: #aaa;
  opacity: 0.9;
}

::-moz-placeholder {
  color: #aaa;
  opacity: 0.9;
}

:-ms-input-placeholder {
  color: #aaa;
  opacity: 0.9;
}

.red {
  color: #f76260;
}

.sh-no-m {
  min-width: 1170px;
}
.sh-no-m .site-main-wrapper .site-main {
  padding: 100px 0;
}

.sb-title {
  width: 100%;
  padding: 30px 0 20px;
  font-size: 22px;
  color: #111;
  line-height: 1.4;
  text-align: center;
}

.flex-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.flex-box img {
  vertical-align: top;
}
@media (max-width: 768px) {
  .flex-box {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.site-body {
  width: 100%;
  min-width: 1170px;
  position: relative;
  background: #fff9f3;
  padding-top: 84px;
  /*-- 主內容區塊 START
  ------------------- */
  /*-- 詳細內容區塊 START
  ------------------- */
  /*----*/
}
@media (max-width: 768px) {
  .site-body {
    min-width: 0;
    padding-top: 54px;
  }
}
.site-body .site-main-wrapper {
  width: 100%;
  position: relative;
  background: url(../images/events/main-bg.jpg) no-repeat top center;
}
.site-body .site-main-wrapper .site-content {
  width: 1170px;
  height: 590px;
  margin: 0 auto;
  position: relative;
}
.site-body .site-main-wrapper .smw-box {
  width: 540px;
  position: absolute;
  top: 126px;
  left: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.site-body .site-main-wrapper .smb-title-box {
  width: 100%;
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.site-body .site-main-wrapper .smb-title-box .smb-title {
  font-size: 48px;
  font-weight: bold;
  color: #FFF;
  line-height: 1.2;
  margin-bottom: 24px;
  text-shadow: 0px 0px 8px rgba(0, 0, 0, 0.16);
}
.site-body .site-main-wrapper .smb-title-box .smb-title .smt-hl {
  color: #AAFFB7;
}
.site-body .site-main-wrapper .smb-title-box .smb-subtitle {
  font-size: 24px;
  color: #FFF;
  line-height: 1.5;
}
.site-body .site-main-wrapper .smb-btn-box {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-top: 45px;
}
.site-body .site-main-wrapper .smb-btn-box .smb-btn {
  width: 100%;
  max-width: 240px;
  height: 82px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 24px;
  font-weight: bold;
  color: #FFF;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.65);
  background: rgba(255, 255, 255, 0.24);
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
  -webkit-transition: 0.2s;
  transition: 0.2s;
  text-decoration: none;
}
.site-body .site-main-wrapper .smb-btn-box .smb-btn.on-touch {
  background-color: rgba(255, 255, 255, 0.1);
}
.site-body .site-main-wrapper .smw-bg-m {
  display: none;
  width: 100%;
}
.site-body .site-main-wrapper .smw-bg-m img {
  width: 100%;
  display: block;
}
@media (max-width: 768px) {
  .site-body .site-main-wrapper {
    background: none;
  }
  .site-body .site-main-wrapper .site-content {
    width: 100%;
    height: auto;
  }
  .site-body .site-main-wrapper .smw-bg-m {
    display: block;
  }
  .site-body .site-main-wrapper .smw-box {
    width: 100%;
    top: 95px;
    left: 0px;
    padding: 0 30px;
  }
  .site-body .site-main-wrapper .smb-title-box .smb-title {
    font-size: 46px;
    margin-bottom: 25px;
  }
  .site-body .site-main-wrapper .smb-btn-box .smb-btn {
    border-radius: 8px;
  }
}
@media (max-width: 568px) {
  .site-body .site-main-wrapper .smw-box {
    top: 55px;
    padding: 0 16px;
  }
  .site-body .site-main-wrapper .smb-title-box .smb-title {
    font-size: 32px;
    margin-bottom: 24px;
  }
  .site-body .site-main-wrapper .smb-title-box .smb-subtitle {
    font-size: 16px;
    color: #FFF;
    line-height: 1.5;
  }
  .site-body .site-main-wrapper .smb-btn-box {
    margin-top: 24px;
  }
  .site-body .site-main-wrapper .smb-btn-box .smb-btn {
    border-radius: 8px;
    max-width: 180px;
    height: 54px;
    font-size: 16px;
  }
}
.site-body .site-content-wrapper {
  width: 100%;
  position: relative;
}
.site-body .site-content-wrapper * {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.site-body .site-content-wrapper.scw-bg {
  background-color: white;
}
.site-body .site-content-wrapper.scw-bg2 {
  background-color: #eaece9;
}
.site-body .site-content-wrapper .flex-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.site-body .site-content-wrapper .flex-box img {
  vertical-align: top;
}
@media (max-width: 768px) {
  .site-body .site-content-wrapper .flex-box {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.site-body .site-content-wrapper .site-content {
  width: 1170px;
  margin: 0 auto;
  position: relative;
  padding: 10px 0 90px;
}
.site-body .site-content-wrapper .content-title {
  text-align: center;
  font-size: 48px;
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: 0.5px;
  margin-bottom: 40px;
  color: #218762;
}
.site-body .site-content-wrapper .content-title .ct-txt {
  font-size: 24px;
  color: #333;
}
@media (max-width: 768px) {
  .site-body .site-content-wrapper .content-title {
    font-size: 32px;
  }
  .site-body .site-content-wrapper .content-title .ct-txt {
    font-size: 18px;
  }
}
.site-body .site-content-wrapper .content-dsr {
  width: 100%;
  text-align: center;
  font-size: 24px;
  line-height: 1.5;
  color: #555;
}
@media (max-width: 768px) {
  .site-body .site-content-wrapper .content-dsr {
    font-size: 20px;
  }
}
.site-body .site-content-wrapper .tab-inner {
  display: none;
}
.site-body .site-content-wrapper.se-0 {
  background-color: #e8f9ff;
}
.site-body .site-content-wrapper.se-0 .site-content {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 80px 0 84px;
}
.site-body .site-content-wrapper.se-0 .se0-list {
  width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.site-body .site-content-wrapper.se-0 .s0l-item {
  width: 267px;
  min-height: 165px;
  margin-right: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  background: #FFF;
  border-radius: 12px;
}
.site-body .site-content-wrapper.se-0 .s0l-item:last-child {
  margin-right: 0;
}
.site-body .site-content-wrapper.se-0 .s0l-item .s0i-pic {
  width: 100%;
  border-radius: 12px 12px 0 0;
  overflow: hidden;
}
.site-body .site-content-wrapper.se-0 .s0l-item .s0i-pic img {
  width: 100%;
  display: block;
}
.site-body .site-content-wrapper.se-0 .s0l-item .s0i-info {
  width: 100%;
  padding: 16px 20px;
}
.site-body .site-content-wrapper.se-0 .s0l-item .s0i-title {
  line-height: 1.6;
  font-size: 24px;
  font-weight: bold;
  color: #202225;
  margin-bottom: 8px;
}
.site-body .site-content-wrapper.se-0 .s0l-item .s0i-txt {
  font-size: 18px;
  line-height: 1.6;
  color: #6F7277;
  text-align: left;
}
@media (max-width: 768px) {
  .site-body .site-content-wrapper.se-0 .site-content {
    padding: 64px 20px 90px;
  }
  .site-body .site-content-wrapper.se-0 .se0-list {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .site-body .site-content-wrapper.se-0 .s0l-item {
    width: 100%;
    max-width: 500px;
    margin: 0 0px 24px;
  }
  .site-body .site-content-wrapper.se-0 .s0l-item .s0i-info {
    padding: 20px 24px;
  }
  .site-body .site-content-wrapper.se-0 .s0l-item .s0i-title {
    font-size: 20px;
  }
  .site-body .site-content-wrapper.se-0 .s0l-item .s0i-txt {
    font-size: 14px;
  }
  .site-body .site-content-wrapper.se-0 .s0l-item:last-child {
    margin-bottom: 0;
  }
}
@media (max-width: 568px) {
  .site-body .site-content-wrapper.se-0 .s0l-item {
    max-width: 335px;
  }
}
.site-body .site-content-wrapper.se-1 {
  background: #FFF;
}
.site-body .site-content-wrapper.se-1 .site-content {
  width: 100%;
  max-width: 1170px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 80px 0;
}
.site-body .site-content-wrapper.se-1 .se1-box {
  width: 100%;
  border-radius: 24px;
  background: #FFF;
  -webkit-box-shadow: 2px 2px 16px 0px rgba(0, 0, 0, 0.08);
          box-shadow: 2px 2px 16px 0px rgba(0, 0, 0, 0.08);
  padding: 32px 32px 16px;
}
.site-body .site-content-wrapper.se-1 .se1-box .s1b-title {
  width: 100%;
  font-size: 32px;
  font-weight: bold;
  color: #218762;
  text-align: center;
  line-height: 1.4;
  margin-bottom: 16px;
  padding-bottom: 16px;
  border-bottom: 1px solid #EAEAEA;
}
.site-body .site-content-wrapper.se-1 .se1-list {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.site-body .site-content-wrapper.se-1 .sl-item {
  width: 16.666%;
  padding: 8px 16px;
  margin-bottom: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.site-body .site-content-wrapper.se-1 .sl-item .si-ic {
  width: 80px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-bottom: 12px;
}
.site-body .site-content-wrapper.se-1 .sl-item .si-ic img {
  width: 100%;
  display: block;
}
.site-body .site-content-wrapper.se-1 .sl-item .si-title {
  line-height: 1.4;
  font-size: 16px;
  color: #555;
  text-align: center;
}
.site-body .site-content-wrapper.se-1 .se1-btn-box {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 45px;
}
.site-body .site-content-wrapper.se-1 .se1-btn-box .se1-btn {
  width: 100%;
  max-width: 360px;
  height: 82px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 24px;
  font-weight: bold;
  color: #FFF;
  border-radius: 12px;
  background: #218762;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  text-decoration: none;
}
.site-body .site-content-wrapper.se-1 .se1-btn-box .se1-btn.on-touch {
  background-color: #1a6b4d;
}
@media (max-width: 768px) {
  .site-body .site-content-wrapper.se-1 .site-content {
    padding: 64px 20px;
  }
  .site-body .site-content-wrapper.se-1 .se1-box {
    max-width: 500px;
    padding: 20px 20px 12px;
  }
  .site-body .site-content-wrapper.se-1 .sl-item {
    width: 33.33%;
    padding: 8px 4px;
    margin-bottom: 8px;
  }
  .site-body .site-content-wrapper.se-1 .se1-btn-box {
    margin-top: 30px;
  }
  .site-body .site-content-wrapper.se-1 .se1-btn-box .se1-btn {
    max-width: 500px;
    border-radius: 8px;
    height: 54px;
    font-size: 16px;
  }
}
@media (max-width: 568px) {
  .site-body .site-content-wrapper.se-1 .se1-box {
    max-width: 335px;
  }
  .site-body .site-content-wrapper.se-1 .sl-item .si-ic {
    width: 70px;
  }
  .site-body .site-content-wrapper.se-1 .sl-item .si-title {
    font-size: 15px;
  }
  .site-body .site-content-wrapper.se-1 .se1-btn-box .se1-btn {
    max-width: 335px;
  }
}
.site-body .site-content-wrapper.se-2 {
  background-color: #F1F3F5;
}
.site-body .site-content-wrapper.se-2 .site-content {
  width: 100%;
  max-width: 1170px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 80px 0 40px;
}
.site-body .site-content-wrapper.se-2 .content-title {
  width: 100%;
  text-align: left;
  margin-bottom: 16px;
}
.site-body .site-content-wrapper.se-2 .content-dsr {
  text-align: left;
  margin-bottom: 40px;
}
.site-body .site-content-wrapper.se-2 .se2-list {
  width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.site-body .site-content-wrapper.se-2 .s2l-item {
  width: calc(33.33% - 26px);
  min-height: 400px;
  margin-right: 39px;
  margin-bottom: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  border-radius: 16px;
  background: #4CA951;
  padding: 32px 32px;
}
.site-body .site-content-wrapper.se-2 .s2l-item:nth-child(3n) {
  margin-right: 0;
}
.site-body .site-content-wrapper.se-2 .s2l-item.s2i-bg1 {
  background: #2b7db9;
}
.site-body .site-content-wrapper.se-2 .s2l-item.s2i-bg2 {
  background: #f2a233;
}
.site-body .site-content-wrapper.se-2 .s2l-item.s2i-bg3 {
  background: #a093ed;
}
.site-body .site-content-wrapper.se-2 .s2l-item.s2i-bg4 {
  background: #e87272;
}
.site-body .site-content-wrapper.se-2 .s2l-item .s2i-info {
  width: 100%;
  margin-bottom: 32px;
}
.site-body .site-content-wrapper.se-2 .s2l-item .s2i-title {
  line-height: 1.4;
  font-size: 28px;
  font-weight: bold;
  color: #FFF;
  margin-bottom: 8px;
  text-align: left;
}
.site-body .site-content-wrapper.se-2 .s2l-item .s2i-txt {
  font-size: 18px;
  line-height: 1.6;
  color: #FFF;
  text-align: left;
}
.site-body .site-content-wrapper.se-2 .s2l-item .s2i-pic {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.site-body .site-content-wrapper.se-2 .s2l-item .s2i-pic img {
  width: 180px;
  display: block;
}
@media (max-width: 768px) {
  .site-body .site-content-wrapper.se-2 .site-content {
    padding: 54px 20px;
  }
  .site-body .site-content-wrapper.se-2 .content-title {
    max-width: 500px;
    margin-bottom: 12px;
  }
  .site-body .site-content-wrapper.se-2 .content-dsr {
    max-width: 500px;
    margin-bottom: 20px;
  }
  .site-body .site-content-wrapper.se-2 .se2-list {
    max-width: 500px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .site-body .site-content-wrapper.se-2 .s2l-item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 32px;
    padding: 32px 24px;
    border-radius: 8px;
  }
  .site-body .site-content-wrapper.se-2 .s2l-item .s2i-pic img {
    width: 180px;
  }
}
@media (max-width: 568px) {
  .site-body .site-content-wrapper.se-2 .content-title {
    max-width: 335px;
  }
  .site-body .site-content-wrapper.se-2 .content-dsr {
    max-width: 335px;
  }
  .site-body .site-content-wrapper.se-2 .se2-list {
    max-width: 335px;
  }
}
.site-body .site-content-wrapper.se-3 {
  background: url(../images/events/s4-bg.gif) repeat-x top center;
}
.site-body .site-content-wrapper.se-3 .site-content {
  width: 100%;
  max-width: 1170px;
  min-height: 264px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0;
}
.site-body .site-content-wrapper.se-3 .se3-info {
  padding-right: 40px;
}
.site-body .site-content-wrapper.se-3 .se3-title {
  color: #FFF;
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 12px;
  line-height: 1.5;
  text-align: left;
}
.site-body .site-content-wrapper.se-3 .se3-link-box {
  width: 100%;
}
.site-body .site-content-wrapper.se-3 .se3-link-box .se3-link {
  color: #aaffb7;
  font-size: 22px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.site-body .site-content-wrapper.se-3 .se3-link-box .se3-link:after {
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  margin-left: 16px;
  background: url(../images/events/s4-arrow.svg) center center/contain no-repeat;
}
.site-body .site-content-wrapper.se-3 .se3-pic {
  width: 120px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.site-body .site-content-wrapper.se-3 .se3-pic img {
  width: 100%;
  display: block;
}
@media (max-width: 768px) {
  .site-body .site-content-wrapper.se-3 .site-content {
    min-height: 0;
    padding: 32px 20px;
  }
  .site-body .site-content-wrapper.se-3 .se3-info {
    padding-right: 0px;
  }
  .site-body .site-content-wrapper.se-3 .se3-title {
    font-size: 24px;
    margin-bottom: 8px;
    text-align: center;
  }
  .site-body .site-content-wrapper.se-3 .se3-title .s3t-txt {
    display: block;
  }
  .site-body .site-content-wrapper.se-3 .se3-link-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .site-body .site-content-wrapper.se-3 .se3-link-box .se3-link {
    font-size: 18px;
  }
  .site-body .site-content-wrapper.se-3 .se3-link-box .se3-link:after {
    width: 24px;
    height: 24px;
    margin-left: 8px;
  }
  .site-body .site-content-wrapper.se-3 .se3-pic {
    display: none;
  }
}