/* 
theme color: #ff669c #2adeb9 #FED322
linear pink: #ff669c - #b0229d
 */

/******** layout ***********/
@charset "UTF-8";

/* * {
  padding: 0;
  margin: 0;
} */

html {
  overflow-x: hidden;
  scroll-behavior: smooth;
}

.accs {
  min-height: 100vh;
  position: relative;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  background-color: #ffffff;
  color: #474d51;
  font-size: 16px;
  overflow: visible;
}

@media (max-width: 768px) {
  .accs {
    min-height: 100%;
    background-color: #ffffff;
  }
}

.accs h1,
.accs h2,
.accs h3,
.accs h4,
.accs h5,
.accs h6 {
  color: #333333;
  margin: 20px 0 10px;
  line-height: 1.3;
}

.accs h1,
.accs h2,
.accs h3 {
  font-weight: 800;
  line-height: 1.2;
}

.accs h1 {
  font-size: 3rem;
  margin-bottom: 40px;
}

.accs h2 {
  font-size: 2.5rem;
}

.accs h3 {
  font-size: 1.85rem;
  line-height: 1.3;
}

.accs h4 {
  font-size: 1.6rem;
}

.accs h5 {
  font-size: 1.4rem;
  font-weight: 600;
}

.accs h6 {
  font-size: 1.3rem;
  font-weight: 600;
}

strong {
  font-weight: 700;
}

.accs p {
  color: #333333;
}

.accs p:last-child {
  margin-bottom: 0px;
}

.accs small {
  font-weight: inherit;
}

.accs ul {
  list-style: none;
  line-height: 1.9;
}

.accs .ol {
  padding-left: 1.5em;
}

.accs .ul {
  padding-left: 18px;
  position: relative;
}

.accs .ul li {
  position: relative;
}

.accs .ul li:before {
  content: "•";
  position: absolute;
  font-size: 20px;
  left: -14px;
  line-height: 1.3;
  color: #333333;
}

.accs a {
  transition: all 0.3s ease;
  color: #2adeb9;
  cursor: pointer;
}

.accs a:focus,
.accs a:hover {
  color: #2fddba;
  text-decoration: none;
}

.accs button,
.accs .btn {
  color: #333333;
  padding: 10px 20px;
  font-size: 18px;
  transition: all 0.3s ease;
}

.accs button:focus,
.accs button:hover,
.accs .btn:focus,
.accs .btn:hover {
  color: #333333;
}

.accs section,
.accs header,
.accs nav,
.accs footer {
  position: relative;
}

.accs section {
  margin: 0;
  padding: 5% 0px;
}

@media screen and (max-width: 767px) {
  .accs h1 {
    font-size: 34px;
    margin-bottom: 20px;
  }

  .accs h2 {
    font-size: 28px;
    margin: 1%;
  }

  .accs h3 {
    font-size: 24px;
    margin: 1%;
  }

  .accs h4 {
    font-size: 20px;
    margin: 1%;
  }

  .accs h5 {
    font-size: 18px;
    font-weight: 600;
    margin: 1%;
  }

  .accs h6 {
    font-size: 16px;
    font-weight: 600;
    margin: 1%;
  }

  .accs p {
    /* font-size: 14px; */
  }
}

@media (max-width: 767px) {
  .accs section {
    padding: 30px 0 1.2% 0;
  }
}

.accs section .ul li,
.accs section .ol li {
  margin-bottom: 0.3rem;
}

.accs section:last-of-type {
  margin-bottom: 0;
}

/* 40px */
.toTop-arrow {
  width: 2.5rem;
  height: 2.5rem;
  padding: 0;
  margin: 0;
  border: 0;
  border-radius: 33%;
  opacity: 0.6;
  background: #000;
  cursor: pointer;
  position: fixed;
  right: 1rem;
  bottom: 1rem;
  display: none;
}

.toTop-arrow::before,
.toTop-arrow::after {
  width: 18px;
  height: 5px;
  border-radius: 3px;
  background: #f90;
  position: absolute;
  content: "";
}

.toTop-arrow::before {
  transform: rotate(-45deg) translate(0, -50%);
  left: 0.5rem;
}

.toTop-arrow::after {
  transform: rotate(45deg) translate(0, -50%);
  right: 0.5rem;
}

.toTop-arrow:focus {
  outline: none;
}

/* 48px */
.toTop-arrow {
  width: 3rem;
  height: 3rem;
  padding: 0;
  margin: 0;
  border: 0;
  border-radius: 33%;
  opacity: 0.6;
  background: #000;
  cursor: pointer;
  position: fixed;
  right: 1rem;
  bottom: 1rem;
  display: none;
}

.toTop-arrow::before,
.toTop-arrow::after {
  width: 25px;
  height: 6px;
  border-radius: 3px;
  background: #ff669c;
  position: absolute;
  content: "";
}

.toTop-arrow::before {
  transform: rotate(-45deg) translate(0, -50%);
  left: 0.42rem;
}

.toTop-arrow::after {
  transform: rotate(45deg) translate(0, -50%);
  right: 0.42rem;
}

.toTop-arrow:focus {
  outline: none;
}

/* 56px */
.toTop-arrow {
  width: 3.5rem;
  height: 3.5rem;
  padding: 0;
  margin: 0;
  border: 0;
  border-radius: 33%;
  opacity: 0.6;
  background: #f100a4;
  cursor: pointer;
  position: fixed;
  right: 1rem;
  bottom: 1rem;
  display: none;
}

.toTop-arrow::before,
.toTop-arrow::after {
  width: 31px;
  height: 7px;
  border-radius: 3px;
  background: #fff;
  position: absolute;
  content: "";
}

.toTop-arrow::before {
  transform: rotate(-45deg) translate(0, -50%);
  left: 0.4rem;
}

.toTop-arrow::after {
  transform: rotate(45deg) translate(0, -50%);
  right: 0.4rem;
}

.toTop-arrow:focus {
  outline: none;
}

/* 共用 */
.accs .title {
  font-size: 2.4rem;
  font-weight: 900;
  line-height: 1.2;
  margin-bottom: 10px;
  text-align: center;
}

.accs .sub-title {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 15px;
  text-align: center;
}

/* 首頁共用 title */
.accs-title-box {
  position: relative;
  padding: 0 0 30px 0;
}

.accs-title-bg {
  position: relative;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 1;
  font-size: 160px;
  font-weight: 700;
  line-height: 194px;
  letter-spacing: 0em;
  text-align: left;
  color: #eeeeee;
  margin: 0;
  z-index: 1;
}

.accs-title {
  text-align: center;
  font-family: Helvetica, Arial, sans-serif;
  color: #fed322;
  line-height: 1;
  font-size: 60px;
  font-weight: 700;
  line-height: 73px;
  letter-spacing: 0em;
  text-align: center;
  margin-top: -100px;
  position: relative;
  z-index: 2;
}

.accs-title-desc {
  color: #474d51;
  padding: 0 0 30px 0;
  position: relative;
  z-index: 2;
}

@media (max-width: 767px) {
  .accs-title-box {
    width: 100%;
    overflow: hidden;
  }

  .accs-title-bg {
    font-size: 100px;
    text-align: center;
  }

  .accs-title {
    /* font-size: 60px; */
  }

  .accs-title-desc {}
}

@media (max-width: 667px) {
  .accs-title-box {}

  .accs-title-bg {
    font-size: 70px;
  }

  .accs-title {
    font-size: 50px;
  }

  .accs-title-desc {}
}

/* 首頁共用 title */

.btn-primary {
  color: #fff;
  background-color: #ff669c;
  border-color: #ff669c;
  padding: 10px 20px;
  font-size: 18px;
  transition: all 0.3s ease;
}

.btn-primary:focus,
.btn-primary:hover {
  color: #fff;
  background-color: #ff669c;
}

.btn-readmore {
  color: #b0229d;
  border-color: #b0229d;
  padding: 2px 8px;
  font-size: 14px;
  transition: all 0.3s ease;
}

.btn-readmore:focus,
.btn-readmore:hover {
  color: #fff;
  background-color: #ff00b4;
}

.btn-watch {
  background-color: #333;
  color: #fff;
  margin-top: 20px;
}

/*********** layout  ***********/

/*********** home kv ***********/

.accs-kv {
  /* margin-top: 60px; */
  position: relative;
  /* height: 600px;
    min-height: 50vh;
    overflow: hidden; */
  text-align: center;
  width: 100%;
  padding: 0 0 1.5%;
  background-position: center;
  background-size: cover;
  background-image: url(../img/accs/kv.jpg);
}

.accs-kv-txt {
  color: #fff;
  padding: 60px 5% 0%;
  width: 50%;
  max-width: 700px;
  margin-right: auto;
  text-shadow: 3px 2px 5px #000;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.accs-kv-txt .main {
  color: #fff;
  font-size: 4rem;
  margin-bottom: 1rem;
  padding: 2%;
  word-break: keep-all;
  font-weight: 800;
  line-height: 1.1;
  letter-spacing: 1px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.accs-kv-txt .main .img {
  width: 100%;
}

.accs-kv-txt .kv-btn {
  color: #fff;
  font-size: 1.3rem;
  padding: 0.7rem 1.4rem;
  margin: 1rem 0;
  border-radius: 4px;
  font-weight: 500;
  letter-spacing: 1.5px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  background: #ff669c;
  background: -moz-linear-gradient(to right, #ff669c 0%, #b0229d 100%);
  background: -webkit-linear-gradient(to right, #ff669c 0%, #b0229d 100%);
  background: linear-gradient(to right, #ff669c 0%, #b0229d 100%);
  border: 0px;
}

.accs-kv-txt .kv-btn:hover {
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.accs-kv-scroll a {
  font-size: 90%;
  color: #333;
}

.accs-kv-scroll::before {
  content: "";
  display: block;
  width: 1px;
  height: 70px;
  background: black;
  margin: auto;
  transform: scaleY(1);
  transform-origin: 100% 100%;
  transition: 0.3s ease;
  animation: accs-stroke 3s 3s infinite;
}

@keyframes accs-stroke {
  from {
    transform: scaleY(1);
  }

  to {
    transform: scaleY(0);
  }
}


@media (max-width: 991px) {
  .accs-kv {}

  .accs-kv-txt {
    width: 80%;
  }
}

/*********** kv ***********/

/*********** navbar ***********/
.accs-nav {
  background-color: #fff4c6;
  padding: 0;
}

.accs-nav .nav-li {
  padding: 10px;
  font-weight: 700;
}

.accs-nav .nav-li-focus {
  background-color: #fed3224d;
}

/*********** navbar ***********/

/*********** index about ***********/
.accs-about {
  padding: 0 0 5%;
}

.accs-about-txtbox {
  position: relative;
}

.accs-about-txtbox::before {
  content: "";
  width: 10px;
  height: 100px;
  background-color: #ff669c;
  position: absolute;
  left: -20px;
}

.accs-about-txtbox article {
  padding-bottom: 20px;
}

/*********** index about ***********/

/*********** index program ***********/
.accs-program {
  background-color: #ccc;
  background: url(../img/accs/bg-gray.jpg?0812) no-repeat top right/cover;
}

.program-box {}

.program-accordion {}

.program-accordion .card-box {
  border-width: 0px;
  background-color: transparent;
  padding-bottom: 20px;
}

.program-accordion .card-box .card-header {
  cursor: pointer;
  border-radius: 10px;
  background-color: #2adeb9;
  color: #fff;
  font-size: 20px;
  padding-right: 45px;
  word-break: break-word;
  transition: 0.3s ease;
}

.program-accordion .card-box .card-header:hover,
.program-accordion .card-box .card-header:focus {
  background-color: #ff669c;
}

.program-accordion .card-box .card-header:after {
  content: "\f0d9";
  font-family: "Font Awesome 5 Free";
  color: #fed322;
  font-size: 30px;
  position: absolute;
  right: 30px;
  top: 5px;
  font-weight: 600;
}

.program-accordion .card-box .card-header[aria-expanded="true"] {
  background-color: #ff669c;
}

.program-accordion .card-box .card-header[aria-expanded="true"]:after {
  content: "\f0d7";
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
}

.program-accordion .card-box .card-.accs {
  background-color: #fff;
}

/*********** index program ***********/

/*********** index feat ***********/
.accs-feat {
  padding: 4% 0 5%;
  position: relative;
  background-color: #fff;
  z-index: 0;
}

.accs-feat::before,
.accs-feat::after {
  z-index: -1;
}

.accs-feat::before {
  content: "";
  /* background-color: #eee; */
  width: 0;
  height: 0;
  border-left: 300px solid #f8f8f8;
  border-top: 300px solid transparent;
  border-right: 300px solid transparent;
  border-bottom: 300px solid transparent;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  position: absolute;
  top: 0;
  left: 5%;
}

.accs-feat::after {
  content: "";
  /* background-color: #eee; */
  width: 0;
  height: 0;
  border-left: 300px solid transparent;
  border-top: 300px solid transparent;
  border-right: 300px solid #f8f8f8;
  border-bottom: 300px solid transparent;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  position: absolute;
  bottom: 0;
  right: 0;
}

.accs-feat .til {
  color: #fe5f87;
  margin: 2% 0 3%;
  font-size: 60px;
}

.accs-feat .til .before {}

.accs-feat .til .before b {
  font-size: 150%;
}

.accs-feat .til .after {}

.accs-feat .til .after b {
  font-size: 150%;
}

.side-feat .feat-num {
  color: #ffefaf;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 160px;
  line-height: 1;
  font-weight: 900;
  text-align: center;
  padding: 0 15px 0 0;
}

.side-feat {
  display: -ms-flexbox;
  display: flex;
  padding: 15px 0;
}

.feat-txt {
  border-left: 5px solid #eee;
  padding-left: 15px;
  letter-spacing: 0.5px;
}

.feat-txt strong {
  font-weight: 500;
  font-size: 1.3rem;
  line-height: 1.2;
  margin-bottom: 0.5rem;
  display: inline-block;
}

/*.feat-txt::first-letter {
    font-size: 150%;
    color: #FE5F87;
}*/
.feat-txt .note {
  color: #7a7979;
  font-size: 14px;
  font-weight: normal;
}

@media (max-width: 767px) {
  .accs-feat .til {
    font-size: 50px;
  }

  .side-feat .feat-num {
    font-size: 100px;
    padding-right: 5px;
  }
}

/*********** index feat ***********/

/********* accs-gallery **********/
.accs-gallery {
  padding: 50px 0 60px;
}

.accs-gallery .accs-title-box {}

.accs-gallery .accs-title-bg {}

.accs-gallery .accs-title {}

.swiper-box {
  padding: 20px 10px;
}

.swiper-gallery {
  border: 1px solid #cdcdcd;
}

.swiper-gallery .gallery-slide {
  padding: 15px 0;
}

.gallery-slide .slide-imgbox {}

.slide-imgbox img {
  border-radius: 10px;
}

.gallery-slide .slide-txt {
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}

.gallery-slide .slide-txt .txt {
  position: relative;
  padding: 0 40px;
}

.gallery-slide .slide-txt .txt::before,
.gallery-slide .slide-txt .txt::after {
  content: '"';
  color: #ff669c;
  font-size: 40px;
  line-height: 1;
  vertical-align: middle;
  font-family: "Franklin Gothic Medium", "Arial Narrow", Arial, sans-serif;
  position: absolute;
}

.gallery-slide .slide-txt .txt::before {
  left: 0px;
  top: -30px;
}

.gallery-slide .slide-txt .txt::after {
  right: 0px;
  bottom: -30px;
}

.swiper-box .swiper-button-prev,
.swiper-box .swiper-button-next {
  color: #333;
}

.swiper-box .swiper-button-prev::after,
.swiper-box .swiper-button-next::after {
  font-size: 24px;
}

.swiper-box .swiper-button-prev {
  left: -30px;
}

.swiper-box .swiper-button-next {
  right: -30px;
}

.swiper-box .swiper-pagination {
  bottom: -20px;
}

.swiper-box .swiper-pagination-bullet {
  border-radius: 0;
  width: 16px;
  height: 16px;
}

.swiper-box .swiper-pagination-bullet-active {
  background: #28f3cf;
}

@media (max-width: 767px) {
  .gallery-slide .slide-txt .txt {}

  .swiper-box .swiper-button-prev {
    left: 0px;
  }

  .swiper-box .swiper-button-next {
    right: 0px;
  }
}

/********* accs-gallery **********/

/********* accs-regist **********/
.accs-regist {
  background: #fed322;
}

.regist-box {}

.regist-box .til {
  color: #fff;
  text-align: center;
  margin: 2% 0 3%;
}

.regist-box .txt {}

.regist-box .btn {
  background: #2ac2a3;
  text-align: center;
  color: #fff;
  max-width: 400px;
  display: block;
  margin: 4% auto;
  box-shadow: 0px 4px 0px 0px #fff4c6;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  transition: 0.3s ease;
}

.regist-box .btn:hover,
.regist-box .btn:focus {
  box-shadow: 0px 0px 0px 0px #fff4c6;
  -webkit-transform: translateY(3px);
  -ms-transform: translateY(3px);
  transform: translateY(3px);
}

/*********** index accs-signwall **********/
.accs-signwall {
  padding-top: 0;
}

.accs-signwall .signwall-slogan {
  padding: 5% 10% 0%;
  position: relative;
  text-align: center;
  width: 100%;
}

/*  */
.signwall-organizer {
  border-bottom: 1px solid #d9d9d9;
  padding: 3% 0;
}

.org-box {
  padding: 10px 5px;
}

.org-box .head {
  margin: 10px 0;
}

.org-box .head::before {
  content: "";
  background: #ff669c;
  width: 10px;
  height: 10px;
  display: inline-block;
  margin-right: 20px;
}

.org-box img {}

.signwall-partner {
  text-align: center;
  padding: 3% 5%;
}

.partner-box {
  padding: 15px;
}

.partner-box .link {
  display: block;
  margin: auto;
  box-shadow: 0 0 3px #e4e4e3;
}

.partner-box .link:hover,
.partner-box .link:focus {
  box-shadow: 0 0 3px #ff669c;
}

.partner-box img {
  width: 100%;
}

/*********** index accs-signwall **********/

/*********** index years **********/
.accs-years {
  background-color: #fed322;
  padding: 20px 0;
  line-height: 1;
  vertical-align: middle;
}

.accs-years b {
  font-weight: 800;
  font-size: 28px;
}

.year-link-group {
  padding: 10px 20px;
  display: inline-block;
}

.accs .year-link {
  padding: 0 10px;
  color: #777;
  font-weight: 500;
  font-size: 18px;
}

.accs .year-link:hover,
.accs .year-link:focus {
  color: #fff;
}

@media (max-width: 991px) {
  .year-link-group {}
}

/*********** index years **********/

/*********** footer ***********/
/* .accs .footer {
  background: #474d51;
  color: #fff;
  padding: 30px;
} */

/* footer 內 a 都加 .link */
/* .accs footer .link {
  color: #fff;
  transition: all 0.3s ease-in;
}

.accs footer .link:hover,
.accs footer .link:focus {
  color: #ddd;
}

.accs footer-content {}

.accs footer-logo {
  max-width: 300px;
  display: inline-block;
}

.accs footer-logo .link img {
  width: 100%;
}

.accs footer-date {}

.accs footer-date time {
  font-weight: 800;
}

.accs footer-date span {}

.accs footer-date sup {}

.accs footer-location {
  margin-bottom: 0;
  padding: 10px 0;
  font-weight: 300;
}

.accs footer-location .link {}

.summit-series {
  border-left: 3px solid #fff;
  padding-left: 20px;
  line-height: 1.8;
  display: inline-block;
}

.summit-series .link {
  display: block;
}

.accs footer-copybox {
  margin-top: -4.5%;
  float: right;
}

.accs footer-copybox .link {}

.accs footer-copybox .copy {}

@media (max-width: 768px) {} */

/*********** footer ***********/

/*********** sidebar ***********/
.accs-sidebar {
  position: fixed;
  right: 0;
  bottom: 30%;
  z-index: 1040;
  /* -webkit-transform: rotate(270deg) translateY(45px);-ms-transform: rotate(270deg) translateY(45px);
    transform: rotate(270deg) translateY(45px); */
}

.accs-sidebar .accs-register {
  background-color: #eee;
  color: #333;
  border: none;
  display: block;
  position: absolute;
  right: 0;
  font-weight: bold;
  font-size: 16px;
  writing-mode: vertical-lr;
  padding: 25px 10px;
  border-radius: 10px 0 0 10px;
  box-shadow: 2px 3px 8px 0px rgba(93, 90, 105, 0.3);
  letter-spacing: 1px;
}

.accss-sidebar .accs-register:hover {
  background-color: #eee;
}

.accs-go-top {
  position: absolute;
  right: 0;
  bottom: 50px;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  width: 110px;
  color: #000;
  -webkit-transform: rotate(90deg) translate(70px, -6px);
  -ms-transform: rotate(90deg) translate(70px, -6px);
  transform: rotate(90deg) translate(70px, -6px);
}

.accs-go-top i {
  margin: 0 5px;
}