@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@400;700&display=swap");
*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body, input, button {
  font-family: "Noto Sans TC", sans-serif;
}

img {
  max-width: 100%;
  height: auto;
}

a {
  text-decoration: none;
}

.h1 {
  font-size: 48px;
  font-weight: 400;
  line-height: 1;
}

.h2 {
  font-size: 24px;
  font-weight: 400;
  line-height: 1;
}

.h3 {
  font-size: 20px;
  font-weight: 400;
  line-height: 1.5;
}

.h4 {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}

.p {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.65;
}

.ul {
  margin: 0;
  padding: 0 0 0 24px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  list-style: disc;
}

.ol {
  margin: 0;
  padding: 0 0 0 24px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  list-style: decimal;
}

.text-color-black {
  color: #000000;
}

.text-color-gray-5 {
  color: #282828;
}

.text-color-gray-4 {
  color: #666666;
}

.text-color-gold {
  color: #DDBB66;
}

.text-color-blue {
  color: #129ECE;
}

.text-color-light-blue {
  color: #66CAE6;
}

.text-color-white {
  color: #FFFFFF;
}

.text-color-green {
  color: #44AA6C;
}

.text-color-orange {
  color: #E58B22;
}

.text-color-red {
  color: #EE6666;
}

.text-align-center {
  text-align: center;
}

.text-align-right {
  text-align: right;
}

.font-weight-bold {
  font-weight: 700;
}

.line-height-2 {
  line-height: 2;
}

.button {
  padding: 11px 15px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
}
.button:hover, .button:focus, .button:active {
  cursor: pointer;
}

.button-color-default {
  border: none;
  background-color: transparent;
  color: #282828;
}

.button-color-gray-2 {
  border: 1px solid #F3F3F3;
  background-color: #F3F3F3;
  color: #282828;
}
.button-color-gray-2 svg path {
  fill: #282828;
}
.button-color-gray-2:hover, .button-color-gray-2:focus, .button-color-gray-2:active {
  animation-name: change-color-gray-2;
  animation-duration: 0.6s;
  animation-fill-mode: forwards;
}
.button-wrap.button-color-gray-2:hover > .button, .button-wrap.button-color-gray-2:focus > .button, .button-wrap.button-color-gray-2:active > .button {
  animation-name: change-color-wrapped-gray-2;
  animation-duration: 0.6s;
  animation-fill-mode: forwards;
}
.button-color-gray-2:hover svg path, .button-color-gray-2:focus svg path, .button-color-gray-2:active svg path {
  animation-name: change-color-icon-gray-2;
  animation-duration: 0.6s;
  animation-fill-mode: forwards;
}
@keyframes change-color-gray-2 {
  from {
    border: 1px solid #F6F6F6;
    background-color: #F6F6F6;
    color: #282828;
  }
  to {
    border: 1px solid #F6F6F6;
    background-color: #282828;
    color: #F6F6F6;
  }
}
@keyframes change-color-wrapped-gray-2 {
  from {
    border: 1px solid #F6F6F6;
    background-color: #F6F6F6;
    color: #282828;
  }
  to {
    border: 1px solid #282828;
    background-color: #282828;
    color: #F6F6F6;
  }
}
@keyframes change-color-icon-gray-2 {
  from {
    fill: #282828;
  }
  to {
    fill: #F3F3F3;
  }
}

.button-color-gray-4 {
  border: 1px solid #666666;
  background-color: #666666;
  color: #FFFFFF;
}
.button-color-gray-4 svg path {
  fill: #FFFFFF;
}
.button-color-gray-4:hover, .button-color-gray-4:focus, .button-color-gray-4:active {
  animation-name: change-color-gray-4;
  animation-duration: 0.6s;
  animation-fill-mode: forwards;
}
.button-color-gray-4:hover svg path, .button-color-gray-4:focus svg path, .button-color-gray-4:active svg path {
  animation-name: change-color-icon-gray-4;
  animation-duration: 0.6s;
  animation-fill-mode: forwards;
}
@keyframes change-color-gray-4 {
  from {
    border: 1px solid #666666;
    background-color: #666666;
    color: #FFFFFF;
  }
  to {
    border: 1px solid #666666;
    background-color: #FFFFFF;
    color: #666666;
  }
}
@keyframes change-color-icon-gray-4 {
  from {
    fill: #FFFFFF;
  }
  to {
    fill: #666666;
  }
}

.button-color-gray-5 {
  border: 1px solid #282828;
  background-color: #282828;
  color: #FFFFFF;
}
.button-color-gray-5 svg path {
  fill: #FFFFFF;
}
.button-color-gray-5:hover, .button-color-gray-5:focus, .button-color-gray-5:active {
  animation-name: change-color-gray-5;
  animation-duration: 0.6s;
  animation-fill-mode: forwards;
}
.button-color-gray-5:hover svg path, .button-color-gray-5:focus svg path, .button-color-gray-5:active svg path {
  animation-name: change-color-icon-gray-5;
  animation-duration: 0.6s;
  animation-fill-mode: forwards;
}
@keyframes change-color-gray-5 {
  from {
    border: 1px solid #282828;
    background-color: #282828;
    color: #FFFFFF;
  }
  to {
    border: 1px solid #282828;
    background-color: #FFFFFF;
    color: #282828;
  }
}
@keyframes change-color-icon-gray-5 {
  from {
    fill: #FFFFFF;
  }
  to {
    fill: #282828;
  }
}

.button-color-yellow-4 {
  border: 1px solid #FAD430;
  background-color: #FAD430;
  color: #282828;
}
.button-color-green-4 {
  border: 1px solid #63B047;
  background-color: #63B047;
  color: #FFFFFF;
}
.button-color-purple-4 {
  border: 1px solid #D35FD1;
  background-color: #D35FD1;
  color: #FFFFFF;
}
.button-color-orange-4 {
  border: 1px solid #FF8533;
  background-color: #FF8533;
  color: #FFFFFF;
}
.button-color-blue-4 {
  border: 1px solid #66CAE6;
  background-color: #66CAE6;
  color: #FFFFFF;
}
.button-color-yellow-4 svg path {
  fill: #282828;
}
.button-color-yellow-4:hover, .button-color-yellow-4:focus, .button-color-yellow-4:active {
  animation-name: change-color-yellow-4;
  animation-duration: 0.6s;
  animation-fill-mode: forwards;
}
.button-color-green-4:hover, .button-color-green-4:focus, .button-color-green-4:active {
  animation-name: change-color-green-4;
  animation-duration: 0.6s;
  animation-fill-mode: forwards;
}
.button-wrap.button-color-yellow-4:hover > .button, .button-wrap.button-color-yellow-4:focus > .button, .button-wrap.button-color-yellow-4:active > .button {
  animation-name: change-color-wrapped-yellow-4;
  animation-duration: 0.6s;
  animation-fill-mode: forwards;
}
.button-wrap.button-color-green-4:hover > .button, .button-wrap.button-color-green-4:focus > .button, .button-wrap.button-color-green-4:active > .button {
  animation-name: change-color-wrapped-green-4;
  animation-duration: 0.6s;
  animation-fill-mode: forwards;
}
.button-color-yellow-4:hover svg path, .button-color-yellow-4:focus svg path, .button-color-yellow-4:active svg path {
  animation-name: change-color-icon-yellow-4;
  animation-duration: 0.6s;
  animation-fill-mode: forwards;
}
@keyframes change-color-yellow-4 {
  from {
    border: 1px solid #FAD430;
    background-color: #FAD430;
    color: #282828;
  }
  to {
    border: 1px solid #FAD430;
    background-color: #282828;
    color: #FAD430;
  }
}
@keyframes change-color-green-4 {
  from {
    border: 1px solid #63B047;
    background-color: #63B047;
    color: #FFFFFF;
  }
  to {
    border: 1px solid #63B047;
    background-color: #282828;
    color: #63B047;
  }
}
@keyframes change-color-wrapped-yellow-4 {
  from {
    border: 1px solid #FAD430;
    background-color: #FAD430;
    color: #282828;
  }
  to {
    border: 1px solid #282828;
    background-color: #282828;
    color: #FAD430;
  }
}
@keyframes change-color-wrapped-green-4 {
  from {
    border: 1px solid #63B047;
    background-color: #63B047;
    color: #282828;
  }
  to {
    border: 1px solid #282828;
    background-color: #282828;
    color: #63B047;
  }
}
@keyframes change-color-icon-yellow-4 {
  from {
    fill: #282828;
  }
  to {
    fill: #FAD430;
  }
}

.button-color-blue {
  border: 1px solid #129ECE;
  background-color: #129ECE;
  color: #FFFFFF;
}
.button-color-blue svg path {
  fill: #FFFFFF;
}
.button-color-blue:hover, .button-color-blue:focus, .button-color-blue:active {
  animation-name: change-color-blue;
  animation-duration: 0.6s;
  animation-fill-mode: forwards;
}
.button-color-blue:hover svg path, .button-color-blue:focus svg path, .button-color-blue:active svg path {
  animation-name: change-color-icon-blue;
  animation-duration: 0.6s;
  animation-fill-mode: forwards;
}
@keyframes change-color-blue {
  from {
    border: 1px solid #129ECE;
    background-color: #129ECE;
    color: #FFFFFF;
  }
  to {
    border: 1px solid #129ECE;
    background-color: #FFFFFF;
    color: #129ECE;
  }
}
@keyframes change-color-icon-blue {
  from {
    fill: #FFFFFF;
  }
  to {
    fill: #129ECE;
  }
}

.button-color-light-blue {
  border: 1px solid #66CAE6;
  background-color: #66CAE6;
  color: #FFFFFF;
}
.button-color-light-blue svg path {
  fill: #FFFFFF;
}
.button-color-light-blue:hover, .button-color-light-blue:focus, .button-color-light-blue:active {
  animation-name: change-color-light-blue;
  animation-duration: 0.6s;
  animation-fill-mode: forwards;
}
.button-color-light-blue:hover svg path, .button-color-light-blue:focus svg path, .button-color-light-blue:active svg path {
  animation-name: change-color-icon-light-blue;
  animation-duration: 0.6s;
  animation-fill-mode: forwards;
}
@keyframes change-color-light-blue {
  from {
    border: 1px solid #66CAE6;
    background-color: #66CAE6;
    color: #FFFFFF;
  }
  to {
    border: 1px solid #66CAE6;
    background-color: #FFFFFF;
    color: #66CAE6;
  }
}
@keyframes change-color-icon-light-blue {
  from {
    fill: #FFFFFF;
  }
  to {
    fill: #66CAE6;
  }
}

.button-color-red {
  border: 1px solid #EE6666;
  background-color: #EE6666;
  color: #FFFFFF;
}
.button-color-red svg path {
  fill: #FFFFFF;
}
.button-color-red:hover, .button-color-red:focus, .button-color-red:active {
  animation-name: change-color-red;
  animation-duration: 0.6s;
  animation-fill-mode: forwards;
}
.button-color-red:hover svg path, .button-color-red:focus svg path, .button-color-red:active svg path {
  animation-name: change-color-icon-red;
  animation-duration: 0.6s;
  animation-fill-mode: forwards;
}
@keyframes change-color-red {
  from {
    border: 1px solid #EE6666;
    background-color: #EE6666;
    color: #FFFFFF;
  }
  to {
    border: 1px solid #EE6666;
    background-color: #FFFFFF;
    color: #EE6666;
  }
}
@keyframes change-color-icon-red {
  from {
    fill: #FFFFFF;
  }
  to {
    fill: #EE6666;
  }
}

.border-radius-none {
  border-radius: 0;
}

.border-radius-small {
  border-radius: 4px;
}

.border-radius-full {
  border-radius: 99px;
}

.border-light-blue {
  border: 1px solid #66CAE6;
}

.border-gray-3 {
  border: 1px solid #CCCCCC;
}

.border-none {
  border: none;
}

.social-black {
  width: 88px;
  height: 24px;
  display: flex;
  justify-content: space-between;
}
.social-black img {
  width: 24px;
}

.social-white {
  width: 148px;
  height: 36px;
  display: flex;
  justify-content: space-between;
}
.social-white img {
  width: 36px;
}

.card {
  background-color: #FFFFFF;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.card-image-area {
  width: 100%;
  height: auto;
}
.card-image-area img {
  aspect-ratio: 1;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center center;
     object-position: center center;
}

.card-text-area {
  padding: 20px;
  min-height: 150px;
}
@media (max-width: 768px) {
  .card-text-area {
    padding: 15px;
  }
}
@media (max-width: 576px) {
  .card-text-area {
    padding: 10px;
  }
}

.card-text-area-h {
  padding: 20px;
  min-height: 200px;
}
@media (max-width: 768px) {
  .card-text-area-h {
    min-height: 300px;
    padding: 15px;
  }
}
@media (max-width: 576px) {
  .card-text-area-h {
    min-height: 300px;
    padding: 10px;
  }
}

.card-button-area {
  padding: 0 20px 20px 20px;
}

.input {
  width: 100%;
  padding: 10px 15px;
}

.input-text {
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
}

.border {
  border: 1px solid #CCCCCC;
  border-radius: 4px;
}

.input-button:hover, .input-button:focus, .input-button:active {
  cursor: pointer;
}

.input-radio {
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  display: flex;
  align-items: center;
}
.input-radio input[type=radio] {
  margin-right: 4px;
  width: 18px;
  height: 18px;
  border-color: #CCCCCC;
  accent-color: #129ECE;
}

.input-file {
  display: none;
}

.table {
  width: 100%;
  border-spacing: 8px;
}
.table-responsive {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.td {
  padding: 18px 0;
}

.border-bottom-gray-3 {
  border: none;
  border-bottom: 1px solid #CCCCCC;
}

.border-bottom-gray-5 {
  border: none;
  border-bottom: 1px solid #282828;
}

.header {
  position: fixed;
  z-index: 10;
  width: 100%;
  height: 60px;
  border-bottom: 1px solid #CCCCCC;
  background-color: #FFFFFF;
}

.header-links {
  margin: 0 auto;
  width: 1170px;
  padding: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 1210px) {
  .header-links {
    width: 100%;
    padding: 0 20px;
  }
}

.header-links .logo {
  width: 200px;
  height: 54px;
}

.header-right {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header-avatar {
  position: relative;
  width: 36px;
  height: 36px;
}
.header-avatar img {
  background-color: #CCCCCC;
  border-radius: 99px;

  width: 36px;
  height: 36px;
  object-fit: cover;
}
.header-avatar:hover .header-avatar-info, .header-avatar:focus .header-avatar-info, .header-avatar:active .header-avatar-info {
  position: absolute;
  top: 42px;
  left: -36px;
  display: block;
}

.header-avatar-info {
  width: 108px;
  border-radius: 4px;
  border: 1px solid #CCCCCC;
  padding: 4px 8px;
  background-color: #F3F3F3;
  display: none;
}

.header-social {
  margin-left: 20px;
}
@media (max-width: 576px) {
  .header-social {
    display: none;
  }
}

#loading-icon {
  position: fixed;
  display: none;
  justify-content: center;
  align-items: center;
  /* background-color: rgba(0, 0, 0, .3); */

  width: 100%;
  height: 100vh;

  z-index: 9999;
}

#loading-icon img{
  animation: loadingRotate 1s linear infinite;
}

@keyframes loadingRotate {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}

.footer {
  min-height: 300px;
  padding: 20px;
  background-color: #282828;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.footer-social {
  margin: 10px 0 15px 0;
}

.footer-contact {
  display: flex;
  flex-direction: row;
}
@media (max-width: 576px) {
  .footer-contact {
    flex-direction: column;
    align-items: center;
  }
}

.footer-separator {
  display: inline;
}
@media (max-width: 576px) {
  .footer-separator {
    display: none;
  }
}

.section {
  padding: 60px 0;
}
@media (max-width: 1210px) {
  .section {
    padding: 60px 20px;
  }
}

.container {
  margin: 0 auto;
  width: 100%;
  max-width: 1170px;
}

.bg-color-white {
  background-color: #FFFFFF;
}

.bg-color-gray-2-tablet-white {
  background-color: #F3F3F3;
}
@media (max-width: 768px) {
  .bg-color-gray-2-tablet-white {
    background-color: #FFFFFF;
  }
}

.bg-color-gray-2 {
  background-color: #F3F3F3;
}

.bg-color-gray-3 {
  background-color: #CCCCCC;
}

.bg-color-gray-5 {
  background-color: #282828;
}

.bg-color-yellow-1 {
  background-color: #FFFBE5;
}

.bg-color-yellow-2 {
  background-color: #FCE98B;
}

.bg-color-yellow-3 {
  background-color: #EFCA56;
}

.bg-color-light-blue {
  background-color: #66CAE6;
}

.bg-color-blue {
  background-color: #284673;
}

.bg-color-light-green {
  background-color: #88DDAA;
}

.bg-color-light-orange {
  background-color: #F6BB77;
}

.bg-color-red {
  background-color: #EE6666;
}

.bg-color-light-red {
  background-color: #F68888;
}

.container-grid {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 30px;
}

@media (min-width: 576px) {
  .container-grid-2 {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 768px) {
  .container-grid-3 {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (min-width: 1024px) {
  .container-grid-4 {
    grid-template-columns: repeat(4, 1fr);
  }
}

.container-flex {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

@media (max-width: 1024px) {
  .container-flex-break-1 {
    flex-direction: column;
  }
}

@media (max-width: 768px) {
  .container-flex-break-2 {
    flex-direction: column;
  }
}

@media (max-width: 576px) {
  .container-flex-break-3 {
    flex-direction: column;
  }
}

.column-1of2 {
  width: calc((100% - 30px) / 2 * 1);
}

.column-1of3 {
  width: calc((100% - 30px) / 3 * 1);
}

.column-2of3 {
  width: calc((100% - 30px) / 3 * 2);
}

.column-1of4 {
  width: calc((100% - 30px) / 4 * 1);
}

.column-3of4 {
  width: calc((100% - 30px) / 4 * 3);
}

@media (max-width: 1024px) {
  .column-full-break-1 {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .column-full-break-2 {
    width: 100%;
  }
}

@media (max-width: 576px) {
  .column-full-break-3 {
    width: 100%;
  }
}

.dialog {
  position: relative;
  width: 370px;
  max-width: 100%;
  padding: 10px 40px;
  border-radius: 4px;
  border: 1px solid #CCCCCC;
  background-color: #FFFFFF;
  display: none;
}

.dialog-close {
  position: absolute;
  top: 0;
  right: 0;
  border: none;
  background-color: transparent;
  padding: 10px;
}

.max-width-370 {
  max-width: 370px;
}

.max-width-320 {
  max-width: 320px;
}

.width-full {
  width: 100%;
}

.w-16 {
  width: 16px;
}

.w-30 {
  width: 30px;
}

.W-48 {
  width: 48px;
}

.w-83 {
  width: 83px;
}

.w-240 {
  width: 240px;
}

.h-16 {
  height: 16px;
}

.h-24 {
  height: 24px;
}

.h-30 {
  height: 30px;
}

.h-40 {
  height: 40px;
}

.h-48 {
  height: 48px;
}

.h-60 {
  height: 60px;
}

.min-height-300 {
  min-height: 300px;
}

.mx-auto {
  margin-right: auto;
  margin-left: auto;
}

.mt-15 {
  margin-top: 15px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-60 {
  margin-top: 60px;
}

.mr-6 {
  margin-right: 6px;
}

.mr-10 {
  margin-right: 10px;
}

.mr-15 {
  margin-right: 15px;
}

.mr-20 {
  margin-right: 20px;
}

.mr-42 {
  margin-right: 42px;
}

.mb-6 {
  margin-bottom: 6px;
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-60 {
  margin-bottom: 60px;
}

.m0-20 {
  margin: 0 20px;
}

.ml-10 {
  margin-left: 10px;
}

.ml-24 {
  margin-left: 24px;
}

.p-10 {
  padding: 10px;
}

.p-30 {
  padding: 30px;
}

.pt-15 {
  padding-top: 15px;
}

.pt-30 {
  padding-top: 30px;
}

.pt-60 {
  padding-top: 60px;
}

.pr-20 {
  padding-right: 20px;
}

.pb-10 {
  padding-bottom: 10px;
}

.pb-15 {
  padding-bottom: 15px;
}

.pb-30 {
  padding-bottom: 30px;
}

.pb-60 {
  padding-bottom: 60px;
}

.pl-20 {
  padding-left: 20px;
}

.flex-center-center {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.flex {
  display: flex;
}

.flex-wrap {
  flex-wrap: wrap;
}

.flex-direction-column {
  flex-direction: column;
}

.justify-content-center {
  justify-content: center;
}

.justify-content-space-between {
  justify-content: space-between;
}

.justify-content-end {
  justify-content: end;
}

.align-items-center {
  align-items: center;
}

.position-sticky {
  position: sticky;
}

.aspect-ratio-1 {
  aspect-ratio: 1;
}

.object-fit-cover {
  -o-object-fit: cover;
     object-fit: cover;
}

.gap-15 {
  gap: 15px;
}

.main-key-visual {
  width: 100%;
  padding: 0 100px;
}

.key-visual-bg-color-yellow {
  background-color: #FFD76F;
}

.key-visual-bg-color-green {
  background-color: #63B047;
}

.key-visual-bg-color-purple {
  background-color: #9F4F64;
}

.key-visual-bg-color-orange {
  background-color: #FAD091;
}

.key-visual-bg-color-blue {
  background-color: #129ECE;
}

.main-key-visual img{
  display: block;
  margin: auto;
}

@media (min-width: 769px) {
  .main-key-visual .visual {
    display: block;
  }

  .main-key-visual .visual_mobile {
    display: none;
  }

  .main-wave {
    height: 12px;
    background-image: url("../../../images/wave2.png");
    background-position: left bottom;
    background-size: 85px 12px;
  }
}

@media (max-width: 768px) {
  .main-key-visual {
    padding: 0 0px;
  }

  .main-key-visual .visual {
    display: none;
  }

  .main-key-visual .visual_mobile {
    display: block;
  }

  .main-wave {
    height: 12px;
    background-image: url("../../../images/wave2.png");
    background-position: left bottom;
    background-size: 75px 12px;
  }
}

.wave-yellow {
  background-color: #FFD76F;
}

.wave-green {
  background-color: #63B047;
}

.wave-purple {
  background-color: #9F4F64;
}

.wave-orange {
  background-color: #FAD091;
}

.wave-blue {
  background-color: #129ECE;
}

.main-rule {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.main-rule img {
  max-height: 150px;
}

.section-title {
  width: 100%;
  padding-bottom: 20px;
  display: flex;
}
.section-title img {
  margin-right: 16px;
}

.main-feedback-image {
  position: relative;
  height: 270px;
}
.main-feedback-image img {
  display: block;
  margin: 0 auto;
  height: 270px;
  object-fit: cover;
}

.main-feedback-overlay {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 90px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.9) 100%);
}

.main-feedback-writer {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #F3F3F3;
  position: relative;

  height: 112px;
  margin-top: 30px;
  padding: 40px 20px 20px 20px;
}
.main-feedback-writer .img-wrap {
  position: absolute;
  top: -30px;
}

.main-article-info {
  margin: 15px 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.main-article-info p:first-child {
  margin-right: 12px;
}
.main-article-info div {
  display: flex;
  align-items: center;
}

.account-nav {
  position: sticky;
  top: 70px;
  background-color: transparent;
}
@media (max-width: 768px) {
  .account-nav {
    position: fixed;
    top: 60px;
    width: calc(100% - 40px);
    background-color: #FFFFFF;
  }
}

.account-nav-dropdown {
  height: 40px;
  padding: 8px 12px;
  cursor: pointer;
  display: none;
}
.account-nav-dropdown p {
  margin: 0 12px 0 6px;
}
@media (max-width: 768px) {
  .account-nav-dropdown {
    display: flex;
    align-items: center;
  }
}

.account-nav-items {
  display: block;
}
.account-nav-items button {
  margin: 7px 0;
  padding: 6px 10px;
  border-radius: 4px;
  width: 100%;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.account-nav-items button p {
  margin-left: 12px;
}
@media (max-width: 768px) {
  .account-nav-items {
    display: none;
  }
}

.block {
  min-height: 400px;
  border-radius: 4px;
  padding: 20px 30px;
  background-color: #FFFFFF;
}

.sample-rating-point {
  width: 160px;
}
.sample-rating-point div {
  display: flex;
  justify-content: center;
  align-items: center;
}
.sample-rating-point hr {
  margin: 6px 0;
}

.cursor-pointer {
  cursor: pointer;
}

.position-relative {
  position: relative;
}

.product-photo {
  position: sticky;
  top: 70px;
}
@media (max-width: 576px) {
  .product-photo {
    position: static;
  }
}

.photo-whole {
  margin-bottom: 10px;
}
.photo-whole .swiper-wrapper {
  max-height: 570px;
}
.photo-whole .swiper-slide img {
  display: block;
  margin: 0 auto;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.photo-thumbnails .swiper-wrapper {
  max-height: 120px;
  padding: 2px 0;
}
.photo-thumbnails .swiper-slide {
  background-size: cover;
  background-position: center;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.photo-thumbnails .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.photo-thumbnails .swiper-slide-thumb-active {
  box-shadow: 0 0 0 2px #129ECE;
}
.photo-thumbnails .swiper-button-prev,
.photo-thumbnails .swiper-button-next {
  --swiper-navigation-top-offset: 0;
  --swiper-navigation-sides-offset: 0;
  margin-top: 0;
  width: 30px;
  height: 100%;
  background-color: #F3F3F3;
  border-radius: 4px;
  box-shadow: 0 0 0 10px #FFFFFF;
}
.photo-thumbnails .swiper-button-prev::after,
.photo-thumbnails .swiper-button-next::after {
  display: none;
}

.product-rating-card .swiper-button-prev,
.product-rating-card .swiper-button-next {
  /* --swiper-navigation-top-offset: 0; */
  --swiper-navigation-sides-offset: 0;
  margin-top: 0;
  width: 30px;
  background-color: #F3F3F3;
  border-radius: 4px;
}
.product-rating-card .swiper-button-prev::after,
.product-rating-card .swiper-button-next::after {
  display: none;
}

.brand-info {
  flex-direction: row-reverse;
}
.brand-info div:first-child {
  margin: -54px 0 0 0;
  max-width: 340px;
  max-height: 340px;
}
@media (max-width: 576px) {
  .brand-info {
    flex-direction: column;
  }
  .brand-info div:first-child {
    margin: 0 auto 30px auto;
  }
}

.related-products .swiper-wrapper {
  padding-bottom: 26px;
  max-height: 500px;
}
.related-products .swiper-wrapper .swiper-slide{
  display: flex;
  /* height: 500px; */
}
.related-products .swiper-scrollbar {
  --swiper-scrollbar-sides-offset: calc((100% - 50px) / 2);
  max-width: 50px;
  --swiper-scrollbar-size: 6px;
  background-color: #EEEEEE;
}
.related-products .swiper-scrollbar-drag {
  background-color: #66CAE6;
}

.border-top-black-15 {
  border-top: 1px solid rgba(0, 0, 0, 0.15);
}

.border-bottom-black-15 {
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}

.border-top-dashed-black-20 {
  border-top: 1px dashed rgba(0, 0, 0, 0.2);
}

.border-bottom-dashed-black-20 {
  border-bottom: 1px dashed rgba(0, 0, 0, 0.2);
}

.product-report-wrapper {
  margin: 0 auto;
  max-width: 1170px;
  padding: 60px 20px 0 20px;
}
@media (min-width: 1210px) {
  .product-report-wrapper {
    padding: 60px 0;
  }
}

.product-block-expand {
  margin: 10px;
  cursor: pointer;
}

.product-block-content {
  display: none;
  flex-direction: column;
}
@media (min-width: 768px) {
  .product-block-content {
    margin: 0 auto;
    max-width: 1030px;
    flex-direction: row;
    justify-content: space-between;
  }
}

.product-report-content-column:first-child {
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .product-report-content-column:first-child {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .product-report-content-column {
    width: calc((100% - 30px) / 2);
    max-width: 470px;
  }
}

.product-report-doughnut-chart {
  margin: 0 auto;
  width: 200px;
  height: 200px;
  position: relative;
}
.product-report-doughnut-chart p {
  position: absolute;
  top: 75px;
  left: calc((100% - 90px) / 2);
  width: 90px;
  height: 54px;
  text-align: center;
}
.product-report-doughnut-chart p.no-data {
  position: absolute;
  top: 75px;
  left: calc((100% - 100px) / 2);
  width: 100px;
  height: 54px;
  text-align: center;
}
.product-report-doughnut-chart p span:first-child {
  font-size: 36px;
  font-weight: bold;
}
.product-report-doughnut-chart p span:last-child {
  font-size: 16px;
}

.product-report-bar-chart-expand {
  margin: 10px;
  width: 16px;
  height: 16px;
  cursor: pointer;
}

.product-report-bar-chart {
  margin: 20px 42px 20px 24px;
}
.product-report-bar-chart table {
  width: 100%;
}
.product-report-bar-chart table tr {
  height: 32px;
  vertical-align: top;
}
.product-report-bar-chart table tr td:nth-child(2) {
  width: 90px;
}
@media (min-width: 768px) {
  .product-report-bar-chart table tr td:nth-child(2) {
    width: 120px;
  }
}
@media (min-width: 1024px) {
  .product-report-bar-chart table tr td:nth-child(2) {
    width: 240px;
  }
}
.product-report-bar-chart table tr td:nth-child(2) p {
  margin-top: 8px;
  height: 8px;
}
.product-report-bar-chart table tr td:nth-child(3) {
  text-align: right;
}

.product-review-filter {
  display: block;
}
.product-review-filter p {
  width: 170px;
}
.product-review-filter button {
  width: 100px;
}
.product-review-filter button.checked{
  border: 1px solid #66CAE6;
  color: #129ECE;
}
.product-review-filter button.unchecked{
  border: 1px solid #CCCCCC;
  color: #666666;
}
@media (min-width: 768px) {
  .product-review-filter {
    display: flex;
  }
}

.review-masonry {

}

.product-review-masonry-item {
  width: 100%;
  box-shadow: inset 0 0 0 1px #CCCCCC;
}
@media (min-width: 1024px) {
  .product-review-masonry-item {
    width: calc((100% - 30px) / 2);
  }
}
.product-review-member img {
  background-color: #CCCCCC;
  border-radius: 99px;

  width: 70px;
  height: 70px;
  object-fit: cover;
}

.product-review-pets img {
  background-color: #CCCCCC;
}

.product-review-content {
  line-height: 1.5;
}

.multi-lines-4 {
  text-overflow: ellipsis;
  word-break: break-all;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  /* 顯示行數 Chrome & Safari */
  height: 5.5rem;
  /* 顯示高度 IE & Firefox */
}

.multi-lines {
  text-overflow: ellipsis;
  word-break: break-all;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  /* 顯示行數 Chrome & Safari */
  height: 4.5rem;
  /* 顯示高度 IE & Firefox */
}

.all-lines {
  word-break: break-all;
  min-height: 4.5rem;
  height: auto;
}

.product-review-expand {
  cursor: pointer;
}

.product-review-images {
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.product-review-images img {
  width: 90px;
  height: 90px;
  aspect-ratio: 1;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 768px) {
  .product-review-images img {
    width: 160px;
    height: 160px;
  }
}

.about .h1,
.privacy .h1 {
  margin-bottom: 36px;
}
.about .h2,
.privacy .h2 {
  margin: 24px 0;
}
.about .ol,
.privacy .ol {
  margin: 18px 0;
}
.about .ol ol,
.privacy .ol ol {
  margin: 12px 0;
  padding-left: 18px;
}
.about .ol li,
.privacy .ol li {
  margin: 6px 0;
}

main {
  padding-top: 60px;
}

.padding-up-down-5 {
  padding: 5px 0;
}

.padding-left-right-5 {
  padding: 0 5px;
}

.pets-avatar-white {
  background-color: #EEEEEE;
  border-radius: 999px;
  
  width: 60px;
  height: 60px;
  object-fit: cover;
}

.pets-avatar {
  border-radius: 50%;
  width: 60px;
  height: 60px;
  object-fit: cover;
}

.display-none {
  display: none;
}
.display-initial {
  display: initial;
}
.display-block {
  display: block;
}

.tooltip {
  position: relative;
}
.tooltip .tooltiptext {
  position: absolute;
  right: -50px;
  visibility: hidden;
  /* background-color: #666666; */
  border-radius: 6px;
  
  /* width: 30px; */
  padding: 0px 10px;

  /* color: #fff; */
  text-align: center;
  z-index: 1;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
}

.pagination {
  display: flex;
  list-style-type: none;
}
.pagination li {
  margin: 0 5px;
}
.pagination li a {
  display: block;
  text-decoration: none;
  color: #666666;
}
.pagination li.active a {
  color: black;
  font-weight: 700;
  text-decoration: underline;
}
.pagination li a:hover {
  text-decoration: underline;
}

.bg-dark-blue {
  --tw-bg-opacity: 1;
  background-color: rgb(32 54 89 / var(--tw-bg-opacity));
}
.top-15 {
  top: 15px;
}
.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.pb-5 {
  padding-bottom: 1.25rem;
}
.max-w-\[1170px\] {
  max-width: 1170px;
}
.w-\[50\%\] {
  width: 50%;
}
@media (min-width: 768px) {
  .md\:justify-between {
    justify-content: space-between;
  }
  .md\:flex {
    display: flex;
  }
  .md\:text-left {
    text-align: left;
  }
  .md\:text-right {
    text-align: right;
  }
  .md\:mt-0 {
    margin-top: 0px;
  }
  .md\:hidden {
    display: none;
}
}
.leading-6 {
  line-height: 1.5rem;
}
.text-sm {
  font-size: 0.875rem;
}

.full-url-container {
  position: relative;
}
.single-line {
  text-overflow: ellipsis;
  word-break: break-all;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  height: 1.5rem;
  
}
.full-url-container .tooltip {
  display: none;
  position: absolute;
  background-color: #333;
  color: #fff;
  padding: 5px;
  border-radius: 5px;
  z-index: 10;
  max-width: 550px;
  white-space: normal;
  word-break: break-all;
  overflow-wrap: break-word;
  top: 80%;
  left: 0;
  transform: translateY(5px); 
}
.full-url-container .tooltip::before {
  content: "";
  position: absolute;
  top: -5px;
  left: 50%;
  transform: translateX(-50%);
  border-style: solid;
  border-width: 0 5px 5px 5px;
  border-color: transparent transparent #333 transparent;
}
.full-url-container:hover .tooltip {
  display: block;
}
