body {
  background: #fff;
}

main {
  background: #fff7e8;
}

button {
  background: none;
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

button:focus {
  outline: 0;
}

input:focus,
select:focus {
  outline: 0px;
}
h3 {
  margin: 0;
}

.description-container {
  margin: 0 auto;
  padding: 0;
  background-color: #def3ff;
}
.description-main {
  position: relative;
  display: block;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  padding: 20px 30px 5px 30px;
  color: #005bc9;
}
.description-main h5 {
  line-height: 1.5;
  text-shadow: 1px 1px 2px rgba(255, 255, 255, 0.582);
}
:focus {
  outline: -webkit-focus-ring-color auto 0;
}

a {
  color: #3866fa;
  /* text-decoration: underline; */
}

a:focus,
a:hover {
  color: #9d98b9;
  text-decoration: none;
}
#header {
  overflow: hidden;
  background-color: #fff;
  position: fixed; /* Set the navbar to fixed position */
  top: 0; /* Position the navbar at the top of the page */
  width: 100%; /* Full width */
  display: block;
  z-index: 100;
  min-height: 60px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 6px 20px;
}
#header .flex {
  display: flex;
  align-content: stretch;
  justify-content: space-between;
  align-items: center;
  min-height: 60px;
}
#header .flex .logo img {
  max-width: 150px;
  width: 100%;
  padding: 10px 0 10px 20px;
}

/** ud section header **/
.container {
  position: relative;
}

.headers {
  padding: 0;
}

.section__header {
  background: #def3ff;
}
.titlePic {
  display: block;
  width: 100%;
  max-width: 740px;
  margin: 0 auto;
  height: auto;
}

.section__header-container {
  position: block;
  margin: 0 auto;
  overflow: hidden;
}

section {
  text-align: center;
}

.headers_txt_container {
  position: relative;
  background-color: #eef9ff;
  background-image: url("../img/bg-2.webp");
  background-size: cover;
  background-repeat: repeat-y;
  background-position: top;
}

.comment-section {
  position: relative;
  margin: 0 auto;
}

.download_app_btn img {
  width: 8px;
  margin-right: 6px;
}

.download_app_btn {
  display: flex;
  color: #fff;
  background: #3087d9;
  padding: 5px 10px 6px;
  border-radius: 50px;
  margin: 0 10px;
}
.download_app_btn:hover {
  cursor: pointer;
  background-color: #155ea2;
  color: #fff;
}
.download_app_btn:active {
  background-color: #3087d9;
  color: #fff;
}
.download_app_btn:visited {
  color: #fff;
}

.web_community_btn img {
  width: 15px;
  margin-right: 6px;
}

.web_community_btn {
  display: flex;
  color: #fff;
  background: #05c791;
  padding: 5px 10px;
  border-radius: 50px;
  margin: 0 10px;
}
.web_community_btn:hover {
  cursor: pointer;
  background-color: #0f936e;
  color: #fff;
}
.web_community_btn:active {
  background-color: #05c791;
  color: #fff!;
}
.web_community_btn:visited {
  color: #fff;
}

.mobile_download_app_btn {
  text-align: center;
  background: #3087d9;
  justify-content: center;
  color: #fff;
  padding: 5px;
  font-size: 14px;
  width: 100%;
  height: auto;
}

.mobile_download_app_btn:visited {
  color: #fff;
}

/*scroll top margin*/
.target-element {
  scroll-margin-top: 100px;
}

/*Back to Top Button*/
#button {
  display: inline-block;
  background-color: #0062ba;
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 4px;
  position: fixed;
  bottom: 30px;
  right: 30px;
  transition: background-color 0.3s, opacity 0.5s, visibility 0.5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
}
#button::after {
  content: "\f077";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  font-size: 2em;
  line-height: 50px;
  color: #fff;
}
#button:hover {
  cursor: pointer;
  background-color: #185394;
}
#button:active {
  background-color: #0062ba;
}
#button.show {
  opacity: 1;
  visibility: visible;
}

.Button {
  margin: 0 auto;
  display: block;
  width: 100%;
  max-width: 630px;
  height: auto;
  padding: 0 15px 15px 15px;
}

/*------------------image hover effect---------------------*/
.effect-btn:hover {
  transform: scale(0.98, 0.98);
}
/*------------------image hover effect---------------------*/

@media (max-width: 1399px) {
  .content_container {
    padding: 0 20px;
  }
  .description-main {
    padding: 20px 30px;
  }
}
@media (min-width: 1400px) {
  .comment-section {
    max-width: 1000px;
  }
  .description-main {
    max-width: 1000px;
  }
}

h2 {
  line-height: 1;
  font-weight: 800;
  text-align: center;
  color: #4c4cc2;
  margin-bottom: 1.5rem;
  font-size: 3rem;
  background: -webkit-linear-gradient(#5f55cf, #3e68fa);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.headers_txt_container h2 + .header--desc {
  /* background: -webkit-linear-gradient(-90deg, rgba(68, 216, 251, 0) 0%, rgba(68, 216, 251, 0.2) 5%, rgba(68, 216, 251, 0.5) 10%, rgba(68, 216, 251, 1) 15%, rgba(68, 216, 251, 1) 100%); */
  margin-top: 20px;
}
.headers_txt_container .header--desc > p {
  text-align: center;
  color: #5d5f6d;
  font-size: 18px;
  line-height: 24px;
  padding-left: 60px;
  padding-right: 60px;
}
.headers_txt_container .header--desc > p:first-child {
  padding-top: 30px;
}

@media (max-width: 992px) {
  .headers_txt_container .header--desc > p {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media (max-width: 615px) {
  h2 {
    font-size: 2rem;
  }

  .headers_txt_container .header--desc > p {
    font-size: 16px;
    padding-left: 20px;
    padding-right: 20px;
  }
  h1 {
    font-size: 2rem;
  }
}

@media (max-width: 425px) {
  .headers_txt_container .header--desc > p {
    font-size: 15px;
    padding-left: 5px;
    padding-right: 5px;
  }
  .headers_txt_container h2 + .header--desc {
    padding-left: 5px;
    padding-right: 5px;
    margin-top: -40px;
  }
}
@media screen and (max-width: 576px) {
  .comment-container {
    margin: 0;
    column-count: 1;
  }
  .buttonMore {
    font-size: 20px;
  }
  .product-content {
    margin: 15px 0;
  }
  .titlePic {
    padding: 30px 20px 0 20px;
  }
}
@media screen and (min-width: 577px) {
  .comment-container {
    margin: 0;
    column-count: 2;
  }
  .buttonMore {
    font-size: 22px;
  }
  .product-content {
    margin: 15px 10px;
  }
  .titlePic {
    padding: 20px 20px 0 20px;
  }
}
@media (max-width: 768px) {
  #key-visualMobile {
    display: block;
    margin: 0 auto;
  }
  #key-visualDesktop {
    display: none;
  }
  .banner-margin {
    margin-top: 90px;
  }
  .author_image {
    max-width: 100px;
  }
  .toggle {
    padding-top: 50px;
  }
}
@media (min-width: 769px) {
  .banner-margin {
    margin-top: 60px;
  }
  #key-visualMobile {
    display: none;
  }
  #key-visualDesktop {
    display: block;
    margin: 0 auto;
  }
  .comment-container {
    padding: 20px;
  }
}
@media (min-width: 769px) and (max-width: 992px) {
  .author_image {
    max-width: 100px;
  }
  .toggle {
    padding-top: 50px;
  }
}
@media (min-width: 993px) {
  .author_image {
    max-width: 140px;
  }
  .toggle {
    padding-top: 70px;
  }
}
@media (max-width: 615px) {
  #button {
    bottom: 20px;
    right: 20px;
  }
}

@media (max-width: 425px) {
  #button {
    bottom: 20px;
    right: 20px;
  }
  .col-sm-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
}

.bottom {
  margin-top: 0;
  background-color: #fff;
}

.content-wrapper-last {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}

.bottom .sponsors {
  padding-bottom: 20px;
}

.sponsors {
  padding: 0 15px;
}

.sponsor-title {
  padding-top: 25px;
  padding-bottom: 15px;
  font-family: "Noto Sans TC", sans-serif;
  font-size: 14px;
  font-weight: 700;
  color: #0062ba;
}

.sponsor-logo {
  display: inline-block;
  margin: 0 8px 10px 0;
}

.sponsor-logo img {
  width: 110px;
}

.organizer-logo img {
  max-width: 200px;
  margin-bottom: 15px;
  margin-top: 10px;
  margin-right: 25px;
  width: 100%;
  height: auto;
}

.sponsor-background {
  background-color: #fff;
  padding: 0 15px 15px 15px;
  max-width: 1200px;
  display: block;
  margin: 0 auto;
}

.keyVisual img {
  display: block;
  margin: 0 auto;
  width: 100%;
  max-width: 1440px;
}

.content-wrapper {
  display: block;
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
}
.top {
  z-index: 98;
  position: relative;
}
.key-visual .logo {
  padding: 10px 0px 0px 10px;
  width: 55%;
  display: inline-block;
}
.key-visual .logo img {
  width: 155px;
}
.key-visual {
  position: relative;
  overflow: hidden;
}
.key-overlap img {
  max-width: 100%;
  width: 100%;
  display: block;
  margin: 0 auto;
}
.key-visual img {
  width: 100%;
  height: auto;
}
.hide {
  display: none !important;
}
::selection {
  background: #88c5ef;
  color: #fff !important;
}
/* product description*/

.toggle {
  margin: 0 auto;
}

.description-text {
  background-color: #fff;
  margin: 2px;
  padding: 15px;
  border-radius: 6px;
  font-size: 16px;
  line-height: 1.5em;
  letter-spacing: 0.6pt;
  color: #2c2c2c;
  text-align: justify;
  text-justify: inter-word;
}

.toggle-input {
  display: none;
}
.toggle-input:not(checked) ~ .toggle-content {
  display: none;
}

.toggle-input:checked ~ .toggle-content {
  display: block;
}

.product-content {
  background-color: rgba(255, 255, 255);
  box-shadow: rgba(149, 178, 191, 0.15) 0px 8px 14px -2px,
    rgba(149, 178, 191, 0.3) 0px 5px 8px -3px;
  border-radius: 8px;
}

.comment_image:hover .placeImg {
  transform: scale(1.1);
  transition: transform 0.5s;
}

.placeImg {
  width: 100%;
  overflow: hidden;
  height: auto;
}
.comment_image {
  width: 100%;
  overflow: hidden;
  border-radius: 8px 8px 0 0;
  aspect-ratio: 6/4;
}
.authorList {
  padding: 5px;
  display: block;
  position: relative;
}

.authorImg {
  overflow: hidden;
  aspect-ratio: 1/1;
  object-fit: cover;
  width: 100%;
}
.author_image {
  width: 100%;
  overflow: hidden;
  border-radius: 50%;
  box-shadow: 2px 2px 4px 1px rgb(130 130 130 / 0.15);
}
.UcreatorName {
  font-weight: bold;
  text-align: left;
  color: #3ea0de;
  padding-left: 10px;
  font-size: 1.3rem;
}
.authorDetails {
  padding: 0 10px;
  width: 100%;
  display: flex;
  align-items: flex-end;
  position: absolute;
  flex-wrap: nowrap;
  justify-content: center;
  left: 50%;
  transform: translate(-50%, -50%);
}
.btn-more-2 {
  display: block;
  width: 100%;
  margin: 0 auto;
  max-width: 380px;
}
label {
  display: block;
  margin: 0 auto 0.5rem auto;
}

.comment-list {
  display: inline-block;
}

.notes {
  position: relative;
  display: block;
  line-height: 1.5;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  padding: 20px;
  color: #ff6e75;
}
.bgImg {
  width: 100%;
  display: block;
  height: auto;
}

.promotion1 {
  max-width: 1000px;
  margin: 0 auto;
  width: 100%;
}
.promotion2 {
  max-width: 1000px;
  margin: 0 auto;
  width: 100%;
}
.promotionsImg {
  width: 100%;
  display: block;
  height: auto;
}
.promotions_description p {
  text-align: center;
  padding: 25px;
  margin: 0;
  font-size: 18px;
  line-height: 1.5;
}
.promotion-section1 {
  background-color: #ffebec;
  padding: 40px 20px 10px 20px;
}
.promotion-section1 p {
  color: #d20023;
}
.promotion-section2 {
  background-color: #f5f5ff;
  padding: 30px 20px 10px 20px;
}
.promotion-section2 p {
  color: #2f2fed;
}
.row {
  margin: 0;
}

.buttonMore {
  margin: 15px 25px;
  padding: 15px;
  text-align: center;
  transition: 0.5s;
  background-size: 200% auto;
  color: white;
  border-radius: 10px;
  display: block;
  border: 0px;
  font-weight: 700;
  box-shadow: 2px 2px 14px -7px #b2b2b2;
  background-image: linear-gradient(
    45deg,
    #b0d4eb 0%,
    #3ea0de 51%,
    #a0cdea 100%
  );
  cursor: pointer;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  word-break: break-all;
}

.buttonMore:hover {
  background-position: right center;
  color: #fff;
  text-decoration: none;
  transform: translate3d(0, 2px, 0);
}

.buttonMore:active {
  transform: scale(0.95);
}
.moreButton {
  text-align: right;
  padding-top: 10px;
}
.moreButton a {
  font-weight: bold;
  color: #3ea0de;
  background: linear-gradient(to top, #dbf2ff 50%, transparent 20%);
  padding: 0 5px;
}
.moreButton:hover {
  transform: translate3d(2px, 0, 0);
}
.moreButton a:hover {
  color: #1988bf;
}
.title {
  color: #005bc9;
  font-weight: bold;
  margin-bottom: 0;
  margin-top: 0.5rem;
  text-shadow: 1px 1px 2px rgba(255, 255, 255, 0.582);
}
.author:hover .UcreatorName {
  color: #1988bf;
}
.description-text h6 {
  text-align: center;
  color: #3ea0de;
  font-weight: bold;
}
