@import url("https://fonts.googleapis.com/css2?family=Comfortaa:wght@300..700&family=Noto+Sans+TC:wght@100..900&family=Outfit:wght@100..900&display=swap");
.borderW {
  width: 1140px;
  margin: 0 auto;
  position: relative;
}
@media (max-width: 1280px) {
  .borderW {
    width: calc(100% - 60px);
  }
}
@media (max-width: 480px) {
  .borderW {
    width: calc(100% - 30px);
  }
}

.speakAI_layout {
  background-color: #fff;
  color: #000;
  overflow: hidden;
  max-width: 1920px;
  margin: 0 auto;
}
.speakAI_layout img {
  width: auto;
}
.speakAI_layout h2 {
  text-align: center;
  color: #141f61;
}
.speakAI_layout .spanplus {
  display: block;
  width: 20px;
  height: 5px;
  background-color: #000;
  position: relative;
  margin: 30px auto 20px;
}
.speakAI_layout .spanplus:after {
  content: "";
  display: block;
  width: 5px;
  height: 20px;
  background-color: #000;
  position: absolute;
  left: calc(50% - 2.5px);
  top: calc(50% - 10px);
}
.speakAI_layout .dotted {
  background-image: url(../images/dotted.png);
  width: 100%;
  height: 9px;
  margin: 80px 0;
}
.speakAI_layout .speakAI_kv {
  background-color: #0019fa;
  position: relative;
}
@media (max-width: 1024px) {
  .speakAI_layout .speakAI_kv {
    background-color: #000468;
  }
}
.speakAI_layout .speakAI_kv:after {
  content: "";
  display: block;
  width: 100%;
  background-image: url(../images/kv/bottom.png);
  position: absolute;
  bottom: -2px;
  left: 0;
  height: 244px;
  z-index: 2;
  background-position: 50% 0;
  background-repeat: no-repeat;
}
@media (max-width: 1680px) {
  .speakAI_layout .speakAI_kv:after {
    background-position: 50%;
    background-size: 1680px;
    height: 210px;
  }
}
@media (max-width: 1440px) {
  .speakAI_layout .speakAI_kv:after {
    background-size: 1440px;
    height: 180px;
  }
}
@media (max-width: 1280px) {
  .speakAI_layout .speakAI_kv:after {
    background-size: 1280px;
    height: 160px;
  }
}
@media (max-width: 768px) {
  .speakAI_layout .speakAI_kv:after {
    background-size: 768px;
    height: 100px;
  }
}
.speakAI_layout .speakAI_kv .borderW {
  width: 100%;
}
.speakAI_layout .speakAI_kv .slogan {
  position: relative;
  z-index: 1;
}
.speakAI_layout .speakAI_kv .slogan .ava {
  display: none;
}
@media (max-width: 1024px) {
  .speakAI_layout .speakAI_kv .slogan .ava {
    display: block;
    position: absolute;
    top: 5%;
    right: 20%;
    width: 15%;
  }
}
@media (max-width: 480px) {
  .speakAI_layout .speakAI_kv .slogan .ava {
    right: 10%;
    width: 20%;
  }
}
.speakAI_layout .speakAI_kv .slogan h1 {
  background-image: url(../images/kv/slogan.jpg);
  width: 66%;
  aspect-ratio: 3/1.6;
  background-position: 50% 55%;
  background-size: 120%;
}
@media (max-width: 1680px) {
  .speakAI_layout .speakAI_kv .slogan h1 {
    aspect-ratio: 3/1.8;
  }
}
@media (max-width: 1440px) {
  .speakAI_layout .speakAI_kv .slogan h1 {
    width: 60%;
    aspect-ratio: 3/1.7;
    background-size: 120%;
  }
}
@media (max-width: 1280px) {
  .speakAI_layout .speakAI_kv .slogan h1 {
    width: 60%;
    aspect-ratio: 3/2.5;
    background-size: 170%;
  }
}
@media (max-width: 1024px) {
  .speakAI_layout .speakAI_kv .slogan h1 {
    width: 100%;
    aspect-ratio: 3/1.4;
    background-size: 100%;
    background-position: 50% 0;
  }
}
@media (max-width: 480px) {
  .speakAI_layout .speakAI_kv .slogan h1 {
    aspect-ratio: 3/1.8;
    background-size: 120%;
    background-position: 50% 0%;
  }
}
.speakAI_layout .speakAI_kv .slogan h1 img {
  display: none;
}
.speakAI_layout .speakAI_kv .txt {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 50%;
  height: 100%;
  width: 50%;
}
@media (max-width: 1024px) {
  .speakAI_layout .speakAI_kv .txt {
    position: relative;
    width: 100%;
    left: 0;
    height: auto;
    margin-top: -30px;
    padding: 0 10px;
  }
}
.speakAI_layout .speakAI_kv .txt::before {
  content: "";
  display: block;
  width: 120%;
  background-color: #ffffff;
  position: absolute;
  height: 100%;
  top: 0;
  left: 10%;
  z-index: -1;
  transform: skewX(20deg);
}
@media (max-width: 1024px) {
  .speakAI_layout .speakAI_kv .txt::before {
    transform: skewY(-5deg);
    left: 0;
    top: 0;
    width: 100%;
  }
}
.speakAI_layout .speakAI_kv .txt .center {
  width: 650px;
  height: 100%;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  padding-bottom: 20%;
}
@media (max-width: 1024px) {
  .speakAI_layout .speakAI_kv .txt .center {
    width: 100%;
    padding-bottom: 12%;
  }
}
@media (max-width: 640px) {
  .speakAI_layout .speakAI_kv .txt .center {
    padding-bottom: 20%;
  }
}
@media (max-width: 480px) {
  .speakAI_layout .speakAI_kv .txt .center {
    padding-bottom: 25%;
  }
}
.speakAI_layout .speakAI_kv .txt .center .centerR {
  margin-left: 20%;
}
@media (max-width: 1440px) {
  .speakAI_layout .speakAI_kv .txt .center .centerR {
    margin-left: 17%;
  }
}
@media (max-width: 1024px) {
  .speakAI_layout .speakAI_kv .txt .center .centerR {
    margin: 0 auto;
    margin-top: 10px;
  }
}
.speakAI_layout .speakAI_kv .txt .specailTag {
  display: flex;
  align-items: center;
}
@media (max-width: 1024px) {
  .speakAI_layout .speakAI_kv .txt .specailTag {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    justify-content: center;
  }
}
.speakAI_layout .speakAI_kv .txt .specailTag .ava {
  position: relative;
  z-index: 2;
}
@media (max-width: 1440px) {
  .speakAI_layout .speakAI_kv .txt .specailTag .ava {
    width: 120px;
  }
}
@media (max-width: 1024px) {
  .speakAI_layout .speakAI_kv .txt .specailTag .ava {
    display: none;
  }
}
.speakAI_layout .speakAI_kv .txt .specailTag h2 {
  background-color: #1c48ff;
  color: #fff;
  border-radius: 45px;
  padding: 10px 30px;
  font-size: 1.5rem;
  transform: translateX(-25px);
}
@media (max-width: 1440px) {
  .speakAI_layout .speakAI_kv .txt .specailTag h2 {
    padding: 10px 20px;
    font-size: 1.3rem;
    transform: translateX(-20px);
  }
}
@media (max-width: 1024px) {
  .speakAI_layout .speakAI_kv .txt .specailTag h2 {
    transform: translateX(0);
  }
}
@media (max-width: 480px) {
  .speakAI_layout .speakAI_kv .txt .specailTag h2 {
    font-size: 1.1rem;
    padding: 10px 20px;
  }
}
.speakAI_layout .speakAI_kv .txt h3 {
  font-weight: bold;
  font-size: 2rem;
  line-height: 110%;
  text-align: center;
}
@media (max-width: 1440px) {
  .speakAI_layout .speakAI_kv .txt h3 {
    font-size: 1.6rem;
  }
}
@media (max-width: 1024px) {
  .speakAI_layout .speakAI_kv .txt h3 {
    width: 100%;
  }
}
@media (max-width: 480px) {
  .speakAI_layout .speakAI_kv .txt h3 {
    font-size: 1.4rem;
  }
}
.speakAI_layout .speakAI_kv .txt h3 strong[lang=en] {
  font-size: 1.7em;
  display: inline-block;
  position: relative;
  color: #1f89f9;
  font-family: Roboto, "Helvetica Neue", Arial, sans-serif;
}
.speakAI_layout .speakAI_kv .txt h3 strong[lang=en] u {
  text-decoration: line-through;
  font-size: 0.3em;
  color: #b3b3b3;
  font-weight: 400;
  display: block;
  text-align: right;
  position: absolute;
  top: 100%;
  right: 0;
}
.speakAI_layout .speakAI_kv .txt .spePlan {
  display: inline-block;
}
.speakAI_layout .speakAI_kv .txt .spePlan h3 strong[lang=en] {
  color: #1e49ff;
}
.speakAI_layout .speakAI_kv .txt .spePlan .stag {
  background-color: #000;
  color: #fff;
  border-radius: 5px;
  padding: 5px;
  font-size: 1.3rem;
  margin: 10px 0 15px;
}
@media (max-width: 1440px) {
  .speakAI_layout .speakAI_kv .txt .spePlan .stag {
    font-size: 1.2rem;
  }
}
.speakAI_layout .about,
.speakAI_layout .feature {
  text-align: center;
}
.speakAI_layout .about h2,
.speakAI_layout .feature h2 {
  margin-bottom: 15px;
}
.speakAI_layout .about p,
.speakAI_layout .feature p {
  line-height: 150%;
  font-size: 1.2rem;
}
@media (max-width: 1024px) {
  .speakAI_layout .about {
    padding-top: 30px;
  }
}
.speakAI_layout .feature {
  margin-bottom: 80px;
}
.speakAI_layout .feature .featureTable {
  margin: 30px auto 0;
}
@media (max-width: 768px) {
  .speakAI_layout .feature .featureTable {
    width: 100%;
    overflow-x: auto;
    border-collapse: collapse;
    border-radius: 15px;
  }
}
.speakAI_layout .feature .featureTable table {
  margin: 0 auto;
  background-color: #4cb0fe;
  border-radius: 20px;
  text-align: center;
  border: 6px solid #4cb0fe;
  overflow: hidden;
}
@media (max-width: 768px) {
  .speakAI_layout .feature .featureTable table {
    table-layout: fixed;
    min-width: 100%;
    width: auto;
    overflow: unset !important;
  }
}
.speakAI_layout .feature .featureTable table thead {
  color: #fff;
}
.speakAI_layout .feature .featureTable table thead th {
  text-align: center;
  font-weight: 600;
  padding: 5px 30px 10px;
  font-size: 1.2rem;
  word-break: keep-all;
  position: static;
  z-index: 1;
  background-color: #4cb0fe;
}
.speakAI_layout .feature .featureTable table thead th:first-child {
  position: sticky;
  left: 0;
  z-index: 3;
}
@media (max-width: 768px) {
  .speakAI_layout .feature .featureTable table thead th {
    padding: 5px 10px 10px;
    font-size: 1rem;
  }
}
.speakAI_layout .feature .featureTable table tbody tr:first-child td {
  position: static;
}
.speakAI_layout .feature .featureTable table tbody tr td {
  background-color: #fff;
  text-align: center;
  padding: 10px 50px;
  border: 1px solid #4cb0fe;
  font-weight: 600;
  color: #19236a;
  font-size: 1.2rem;
  word-break: keep-all;
  z-index: 1;
}
.speakAI_layout .feature .featureTable table tbody tr td:first-child {
  position: sticky;
  left: 0;
  z-index: 3;
}
@media (max-width: 768px) {
  .speakAI_layout .feature .featureTable table tbody tr td {
    padding: 10px 20px;
    font-size: 1rem;
  }
}
.speakAI_layout .twm_project .spanplusOut {
  display: inline-flex;
  line-height: 0;
  margin: 0;
  background-color: #2255ff;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  vertical-align: super;
}
.speakAI_layout .twm_project .spanplusOut .spanplus {
  background-color: #fff;
  line-height: 0;
  margin: 0;
}
.speakAI_layout .twm_project .spanplusOut .spanplus:after {
  background-color: #fff;
}
.speakAI_layout .twm_project h2 {
  margin-bottom: 15px;
}
.speakAI_layout .twm_project h2 span[lang=en] {
  font-weight: 700;
  font-size: 1.2em;
}
@media (max-width: 480px) {
  .speakAI_layout .twm_project h2.pcSet {
    display: none;
  }
}
.speakAI_layout .twm_project h2.moSet {
  display: none;
}
@media (max-width: 480px) {
  .speakAI_layout .twm_project h2.moSet {
    display: block;
    font-size: 1.8rem;
  }
}
.speakAI_layout .twm_project h2.moSet div {
  font-size: 0.8em;
}
.speakAI_layout .twm_project .info {
  margin-top: 30px;
}
.speakAI_layout .twm_project .info > ul {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  flex-wrap: wrap;
}
.speakAI_layout .twm_project .info > ul > li {
  background-color: #4cb0fe;
  border-radius: 30px;
  text-align: center;
  width: calc(50% - 10px);
}
@media (max-width: 1024px) {
  .speakAI_layout .twm_project .info > ul > li {
    width: 100%;
    margin-bottom: 10px;
  }
}
.speakAI_layout .twm_project .info > ul > li .box {
  padding: 10px;
}
.speakAI_layout .twm_project .info > ul > li .box h3 {
  color: #fff;
  padding: 0px 10px 10px;
}
.speakAI_layout .twm_project .info > ul > li .box .plan-type {
  display: flex;
  align-items: stretch;
  position: relative;
  justify-content: space-between;
  margin-bottom: 4px;
  min-height: 150px;
}
.speakAI_layout .twm_project .info > ul > li .box .plan-type:last-child {
  margin-bottom: 0;
}
.speakAI_layout .twm_project .info > ul > li .box .plan-type:last-child:last-child .addDay {
  text-align: center !important;
}
.speakAI_layout .twm_project .info > ul > li .box .plan-type:last-child:last-child .left {
  border-bottom-left-radius: 20px;
}
.speakAI_layout .twm_project .info > ul > li .box .plan-type:last-child:last-child .right {
  border-bottom-right-radius: 20px;
}
.speakAI_layout .twm_project .info > ul > li .box .plan-type .only {
  position: absolute;
  left: -22px;
  z-index: 1;
  top: 10px;
}
@media (max-width: 480px) {
  .speakAI_layout .twm_project .info > ul > li .box .plan-type .only {
    width: 50px;
    left: -19px;
  }
}
.speakAI_layout .twm_project .info > ul > li .box .plan-type .left {
  background-color: #fff;
  width: calc(30% - 2px);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  position: relative;
  align-content: center;
}
.speakAI_layout .twm_project .info > ul > li .box .plan-type .left .planTtile {
  color: #0e1863;
  width: 100%;
}
.speakAI_layout .twm_project .info > ul > li .box .plan-type .left .planTtile b {
  font-weight: 800;
  font-size: 1.8rem;
  display: block;
  line-height: 120%;
}
@media (max-width: 480px) {
  .speakAI_layout .twm_project .info > ul > li .box .plan-type .left .planTtile b {
    font-size: 1.5rem;
  }
}
.speakAI_layout .twm_project .info > ul > li .box .plan-type .left .expiration small {
  color: #b3b3b3;
}
.speakAI_layout .twm_project .info > ul > li .box .plan-type .right {
  background-color: #fff;
  width: calc(70% - 2px);
}
.speakAI_layout .twm_project .info > ul > li .box .plan-type .right ol {
  display: flex;
  align-items: center;
  height: 100%;
  justify-content: center;
}
.speakAI_layout .twm_project .info > ul > li .box .plan-type .right ol li {
  position: relative;
  line-height: 150%;
}
.speakAI_layout .twm_project .info > ul > li .box .plan-type .right ol li:first-child {
  color: #19236a;
}
.speakAI_layout .twm_project .info > ul > li .box .plan-type .right ol li[lang=en] {
  color: #1e49ff;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 70%;
}
.speakAI_layout .twm_project .info > ul > li .box .plan-type .right ol li[lang=en] u {
  display: block;
  position: absolute;
  top: 100%;
  width: 100%;
  text-decoration: line-through;
  color: #b3b3b3;
  font-size: 0.5em;
  font-weight: normal;
}
.speakAI_layout .twm_project .info > ul > li .box .plan-type .right ol li .spanplusOut {
  margin: 0 30px;
}
@media (max-width: 768px) {
  .speakAI_layout .twm_project .info > ul > li .box .plan-type .right ol li .spanplusOut {
    margin: 0 10px;
  }
}
@media (max-width: 480px) {
  .speakAI_layout .twm_project .info > ul > li .box .plan-type .right ol li .spanplusOut {
    zoom: 0.8;
  }
}
.speakAI_layout .twm_project .info > ul > li .box .plan-type .right ol li .addDay {
  color: #0e1863;
  font-weight: 600;
  font-size: 1.6rem;
  position: relative;
  text-align: right;
}
@media (max-width: 480px) {
  .speakAI_layout .twm_project .info > ul > li .box .plan-type .right ol li .addDay {
    font-size: 1.4rem;
  }
}
.speakAI_layout .twm_project .info > ul > li .box .plan-type .right ol li .addDay span[lang=en] {
  color: #1e49ff;
}
.speakAI_layout .twm_project .info > ul > li .box .plan-type .right ol li .addDay img {
  position: absolute;
  left: -5px;
  bottom: 2px;
}
.speakAI_layout .twm_project .info > ul > li .box .plan-type .right ol li p {
  color: #0e1863;
  font-weight: 600;
  font-size: 1.6rem;
}
@media (max-width: 480px) {
  .speakAI_layout .twm_project .info > ul > li .box .plan-type .right ol li p {
    font-size: 1.4rem;
  }
}
.speakAI_layout .twm_project .keepDown {
  text-align: center;
  margin: 30px auto 80px;
}
.speakAI_layout .btns {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.speakAI_layout .btns > .btn {
  margin: 10px;
}
.speakAI_layout .btns > .btn a {
  display: block;
  background-color: #4cb0fe;
  color: #fff;
  font-weight: bold;
  padding: 15px 50px;
  border-radius: 45px;
  transition: all linear 0.2s;
  font-size: 1.5rem;
  cursor: pointer;
}
.speakAI_layout .btns > .btn a:hover {
  background-color: #2255ff;
}
@media screen and (min-width: 0px) and (max-width: 640px) {
  .speakAI_layout #eventpage-main-notice {
    background: unset;
    box-shadow: unset;
    padding: 0;
  }
}
.speakAI_layout #eventpage-main-notice .notice-toggle-wrap-v2024 > ul {
  margin-left: 20px;
}
@media screen and (min-width: 0px) and (max-width: 640px) {
  .speakAI_layout #eventpage-main-notice .notice-toggle-wrap-v2024 > ul {
    margin: 0;
  }
}
.speakAI_layout #eventpage-main-notice .notice-toggle-wrap-v2024 > ul a {
  color: #20808d;
}
.speakAI_layout .exchange {
  text-align: center;
}
.speakAI_layout .exchange.step2 {
  margin-top: 70px;
}
.speakAI_layout .exchange .exchangeTitle {
  display: flex;
  text-align: left;
}
@media (max-width: 480px) {
  .speakAI_layout .exchange .exchangeTitle {
    flex-wrap: wrap;
  }
}
.speakAI_layout .exchange .exchangeTitle .step {
  margin-right: 15px;
}
@media (max-width: 480px) {
  .speakAI_layout .exchange .exchangeTitle .step {
    margin: 0 auto;
  }
}
.speakAI_layout .exchange .exchangeTitle h3 {
  color: #3f3f3f;
  font-weight: 600;
}
@media (max-width: 480px) {
  .speakAI_layout .exchange .exchangeTitle h3 {
    width: 100%;
    text-align: center;
  }
}
.speakAI_layout .exchange .exchangeTitle h3 small,
.speakAI_layout .exchange .exchangeTitle h3 a {
  color: #141f61;
  font-weight: 400;
}
.speakAI_layout .exchange .exchangeTitle h3 a:hover {
  color: #4cb0ff;
}
.speakAI_layout .exchange .exchange_steps {
  margin-top: 50px;
}
.speakAI_layout .exchange .exchange_steps .stepInfo {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 10px;
}
.speakAI_layout .exchange .exchange_steps .stepInfo b {
  font-size: 70px;
  color: rgba(104, 187, 255, 0.4705882353);
  font-weight: 900;
  margin-right: 15px;
}
.speakAI_layout .exchange .exchange_steps .stepInfo p {
  color: #3f3f3f;
  line-height: 130%;
  font-size: 1.2rem;
  font-weight: 500;
}
.speakAI_layout .exchange .exchange_steps .mySwiper2 {
  width: 93%;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .speakAI_layout .exchange .exchange_steps .mySwiper2 {
    width: 100%;
  }
}
.speakAI_layout .exchange .exchange_steps .mySwiper2 .box img {
  margin: 0 auto;
  display: block;
}
.speakAI_layout .exchange .exchange_steps .mySwiper2 .swiper-slide {
  width: 300px;
}
@media (max-width: 768px) {
  .speakAI_layout .exchange .exchange_steps .mySwiper2 .swiper-slide {
    width: auto;
  }
}
.speakAI_layout .exchange .exchange_steps .mySwiper2 .swiper-slide:after {
  content: "";
  display: block;
  width: 15px;
  height: 22px;
  background-image: url(../images/step/arrow.png);
  position: absolute;
  top: calc(50% - 11px);
  left: calc(100% + 32px);
}
@media (max-width: 768px) {
  .speakAI_layout .exchange .exchange_steps .mySwiper2 .swiper-slide:after {
    left: calc(100% + 19px);
  }
}
.speakAI_layout .exchange .exchange_steps .mySwiper2 .swiper-slide:last-child:after {
  display: none;
}
.speakAI_layout .exchange .exchange_steps .mySwiper .swiper-slide {
  width: auto;
}
.speakAI_layout .exchange .exchange_steps .mySwiper .swiper-slide:after {
  content: "";
  display: block;
  width: 15px;
  height: 22px;
  background-image: url(../images/step/arrow.png);
  position: absolute;
  top: calc(50% - 11px);
  left: calc(100% + 18px);
}
@media (max-width: 768px) {
  .speakAI_layout .exchange .exchange_steps .mySwiper .swiper-slide:after {
    left: calc(100% + 19px);
  }
}
.speakAI_layout .exchange .exchange_steps .mySwiper .swiper-slide:last-child:after {
  display: none;
}
.speakAI_layout .exchange .exchange_steps .mySwiper .box {
  padding: 0;
}
.speakAI_layout .exchange .exchange_steps .mySwiper .box .pcSet {
  display: block;
}
@media (max-width: 768px) {
  .speakAI_layout .exchange .exchange_steps .mySwiper .box .pcSet {
    display: none;
  }
}
.speakAI_layout .exchange .exchange_steps .mySwiper .box .moSet {
  display: none;
}
@media (max-width: 768px) {
  .speakAI_layout .exchange .exchange_steps .mySwiper .box .moSet {
    display: block;
  }
}
.speakAI_layout .exchange .exchange_steps .mySwiper .box > img {
  display: block;
  max-width: 400px;
}
@media (max-width: 768px) {
  .speakAI_layout .exchange .exchange_steps .mySwiper .box > img {
    width: 300px;
    border: 0px solid #20808d;
  }
}
.speakAI_layout .exchange .exchange_steps .mySwiper .box p {
  margin-top: 10px;
  line-height: 130%;
  text-align: left;
}
.speakAI_layout .exchange .swiper-pagination {
  margin-top: 20px;
  position: relative;
}
.speakAI_layout .exchange .swiper-pagination .swiper-pagination-bullet {
  background-color: #cdcdcd;
  opacity: 1;
  width: 12px;
  height: 12px;
  margin: 0 5px;
}
.speakAI_layout .exchange .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #20808d;
}
.speakAI_layout .lastNote {
  background-color: #fff;
  color: #000;
  overflow: hidden;
}
.speakAI_layout .lastNote #eventpage-main-notice {
  margin-bottom: 50px;
}
.speakAI_layout .swiper-pagination {
  margin-top: 20px;
  position: relative;
}
@media (max-width: 768px) {
  .speakAI_layout .swiper-pagination {
    margin-top: 50px;
  }
}
.speakAI_layout .swiper-pagination .swiper-pagination-bullet {
  background-color: #cdcdcd;
  opacity: 1;
  width: 12px;
  height: 12px;
  margin: 0 5px;
}
.speakAI_layout .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #20808d;
}

@media screen and (max-width: 980px) {
  .notice-toggle-wrap-v2024 {
    max-height: 300px;
  }
}

.popuplayer {
  position: fixed;
  z-index: -999;
  background: rgba(0, 0, 0, 0);
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  transition: all linear 0.2s;
  opacity: 0;
}
.popuplayer .frames {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.popuplayer .frames .p-body {
  max-width: 75%;
  max-height: 80vh;
  background: #fff;
  border-radius: 30px;
  position: relative;
}
@media (max-width: 1440px) {
  .popuplayer .frames .p-body {
    max-width: 85%;
  }
}
@media (max-width: 1280px) {
  .popuplayer .frames .p-body {
    max-width: 90%;
  }
}
@media (max-width: 640px) {
  .popuplayer .frames .p-body {
    border-radius: 20px;
  }
}
.popuplayer .frames .p-body .close-btn {
  cursor: pointer;
  position: absolute;
  right: 20px;
  top: 20px;
  background-color: rgba(51, 51, 51, 0.5019607843);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: rotate(45deg);
  transition: all linear 0.2s;
}
@media (max-width: 640px) {
  .popuplayer .frames .p-body .close-btn {
    right: -10px;
    top: -15px;
    background-color: rgb(51, 51, 51);
  }
}
.popuplayer .frames .p-body .close-btn b {
  display: block;
  width: 3px;
  height: 22px;
  background: #fff;
  border-radius: 15px;
}
.popuplayer .frames .p-body .close-btn b:last-child {
  transform: rotate(90deg);
  position: absolute;
}
.popuplayer .frames .p-body .close-btn:hover {
  background-color: rgb(51, 51, 51);
}
.popuplayer .frames .p-body .p-body-box {
  padding: 35px;
  color: #000;
}
@media (max-width: 640px) {
  .popuplayer .frames .p-body .p-body-box {
    padding: 20px;
  }
}
.popuplayer .frames .p-body .p-body-box .p-body-h3 {
  font-weight: bold;
  font-size: 24px;
  text-align: center;
  line-height: 150%;
}
@media (max-width: 768px) {
  .popuplayer .frames .p-body .p-body-box .p-body-h3 {
    font-size: 20px;
  }
}
@media (max-width: 480px) {
  .popuplayer .frames .p-body .p-body-box .p-body-h3 {
    font-size: 18px;
  }
}
.popuplayer .frames .p-body .p-body-box .p-body-content {
  overflow: auto;
  max-height: calc(80vh - 105px - 4rem);
  margin-top: 2rem;
  line-height: 140%;
}
@media (max-width: 640px) {
  .popuplayer .frames .p-body .p-body-box .p-body-content {
    margin-top: 1.2rem;
    max-height: calc(80vh - 105px - 2.4rem);
  }
}
.popuplayer .frames .p-body .p-body-box .p-body-content::-webkit-scrollbar-track {
  background-color: #f5f5f5;
  border-radius: 10px;
}
.popuplayer .frames .p-body .p-body-box .p-body-content::-webkit-scrollbar {
  width: 10px;
  background-color: #f5f5f5;
  border-radius: 10px;
}
.popuplayer .frames .p-body .p-body-box .p-body-content::-webkit-scrollbar-thumb {
  background-color: #f90;
  border-radius: 10px;
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
}
.popuplayer .frames .p-body .p-body-box .p-body-content img {
  margin: 0 auto;
  display: block;
}
.popuplayer .frames .p-body .p-body-box .p-body-content img + span.imgInfo {
  display: block;
  font-size: 0.7rem;
  text-align: center;
  font-weight: normal;
  margin-top: 3px;
  line-height: 140%;
}
.popuplayer .frames .p-body .p-body-box .p-body-content h4 {
  text-align: center;
  font-weight: bold;
  line-height: 140%;
}
@media (max-width: 768px) {
  .popuplayer .frames .p-body .p-body-box .p-body-content h4 {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  .popuplayer .frames .p-body .p-body-box .p-body-content h4 {
    font-size: 16px;
  }
}
.popuplayer .frames .p-body .p-body-box .p-body-content p {
  margin: 10px 0;
  line-height: 140%;
}
@media (max-width: 768px) {
  .popuplayer .frames .p-body .p-body-box .p-body-content p {
    font-size: 14px;
  }
}
.popuplayer .frames .p-body .p-body-box .p-body-content ul {
  list-style: disc;
  margin: 0 0 10px 25px;
  line-height: 150%;
}
.popuplayer .frames .p-body.hasBtns {
  max-height: 90vh;
  background: unset;
  border-radius: 0;
}
.popuplayer .frames .p-body.hasBtns .p-body-box {
  background: #fff;
  border-radius: 30px;
  color: #000;
}
.popuplayer .frames .p-body.hasBtns .p-body-box .p-body-content {
  max-height: calc(90vh - 105px - 4rem - 40px);
}
@media (max-width: 1440px) {
  .popuplayer .frames .p-body.hasBtns .p-body-box .p-body-content {
    max-height: calc(85vh - 105px - 4rem - 40px);
  }
}
@media (max-width: 1280px) {
  .popuplayer .frames .p-body.hasBtns .p-body-box .p-body-content {
    max-height: calc(85vh - 105px - 5rem - 40px);
  }
}
@media (max-width: 768px) {
  .popuplayer .frames .p-body.hasBtns .p-body-box .p-body-content {
    max-height: calc(90vh - 105px - 7.5rem - 40px);
  }
}
.popuplayer .frames .p-body.hasBtns .article-btns-style .btnrow {
  margin-top: 1rem;
}
@media (max-width: 640px) {
  .popuplayer .frames .p-body.hasBtns .article-btns-style .btnrow {
    max-width: 100%;
    flex-direction: row;
    flex-wrap: wrap;
  }
}
.popuplayer .frames .p-body.hasBtns .article-btns-style .btnrow a {
  cursor: pointer;
  background-color: #ff6700;
  background-image: none;
  max-width: 60%;
  color: #fff;
  border-radius: 35px;
  height: 35px;
  line-height: 100%;
}
.popuplayer .frames .p-body.hasBtns .article-btns-style .btnrow a:hover, .popuplayer .frames .p-body.hasBtns .article-btns-style .btnrow a:focus {
  background-color: #0f5ef6;
}
@media (max-width: 640px) {
  .popuplayer .frames .p-body.hasBtns .article-btns-style .btnrow a {
    max-width: 40%;
    font-size: 12px;
    margin: 0 !important;
    line-height: 150%;
  }
}
.popuplayer .frames .p-body.hasBtns .article-btns-style .btnrow.multiple a {
  padding: 0.5em 10px;
  max-width: unset !important;
  flex: none;
}
@media (max-width: 640px) {
  .popuplayer .frames .p-body.hasBtns .article-btns-style .btnrow.multiple a {
    max-width: 30%;
  }
}
.popuplayer .frames .p-body .video-container {
  width: 500px;
}
@media (max-width: 480px) {
  .popuplayer .frames .p-body .video-container {
    width: calc(100vw - 100px);
  }
}
@media (min-height: 700px) and (min-width: 1024px) {
  .popuplayer .frames .p-body .video-container {
    width: 800px;
  }
}
.popuplayer.active {
  z-index: 999999;
  opacity: 1;
  background: rgba(0, 0, 0, 0.8117647059);
}
@media (max-width: 768px) {
  .popuplayer .pcSet {
    display: none;
  }
}
.popuplayer .moSet {
  display: none;
}
@media (max-width: 768px) {
  .popuplayer .moSet {
    display: block;
  }
}

.video_popuplayer {
  position: fixed;
  z-index: -999;
  background: rgba(0, 0, 0, 0);
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  transition: all linear 0.2s;
  opacity: 0;
}
.video_popuplayer .frames {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.video_popuplayer .frames .p-body {
  max-width: 75%;
  max-height: 80vh;
  background: #fff;
  border-radius: 30px;
  position: relative;
}
@media (max-width: 1440px) {
  .video_popuplayer .frames .p-body {
    max-width: 85%;
    min-width: 50%;
  }
}
@media (max-width: 1280px) {
  .video_popuplayer .frames .p-body {
    max-width: 85%;
    width: 90%;
  }
}
@media (max-width: 640px) {
  .video_popuplayer .frames .p-body {
    border-radius: 20px;
  }
}
.video_popuplayer .frames .p-body .close-btn {
  cursor: pointer;
  position: absolute;
  right: -50px;
  top: 0px;
  background-color: rgb(0, 0, 0);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: rotate(45deg);
  transition: all linear 0.2s;
}
@media (max-width: 640px) {
  .video_popuplayer .frames .p-body .close-btn {
    right: -10px;
    top: -15px;
    background-color: rgb(51, 51, 51);
  }
}
.video_popuplayer .frames .p-body .close-btn b {
  display: block;
  width: 3px;
  height: 22px;
  background: #fff;
  border-radius: 15px;
}
.video_popuplayer .frames .p-body .close-btn b:last-child {
  transform: rotate(90deg);
  position: absolute;
}
.video_popuplayer .frames .p-body .close-btn:hover {
  background-color: rgb(51, 51, 51);
}
.video_popuplayer .frames .p-body .p-body-box {
  padding: 35px;
}
@media (max-width: 640px) {
  .video_popuplayer .frames .p-body .p-body-box {
    padding: 20px;
  }
}
.video_popuplayer .frames .p-body .p-body-box .p-body-h3 {
  font-weight: bold;
  font-size: 24px;
  text-align: center;
  line-height: 150%;
  color: #000;
}
@media (max-width: 768px) {
  .video_popuplayer .frames .p-body .p-body-box .p-body-h3 {
    font-size: 20px;
  }
}
@media (max-width: 480px) {
  .video_popuplayer .frames .p-body .p-body-box .p-body-h3 {
    font-size: 18px;
  }
}
.video_popuplayer .frames .p-body .p-body-box .p-body-content {
  overflow: auto;
  max-height: calc(85vh - 105px - 4rem);
  line-height: 140%;
}
@media (max-width: 1440px) {
  .video_popuplayer .frames .p-body .p-body-box .p-body-content {
    max-height: calc(85vh - 105px - 1rem);
  }
}
@media (max-width: 640px) {
  .video_popuplayer .frames .p-body .p-body-box .p-body-content {
    max-height: calc(85vh - 105px - 2.4rem);
  }
}
.video_popuplayer .frames .p-body .p-body-box .p-body-content::-webkit-scrollbar-track {
  background-color: #f5f5f5;
  border-radius: 10px;
}
.video_popuplayer .frames .p-body .p-body-box .p-body-content::-webkit-scrollbar {
  width: 10px;
  background-color: #f5f5f5;
  border-radius: 10px;
}
.video_popuplayer .frames .p-body .p-body-box .p-body-content::-webkit-scrollbar-thumb {
  background-color: #13343b;
  border-radius: 10px;
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
}
.video_popuplayer .frames .p-body .p-body-box .p-body-content img {
  margin: 0 auto;
  display: block;
}
.video_popuplayer .frames .p-body .p-body-box .p-body-content img + span.imgInfo {
  display: block;
  font-size: 0.7rem;
  text-align: center;
  font-weight: normal;
  margin-top: 3px;
  line-height: 140%;
}
.video_popuplayer .frames .p-body .p-body-box .p-body-content h4 {
  text-align: center;
  font-weight: bold;
  line-height: 140%;
}
@media (max-width: 768px) {
  .video_popuplayer .frames .p-body .p-body-box .p-body-content h4 {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  .video_popuplayer .frames .p-body .p-body-box .p-body-content h4 {
    font-size: 16px;
  }
}
.video_popuplayer .frames .p-body .p-body-box .p-body-content p {
  margin: 10px 0;
  line-height: 140%;
  color: #000;
}
@media (max-width: 768px) {
  .video_popuplayer .frames .p-body .p-body-box .p-body-content p {
    font-size: 14px;
  }
}
.video_popuplayer .frames .p-body.hasBtns {
  max-height: 90vh;
  background: unset;
  border-radius: 0;
}
.video_popuplayer .frames .p-body.hasBtns .p-body-box {
  background: #fff;
  border-radius: 30px;
}
.video_popuplayer .frames .p-body.hasBtns .p-body-box .p-body-content {
  max-height: calc(90vh - 105px - 4rem - 40px);
}
@media (max-width: 1440px) {
  .video_popuplayer .frames .p-body.hasBtns .p-body-box .p-body-content {
    max-height: calc(85vh - 105px - 4rem - 40px);
  }
}
@media (max-width: 1280px) {
  .video_popuplayer .frames .p-body.hasBtns .p-body-box .p-body-content {
    max-height: calc(85vh - 105px - 5rem - 40px);
  }
}
@media (max-width: 768px) {
  .video_popuplayer .frames .p-body.hasBtns .p-body-box .p-body-content {
    max-height: calc(90vh - 105px - 7.5rem - 40px);
  }
}
.video_popuplayer .frames .p-body.hasBtns .article-btns-style .btnrow {
  margin-top: 1rem;
}
@media (max-width: 640px) {
  .video_popuplayer .frames .p-body.hasBtns .article-btns-style .btnrow {
    max-width: 100%;
    flex-direction: row;
    flex-wrap: wrap;
  }
}
.video_popuplayer .frames .p-body.hasBtns .article-btns-style .btnrow a {
  cursor: pointer;
  background-color: #ff6700;
  background-image: none;
  max-width: 60%;
  color: #fff;
  border-radius: 35px;
  height: 35px;
  line-height: 100%;
}
.video_popuplayer .frames .p-body.hasBtns .article-btns-style .btnrow a:hover, .video_popuplayer .frames .p-body.hasBtns .article-btns-style .btnrow a:focus {
  background-color: #0f5ef6;
}
@media (max-width: 640px) {
  .video_popuplayer .frames .p-body.hasBtns .article-btns-style .btnrow a {
    max-width: 40%;
    font-size: 12px;
    margin: 0 !important;
    line-height: 150%;
  }
}
.video_popuplayer .frames .p-body.hasBtns .article-btns-style .btnrow.multiple a {
  padding: 0.5em 10px;
  max-width: unset !important;
  flex: none;
}
@media (max-width: 640px) {
  .video_popuplayer .frames .p-body.hasBtns .article-btns-style .btnrow.multiple a {
    max-width: 30%;
  }
}
.video_popuplayer .frames .p-body .video-container {
  /*width: 500px;*/
}
@media (max-width: 480px) {
  .video_popuplayer .frames .p-body .video-container {
    width: 100%;
  }
}
@media (min-height: 700px) and (min-width: 1024px) {
  .video_popuplayer .frames .p-body .video-container {
    width: 800px;
  }
}
.video_popuplayer.active {
  z-index: 999999;
  opacity: 1;
  background: rgba(0, 0, 0, 0.8117647059);
}
@media (max-width: 768px) {
  .video_popuplayer .pcSet {
    display: none;
  }
}
.video_popuplayer .moSet {
  display: none;
}
@media (max-width: 768px) {
  .video_popuplayer .moSet {
    display: block;
  }
}/*# sourceMappingURL=speakAI_layout.css.map */