/* home */
#HomePage {
  display: flex;
  flex-direction: column;
  width: 100%;
  overflow-x: hidden;
}
#HomeCarouselSection {
  position: relative;
  order: 2;
  width: 100%;
  overflow-x: hidden;
  margin-bottom: 2.5rem;
}
@media (min-width: 768px) {
#HomeCarouselSection {
    margin-bottom: 5rem;
}
}
#HomeCarouselSection .carousel_box {
  position: relative;
  width: 100%;
  overflow: hidden;
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  border-radius: 1rem;
}
#HomeCarouselSection .carousel_item {
  position: relative;
  z-index: 0;
  width: 100%;
  flex-shrink: 0;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 500ms;
}
#HomeCarouselSection .carousel_item .image_box:nth-of-type(1) {
  position: relative;
  display: none;
  aspect-ratio: 2/1;
  width: 100%;
}
@media (min-width: 768px) {
#HomeCarouselSection .carousel_item .image_box:nth-of-type(1) {
    display: block;
}
}
#HomeCarouselSection .carousel_item .image_box:nth-of-type(2) {
  position: relative;
  display: block;
  aspect-ratio: 1 / 1;
  width: 100%;
}
@media (min-width: 768px) {
#HomeCarouselSection .carousel_item .image_box:nth-of-type(2) {
    display: none;
}
}
#HomeCarouselSection .bullet_box {
  position: absolute;
  bottom: 1.25rem;
  left: 50%;
  z-index: 10;
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  display: flex;
  align-items: center;
  justify-content: center;
}
#HomeCarouselSection .bullet_box i {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
  display: block;
  height: 0.5rem;
  width: 0.5rem;
  border-radius: 9999px;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-bg-opacity: 0.5;
}
#HomeCarouselSection .bullet_box i.active {
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-bg-opacity: 1;
}
#HomeCarouselSection .prev_box,
#HomeCarouselSection .next_box {
  position: absolute;
  top: 50%;
  z-index: 10;
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
#HomeCarouselSection .prev_box span,
#HomeCarouselSection .next_box span {
  font-size: 3rem;
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
#HomeCarouselSection .next_box {
  right: 0px;
}
#HomeBrandSection {
  order: 4;
  margin-bottom: 5rem;
}
#HomeBrandSection .main_container {
  display: flex;
  flex-direction: column;
}
#HomeBrandSection .brand_list {
  order: 2;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: flex-start;
}
@media (min-width: 768px) {
#HomeBrandSection .brand_list {
    order: 1;
}
}
#HomeBrandSection .brand_list {
  margin-left: -0.75rem;
  margin-right: -0.75rem;
}
#HomeBrandSection .brand_list li {
  margin-bottom: 1.5rem;
  width: 100%;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
@media (min-width: 768px) {
#HomeBrandSection .brand_list li {
    width: 33.333333%;
}
}
#HomeBrandSection .brand_list li a {
  aspect-ratio: 16 / 9;
  border-radius: 1rem;
  --tw-bg-opacity: 1;
  background-color: rgb(244 244 245 / var(--tw-bg-opacity, 1));
}
@media (min-width: 768px) {
#HomeBrandSection .brand_list li a {
    aspect-ratio: 1 / 1;
}
}
@media (min-width: 1024px) {
#HomeBrandSection .brand_list li a {
    aspect-ratio: 16 / 9;
}
}
#HomeBrandSection .brand_list li a {
  display: block;
  padding-left: 5rem;
  padding-right: 5rem;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
@media (min-width: 768px) {
#HomeBrandSection .brand_list li a {
    padding-left: 0px;
    padding-right: 0px;
}
}
@media (min-width: 1024px) {
#HomeBrandSection .brand_list li a {
    padding-left: 5rem;
    padding-right: 5rem;
}
}
#HomeBrandSection .brand_list li a {
  border-width: 2px;
  border-color: transparent;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
#HomeBrandSection .brand_list li a img {
  display: block;
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
#HomeBrandSection .brand_list li a .lazyImageContainer:nth-of-type(1) {
  display: block;
}
@media (min-width: 768px) {
#HomeBrandSection .brand_list li a .lazyImageContainer:nth-of-type(1) {
    display: none;
}
}
@media (min-width: 1024px) {
#HomeBrandSection .brand_list li a .lazyImageContainer:nth-of-type(1) {
    display: block;
}
}
#HomeBrandSection .brand_list li a .lazyImageContainer:nth-of-type(2) {
  display: none;
}
@media (min-width: 768px) {
#HomeBrandSection .brand_list li a .lazyImageContainer:nth-of-type(2) {
    display: block;
}
}
@media (min-width: 1024px) {
#HomeBrandSection .brand_list li a .lazyImageContainer:nth-of-type(2) {
    display: none;
}
}
#HomeBrandSection .brand_list li a:hover {
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
}
#HomeBrandSection .brand_list li a:hover img {
  --tw-scale-x: .9;
  --tw-scale-y: .9;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
#HomeAboutSection {
  position: relative;
  z-index: 10;
  width: 100%;
  overflow-x: hidden;
  margin-bottom: 5rem;
  order: 3;
}
#HomeAboutSection .main_container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
#HomeAboutSection .image_box {
  aspect-ratio: 16 / 9;
  width: 100%;
}
@media (min-width: 768px) {
#HomeAboutSection .image_box {
    width: 50%;
}
}
#HomeAboutSection .text_box {
  width: 100%;
}
@media (min-width: 768px) {
#HomeAboutSection .text_box {
    width: 50%;
    padding-left: 2.5rem;
}
}
#HomeAboutSection .text_box {
  text-align: center;
}
@media (min-width: 768px) {
#HomeAboutSection .text_box {
    text-align: left;
}
}
#HomeAboutSection header h3 {
  font-family: Urbanist, 'Noto Sans TC', sans-serif;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 900;
}
@media (min-width: 640px) {
#HomeAboutSection header h3 {
    font-size: 1.5rem;
    line-height: 2rem;
}
}
@media (min-width: 768px) {
#HomeAboutSection header h3 {
    font-size: 1.875rem;
    line-height: 2.25rem;
}
}
#HomeAboutSection header h3 {
  margin-bottom: 1.25rem;
}
#HomeAboutSection .content {
  font-size: 0.875rem;
  line-height: 1.25rem;
  line-height: 2;
  letter-spacing: 0.05em;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 2.5rem;
  max-width: 800px;
  --tw-text-opacity: 1;
  color: rgb(82 82 91 / var(--tw-text-opacity, 1));
}
#HomeAboutSection .action_box {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 768px) {
#HomeAboutSection .action_box {
    justify-content: flex-start;
}
}
#HomeProductSection {
  position: relative;
  margin-bottom: 5rem;
  width: 100%;
  overflow-x: hidden;
  order: 4;
}
#HomeProductSection .section_header {
  margin-bottom: 1.25rem;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  text-align: left;
}
#HomeProductSection .section_header .title {
  font-family: Urbanist, 'Noto Sans TC', sans-serif;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 900;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(161 161 170 / var(--tw-text-opacity, 1));
}
@media (min-width: 768px) {
#HomeProductSection .section_header .title {
    font-size: 1.5rem;
    line-height: 2rem;
}
}
#HomeProductSection .section_header .sub_title {
  font-size: 1.875rem;
  line-height: 2.25rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
@media (min-width: 768px) {
#HomeProductSection .section_header .sub_title {
    font-size: 2.25rem;
    line-height: 2.5rem;
}
}

/* product_list */
#HomeProductSection .product_list {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: flex-start;
  overflow: hidden;
}
@media (min-width: 1024px) {
#HomeProductSection .product_list {
    flex-wrap: nowrap;
}
}
#HomeProductSection .product_list {
  margin-left: -0.5rem;
  margin-right: -0.5rem;
  margin-bottom: 1.25rem;
  padding-top: 1.25rem;
}
@media (min-width: 768px) {
#HomeProductSection .product_list {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
    margin-bottom: 2.5rem;
}
}
#HomeProductSection .product_list li {
  position: relative;
  width: 50%;
  flex-shrink: 0;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
@media (min-width: 768px) {
#HomeProductSection .product_list li {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
}
}
@media (min-width: 1024px) {
#HomeProductSection .product_list li {
    width: 33.333333%;
}
}
@media (min-width: 1280px) {
#HomeProductSection .product_list li {
    width: 25%;
}
}
#HomeProductSection .product_list li {
  margin-bottom: 1rem;
}
@media (min-width: 640px) {
#HomeProductSection .product_list li {
    margin-bottom: 2.5rem;
}
}
@media (min-width: 768px) {
#HomeProductSection .product_list li {
    margin-bottom: 1.5rem;
}
}
@media (min-width: 1024px) {
#HomeProductSection .product_list li {
    margin-bottom: 0px;
}
}
#HomeProductSection .action_box {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 768px) {
#HomeProductSection .action_box {
    justify-content: flex-end;
}
}
#HomeProductSection .action_box button {
  margin-right: 1rem;
  display: flex;
  width: 50%;
}
@media (min-width: 768px) {
#HomeProductSection .action_box button {
    display: none;
}
}
#HomeProductSection .action_box a {
  width: 50%;
}
@media (min-width: 768px) {
#HomeProductSection .action_box a {
    width: auto;
}
}
#HomeProductSection .search_box {
  margin-bottom: 1.25rem;
  display: block;
}
@media (min-width: 768px) {
#HomeProductSection .search_box {
    display: none;
}
}
#HomeProductSection .search_box button {
  width: 100%;
}
#HomeVideoSection {
  position: relative;
  margin-left: -1.25rem;
  margin-right: -1.25rem;
  margin-bottom: 5rem;
  width: auto;
  overflow-x: hidden;
}
@media (min-width: 768px) {
#HomeVideoSection {
    margin-left: 0px;
    margin-right: 0px;
    width: 100%;
}
}
#HomeVideoSection {
  order: 5;
}
#HomeVideoSection .video_card {
  position: relative;
  aspect-ratio: 1 / 1;
  width: 100%;
  overflow: hidden;
}
@media (min-width: 768px) {
#HomeVideoSection .video_card {
    aspect-ratio: 16 / 9;
    border-radius: 1.5rem;
}
}
#HomeVideoSection .video_card iframe {
  position: relative;
  z-index: 0;
  height: 100%;
  width: 100%;
}
#HomeVideoSection .cover_box {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  z-index: 10;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
  --tw-bg-opacity: 0.5;
}
@media (min-width: 768px) {
#HomeVideoSection .cover_box {
    opacity: 0;
}
}
#HomeVideoSection .cover_box {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
  /* background-image: url("@/assets/dot.webp");
  background-repeat: repeat; */
}
#HomeVideoSection .cover_box p {
  font-family: Urbanist, 'Noto Sans TC', sans-serif;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(113 113 122 / var(--tw-text-opacity, 1));
}
#HomeVideoSection .cover_box h4 {
  font-size: 3.75rem;
  line-height: 1;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  margin-bottom: 2.5rem;
}
#HomeVideoSection .cover_box:hover {
  opacity: 1;
}
#HomeSearchSection {
  order: 1;
  margin-bottom: 1.25rem;
}
#HomeSearchSection .main_container {
  display: flex;
  flex-direction: column;
}
#HomeSearchSection .search_button_box {
  display: block;
}
@media (min-width: 768px) {
#HomeSearchSection .search_button_box {
    display: none;
}
}
#HomeSearchSection .search_button_box button {
  width: 100%;
}
#HomeSearchSection .search_box {
  display: none;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: space-between;
}
@media (min-width: 768px) {
#HomeSearchSection .search_box {
    display: flex;
}
}
#HomeSearchSection .search_box {
  border-radius: 1rem;
  --tw-bg-opacity: 1;
  background-color: rgb(244 244 245 / var(--tw-bg-opacity, 1));
  margin-bottom: 1.25rem;
  padding: 1.25rem;
}
@media (min-width: 768px) {
#HomeSearchSection .search_box {
    margin-bottom: 1.5rem;
}
}
#HomeSearchSection .search_box .title_box {
  margin-bottom: 0.5rem;
  width: 100%;
}
#HomeSearchSection .search_box .title_box h4 {
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(82 82 91 / var(--tw-text-opacity, 1));
}
#HomeSearchSection .search_box .input_box {
  margin-bottom: 1.25rem;
  width: 100%;
}
@media (min-width: 768px) {
#HomeSearchSection .search_box .input_box {
    margin-right: 1.25rem;
    margin-bottom: 0px;
    width: auto;
    flex: 1 1 0%;
}
}
#HomeSearchSection .search_box .input_box #MainInputBox {
  height: 100%;
}
#HomeSearchSection .search_box .input_box #MainInputBox input {
  height: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
#HomeSearchSection .search_box .action_box {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: flex-end;
}
@media (min-width: 768px) {
#HomeSearchSection .search_box .action_box {
    width: auto;
}
}

/* productList */
#ProductListPage .page_container {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
@media (min-width: 768px) {
#ProductListPage .page_container {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
}
}
#ProductListPage .page_container {
  width: 100%;
}
#ProductListPage .list_container {
  flex: 1 1 0%;
}
#ProductCoverSection {
  position: relative;
  width: 100%;
  overflow: hidden;
  aspect-ratio: 1 / 1;
}
@media (min-width: 768px) {
#ProductCoverSection {
    aspect-ratio: auto;
    height: 575px;
}
}
#ProductCoverSection .image_box {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  z-index: 0;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
  --tw-bg-opacity: 0.7;
}
@media (min-width: 768px) {
#ProductCoverSection .image_box {
    --tw-bg-opacity: 0.5;
}
}
#ProductCoverSection .image_box img {
  position: relative;
  z-index: 0;
  display: block;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0.2;
}
@media (min-width: 768px) {
#ProductCoverSection .image_box img {
    opacity: 0.7;
}
}
#ProductCoverSection .image_box img:nth-of-type(1) {
  display: none;
}
@media (min-width: 768px) {
#ProductCoverSection .image_box img:nth-of-type(1) {
    display: block;
}
}
#ProductCoverSection .image_box img {
  display: block;
}
@media (min-width: 768px) {
#ProductCoverSection .image_box img {
    display: none;
}
}
#ProductCoverSection .main_container {
  position: relative;
  z-index: 10;
  height: 100%;
}
@media (min-width: 768px) {
#ProductCoverSection .main_container {
    padding-top: 75px;
}
}
#ProductCoverSection .main_container {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
#ProductCoverSection .text_box .title {
  font-family: Urbanist, 'Noto Sans TC', sans-serif;
  font-size: 2.25rem;
  line-height: 2.5rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
@media (min-width: 640px) {
#ProductCoverSection .text_box .title {
    font-size: 3.75rem;
    line-height: 1;
}
}
#ProductCoverSection .text_box .title {
  margin-bottom: 0.75rem;
}
#ProductCoverSection .text_box .sub_title {
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
@media (min-width: 640px) {
#ProductCoverSection .text_box .sub_title {
    font-size: 1.5rem;
    line-height: 2rem;
}
}
#ProductCoverSection .text_box .sub_title {
  margin-bottom: 1.25rem;
}
#ProductCoverSection .text_box .bread_crumb_box {
  margin-bottom: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
#ProductListCategorySection {
  display: none;
  width: 300px;
}
@media (min-width: 1024px) {
#ProductListCategorySection {
    display: block;
    padding-right: 2.5rem;
}
}
#ProductListCategorySection .bread_crumb_box {
  margin-bottom: 1.25rem;
}
#ProductListCategorySection .section_header {
  margin-bottom: 2.5rem;
}
#ProductListCategorySection .section_header .title {
  font-family: Urbanist, 'Noto Sans TC', sans-serif;
  font-size: 2.25rem;
  line-height: 2.5rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
  margin-bottom: 0.25rem;
}
#ProductListCategorySection .section_header .sub_title {
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(161 161 170 / var(--tw-text-opacity, 1));
  margin-bottom: 1.25rem;
}
#ProductListCategorySection .category_box {
  margin-bottom: 2rem;
}
#ProductListCategorySection .category_box .category_header {
  margin-bottom: 0.5rem;
}
#ProductListCategorySection .category_box .category_header .title {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(39 39 42 / var(--tw-text-opacity, 1));
}

/* #ProductListCategorySection .category_list {
  @apply pl-5;
} */
#ProductListCategorySection .category_list li {
  margin-bottom: 0.5rem;
}
#ProductListCategorySection .category_list li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
  border-radius: 0.5rem;
  border-width: 2px;
  border-color: transparent;
  --tw-bg-opacity: 1;
  background-color: rgb(244 244 245 / var(--tw-bg-opacity, 1));
  position: relative;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
#ProductListCategorySection .category_list li a:hover {
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
}
#ProductListCategorySection .category_list li a.active {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
#ProductListSection {
  width: 100%;
}
#ProductListSection .product_list {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: flex-start;
  overflow: hidden;
  margin-left: -0.5rem;
  margin-right: -0.5rem;
  margin-bottom: 3.5rem;
  padding-top: 1.25rem;
}
@media (min-width: 640px) {
#ProductListSection .product_list {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
}
}
#ProductListSection .product_list li {
  position: relative;
  width: 50%;
  flex-shrink: 0;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
@media (min-width: 640px) {
#ProductListSection .product_list li {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
}
}
@media (min-width: 1024px) {
#ProductListSection .product_list li {
    width: 33.333333%;
}
}
@media (min-width: 1280px) {
#ProductListSection .product_list li {
    width: 25%;
}
}
#ProductListSection .product_list li {
  margin-bottom: 1rem;
}
@media (min-width: 640px) {
#ProductListSection .product_list li {
    margin-bottom: 1.5rem;
}
}
#ProductListSection .action_box {
  display: flex;
  align-items: center;
  justify-content: center;
}
#ProductListFilterSection {
  margin-bottom: 1.25rem;
  width: 100%;
}
#ProductListFilterSection .section_container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}
@media (min-width: 640px) {
#ProductListFilterSection .section_container {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
}
}
#ProductListFilterSection .filter_box {
  width: 50%;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
@media (min-width: 640px) {
#ProductListFilterSection .filter_box {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
}
}
@media (min-width: 1024px) {
#ProductListFilterSection .filter_box {
    margin-left: 0px;
    width: 15rem;
}
}
#ProductListFilterSection .filter_box:nth-of-type(2) {
  display: block;
}
@media (min-width: 1024px) {
#ProductListFilterSection .filter_box:nth-of-type(2) {
    display: none;
}
}
#ProductListFilterSection .filter_box .title {
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
  margin-bottom: 0.25rem;
  padding-left: 0.25rem;
}
#ProductListFilterSection .filter_box.keyword {
  position: relative;
  margin-bottom: 1.25rem;
  width: 100%;
}
@media (min-width: 1024px) {
#ProductListFilterSection .filter_box.keyword {
    margin-left: 0px;
    margin-bottom: 0px;
    width: auto;
    flex: 1 1 0%;
}
}
#ProductListFilterSection .filter_box.keyword span {
  position: absolute;
  top: 50%;
  right: 1.25rem;
  display: block;
}
#ProductListFilterSection .filter_box.keyword #MainInputBox input {
  padding-right: 2.5rem;
}

/* #ProductListFilterSection .filter_box select {
  @apply absolute top-0 bottom-0 left-0 right-0 z-10 w-full h-full opacity-0;
} */
#ProductCard {
  position: relative;
  display: block;
  height: 100%;
  width: 100%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 500ms;
}
#ProductCard .image_box {
  aspect-ratio: 1 / 1;
  width: 100%;
  border-radius: 0.75rem;
  --tw-bg-opacity: 1;
  background-color: rgb(244 244 245 / var(--tw-bg-opacity, 1));
}
@media (min-width: 640px) {
#ProductCard .image_box {
    border-radius: 1rem;
}
}
#ProductCard .image_box {
  position: relative;
  z-index: 10;
  margin-bottom: 0.75rem;
  padding: 0.75rem;
}
#ProductCard .image_box img {
  height: 100%;
  width: 100%;
  border-radius: 0.5rem;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 640px) {
#ProductCard .image_box img {
    border-radius: 0.75rem;
}
}
#ProductCard .image_box img {
  position: relative;
  z-index: 10;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
#ProductCard:hover .image_box img {
  --tw-scale-x: .95;
  --tw-scale-y: .95;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
#ProductCard .image_box .status_box {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  z-index: 20;
  border-radius: 1rem;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
  --tw-bg-opacity: 0.5;
}
@media (min-width: 640px) {
#ProductCard .image_box .status_box {
    border-radius: 1.5rem;
}
}
#ProductCard .image_box .status_box {
  display: flex;
  align-items: center;
  justify-content: center;
}
#ProductCard .image_box .status_box p {
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
#ProductCard .title {
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
  letter-spacing: 0.05em;
}
@media (min-width: 640px) {
#ProductCard .title {
    font-size: 1rem;
    line-height: 1.5rem;
}
}
#ProductCard .title {
  position: relative;
  z-index: 10;
  margin-bottom: 0.75rem;
}
@media (min-width: 640px) {
#ProductCard .title {
    margin-bottom: 0.25rem;
}
}
#ProductCard .tag_box {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  position: relative;
  z-index: 10;
  margin-bottom: 0.5rem;
}
#ProductCard .tag_box span {
  margin-right: 0.5rem;
  border-radius: 0.375rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  --tw-bg-opacity: 1;
  background-color: rgb(228 228 231 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 500;
}
#ProductCard .price_box {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  position: relative;
  z-index: 10;
}
#ProductCard .price_box .sell_price {
  font-family: Urbanist, 'Noto Sans TC', sans-serif;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(113 113 122 / var(--tw-text-opacity, 1));
}
#ProductCard .price_box .price {
  margin-left: 0.5rem;
  font-family: Urbanist, 'Noto Sans TC', sans-serif;
  font-size: 0.75rem;
  line-height: 1rem;
  --tw-text-opacity: 1;
  color: rgb(209 213 219 / var(--tw-text-opacity, 1));
  text-decoration-line: line-through;
}
#ProductCard .discount_box {
  margin-bottom: 0.75rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
#ProductCard .discount_box span {
  margin-bottom: 0.25rem;
  margin-right: 0.25rem;
  display: inline-block;
  border-radius: 0.375rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
  font-size: 0.75rem;
  line-height: 1rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

/* productPage */
#ProductPage {
  position: relative;
  width: 100%;
  padding-top: 2.5rem;
}
#ProductPage .bread_crumb_box {
  /* @apply w-full mb-5; */
  display: none;
}
#ProductPage .main_container {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  max-width: 1280px;
}
#ProductGallerySection {
  width: 100%;
}
@media (min-width: 1024px) {
#ProductGallerySection {
    width: 50%;
    padding-right: 2.5rem;
}
}
#ProductGallerySection .big_image_list {
  margin-bottom: 0.5rem;
  aspect-ratio: 1 / 1;
  width: 100%;
  overflow: hidden;
  display: flex;
  align-items: stretch;
  border-radius: 1rem;
  --tw-bg-opacity: 1;
  background-color: rgb(244 244 245 / var(--tw-bg-opacity, 1));
}
#ProductGallerySection .big_image_list .image_box {
  aspect-ratio: 1 / 1;
  width: 100%;
  flex-shrink: 0;
  overflow: hidden;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 500ms;
}
#ProductGallerySection .big_image_list .image_box img {
  pointer-events: auto;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#ProductGallerySection .small_image_list {
  margin-left: -0.25rem;
  margin-right: -0.25rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (min-width: 768px) {
#ProductGallerySection .small_image_list {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
}
}
#ProductGallerySection .small_image_list {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  overflow: hidden;
}
#ProductGallerySection .small_image_list .image_wrapper {
  width: 16.666667%;
  flex-shrink: 0;
  margin-bottom: 0.5rem;
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}
@media (min-width: 768px) {
#ProductGallerySection .small_image_list .image_wrapper {
    margin-bottom: 1rem;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
}
}
#ProductGallerySection .small_image_list .image_box {
  cursor: pointer;
  overflow: hidden;
  border-radius: 0.375rem;
}
@media (min-width: 768px) {
#ProductGallerySection .small_image_list .image_box {
    border-radius: 0.75rem;
}
}
#ProductGallerySection .small_image_list .image_box {
  position: relative;
  aspect-ratio: 1 / 1;
  width: 100%;
  border-width: 2px;
  border-color: transparent;
  --tw-bg-opacity: 1;
  background-color: rgb(244 244 245 / var(--tw-bg-opacity, 1));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
#ProductGallerySection .small_image_list .image_box.active {
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
}
#ProductGallerySection .small_image_list .image_box img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: relative;
  z-index: 10;
}
#ProductInfoSection {
  width: 100%;
}
@media (min-width: 1024px) {
#ProductInfoSection {
    width: 50%;
    padding-left: 2.5rem;
}
}
#ProductInfoSection .product_title {
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 600;
  letter-spacing: 0.05em;
}
@media (min-width: 768px) {
#ProductInfoSection .product_title {
    font-size: 1.875rem;
    line-height: 2.25rem;
}
}

/* tag list */
#ProductInfoSection .tag_list {
  margin-bottom: 1.25rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
}
#ProductInfoSection .tag_list p {
  margin-right: 1rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 700;
  opacity: 0.6;
}

/* price box */
#ProductInfoSection .price_box {
  margin-bottom: 2rem;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
#ProductInfoSection .price_box .sell_price_text {
  margin-right: 0.5rem;
  font-family: Urbanist, 'Noto Sans TC', sans-serif;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 600;
}
#ProductInfoSection .price_box .price_text {
  font-family: Urbanist, 'Noto Sans TC', sans-serif;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
  text-decoration-line: line-through;
  opacity: 0.6;
}

/* option_box */
#ProductInfoSection .option_box {
  margin-bottom: 1.25rem;
}

/* amount_box */
#ProductInfoSection .amount_box {
  margin-bottom: 2.5rem;
}
#ProductInfoSection .amount_box .amount_text {
  margin-bottom: 0.25rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
}
#ProductInfoSection .amount_box .stock_count_text {
  margin-top: 0.5rem;
  text-align: right;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
}
#ProductInfoSection .amount_box .stock_count_text span {
  font-family: Urbanist, 'Noto Sans TC', sans-serif;
}

/* add_cart_button */
#ProductInfoSection .main_button.add_shop_cart_button {
  width: 100%;
  justify-content: center;
}
#ProductInfoSection .not_available_button {
  margin-bottom: 1.25rem;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
  --tw-bg-opacity: 0.4;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
  border-radius: 9999px;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
  cursor: not-allowed;
}

/* share_box */
#ProductInfoSection .share_box {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
#ProductInfoSection .share_box p {
  margin-right: 1.25rem;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 600;
}
#ProductInfoSection .share_box button {
  margin-right: 1rem;
  display: block;
  height: 1.25rem;
  width: 1.25rem;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
#ProductInfoSection .share_box button:nth-last-of-type(1) {
  margin-right: 0px;
}
#ProductInfoSection .share_box button:hover {
  opacity: 0.5;
}

/* discount_box */
#ProductInfoSection .discount_box {
  width: 100%;
  border-radius: 0.75rem;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
  --tw-bg-opacity: 0.05;
  padding: 1.25rem;
}
#ProductInfoSection .discount_box .box_title {
  margin-bottom: 1.25rem;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  --tw-text-opacity: 1;
  color: rgb(63 63 70 / var(--tw-text-opacity, 1));
}
#ProductInfoSection .discount_box ol li {
  margin-bottom: 0.5rem;
  display: flex;
  align-items: center;
  font-size: 0.75rem;
  line-height: 1rem;
  --tw-text-opacity: 1;
  color: rgb(82 82 91 / var(--tw-text-opacity, 1));
}
@media (min-width: 640px) {
#ProductInfoSection .discount_box ol li {
    font-size: 0.875rem;
    line-height: 1.25rem;
}
}
#ProductInfoSection .discount_box ol li span {
  margin-right: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.1em;
}
#ProductInfoSection .discount_box ol li p {
  font-size: 0.875rem;
  line-height: 1.25rem;
  letter-spacing: 0.05em;
}
#ProductInfoSection .discount_box ol li button {
  margin-left: 1.25rem;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
  text-decoration-line: underline;
}

/* shop_action_box */
#ProductInfoSection .shop_action_box {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  max-height: 0px;
  overflow: hidden;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
#ProductInfoSection .shop_action_box.active {
  margin-top: 1.25rem;
  max-height: -moz-fit-content;
  max-height: fit-content;
}
#ProductInfoSection .shop_action_box a {
  width: 50%;
}
#ProductInfoSection .shop_action_box a:nth-of-type(1) {
  margin-right: 1.25rem;
}
#ProductIntroSection {
  width: 100%;
  padding-top: 5rem;
}
#ProductIntroSection section {
  margin-bottom: 2.5rem;
  padding-bottom: 1.25rem;
  border-bottom-width: 1px;
  border-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
  --tw-border-opacity: 0.1;
}
#ProductIntroSection .section_header {
  margin-bottom: 2.5rem;
}
#ProductIntroSection .section_header .title {
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 500;
  letter-spacing: 0.05em;
}
#ProductRecommendSection {
  width: 100%;
  padding-bottom: 5rem;
}
#ProductRecommendSection .section_header {
  margin-bottom: 1.25rem;
}
#ProductRecommendSection .section_header .title {
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 500;
  letter-spacing: 0.05em;
}
#ProductRecommendSection .product_list {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: flex-start;
  overflow: hidden;
  margin-left: -0.75rem;
  margin-right: -0.75rem;
  padding-top: 1.25rem;
}
@media (min-width: 640px) {
#ProductRecommendSection .product_list {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
}
}
#ProductRecommendSection .product_list li {
  position: relative;
  width: 50%;
  flex-shrink: 0;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
@media (min-width: 640px) {
#ProductRecommendSection .product_list li {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
}
}
@media (min-width: 1024px) {
#ProductRecommendSection .product_list li {
    width: 33.333333%;
}
}
@media (min-width: 1280px) {
#ProductRecommendSection .product_list li {
    width: 25%;
}
}
#ProductRecommendSection .product_list li {
  margin-bottom: 1.5rem;
}
@media (min-width: 640px) {
#ProductRecommendSection .product_list li {
    margin-bottom: 2.5rem;
}
}
#ProductRecommendSection .action_box {
  justify-content: center;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
#EventTimer {
  margin-bottom: 1.25rem;
  width: 100%;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: center;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  border-radius: 0.75rem;
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
}
#EventTimer .title {
  margin-bottom: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(231 0 18 / var(--tw-text-opacity, 1));
}
#EventTimer h4 {
  margin-right: 0.25rem;
  font-size: 1.875rem;
  line-height: 2.25rem;
  font-weight: 500;
}
#EventTimer p {
  margin-right: 1.25rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(161 161 170 / var(--tw-text-opacity, 1));
}

/* checkout */
#CheckoutPage {
  position: relative;
  width: 100%;
}
#CheckoutPage .breadcrumb_box {
  margin-bottom: 0px;
  width: 100%;
}
#CheckoutPage .page_container {
  position: relative;
  display: flex;
  width: 100%;
  flex-wrap: wrap;
}
#CheckoutPage .page_container .section_container:nth-of-type(1) {
  width: 100%;
  padding-top: 1.25rem;
}
@media (min-width: 768px) {
#CheckoutPage .page_container .section_container:nth-of-type(1) {
    width: 66.666667%;
    padding-right: 1.25rem;
}
}
#CheckoutPage .page_container .section_container:nth-of-type(2) {
  z-index: 0;
}
@media (min-width: 768px) {
#CheckoutPage .page_container .section_container:nth-of-type(2) {
    position: absolute;
    top: 0px;
    bottom: 0px;
    right: 0px;
}
}
#CheckoutPage .page_container .section_container:nth-of-type(2) {
  width: 100%;
  padding-top: 2rem;
}
@media (min-width: 768px) {
#CheckoutPage .page_container .section_container:nth-of-type(2) {
    width: 33.333333%;
    padding-top: 72px;
}
}
#CheckoutPage .page_container.error {
  justify-content: center;
  padding-top: 2.5rem;
}
@media (min-width: 768px) {
#CheckoutPage .page_container.error {
    justify-content: flex-start;
}
}
#CheckoutPage .page_container.error p {
  margin-bottom: 2.5rem;
  text-align: center;
  font-size: 0.875rem;
  line-height: 1.25rem;
  letter-spacing: 0.1em;
}
@media (min-width: 768px) {
#CheckoutPage .page_container.error p {
    text-align: left;
    font-size: 1rem;
    line-height: 1.5rem;
}
}
#CheckoutPage .page_container.error .action_box {
  display: flex;
  width: 100%;
  justify-content: center;
}
@media (min-width: 768px) {
#CheckoutPage .page_container.error .action_box {
    justify-content: flex-start;
}
}

/* trade discount box */
#CheckoutTradeDiscountBox {
  margin-top: 1.25rem;
  margin-bottom: 1.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(244 244 245 / var(--tw-bg-opacity, 1));
}
#CheckoutTradeDiscountBox .title_box {
  display: block;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(244 244 245 / var(--tw-border-opacity, 1));
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
@media (min-width: 768px) {
#CheckoutTradeDiscountBox .title_box {
    padding-left: 2rem;
    padding-right: 2rem;
}
}
#CheckoutTradeDiscountBox .title_box h4 {
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 700;
}
#CheckoutTradeDiscountBox .content_box {
  padding: 1.25rem;
}
@media (min-width: 768px) {
#CheckoutTradeDiscountBox .content_box {
    padding: 2rem;
}
}

/* form card */
#CheckoutPage .form_section {
  margin-bottom: 1.5rem;
  overflow: hidden;
  border-radius: 1rem;
  --tw-bg-opacity: 1;
  background-color: rgb(244 244 245 / var(--tw-bg-opacity, 1));
}
#CheckoutPage .form_section #MainInputBox input,
#CheckoutPage .form_section #MainSelectBox select,
#CheckoutPage .form_section #MainTextAreaBox textarea {
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(212 212 216 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
#CheckoutPage .form_section .title_box {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 1.25rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#CheckoutPage .form_section .title_box h4 {
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.1em;
}
#CheckoutPage .form_section .title_box p {
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(161 161 170 / var(--tw-text-opacity, 1));
}
#CheckoutPage .form_section .title_box p a {
  --tw-text-opacity: 1;
  color: rgb(231 0 18 / var(--tw-text-opacity, 1));
}
#CheckoutPage .form_section .title_box .button_box {
  display: flex;
  align-items: center;
}
#CheckoutPage .form_section .title_box .button_box button {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
@media (min-width: 768px) {
#CheckoutPage .form_section .title_box .button_box button:hover {
    --tw-text-opacity: 1;
    color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
}
#CheckoutPage .form_section .title_box .button_box button {
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
}
@media (min-width: 768px) {
#CheckoutPage .form_section .title_box .button_box button:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
}
#CheckoutPage .form_section .title_box .button_box button {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
}
#CheckoutPage .form_section .title_box .button_box button:nth-of-type(2) {
  margin-left: 0.75rem;
}
#CheckoutPage .form_section .content_box {
  padding: 1.25rem;
}
#CheckoutShopCartList {
  position: relative;
  width: 100%;
}
#CheckoutShopCartList .title_box {
  margin-bottom: 1.25rem;
  display: flex;
  align-items: flex-end;
}
#CheckoutShopCartList .title_box h4 {
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 700;
}
#CheckoutShopCartList .title_box p {
  margin-left: 0.5rem;
  font-weight: 500;
}

/* card list */
#CheckoutShopCartList .card_list {
  border-radius: 1rem;
  --tw-bg-opacity: 1;
  background-color: rgb(244 244 245 / var(--tw-bg-opacity, 1));
  padding: 1.5rem;
}
#CheckoutShopCartList .card_list li {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  padding-bottom: 0.5rem;
  margin-bottom: 1.25rem;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(228 228 231 / var(--tw-border-opacity, 1));
}
#CheckoutShopCartList .card_list li:nth-last-of-type(1) {
  margin-bottom: 0px;
  border-bottom-width: 0px;
}
#CheckoutProductCard {
  position: relative;
  width: 100%;
}

/* product_box */
#CheckoutProductCard .product_box {
  display: flex;
  width: 100%;
  align-items: flex-start;
  justify-content: flex-start;
}
#CheckoutProductCard .product_box .image_box {
  position: relative;
  width: 5rem;
  flex-shrink: 0;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
  aspect-ratio: 1 / 1;
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
#CheckoutProductCard .product_box .image_box .amount_box {
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: 10;
  height: 1.25rem;
  width: 1.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
  text-align: center;
  --tw-translate-x: 0.25rem;
  --tw-translate-y: -0.25rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
#CheckoutProductCard .product_box .image_box .amount_box span {
  display: block;
  font-size: 0.75rem;
  line-height: 1rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  --tw-scale-x: .9;
  --tw-scale-y: .9;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
#CheckoutProductCard .product_box .image_box img {
  position: relative;
  z-index: 0;
  height: 100%;
  width: 100%;
  border-radius: 0.5rem;
  -o-object-fit: cover;
     object-fit: cover;
}

/* info box */
#CheckoutProductCard .info_box {
  padding-left: 1.25rem;
}
#CheckoutProductCard .info_box .title {
  margin-bottom: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(39 39 42 / var(--tw-text-opacity, 1));
}
#CheckoutProductCard .info_box .option_text {
  margin-bottom: 0.25rem;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(63 63 70 / var(--tw-text-opacity, 1));
}

/* price box */
#CheckoutProductCard .price_box {
  margin-top: 0.5rem;
  text-align: right;
}
#CheckoutProductCard .price_box .price {
  margin-right: 0.75rem;
  font-size: 0.75rem;
  line-height: 1rem;
  --tw-text-opacity: 1;
  color: rgb(113 113 122 / var(--tw-text-opacity, 1));
  text-decoration-line: line-through;
}
#CheckoutProductCard .price_box .sell_price {
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 700;
}

/* discount box */
#CheckoutProductCard .discount_box {
  margin-top: 0.5rem;
  display: flex;
  width: 100%;
  align-items: flex-start;
}
#CheckoutProductCard .discount_box .label {
  margin-right: 0.5rem;
  display: inline-block;
  flex-shrink: 0;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 2px;
  padding-bottom: 2px;
  border-radius: 0.375rem;
  --tw-bg-opacity: 1;
  background-color: rgb(22 163 74 / var(--tw-bg-opacity, 1));
  font-size: 0.75rem;
  line-height: 1rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
#CheckoutProductCard .discount_box .label.disable {
  --tw-bg-opacity: 1;
  background-color: rgb(113 113 122 / var(--tw-bg-opacity, 1));
}
#CheckoutProductCard .discount_box .title {
  margin-bottom: 0.25rem;
  padding-top: 0.25rem;
  font-size: 0.75rem;
  line-height: 1rem;
}
#CheckoutProductCard .discount_box .title span {
  font-weight: 500;
}
#CheckoutProductCard .discount_box a {
  margin-bottom: 0.25rem;
  display: block;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 500;
  text-decoration-line: underline;
}
#CheckoutFormSection {
  width: 100%;
  padding-top: 1.25rem;
}
#CheckoutFormSection .section_title {
  margin-bottom: 1.25rem;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 500;
}
#CheckoutFormSection .form_section .error_message {
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(185 28 28 / var(--tw-text-opacity, 1));
}

/* form_group */
#CheckoutFormSection .form_section .form_group_container {
  margin-left: -0.5rem;
  margin-right: -0.5rem;
  margin-bottom: 1.5rem;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  padding: 1.25rem;
}
#CheckoutFormSection .form_section .form_group {
  margin-bottom: 1rem;
  width: 100%;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
#CheckoutFormSection .form_section .form_group.half {
  width: 100%;
}
@media (min-width: 768px) {
#CheckoutFormSection .form_section .form_group.half {
    width: 50%;
}
}
#CheckoutFormSection .form_section .form_group_container:last-child {
  margin-bottom: 0px;
}
#CheckoutFormSection .form_section .form_group .title {
  margin-bottom: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
#CheckoutFormSection .form_section .form_group.with_button {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
}
#CheckoutFormSection .form_section .form_group.with_button button {
  margin-left: 1.25rem;
  flex-shrink: 0;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-weight: 700;
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
@media (min-width: 768px) {
#CheckoutFormSection .form_section .form_group.with_button button:hover {
    background-color: transparent;
    --tw-text-opacity: 1;
    color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
}
#CheckoutFormSection .form_section .form_group.with_button button {
  border-radius: 0.5rem;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
}

/* checkbox */
#CheckoutFormSection .checkbox {
  display: flex;
  align-items: center;
}
#CheckoutFormSection .checkbox span {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 0.75rem;
  height: 1.5rem;
  width: 1.5rem;
  border-radius: 0.125rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(161 161 170 / var(--tw-border-opacity, 1));
}
#CheckoutFormSection .checkbox span i {
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: transparent;
}
#CheckoutFormSection .checkbox span i.active {
  --tw-text-opacity: 1;
  color: rgb(63 63 70 / var(--tw-text-opacity, 1));
}
#CheckoutFormSection .checkbox p {
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(113 113 122 / var(--tw-text-opacity, 1));
}

/* coupon box */
#CheckoutFormSection .coupon_box {
  margin-top: 2rem;
  width: 100%;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
#CheckoutFormSection .coupon_box .coupon_card {
  width: 100%;
  padding: 1.25rem;
  border-radius: 0.75rem;
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
#CheckoutFormSection .coupon_box .coupon_card .sub_title {
  font-size: 0.75rem;
  line-height: 1rem;
}
#CheckoutFormSection .coupon_box .coupon_card .title {
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(231 0 18 / var(--tw-text-opacity, 1));
}

/* shop info box */
#CheckoutFormSection .shop_info_box {
  position: relative;
  margin-top: 0.75rem;
}
#CheckoutFormSection .shop_info_box .content {
  position: relative;
  z-index: 0;
  margin-bottom: 0.75rem;
  width: 100%;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: transparent;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
@media (min-width: 768px) {
#CheckoutFormSection .shop_info_box .content {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
}
}
@media (min-width: 1024px) {
#CheckoutFormSection .shop_info_box .content {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
}
}
#CheckoutFormSection .shop_info_box .content {
  font-weight: 600;
  border-radius: 0.5rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(212 212 216 / var(--tw-border-opacity, 1));
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-bg-opacity: 0.5;
}
#CheckoutFormSection .shop_info_box .content:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
#CheckoutFormSection .shop_info_box .button_box {
  display: flex;
  width: 100%;
  justify-content: flex-end;
}
#CheckoutFormSection .shop_info_box .button_box button {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-weight: 700;
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
@media (min-width: 768px) {
#CheckoutFormSection .shop_info_box .button_box button:hover {
    background-color: transparent;
    --tw-text-opacity: 1;
    color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
}
#CheckoutFormSection .shop_info_box .button_box button {
  border-radius: 0.5rem;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
}

/* payment box */
#CheckoutFormSection .payment_box {
  padding: 1.25rem;
}
#CheckoutFormSection .payment_box ol {
  margin-left: -0.5rem;
  margin-right: -0.5rem;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}
#CheckoutFormSection .payment_box ol li {
  width: 100%;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-bottom: 1rem;
}
@media (min-width: 768px) {
#CheckoutFormSection .payment_box ol li {
    width: 50%;
}
}
#CheckoutFormSection .payment_box ol li label {
  display: flex;
  align-items: center;
  justify-content: space-between;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  letter-spacing: 0.1em;
  cursor: pointer;
  border-radius: 0.5rem;
  border-width: 1px;
  border-color: transparent;
  --tw-border-opacity: 1;
  border-color: rgb(212 212 216 / var(--tw-border-opacity, 1));
}
#CheckoutFormSection .payment_box ol li label .icon_box {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 1.25rem;
  width: 1.25rem;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
  opacity: 0;
}
#CheckoutFormSection .payment_box ol li label .icon_box span {
  font-size: 0.75rem;
  line-height: 1rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
#CheckoutFormSection .payment_box ol li label.active {
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
  outline-style: solid;
  outline-color: #000;
}
#CheckoutFormSection .payment_box ol li label.active span {
  font-weight: 700;
}
#CheckoutFormSection .payment_box ol li label.active .icon_box {
  opacity: 1;
}

/* atm box */
#CheckoutFormSection .atm_card {
  margin-bottom: 0.75rem;
  width: 100%;
  padding: 1.25rem;
}
@media (min-width: 768px) {
#CheckoutFormSection .atm_card {
    width: 50%;
}
}
#CheckoutFormSection .atm_card {
  border-radius: 0.5rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(228 228 231 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(250 250 250 / var(--tw-bg-opacity, 1));
}
#CheckoutFormSection .atm_card p {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
#CheckoutFormSection .atm_card h4 {
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
#CheckoutFormSection .warning_card {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  border-radius: 0.5rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

/* installment box */
#CheckoutPriceInfo {
  width: 100%;
  padding: 1.25rem;
}
#CheckoutPriceInfo ol {
  margin-bottom: 1.25rem;
  padding-bottom: 1.25rem;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(63 63 70 / var(--tw-border-opacity, 1));
}
#CheckoutPriceInfo ol li,
#CheckoutPriceInfo .total_box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 0.75rem;
  width: 100%;
  font-size: 0.875rem;
  line-height: 1.25rem;
}
#CheckoutPriceInfo ol li:nth-of-type(1) {
  margin-top: 0px;
  margin-bottom: 0.75rem;
}

/* total_box */
#CheckoutPriceInfo .total_box p:nth-of-type(1) {
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 700;
}
#CheckoutPriceInfo .total_box p:nth-of-type(2) {
  font-weight: 700;
}
#CheckoutPriceInfo .total_box p:nth-of-type(2) span {
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 700;
}

/* button box */
#CheckoutPriceInfo .button_box {
  position: relative;
  z-index: 10;
  width: 100%;
  padding-top: 1.25rem;
}
#CheckoutPriceInfo .button_box .main_button {
  margin-bottom: 1.25rem;
  width: 100%;
  justify-content: space-between;
}

/* #CheckoutPriceInfo .button_box button {
  @apply w-full px-10 py-3 mb-5 md:px-14;
  @apply font-bold text-white bg-black md:hover:text-black md:hover:bg-transparent;
  @apply border-2 border-black;
  @apply transition-all duration-300;
} */
#CheckoutPriceInfo .button_box p {
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(63 63 70 / var(--tw-text-opacity, 1));
}
#CheckoutPriceInfo .button_box p a {
  text-decoration-line: underline;
}
#CheckoutDiscountInfo {
  margin-bottom: 1.25rem;
  width: 100%;
}
#CheckoutDiscountInfo .discount_type_title {
  margin-bottom: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  letter-spacing: 0.1em;
}

/* active_list */
#CheckoutDiscountInfo .active_list li {
  margin-bottom: 0.5rem;
  width: 100%;
  padding: 0.75rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  --tw-bg-opacity: 1;
  background-color: rgb(228 228 231 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
  border-radius: 0.5rem;
}
#CheckoutDiscountInfo .active_list li .title {
  display: flex;
  align-items: center;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
}
#CheckoutDiscountInfo .active_list li .title span {
  margin-right: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(22 163 74 / var(--tw-bg-opacity, 1));
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 2px;
  padding-bottom: 2px;
  font-size: 0.75rem;
  line-height: 1rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  border-radius: 0.375rem;
}
#CheckoutDiscountInfo .active_list li button {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
@media (min-width: 768px) {
#CheckoutDiscountInfo .active_list li button:hover {
    background-color: transparent;
    --tw-text-opacity: 1;
    color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
}
#CheckoutDiscountInfo .active_list li button {
  border-radius: 0.375rem;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
}

/* not_active_list */
#CheckoutDiscountInfo .not_active_list > .title {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  display: block;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  --tw-text-opacity: 1;
  color: rgb(113 113 122 / var(--tw-text-opacity, 1));
}
#CheckoutDiscountInfo .not_active_list ol {
  width: 100%;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  border-radius: 0.5rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
}
#CheckoutDiscountInfo .not_active_list ol li {
  margin-bottom: 0.5rem;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding-bottom: 0.5rem;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(82 82 91 / var(--tw-border-opacity, 1));
}
#CheckoutDiscountInfo .not_active_list ol li:nth-last-of-type(1) {
  margin-bottom: 0px;
  border-bottom-width: 0px;
}
#CheckoutDiscountInfo .not_active_list ol li .title {
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
  letter-spacing: 0.1em;
}
#CheckoutDiscountInfo .not_active_list ol li .price {
  margin-bottom: 0.5rem;
  display: block;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(231 0 18 / var(--tw-text-opacity, 1));
}
#CheckoutDiscountInfo .not_active_list ol li .category_box {
  margin-bottom: 0.25rem;
}
#CheckoutDiscountInfo .not_active_list ol li .category_box p {
  font-size: 0.75rem;
  line-height: 1rem;
}
#CheckoutDiscountInfo .not_active_list ol li .category_box a {
  font-weight: 500;
  text-decoration-line: underline;
}
#CheckoutDiscountInfo .not_active_list ol li button {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
@media (min-width: 768px) {
#CheckoutDiscountInfo .not_active_list ol li button:hover {
    background-color: transparent;
    --tw-text-opacity: 1;
    color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
}
#CheckoutDiscountInfo .not_active_list ol li button {
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
}
#CheckoutAddressDialog {
  position: fixed;
  top: 0px;
  bottom: 0px;
  left: 100%;
  z-index: 40;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
#CheckoutAddressDialog .background_box {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  z-index: 0;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
  --tw-bg-opacity: 0.5;
  --tw-backdrop-blur: blur(4px);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}
#CheckoutAddressDialog .dialog_box {
  position: relative;
  z-index: 10;
  max-height: 100vh;
  width: 91.666667%;
  max-width: 42rem;
  padding: 1.25rem;
  display: flex;
  flex-direction: column;
  border-radius: 0.75rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
#CheckoutAddressDialog .dialog_box .title {
  margin-bottom: 1rem;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 700;
}
#CheckoutAddressDialog .dialog_box .address_list {
  flex: 1 1 0%;
  overflow-y: auto;
}
#CheckoutAddressDialog .dialog_box .address_list ol li {
  margin-bottom: 0.5rem;
  width: 100%;
  padding: 1rem;
  border-radius: 0.5rem;
  border-width: 2px;
  border-color: transparent;
  --tw-border-opacity: 0.2;
  --tw-bg-opacity: 1;
  background-color: rgb(228 228 231 / var(--tw-bg-opacity, 1));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
}
@media (min-width: 768px) {
#CheckoutAddressDialog .dialog_box .address_list ol li:hover {
    --tw-border-opacity: 1;
}
}
#CheckoutAddressDialog .dialog_box .address_list ol li.active {
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
}
#CheckoutAddressDialog .dialog_box .address_list ol li p:nth-of-type(1) {
  font-weight: 700;
}
@media (min-width: 768px) {
#CheckoutAddressDialog .dialog_box .address_list ol li p:nth-of-type(1) {
    font-size: 1.125rem;
    line-height: 1.75rem;
}
}
#CheckoutAddressDialog .dialog_box .address_list ol li p:nth-of-type(2) {
  margin-bottom: 0.5rem;
}
#CheckoutAddressDialog .dialog_box .address_list ol li p:nth-of-type(3) {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
#CheckoutAddressDialog .dialog_box .button_box {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
#CheckoutAddressDialog .dialog_box .button_box button {
  margin-left: 0.5rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
@media (min-width: 768px) {
#CheckoutAddressDialog .dialog_box .button_box button:hover {
    background-color: transparent;
    --tw-text-opacity: 1;
    color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
}
#CheckoutAddressDialog .dialog_box .button_box button {
  border-radius: 0.5rem;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
}
#CheckoutAddressDialog .dialog_box .button_box button:nth-of-type(1) {
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
@media (min-width: 768px) {
#CheckoutAddressDialog .dialog_box .button_box button:nth-of-type(1):hover {
    --tw-bg-opacity: 1;
    background-color: rgb(231 0 18 / var(--tw-bg-opacity, 1));
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
}

/* tradeFinish */
#TradeFinishPage {
  position: relative;
  z-index: 10;
  width: 100%;
}
#TradeFinishPage > .main_container {
  width: 100%;
  padding-top: 2.5rem;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-start;
}

/* section_container */
#TradeFinishPage .section_container {
  width: 100%;
}
@media (min-width: 768px) {
#TradeFinishPage .section_container {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
}
}
@media (min-width: 1024px) {
#TradeFinishPage .section_container:nth-of-type(1) {
    width: 60%;
}
}
#TradeFinishPage .section_container:nth-of-type(2) {
  margin-bottom: 1.25rem;
}
@media (min-width: 1024px) {
#TradeFinishPage .section_container:nth-of-type(2) {
    width: 40%;
}
}
#TradeFinishPage .section_container:nth-of-type(3) {
  padding-bottom: 2.5rem;
}
@media (min-width: 1024px) {
#TradeFinishPage .section_container:nth-of-type(3) {
    width: 60%;
}
}
#TradeFinishPage .section_container:nth-of-type(3) {
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
  justify-content: space-between;
}
@media (min-width: 768px) {
#TradeFinishPage .section_container:nth-of-type(3) {
    flex-direction: row;
}
}

/* header */
#TradeFinishPage header .trade_number {
  margin-bottom: 0.25rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
}
#TradeFinishPage header .title {
  margin-bottom: 0.75rem;
  font-size: 1.5rem;
  line-height: 2rem;
  letter-spacing: 0.1em;
}
#TradeFinishPage header .content {
  margin-bottom: 2.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(82 82 91 / var(--tw-text-opacity, 1));
}
#TradeFinishPage header .content a {
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
  text-decoration-line: underline;
}

/* form card */
#TradeFinishPage .form_section {
  margin-bottom: 1.5rem;
  overflow: hidden;
  border-radius: 0.75rem;
  --tw-bg-opacity: 1;
  background-color: rgb(244 244 245 / var(--tw-bg-opacity, 1));
}
#TradeFinishPage .form_section .title_box {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#TradeFinishPage .form_section .title_box h4 {
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 500;
  letter-spacing: 0.1em;
}
#TradeFinishPage .form_section .content_box {
  padding: 1.25rem;
}
#TradeFinishPage .form_section .content_box ol {
  width: 100%;
}
#TradeFinishPage .form_section .content_box ol li {
  align-items: flex-start;
  justify-content: space-between;
}
@media (min-width: 768px) {
#TradeFinishPage .form_section .content_box ol li {
    display: flex;
}
}
#TradeFinishPage .form_section .content_box ol li {
  margin-bottom: 1.25rem;
  width: 100%;
}
@media (min-width: 768px) {
#TradeFinishPage .form_section .content_box ol li {
    margin-bottom: 0.75rem;
}
}
#TradeFinishPage .form_section .content_box ol li p:nth-of-type(1) {
  margin-bottom: 0.5rem;
  flex-shrink: 0;
}
@media (min-width: 768px) {
#TradeFinishPage .form_section .content_box ol li p:nth-of-type(1) {
    margin-right: 2.5rem;
    margin-bottom: 0px;
}
}
#TradeFinishPage .form_section .content_box ol li p:nth-of-type(1) {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
#TradeFinishPage .form_section .content_box ol li p:nth-of-type(2) {
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(63 63 70 / var(--tw-text-opacity, 1));
}

/* shop cart list */
#TradeFinishPage .shop_cart_list {
  margin-bottom: 2.5rem;
  width: 100%;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(63 63 70 / var(--tw-border-opacity, 1));
}
#TradeFinishPage .shop_cart_list > li {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  padding-bottom: 0.75rem;
  margin-bottom: 0.75rem;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(63 63 70 / var(--tw-border-opacity, 1));
}
#TradeFinishPage .shop_cart_list > li:nth-last-of-type(1) {
  margin-bottom: 0px;
  border-bottom-width: 0px;
}

/* discount list */
#TradeFinishPage .discount_list {
  margin-bottom: 0.5rem;
  width: 100%;
}
#TradeFinishPage .discount_list .discount__box {
  margin-right: -0.5rem;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-end;
}
#TradeFinishPage .discount_list .discount__box p {
  margin-bottom: 0.5rem;
  margin-right: 0.5rem;
  display: inline-block;
  flex-shrink: 0;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 2px;
  padding-bottom: 2px;
  border-radius: 0.375rem;
  --tw-bg-opacity: 1;
  background-color: rgb(21 128 61 / var(--tw-bg-opacity, 1));
  font-size: 0.75rem;
  line-height: 1rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

/* coupon box */
#TradeFinishPage .coupon_box {
  margin-bottom: 1.25rem;
  width: 100%;
  padding: 1.25rem;
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
#TradeFinishPage .coupon_box .sub_title {
  font-size: 0.75rem;
  line-height: 1rem;
}
#TradeFinishPage .coupon_box .title {
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(231 0 18 / var(--tw-text-opacity, 1));
}

/* price price_list_box */
#TradeFinishPage .price_list_box {
  margin-bottom: 1.25rem;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(63 63 70 / var(--tw-border-opacity, 1));
  padding-bottom: 1.25rem;
}
#TradeFinishPage .price_list_box li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0.75rem;
  width: 100%;
  font-size: 0.875rem;
  line-height: 1.25rem;
}
#TradeFinishPage .price_list_box li p:nth-of-type(2) {
  font-weight: 500;
}

/* total price */
#TradeFinishPage .total_price_box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 2.5rem;
  width: 100%;
  font-size: 0.875rem;
  line-height: 1.25rem;
}
#TradeFinishPage .total_price_box p:nth-of-type(1) {
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 600;
}
#TradeFinishPage .total_price_box p:nth-of-type(2) {
  font-weight: 600;
}
#TradeFinishPage .total_price_box p:nth-of-type(2) span {
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 700;
}

/* footer */
#TradeFinishPage .section_container:nth-of-type(3) p {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
#TradeFinishPage .section_container:nth-of-type(3) p a {
  font-weight: 500;
  text-decoration-line: underline;
}
#TradeFinishPage .section_container:nth-of-type(3) > a {
  /* @apply w-full px-10 py-3 mb-5 md:w-auto md:mb-0;
  @apply text-center text-white bg-black md:hover:text-black md:hover:bg-transparent;
  @apply border-2 border-black;
  @apply transition-all duration-200; */
}
#TradeFinishProductCard {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-start;
}

/* image */
#TradeFinishProductCard .image_box {
  position: relative;
  width: 5rem;
  flex-shrink: 0;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
#TradeFinishProductCard .image_box img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* content */
#TradeFinishProductCard .content_box {
  width: 100%;
  flex: 1 1 0%;
  padding-left: 0.75rem;
}
#TradeFinishProductCard .content_box .title {
  margin-bottom: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
}
#TradeFinishProductCard .content_box .option_text {
  margin-bottom: 0.25rem;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(82 82 91 / var(--tw-text-opacity, 1));
}

/* discount */
#TradeFinishProductCard .discount_box {
  width: 100%;
  padding-top: 0.5rem;
}
#TradeFinishProductCard .discount_box li {
  margin-bottom: 0.25rem;
  display: block;
}
#TradeFinishProductCard .discount_box li p {
  margin-right: 0.5rem;
  display: inline-block;
  flex-shrink: 0;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 2px;
  padding-bottom: 2px;
  border-radius: 0.375rem;
  --tw-bg-opacity: 1;
  background-color: rgb(21 128 61 / var(--tw-bg-opacity, 1));
  font-size: 0.75rem;
  line-height: 1rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

/* price */
#TradeFinishProductCard .price_box {
  margin-top: 0.5rem;
  width: 100%;
}
@media (min-width: 768px) {
#TradeFinishProductCard .price_box {
    margin-top: 0px;
    width: auto;
}
}
#TradeFinishProductCard .price_box p {
  text-align: right;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
}

/* news_list */
#NewsListPage {
  width: 100%;
  overflow: hidden;
  padding-bottom: 5rem;
}
#NewsListPage .section_header {
  margin-bottom: 6rem;
  text-align: left;
}
#NewsListPage .section_header .title {
  font-family: Urbanist, 'Noto Sans TC', sans-serif;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 900;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(161 161 170 / var(--tw-text-opacity, 1));
}
@media (min-width: 768px) {
#NewsListPage .section_header .title {
    font-size: 1.5rem;
    line-height: 2rem;
}
}
#NewsListPage .section_header .sub_title {
  font-size: 1.875rem;
  line-height: 2.25rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
@media (min-width: 768px) {
#NewsListPage .section_header .sub_title {
    font-size: 3rem;
    line-height: 1;
}
}
#NewsListPage .bread_crumb_box {
  margin-bottom: 1.25rem;
}
#NewsListPage .news_list {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: flex-start;
  margin-bottom: 0px;
}
@media (min-width: 768px) {
#NewsListPage .news_list {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
    margin-bottom: 1.5rem;
}
}
#NewsListPage .news_list .news_item {
  margin-bottom: 1.5rem;
  width: 100%;
}
@media (min-width: 768px) {
#NewsListPage .news_list .news_item {
    width: 50%;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
}
}
@media (min-width: 1024px) {
#NewsListPage .news_list .news_item {
    width: 33.333333%;
}
}
#NewsListPage .news_list .news_item {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

/* #NewsListPage .news_list .news_item:nth-child(odd) {
  @apply md:translate-y-14;
} */
#NewsListPage .news_item .card {
  display: block;
  height: 100%;
  width: 100%;
}
#NewsListPage .news_item .image_box {
  position: relative;
  margin-bottom: 1.25rem;
  aspect-ratio: 16 / 9;
  width: 100%;
  overflow: hidden;
  border-radius: 0.75rem;
}
#NewsListPage .news_item .image_box img {
  position: relative;
  z-index: 10;
  display: block;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
#NewsListPage .news_item:hover .image_box img {
  --tw-scale-x: 1.05;
  --tw-scale-y: 1.05;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
#NewsListPage .news_item .title {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 600;
  letter-spacing: 0.05em;
}
@media (min-width: 1024px) {
#NewsListPage .news_item .title {
    font-size: 1.25rem;
    line-height: 1.75rem;
}
}
#NewsListPage .news_item .title {
  margin-bottom: 0.25rem;
}
#NewsListPage .news_item .category_box {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
  --tw-text-opacity: 1;
  color: rgb(113 113 122 / var(--tw-text-opacity, 1));
}
#NewsListPage .news_item .category_box .date {
  font-size: 0.75rem;
  line-height: 1rem;
  margin-right: 0.25rem;
}
#NewsListPage .news_item .category_box .category {
  font-size: 0.75rem;
  line-height: 1rem;
}

/* #NewsListPage .news_item .content {
  @apply text-sm leading-relaxed tracking-widest text-zinc-500;
} */
#NewsListPage .action_box {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
#NewsListFilterSection {
  margin-bottom: 2.5rem;
  width: 100%;
}
#NewsListFilterSection .section_container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  margin-left: -0.75rem;
  margin-right: -0.75rem;
}
#NewsListFilterSection .filter_box {
  width: 50%;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
@media (min-width: 1024px) {
#NewsListFilterSection .filter_box {
    margin-left: 0px;
    width: 15rem;
}
}

/* #NewsListFilterSection .filter_box:nth-of-type(2) {
  @apply block lg:hidden;
} */
#NewsListFilterSection .filter_box .title {
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
  margin-bottom: 0.25rem;
  padding-left: 0.25rem;
}
#NewsListFilterSection .filter_box.keyword {
  position: relative;
  margin-bottom: 1.25rem;
  width: 100%;
}
@media (min-width: 1024px) {
#NewsListFilterSection .filter_box.keyword {
    margin-left: 0px;
    margin-bottom: 0px;
    width: auto;
    flex: 1 1 0%;
}
}
#NewsListFilterSection .filter_box.keyword span {
  position: absolute;
  top: 50%;
  right: 1.25rem;
  display: block;
}
#NewsListFilterSection .filter_box.keyword #MainInputBox input {
  padding-right: 2.5rem;
}

/* #NewsListFilterSection .filter_box select {
    @apply absolute top-0 bottom-0 left-0 right-0 z-10 w-full h-full opacity-0;
  } */

/* news_page */
#NewsPage {
  position: relative;
  width: 100%;
  padding-bottom: 5rem;
}
#NewsPage .bread_crumb_box {
  /* @apply flex justify-center mb-5 md:justify-start; */
  display: none;
}
#NewsPage .page_header {
  margin-bottom: 1.25rem;
  flex-wrap: wrap;
  padding-bottom: 1.25rem;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  border-bottom-width: 1px;
  border-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
  --tw-border-opacity: 0.3;
}
#NewsPage .page_header h1 {
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 600;
  letter-spacing: 0.1em;
}
@media (min-width: 768px) {
#NewsPage .page_header h1 {
    font-size: 2.25rem;
    line-height: 2.5rem;
}
}
#NewsPage .page_header h1 {
  margin-bottom: 0.5rem;
}
#NewsPage .page_header .text_box {
  text-align: center;
}
@media (min-width: 768px) {
#NewsPage .page_header .text_box {
    text-align: left;
}
}
#NewsPage .page_header .text_box {
  margin-bottom: 1.25rem;
  width: 100%;
}
@media (min-width: 768px) {
#NewsPage .page_header .text_box {
    margin-bottom: 0px;
    width: auto;
}
}
#NewsPage .page_header .date_category_box {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 768px) {
#NewsPage .page_header .date_category_box {
    justify-content: flex-start;
}
}
#NewsPage .page_header .date_category_box p {
  font-family: Urbanist, 'Noto Sans TC', sans-serif;
  font-size: 0.875rem;
  line-height: 1.25rem;
  letter-spacing: 0.1em;
  --tw-text-opacity: 1;
  color: rgb(231 0 18 / var(--tw-text-opacity, 1));
}
#NewsPage .page_header .date_category_box p:nth-of-type(1) {
  margin-right: 0.75rem;
}
#NewsPage .page_header .share_box {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 768px) {
#NewsPage .page_header .share_box {
    justify-content: flex-end;
}
}
#NewsPage .page_header .share_box {
  width: 100%;
}
@media (min-width: 768px) {
#NewsPage .page_header .share_box {
    width: auto;
}
}
#NewsPage .page_header .share_box button {
  margin-right: 1rem;
  display: block;
  height: 1.25rem;
  width: 1.25rem;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
#NewsPage .page_header .share_box button:nth-last-of-type(1) {
  margin-right: 0px;
}
#NewsPage .page_header .share_box button:hover {
  opacity: 0.5;
}
#NewsPage .editor_content {
  margin-bottom: 2.5rem;
  line-height: 2;
  letter-spacing: 0.05em;
}
#NewsPage .footer_box {
  display: flex;
  align-items: center;
  justify-content: center;
}
#NewsPage .video_box {
  margin-bottom: 1.25rem;
  aspect-ratio: 16 / 9;
  width: 100%;
}
#NewsPage .image_box {
  margin-bottom: 1.25rem;
  aspect-ratio: 3/1;
  width: 100%;
  overflow: hidden;
  border-radius: 1rem;
}
#NewsPage .image_box img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#NewsPage .image_box.service_image_box {
  aspect-ratio: 1 / 1;
}
@media (min-width: 768px) {
#NewsPage .image_box.service_image_box {
    aspect-ratio: 3/1;
}
}
#NewsPage .image_box.service_image_box img:nth-of-type(1) {
  display: none;
}
@media (min-width: 768px) {
#NewsPage .image_box.service_image_box img:nth-of-type(1) {
    display: block;
}
}
#NewsPage .image_box.service_image_box img:nth-of-type(1) {
  display: block;
}
@media (min-width: 768px) {
#NewsPage .image_box.service_image_box img:nth-of-type(1) {
    display: none;
}
}

/* about */
#AboutPage {
  width: 100%;
}
#AboutPage .parallax_image_box {
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
  height: 600px;
}
#AboutPage .parallax_image_box:nth-of-type(1) {
  display: none;
}
@media (min-width: 768px) {
#AboutPage .parallax_image_box:nth-of-type(1) {
    display: block;
}
}
#AboutPage .parallax_image_box:nth-of-type(2) {
  display: block;
}
@media (min-width: 768px) {
#AboutPage .parallax_image_box:nth-of-type(2) {
    display: none;
}
}
#AboutCompanyInfo {
  margin-bottom: 5rem;
  padding-top: 5rem;
}
#AboutCompanyInfo .section_header {
  margin-bottom: 3.5rem;
  text-align: left;
}
#AboutCompanyInfo .section_header .title {
  font-family: Urbanist, 'Noto Sans TC', sans-serif;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 900;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(161 161 170 / var(--tw-text-opacity, 1));
}
@media (min-width: 768px) {
#AboutCompanyInfo .section_header .title {
    font-size: 1.5rem;
    line-height: 2rem;
}
}
#AboutCompanyInfo .section_header .sub_title {
  font-size: 1.875rem;
  line-height: 2.25rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
@media (min-width: 768px) {
#AboutCompanyInfo .section_header .sub_title {
    font-size: 2.25rem;
    line-height: 2.5rem;
}
}
#AboutCompanyInfo .section_header .sub_title {
  margin-bottom: 1.25rem;
}
#AboutCompanyInfo .info_list li {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
@media (min-width: 768px) {
#AboutCompanyInfo .info_list li {
    flex-wrap: nowrap;
}
}
#AboutCompanyInfo .info_list li {
  border-bottom-width: 1px;
  border-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
  --tw-border-opacity: 0.1;
  margin-bottom: 1.25rem;
}
@media (min-width: 768px) {
#AboutCompanyInfo .info_list li {
    margin-bottom: 0px;
}
}
#AboutCompanyInfo .info_list li h4 {
  width: 5rem;
}
@media (min-width: 768px) {
#AboutCompanyInfo .info_list li h4 {
    width: 7rem;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
}
}
#AboutCompanyInfo .info_list li h4 {
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
  letter-spacing: 0.1em;
}
@media (min-width: 768px) {
#AboutCompanyInfo .info_list li h4 {
    font-size: 1rem;
    line-height: 1.5rem;
}
}
#AboutCompanyInfo .info_list li p {
  font-size: 0.875rem;
  line-height: 1.25rem;
  letter-spacing: 0.05em;
  --tw-text-opacity: 1;
  color: rgb(63 63 70 / var(--tw-text-opacity, 1));
}
@media (min-width: 768px) {
#AboutCompanyInfo .info_list li p {
    --tw-text-opacity: 1;
    color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
}
#AboutCompanyInfo .info_list li p {
  width: 100%;
  padding-top: 0.25rem;
  padding-bottom: 1.25rem;
}
@media (min-width: 768px) {
#AboutCompanyInfo .info_list li p {
    width: auto;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
}
}
#AboutCoverSection {
  position: relative;
  width: 100%;
  overflow: hidden;
  aspect-ratio: 1 / 1;
}
@media (min-width: 768px) {
#AboutCoverSection {
    aspect-ratio: auto;
    height: 575px;
}
}
#AboutCoverSection .image_box {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  z-index: 0;
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
}
#AboutCoverSection .image_box img {
  position: relative;
  z-index: 0;
  display: block;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0.2;
}
@media (min-width: 768px) {
#AboutCoverSection .image_box img {
    opacity: 0.2;
}
}
#AboutCoverSection .image_box .lazyImageContainer:nth-of-type(1) {
  display: none;
}
@media (min-width: 768px) {
#AboutCoverSection .image_box .lazyImageContainer:nth-of-type(1) {
    display: block;
}
}
#AboutCoverSection .image_box .lazyImageContainer {
  display: block;
}
@media (min-width: 768px) {
#AboutCoverSection .image_box .lazyImageContainer {
    display: none;
}
}
#AboutCoverSection .main_container {
  position: relative;
  z-index: 10;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
#AboutCoverSection .text_box .title {
  font-family: Urbanist, 'Noto Sans TC', sans-serif;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 900;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(113 113 122 / var(--tw-text-opacity, 1));
}
@media (min-width: 768px) {
#AboutCoverSection .text_box .title {
    font-size: 1.5rem;
    line-height: 2rem;
}
}
#AboutCoverSection .text_box .sub_title {
  font-size: 1.875rem;
  line-height: 2.25rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
@media (min-width: 768px) {
#AboutCoverSection .text_box .sub_title {
    font-size: 3rem;
    line-height: 1;
}
}
#AboutCoverSection .text_box .bread_crumb_box {
  margin-bottom: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
#AboutIntroSection {
  margin-bottom: 5rem;
}
#AboutIntroSection .intro_container {
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
}
@media (min-width: 1024px) {
#AboutIntroSection .intro_container {
    flex-direction: row;
}
}
#AboutIntroSection .intro_container {
  margin-bottom: 5rem;
}
#AboutIntroSection .intro_container .text_box {
  width: 100%;
  text-align: center;
}
@media (min-width: 1024px) {
#AboutIntroSection .intro_container .text_box {
    width: 50%;
    padding-right: 2.5rem;
    text-align: left;
}
}
#AboutIntroSection .intro_container .text_box .title {
  font-family: Urbanist, 'Noto Sans TC', sans-serif;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 900;
}
@media (min-width: 640px) {
#AboutIntroSection .intro_container .text_box .title {
    font-size: 1.5rem;
    line-height: 2rem;
}
}
@media (min-width: 768px) {
#AboutIntroSection .intro_container .text_box .title {
    font-size: 1.875rem;
    line-height: 2.25rem;
}
}
#AboutIntroSection .intro_container .text_box .title {
  margin-bottom: 2.5rem;
}
@media (min-width: 1024px) {
#AboutIntroSection .intro_container .text_box .title {
    margin-bottom: 1.25rem;
}
}
#AboutIntroSection .intro_container .text_box .editor_content {
  font-size: 0.875rem;
  line-height: 1.25rem;
  line-height: 2;
  letter-spacing: 0.05em;
}
#AboutIntroSection .intro_container .image_wrapper {
  margin-bottom: 2.5rem;
  width: 100%;
}
@media (min-width: 1024px) {
#AboutIntroSection .intro_container .image_wrapper {
    margin-bottom: 0px;
    width: 50%;
    padding-left: 2.5rem;
}
}
#AboutIntroSection .intro_container .image_box {
  aspect-ratio: 16 / 9;
  width: 100%;
  overflow: hidden;
  border-radius: 1rem;
}
#AboutIntroSection .intro_container .image_box img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#AboutIntroSection .image_container {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: flex-start;
  margin-left: -0.75rem;
  margin-right: -0.75rem;
}
#AboutIntroSection .image_container .image_wrapper {
  margin-bottom: 1.5rem;
  width: 100%;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
@media (min-width: 640px) {
#AboutIntroSection .image_container .image_wrapper {
    margin-bottom: 0px;
    width: 33.333333%;
}
}
#AboutIntroSection .image_container .image_box {
  aspect-ratio: 1 / 1;
  width: 100%;
  overflow: hidden;
  border-radius: 0.75rem;
}
#AboutIntroSection .image_container .image_box img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* error_page */
#ErrorPage {
  height: 100vh;
}
#ErrorPage .main_container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
}
#ErrorPage .title {
  font-family: Urbanist, 'Noto Sans TC', sans-serif;
  font-size: 4.5rem;
  line-height: 1;
  font-weight: 700;
  margin-bottom: 1.25rem;
}
#ErrorPage .sub_title {
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  margin-bottom: 0.75rem;
}
#ErrorPage .content {
  text-align: center;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(82 82 91 / var(--tw-text-opacity, 1));
  margin-bottom: 2.5rem;
}

/* terms_page */
#TermsPage .bread_crumb_box {
  margin-bottom: 1.25rem;
}
#TermsPage .page_header {
  margin-bottom: 5rem;
  text-align: left;
}
#TermsPage .page_header .title {
  font-family: Urbanist, 'Noto Sans TC', sans-serif;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 900;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(161 161 170 / var(--tw-text-opacity, 1));
}
@media (min-width: 768px) {
#TermsPage .page_header .title {
    font-size: 1.5rem;
    line-height: 2rem;
}
}
#TermsPage .page_header .sub_title {
  font-size: 1.875rem;
  line-height: 2.25rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
@media (min-width: 768px) {
#TermsPage .page_header .sub_title {
    font-size: 3rem;
    line-height: 1;
}
}
#TermsPage .page_header .sub_title {
  margin-bottom: 1.5rem;
}
#TermsPage .page_header .date {
  max-width: 700px;
  font-size: 0.875rem;
  line-height: 1.25rem;
  letter-spacing: 0.1em;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

/* member page */
#SignUpPage {
  width: 100%;
}
#SignUpPage .bread_crumb_box {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.25rem;
}
#SignUpPage .section_header {
  margin-bottom: 1.25rem;
  text-align: center;
}
#SignUpPage .section_header .title {
  font-family: Urbanist, 'Noto Sans TC', sans-serif;
  font-size: 2.25rem;
  line-height: 2.5rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
#SignUpPage .section_header .sub_title {
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
  margin-bottom: 1.25rem;
}
#SignUpPage .section_header .content {
  font-size: 0.875rem;
  line-height: 1.25rem;
  letter-spacing: 0.1em;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
#SignUpPage .section_container {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 32rem;
  border-radius: 1rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding: 1.25rem;
}
@media (min-width: 768px) {
#SignUpPage .section_container {
    padding: 2rem;
}
}
#SignUpPage form {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: flex-start;
}
#SignUpPage form .form_group {
  margin-bottom: 1.25rem;
  width: 100%;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
#SignUpPage form .form_group.half {
  width: 100%;
}
@media (min-width: 768px) {
#SignUpPage form .form_group.half {
    width: 50%;
}
}
#SignUpPage form .form_group .title_box p {
  margin-bottom: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
}
#SignUpPage form .button_box {
  position: relative;
  z-index: 10;
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
  width: 100%;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  display: flex;
  justify-content: center;
}
#SignUpPage form .button_box .main_button {
  width: 100%;
  justify-content: space-between;
}

/* link box */
#SignUpPage .link_box {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  font-size: 0.75rem;
  line-height: 1rem;
}
#SignUpPage .link_box p {
  width: 100%;
  text-align: center;
}
#SignUpPage .link_box a {
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 500;
  text-decoration-line: underline;
}
#MemberCenterPage {
  position: relative;
  width: 100%;
  padding-bottom: 5rem;
}

/* page_header */
#MemberCenterPage .page_header {
  position: relative;
  z-index: 10;
  margin-bottom: 2.5rem;
  width: 100%;
}
#MemberCenterPage .page_header .main_container {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
#MemberCenterPage .page_header h1 {
  font-size: 1.875rem;
  line-height: 2.25rem;
  font-weight: 700;
}
@media (min-width: 768px) {
#MemberCenterPage .page_header h1 {
    font-size: 2.25rem;
    line-height: 2.5rem;
}
}
#MemberCenterPage .page_header button {
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
}
@media (min-width: 768px) {
#MemberCenterPage .page_header button:hover {
    background-color: transparent;
}
}
#MemberCenterPage .page_header button {
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
@media (min-width: 768px) {
#MemberCenterPage .page_header button:hover {
    --tw-text-opacity: 1;
    color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
}
#MemberCenterPage .page_header button {
  border-radius: 0.5rem;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

/* page_container */
@media (min-width: 768px) {
#MemberCenterPage > .main_container {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
}
}
#MemberCenterPage .menu_list {
  width: 100%;
}
@media (min-width: 768px) {
#MemberCenterPage .menu_list {
    width: 20%;
    padding-top: 1.25rem;
    padding-bottom: 5rem;
    padding-right: 2.5rem;
}
}
#MemberCenterPage .menu_list ol {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: flex-start;
}
@media (min-width: 768px) {
#MemberCenterPage .menu_list ol {
    display: block;
}
}
#MemberCenterPage .menu_list ol {
  margin-left: -2px;
  margin-right: -2px;
}
@media (min-width: 768px) {
#MemberCenterPage .menu_list ol {
    margin-left: 0px;
    margin-right: 0px;
}
}
#MemberCenterPage .menu_list li {
  width: 25%;
  padding-left: 2px;
  padding-right: 2px;
}
@media (min-width: 768px) {
#MemberCenterPage .menu_list li {
    margin-bottom: 0.5rem;
    width: 100%;
    padding-left: 0px;
    padding-right: 0px;
}
}
#MemberCenterPage .menu_list li a {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 768px) {
#MemberCenterPage .menu_list li a {
    justify-content: space-between;
}
}
#MemberCenterPage .menu_list li a {
  font-size: 0.75rem;
  line-height: 1rem;
  letter-spacing: 0.1em;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
@media (min-width: 768px) {
#MemberCenterPage .menu_list li a {
    font-size: 0.875rem;
    line-height: 1.25rem;
}
}
#MemberCenterPage .menu_list li a {
  position: relative;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (min-width: 768px) {
#MemberCenterPage .menu_list li a {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    padding-left: 0px;
    padding-right: 0px;
}
}
#MemberCenterPage .menu_list li a {
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(228 228 231 / var(--tw-bg-opacity, 1));
}
@media (min-width: 768px) {
#MemberCenterPage .menu_list li a {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    background-color: transparent;
}
}
#MemberCenterPage .menu_list li a.active {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(231 0 18 / var(--tw-text-opacity, 1));
}
@media (min-width: 768px) {
#MemberCenterPage .menu_list li a.active {
    background-color: transparent;
}
}
#MemberCenterPage .menu_list li a span {
  display: none;
}
@media (min-width: 768px) {
#MemberCenterPage .menu_list li a span {
    display: block;
}
}
#MemberCenterPage .menu_list li a i {
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: 0px;
  display: none;
  height: 1px;
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
}
@media (min-width: 768px) {
#MemberCenterPage .menu_list li a i {
    display: block;
}
}
#MemberCenterPage .menu_list li a.active i {
  --tw-bg-opacity: 1;
  background-color: rgb(231 0 18 / var(--tw-bg-opacity, 1));
}
#MemberCenterPage .menu_list li a:hover i {
  animation: hoverLine 1s forwards infinite;
}

/* page_box */
#MemberCenterPage .page_box {
  width: 100%;
}
@media (min-width: 640px) {
#MemberCenterPage .page_box {
    padding: 1.25rem;
}
}
@media (min-width: 768px) {
#MemberCenterPage .page_box {
    width: 80%;
}
}
#MemberCenterPage .page_box {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
@media (min-width: 768px) {
#MemberCenterPage .page_box {
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
    border-bottom-right-radius: 1rem;
    border-bottom-left-radius: 1rem;
}
}
#MemberCenterAddressEdit {
  padding: 1.25rem;
}
@media (min-width: 768px) {
#MemberCenterAddressEdit {
    padding: 0px;
}
}
#MemberCenterAddressEdit > .button_box {
  margin-bottom: 1.25rem;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: flex-end;
}
#MemberCenterAddressEdit .button_box button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  border-radius: 0.5rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
#MemberCenterAddressEdit > .button_box button.create_button:hover {
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
#MemberCenterAddressEdit > .button_box button span {
  display: block;
  padding-left: 0.5rem;
}

/* edit_card */
#MemberCenterAddressEdit .edit_card {
  border-radius: 0.75rem;
  margin-bottom: 1.25rem;
}
#MemberCenterAddressEdit .edit_card .button_box {
  margin-bottom: 0px;
}

/* card list */
#MemberCenterAddressEdit .address_card_list .card .card_container {
  margin-bottom: 1.25rem;
  width: 100%;
  padding: 0.75rem;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: flex-start;
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(244 244 245 / var(--tw-bg-opacity, 1));
}
#MemberCenterAddressEdit .address_card_list .card .edit_container {
  margin-bottom: 1.25rem;
}
#MemberCenterAddressEdit .address_card_list .card .card_content {
  margin-bottom: 0.75rem;
  width: 100%;
}
@media (min-width: 768px) {
#MemberCenterAddressEdit .address_card_list .card .card_content {
    width: 20%;
}
#MemberCenterAddressEdit .address_card_list .card .card_content:nth-of-type(3) {
    width: 60%;
}
}
#MemberCenterAddressEdit .address_card_list .card .card_content .title_box {
  font-size: 0.75rem;
  line-height: 1rem;
}
#MemberCenterAddressEdit .address_card_list .card .button_box {
  margin-bottom: 0px;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: flex-end;
}
#MemberCenterAddressEdit .address_card_list .card .button_box button,
#MemberCenterAddressEdit .edit_card .button_box button {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
#MemberCenterAddressEdit
  .address_card_list
  .card
  .button_box
  button:nth-of-type(1),
#MemberCenterAddressEdit .edit_card .button_box button:nth-of-type(1) {
  margin-right: 0.75rem;
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
#MemberCenterAddressEdit
  .address_card_list
  .card
  .button_box
  button:nth-of-type(1):hover,
#MemberCenterAddressEdit .edit_card .button_box button:nth-of-type(1):hover {
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
#MemberCenterAddressEdit
  .address_card_list
  .card
  .button_box
  button:nth-of-type(2):hover,
#MemberCenterAddressEdit .edit_card .button_box button:nth-of-type(2):hover {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
#MemberCenterPage {
  width: 100%;
}
#MemberCenterPage .form_container {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: flex-start;
  padding-top: 1.25rem;
}
#MemberCenterPage .form_container .form_group {
  margin-bottom: 1.25rem;
  width: 100%;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
@media (min-width: 768px) {
#MemberCenterPage .form_container .form_group.half {
    width: 50%;
}
}
#MemberCenterPage .form_container .form_group .title_box p {
  margin-bottom: 0.25rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
}
#MemberCenterPage .form_container .button_box {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: flex-end;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-bottom: 1.25rem;
  position: relative;
  z-index: 10;
}
#MemberCenterProductCard {
  position: relative;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}

/* info box */
#MemberCenterProductCard .info_box {
  margin-bottom: 0.75rem;
  width: 100%;
}
@media (min-width: 768px) {
#MemberCenterProductCard .info_box {
    margin-bottom: 0px;
    flex: 1 1 0%;
}
}
#MemberCenterProductCard .info_box .title {
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
}
@media (min-width: 640px) {
#MemberCenterProductCard .info_box .title {
    font-size: 1rem;
    line-height: 1.5rem;
}
}
#MemberCenterProductCard .info_box .title span {
  font-size: 0.75rem;
  line-height: 1rem;
}
@media (min-width: 640px) {
#MemberCenterProductCard .info_box .title span {
    font-size: 0.875rem;
    line-height: 1.25rem;
}
}
#MemberCenterProductCard .info_box .option_text {
  margin-top: 0.25rem;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 500;
}
#MemberCenterProductCard .info_box .option_text span {
  margin-right: 0.5rem;
}

/* price box */
#MemberCenterProductCard .price_box .original_price {
  text-align: right;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(82 82 91 / var(--tw-text-opacity, 1));
  text-decoration-line: line-through;
}
#MemberCenterProductCard .price_box .sell_price {
  text-align: right;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
}

/* discount_box */
#MemberCenterProductCard .discount_box {
  margin-top: 0.75rem;
  width: 100%;
}
#MemberCenterProductCard .discount_box p {
  margin-bottom: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
  display: flex;
  align-items: center;
}
#MemberCenterProductCard .discount_box p .tag {
  --tw-bg-opacity: 1;
  background-color: rgb(21 128 61 / var(--tw-bg-opacity, 1));
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  margin-right: 0.5rem;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 500;
  border-radius: 0.375rem;
}
#MemberCenterTradeDetail {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: flex-start;
  padding-top: 0.5rem;
}

/* section_card */
#MemberCenterTradeDetail .section_card {
  width: 100%;
  padding: 0.75rem;
}
@media (min-width: 768px) {
#MemberCenterTradeDetail .section_card {
    margin-bottom: 0.5rem;
}
}
#MemberCenterTradeDetail .section_card {
  display: flex;
  flex-direction: column;
}
#MemberCenterTradeDetail .section_card.half {
  width: 100%;
}
@media (min-width: 768px) {
#MemberCenterTradeDetail .section_card.half {
    width: 50%;
}
}
#MemberCenterTradeDetail .section_card .card_header {
  font-weight: 500;
  letter-spacing: 0.1em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 1.25rem;
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(244 244 245 / var(--tw-bg-opacity, 1));
}
@media (min-width: 768px) {
#MemberCenterTradeDetail .section_card .card_header {
    border-top-left-radius: 0.75rem;
    border-top-right-radius: 0.75rem;
}
}
#MemberCenterTradeDetail .section_card .card_body {
  flex: 1 1 0%;
  padding: 1.25rem;
  border-bottom-right-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(244 244 245 / var(--tw-bg-opacity, 1));
}
@media (min-width: 768px) {
#MemberCenterTradeDetail .section_card .card_body {
    border-bottom-right-radius: 0.75rem;
    border-bottom-left-radius: 0.75rem;
}
}

/* product_list */
#MemberCenterTradeDetail .product_list li {
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
#MemberCenterTradeDetail .product_list li:nth-last-of-type(1) {
  border-bottom-width: 0px;
}

/* discount_box */
#MemberCenterTradeDetail .discount_box li {
  margin-bottom: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
#MemberCenterTradeDetail .discount_box li:nth-last-of-type(1) {
  margin-bottom: 1.25rem;
}
#MemberCenterTradeDetail .discount_box li .tag {
  --tw-bg-opacity: 1;
  background-color: rgb(21 128 61 / var(--tw-bg-opacity, 1));
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  margin-right: 0.5rem;
  font-size: 0.75rem;
  line-height: 1rem;
  border-radius: 0.375rem;
}
#MemberCenterTradeDetail .discount_box li p {
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
}

/* price_box */
#MemberCenterTradeDetail .price_box li {
  margin-bottom: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
}
#MemberCenterTradeDetail .price_box li p:nth-of-type(2) {
  width: 8rem;
  text-align: right;
}

/* info_list */
#MemberCenterTradeDetail .info_list li {
  display: flex;
  align-items: center;
  padding-bottom: 0.25rem;
}
#MemberCenterTradeDetail .info_list li p:nth-of-type(1) {
  width: 5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
}
#MemberCenterTradeDetail .info_list li p:nth-of-type(2) {
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(63 63 70 / var(--tw-text-opacity, 1));
}
#MemberCenterTradeList {
  width: 100%;
  padding: 1.25rem;
}
@media (min-width: 768px) {
#MemberCenterTradeList {
    padding: 1.25rem;
}
}
#MemberCenterTradeList .trade_card {
  margin-bottom: 1.25rem;
  width: 100%;
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(244 244 245 / var(--tw-bg-opacity, 1));
}
@media (min-width: 768px) {
#MemberCenterTradeList .trade_card {
    border-radius: 1rem;
}
}
#MemberCenterTradeList .trade_card .card_header {
  width: 100%;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 1.25rem;
  font-weight: 500;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (min-width: 768px) {
#MemberCenterTradeList .trade_card .card_header {
    flex-direction: row;
    align-items: center;
}
}
#MemberCenterTradeList .trade_card .card_header p:nth-of-type(2) {
  font-family: Urbanist, 'Noto Sans TC', sans-serif;
  font-size: 0.75rem;
  line-height: 1rem;
  --tw-text-opacity: 1;
  color: rgb(113 113 122 / var(--tw-text-opacity, 1));
}
@media (min-width: 768px) {
#MemberCenterTradeList .trade_card .card_header p:nth-of-type(2) {
    font-size: 0.875rem;
    line-height: 1.25rem;
    --tw-text-opacity: 1;
    color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
}
#MemberCenterTradeList .trade_card .card_body {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: flex-start;
  padding: 1.25rem;
}
#MemberCenterTradeList .trade_card .card_body p {
  font-family: Urbanist, 'Noto Sans TC', sans-serif;
  font-size: 0.875rem;
  line-height: 1.25rem;
  margin-bottom: 0.5rem;
  width: 50%;
}
#MemberCenterTradeList .trade_card .card_body .button_box {
  margin-top: 1.25rem;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: flex-end;
}
@media (min-width: 768px) {
#MemberCenterTradeList .trade_card .card_body .button_box {
    margin-top: 0px;
}
}
#MemberCenterTradeList .trade_card .card_body .button_box a {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
}
@media (min-width: 768px) {
#MemberCenterTradeList .trade_card .card_body .button_box a:hover {
    background-color: transparent;
}
}
#MemberCenterTradeList .trade_card .card_body .button_box a {
  border-radius: 9999px;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
@media (min-width: 768px) {
#MemberCenterTradeList .trade_card .card_body .button_box a:hover {
    --tw-text-opacity: 1;
    color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
}
#MemberCenterTradeList .trade_card .card_body .button_box a {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
}

/* contact page */
#ContactPage {
  width: 100%;
  padding-bottom: 5rem;
}
#ContactPage .section_header {
  margin-bottom: 4rem;
}
@media (min-width: 768px) {
#ContactPage .section_header {
    margin-bottom: 6rem;
}
}
#ContactPage .section_header {
  text-align: left;
}
#ContactPage .section_header .title {
  font-family: Urbanist, 'Noto Sans TC', sans-serif;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 900;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(161 161 170 / var(--tw-text-opacity, 1));
}
@media (min-width: 768px) {
#ContactPage .section_header .title {
    font-size: 1.5rem;
    line-height: 2rem;
}
}
#ContactPage .section_header .sub_title {
  font-size: 1.875rem;
  line-height: 2.25rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
@media (min-width: 768px) {
#ContactPage .section_header .sub_title {
    font-size: 3rem;
    line-height: 1;
}
}
#ContactPage .bread_crumb_box {
  margin-bottom: 1.25rem;
}
#ContactPage .section_container {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  align-items: flex-start;
}
#ContactPage .info_box {
  margin-bottom: 2.5rem;
  width: 100%;
}
@media (min-width: 768px) {
#ContactPage .info_box {
    margin-bottom: 0px;
    width: 33.333333%;
    padding-right: 2.5rem;
}
}
#ContactPage .info_box .title,
#ContactPage form .title {
  font-family: Urbanist, 'Noto Sans TC', sans-serif;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  margin-bottom: 1.5rem;
}
#ContactPage .info_box .info {
  margin-bottom: 1.25rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
  letter-spacing: 0.05em;
}
#ContactPage .info_box .info a {
  text-decoration-line: underline;
}
#ContactPage .info_box .info span {
  display: block;
  font-size: 0.75rem;
  line-height: 1rem;
  letter-spacing: 0.1em;
  --tw-text-opacity: 1;
  color: rgb(113 113 122 / var(--tw-text-opacity, 1));
  margin-bottom: 0.25rem;
}
#ContactPage form {
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(244 244 245 / var(--tw-bg-opacity, 1));
  padding: 1.25rem;
}
@media (min-width: 768px) {
#ContactPage form {
    border-radius: 1rem;
    padding: 2rem;
}
}
#ContactPage form {
  width: 100%;
}
@media (min-width: 768px) {
#ContactPage form {
    width: auto;
    flex: 1 1 0%;
}
}
#ContactPage form .form_group {
  margin-bottom: 1.25rem;
  width: 100%;
}
@media (min-width: 768px) {
#ContactPage form .form_group {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
}
}
#ContactPage form .form_group #MainInputBox input,
#ContactPage form .form_group #MainTextAreaBox textarea {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
#ContactPage form .button_box {
  position: relative;
  z-index: 10;
  margin-top: 1.25rem;
  width: 100%;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  display: flex;
  justify-content: flex-end;
}
#ContactPage form .form_group .title_box {
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
  margin-bottom: 0.25rem;
  padding-left: 0.25rem;
}

/* event_page */
#EventPage {
  width: 100%;
  padding-bottom: 5rem;
}
#EventPage .cover_section {
  position: relative;
  overflow: hidden;
  border-radius: 1rem;
  margin-bottom: 2.5rem;
}
#EventPage .cover_section img {
  position: relative;
  z-index: 0;
  display: block;
  width: 100%;
}
#EventPage .cover_section .end_cover {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  z-index: 10;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
  --tw-bg-opacity: 0.4;
  display: flex;
  align-items: center;
  justify-content: center;
}
#EventPage .cover_section .end_cover p {
  border-radius: 9999px;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
#EventPage .intro_section {
  margin-top: 2.5rem;
  margin-bottom: 5rem;
}
#EventPage .intro_section .title {
  font-size: 1.875rem;
  line-height: 2.25rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  margin-bottom: 0.5rem;
}
#EventPage .intro_section .sub_title {
  font-size: 1.25rem;
  line-height: 1.75rem;
  letter-spacing: 0.1em;
  margin-bottom: 1.25rem;
}
#EventPage .intro_section .editor_content,
#EventPage .content_section .editor_content {
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(82 82 91 / var(--tw-text-opacity, 1));
}
#EventPage .product_section,
#EventPage .content_section {
  margin-bottom: 4rem;
}
#EventPage .product_section > .title,
#EventPage .content_section > .title {
  font-size: 1.875rem;
  line-height: 2.25rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  margin-bottom: 1.25rem;
}
#EventPage .product_section .card_list {
  margin-left: -0.75rem;
  margin-right: -0.75rem;
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
}
@media (min-width: 640px) {
#EventPage .product_section .card_list {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
}
}
#EventPage .product_section .card_list li {
  position: relative;
  width: 50%;
  flex-shrink: 0;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
@media (min-width: 640px) {
#EventPage .product_section .card_list li {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
}
}
@media (min-width: 1024px) {
#EventPage .product_section .card_list li {
    width: 33.333333%;
}
}
@media (min-width: 1280px) {
#EventPage .product_section .card_list li {
    width: 25%;
}
}
#EventPage .product_section .card_list li {
  margin-bottom: 1.5rem;
}
@media (min-width: 640px) {
#EventPage .product_section .card_list li {
    margin-bottom: 2.5rem;
}
}
#EventPage .collapse_section {
  border-bottom-width: 1px;
  border-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
  --tw-border-opacity: 0.3;
}
#EventPage .collapse_section .header {
  width: 100%;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#EventPage .collapse_section .header .title {
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 500;
  letter-spacing: 0.1em;
}
#EventPage .collapse_section .editor_content {
  max-height: 0px;
  overflow: hidden;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
#EventPage .collapse_section .editor_content.active {
  max-height: -moz-fit-content;
  max-height: fit-content;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

/* dealerListPage */
#DealerListPage {
  position: relative;
  width: 100%;
}
#DealerListPage .area_section {
  margin-bottom: 2.5rem;
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  align-items: flex-start;
}
@media (min-width: 1024px) {
#DealerListPage .area_section {
    margin-bottom: 5rem;
}
}
#DealerListPage .area_section {
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(212 212 216 / var(--tw-border-opacity, 1));
}
#DealerListPage .area_section .title_box {
  width: 6rem;
  flex-shrink: 0;
  overflow: hidden;
}
@media (min-width: 1024px) {
#DealerListPage .area_section .title_box {
    width: 15rem;
}
}
#DealerListPage .area_section .title_box h3 {
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 700;
}
@media (min-width: 1024px) {
#DealerListPage .area_section .title_box h3 {
    font-size: 1.25rem;
    line-height: 1.75rem;
}
}

/* shop_list */
#DealerListPage .area_section .shop_list {
  margin-left: -1.25rem;
  margin-right: -1.25rem;
  display: flex;
  flex: 1 1 0%;
  flex-wrap: wrap;
  align-items: stretch;
}
#DealerListPage .area_section .shop_list li {
  margin-bottom: 2.5rem;
  width: 100%;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
@media (min-width: 1024px) {
#DealerListPage .area_section .shop_list li {
    margin-bottom: 5rem;
    width: 50%;
}
}
@media (min-width: 1280px) {
#DealerListPage .area_section .shop_list li {
    width: 33.333333%;
}
}
#DealerListPage .area_section .shop_list li > div {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
#DealerListPage .area_section .shop_list li .title {
  margin-bottom: 0.5rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
@media (min-width: 1024px) {
#DealerListPage .area_section .shop_list li .title {
    font-size: 1.25rem;
    line-height: 1.75rem;
}
}
#DealerListPage .area_section .shop_list li .address {
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(113 113 122 / var(--tw-text-opacity, 1));
}
#DealerListPage .area_section .shop_list li .phone {
  margin-bottom: 0.75rem;
  flex: 1 1 0%;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(113 113 122 / var(--tw-text-opacity, 1));
}
#DealerListPage .area_section .shop_list li a {
  display: inline-block;
  border-radius: 0.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
  font-size: 0.75rem;
  line-height: 1rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
@media (min-width: 1024px) {
#DealerListPage .area_section .shop_list li a {
    font-size: 0.875rem;
    line-height: 1.25rem;
}
}
#DealerListPage .area_section .shop_list li a {
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
@media (min-width: 768px) {
#DealerListPage .area_section .shop_list li a:hover {
    background-color: transparent;
    --tw-text-opacity: 1;
    color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
}
#DealerListHeaderSection {
  position: relative;
  margin-bottom: 2.5rem;
  width: 100%;
}
#DealerListHeaderSection .title_box {
  width: 100%;
  padding-bottom: 2.5rem;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
@media (min-width: 1024px) {
#DealerListHeaderSection .title_box {
    width: auto;
}
}
#DealerListHeaderSection .title_box p {
  font-family: Urbanist, 'Noto Sans TC', sans-serif;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 900;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(161 161 170 / var(--tw-text-opacity, 1));
}
@media (min-width: 768px) {
#DealerListHeaderSection .title_box p {
    font-size: 1.5rem;
    line-height: 2rem;
}
}
#DealerListHeaderSection .title_box h1 {
  font-size: 1.875rem;
  line-height: 2.25rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
@media (min-width: 768px) {
#DealerListHeaderSection .title_box h1 {
    font-size: 3rem;
    line-height: 1;
}
}
#DealerListHeaderSection .breadcrumb_box {
  margin-bottom: 1.25rem;
}

/* select box */
#DealerListHeaderSection .option_box {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: space-between;
  margin-left: -0.75rem;
  margin-right: -0.75rem;
}
#DealerListHeaderSection .filter_box {
  position: relative;
  margin-bottom: 1.25rem;
  width: 100%;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
@media (min-width: 1024px) {
#DealerListHeaderSection .filter_box {
    margin-bottom: 0px;
    width: 15rem;
}
#DealerListHeaderSection .filter_box:nth-of-type(2) {
    width: 100%;
    flex: 1 1 0%;
}
}
#DealerListHeaderSection .filter_box .title {
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
  margin-bottom: 0.25rem;
  padding-left: 0.25rem;
}
#DealerListHeaderSection .option_box .filter_box span {
  position: absolute;
  top: 50%;
  right: 1.5rem;
}
#DealerListHeaderSection .option_box .filter_box #MainInputBox input {
  padding-right: 2.5rem;
}

/* form */
#MainAmountBox {
  display: flex;
  width: 100%;
  align-items: stretch;
  /* @apply border border-black; */
  overflow: hidden;
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(244 244 245 / var(--tw-bg-opacity, 1));
}
#MainAmountBox button {
  height: 3rem;
  width: 3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  --tw-text-opacity: 1;
  color: rgb(231 0 18 / var(--tw-text-opacity, 1));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
@media (min-width: 768px) {
#MainAmountBox button:hover {
    background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
    --tw-bg-opacity: 0.05;
}
}

/* #MainAmountBox button:nth-of-type(1) {
  @apply border-r-2 border-black;
}
#MainAmountBox button:nth-of-type(2) {
  @apply border-l-2 border-black;
} */
#MainAmountBox input {
  flex: 1 1 0%;
  text-align: center;
}
#MainAmountBox input:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
#MainAmountBox input {
  --tw-bg-opacity: 1;
  background-color: rgb(244 244 245 / var(--tw-bg-opacity, 1));
}
#MainInputBox {
  position: relative;
  width: 100%;
}
#MainInputBox input {
  position: relative;
  z-index: 0;
  width: 100%;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: transparent;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-weight: 500;
  --tw-bg-opacity: 1;
  background-color: rgb(244 244 245 / var(--tw-bg-opacity, 1));
  border-radius: 0.5rem;
}
#MainInputBox input:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
#MainInputBox input {
  /* @apply border-2 border-zinc-300; */
}
#MainInputBox .error_message {
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(185 28 28 / var(--tw-text-opacity, 1));
}
#MainSelectBox .option_text {
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
  letter-spacing: 0.05em;
}
@media (min-width: 768px) {
#MainSelectBox .option_text {
    margin-bottom: 0.25rem;
}
}
#MainSelectBox .select_box {
  position: relative;
  width: 100%;
}
#MainSelectBox .select_box select {
  position: relative;
  z-index: 0;
  width: 100%;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: transparent;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  --tw-bg-opacity: 1;
  background-color: rgb(244 244 245 / var(--tw-bg-opacity, 1));
  border-radius: 0.5rem;
  font-weight: 500;
  letter-spacing: 0.05em;
}
#MainSelectBox .select_box select:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
#MainSelectBox .select_box span {
  pointer-events: none;
  position: absolute;
  right: 0.75rem;
  top: 50%;
  z-index: 10;
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

/* #MainSelectBox .select_box i {
  @apply absolute bottom-0 left-0 right-0  h-[1px] md:h-[2px]  bg-black;
} */
#MainSelectBox .error_message {
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(185 28 28 / var(--tw-text-opacity, 1));
}
#MainTextAreaBox {
  position: relative;
  width: 100%;
}
#MainTextAreaBox textarea {
  position: relative;
  z-index: 0;
  min-height: 200px;
  width: 100%;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: transparent;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
@media (min-width: 768px) {
#MainTextAreaBox textarea {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
}
}
@media (min-width: 1024px) {
#MainTextAreaBox textarea {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
}
}
#MainTextAreaBox textarea {
  font-weight: 600;
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(244 244 245 / var(--tw-bg-opacity, 1));
}
#MainTextAreaBox textarea:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
#MainTextAreaBox .error_message {
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(185 28 28 / var(--tw-text-opacity, 1));
}

/* common */
#MainHeader {
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 30;
  width: 100%;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-bg-opacity: 0.6;
}
@media (min-width: 1024px) {
#MainHeader {
    --tw-bg-opacity: 0.3;
}
}
#MainHeader {
  --tw-backdrop-blur: blur(12px);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
#MainHeader .announcement_container {
  width: 100%;
  overflow: hidden;
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
#MainHeader .announcement_container .announcement_list {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
}
#MainHeader .announcement_container .announcement_list li {
  position: relative;
  z-index: 0;
  width: 100%;
  flex-shrink: 0;
  text-align: center;
}
#MainHeader .announcement_container .announcement_list li.in {
  z-index: 10;
}
#MainHeader .announcement_container .announcement_list li a,
#MainHeader .announcement_container .announcement_list li p {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  --tw-translate-y: 100%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
#MainHeader .announcement_container .announcement_list li.in a,
#MainHeader .announcement_container .announcement_list li.in p {
  animation: announcementIn 0.5s ease-in-out forwards;
}
#MainHeader .announcement_container .announcement_list li.out a,
#MainHeader .announcement_container .announcement_list li.out p {
  animation: announcementOut 0.5s ease-in-out forwards;
}
@keyframes announcementIn {
0% {
    transform: translateY(100%);
}
100% {
    transform: translateY(0);
}
}
@keyframes announcementOut {
0% {
    transform: translateY(0);
}
100% {
    transform: translateY(-100%);
}
}
#MainHeader .header_container {
  position: relative;
  height: 75px;
  width: 100%;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
@media (min-width: 768px) {
#MainHeader .header_container {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
}
}
@media (min-width: 1536px) {
#MainHeader .header_container {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
}
}
#MainHeader .header_container {
  display: flex;
  align-items: center;
  justify-content: center;
}
#MainHeader .header_container .logo_box {
  display: block;
  height: 100%;
  width: 10rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (min-width: 768px) {
#MainHeader .header_container .logo_box {
    width: 13rem;
}
}
#MainHeader .header_container .logo_box img {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
#MainHeader .header_container .menu_box {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  height: 100%;
  width: 100%;
}
#MainHeader .header_container .menu_box .menu_list {
  display: flex;
  align-items: center;
  position: relative;
  z-index: 10;
  height: 100%;
}
#MainHeader .header_container .menu_box .menu_list li {
  height: 100%;
}
@media (min-width: 1024px) {
#MainHeader .header_container .menu_box .menu_list li {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}
}
#MainHeader .header_container .menu_box .menu_list li {
  display: flex;
  align-items: center;
  justify-content: center;
}
#MainHeader .header_container .menu_box .menu_list a.link {
  position: relative;
  display: none;
  padding-top: 1.5rem;
}
@media (min-width: 1024px) {
#MainHeader .header_container .menu_box .menu_list a.link {
    display: block;
}
}
#MainHeader .header_container .menu_box .menu_list a.link {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
#MainHeader .header_container .menu_box .menu_list a.link:hover {
  --tw-text-opacity: 1;
  color: rgb(231 0 18 / var(--tw-text-opacity, 1));
}
#MainHeader .header_container .menu_box .menu_list a.link::before {
  content: "";
  position: absolute;
  bottom: -4px;
  left: 0px;
  right: 0px;
  height: 2px;
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
  display: block;
  --tw-scale-x: 0;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 500ms;
}
#MainHeader .header_conztainer .menu_box .menu_list a.link:hover::before {
  --tw-scale-x: 1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
#MainHeader .header_container .menu_box .action_list {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (min-width: 1024px) {
#MainHeader .header_container .menu_box .action_list {
    justify-content: flex-end;
}
}
#MainHeader .header_container .menu_box .action_list {
  position: absolute;
  left: 0px;
  right: 0px;
  top: 50%;
}
@media (min-width: 1024px) {
#MainHeader .header_container .menu_box .action_list {
    right: 1.25rem;
    left: 1.25rem;
}
}
#MainHeader .header_container .menu_box .action_list {
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  pointer-events: none;
}
#MainHeader .header_container .menu_box .action_list li {
  display: none;
}
@media (min-width: 1024px) {
#MainHeader .header_container .menu_box .action_list li {
    display: block;
}
}
#MainHeader .header_container .menu_box .action_list li:nth-of-type(1) {
  display: block;
}
@media (min-width: 1024px) {
#MainHeader .header_container .menu_box .action_list li:nth-of-type(1) {
    display: none;
}
}
#MainHeader .header_container .menu_box .action_list li:nth-last-of-type(1) {
  display: block;
}
#MainHeader .header_container .menu_box .action_list a,
#MainHeader .header_container .menu_box .action_list button {
  position: relative;
  display: block;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
  pointer-events: auto;
}
#MainHeader .header_container .menu_box .action_list a span,
#MainHeader .header_container .menu_box .action_list button span {
  display: block;
}
#MainHeader .header_container .menu_box .action_list a .count_text,
#MainHeader .header_container .menu_box .action_list button .count_text {
  position: absolute;
  top: 0.25rem;
  right: 8px;
  height: 0.5rem;
  width: 0.5rem;
  font-size: 0.75rem;
  line-height: 1rem;
  font-style: normal;
  display: flex;
  align-items: center;
  justify-content: center;
  --tw-bg-opacity: 1;
  background-color: rgb(231 0 18 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  border-radius: 9999px;
}
#MainHeader .header_container .menu_box .action_list a:hover,
#MainHeader .header_container .menu_box .action_list button:hover {
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
  --tw-text-opacity: 0.5;
}
.main_button {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
@media (min-width: 640px) {
.main_button {
    font-size: 1rem;
    line-height: 1.5rem;
}
}
.main_button {
  min-width: 10rem;
  max-width: 100%;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  border-radius: 0.75rem;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
}
.main_button .icon {
  margin-left: 0.5rem;
  display: block;
  font-size: 1rem;
  line-height: 1.5rem;
}
@media (min-width: 640px) {
.main_button .icon {
    font-size: 1.125rem;
    line-height: 1.75rem;
}
}
.main_button.dark {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
.main_button:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(231 0 18 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.main_button.dark:hover {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.main_button.primary {
  --tw-bg-opacity: 1;
  background-color: rgb(231 0 18 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.main_button.primary:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
#ContactFooter {
  position: relative;
  z-index: 10;
  width: 100%;
  overflow-x: hidden;
}
#ContactFooter .section_header {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
@media (min-width: 1024px) {
#ContactFooter .section_header {
    justify-content: space-between;
}
}
#ContactFooter .section_header {
  border-top-left-radius: 1.5rem;
  border-top-right-radius: 1.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(244 244 245 / var(--tw-bg-opacity, 1));
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  padding-top: 2.5rem;
}
#ContactFooter .section_header .text_box {
  text-align: center;
}
@media (min-width: 1024px) {
#ContactFooter .section_header .text_box {
    text-align: left;
}
}
#ContactFooter .section_header .title {
  font-family: Urbanist, 'Noto Sans TC', sans-serif;
  font-size: 3rem;
  line-height: 1;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
@media (min-width: 640px) {
#ContactFooter .section_header .title {
    font-size: 3.75rem;
    line-height: 1;
}
}
#ContactFooter .section_header .title {
  margin-bottom: 0.25rem;
}
#ContactFooter .section_header .sub_title {
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
@media (min-width: 640px) {
#ContactFooter .section_header .sub_title {
    font-size: 1.5rem;
    line-height: 2rem;
}
}
#ContactFooter .section_header .sub_title {
  margin-bottom: 1.25rem;
}
#ContactFooter .section_header .content {
  max-width: 700px;
  font-size: 0.875rem;
  line-height: 1.25rem;
  letter-spacing: 0.1em;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
#ContactFooter .action_box {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 1024px) {
#ContactFooter .action_box {
    justify-content: flex-end;
}
}
#ContactFooter .info_box {
  margin-top: 2.5rem;
  width: 100%;
}
@media (min-width: 1024px) {
#ContactFooter .info_box {
    margin-top: 0px;
    width: auto;
}
}
#ContactFooter .info_box {
  text-align: center;
}
@media (min-width: 1024px) {
#ContactFooter .info_box {
    text-align: left;
}
}
#ContactFooter .info_box .phone_number {
  font-size: 2.25rem;
  line-height: 2.5rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 1024px) {
#ContactFooter .info_box .phone_number {
    justify-content: flex-start;
}
}
#ContactFooter .info_box .phone_number {
  margin-bottom: 0.75rem;
}
#ContactFooter .info_box .phone_number span {
  margin-right: 0.75rem;
  font-size: 3rem;
  line-height: 1;
}
#ContactFooter .info_box .business_hours {
  font-size: 0.875rem;
  line-height: 1.25rem;
  letter-spacing: 0.1em;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
@media (min-width: 1024px) {
#ContactFooter .info_box .business_hours {
    text-align: right;
}
}
#ContactFooter .info_box .content_line {
  margin-top: 1.25rem;
  margin-bottom: 2rem;
  display: block;
  /* @apply h-px bg-black; */
}
#MainFooter {
  position: relative;
  z-index: 10;
  width: 100%;
  overflow-x: hidden;
  padding-bottom: 2.5rem;
}
#MainFooter .section_container {
  border-bottom-right-radius: 1.5rem;
  border-bottom-left-radius: 1.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(244 244 245 / var(--tw-bg-opacity, 1));
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
#MainFooter .link_container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
#MainFooter .menu_list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
@media (min-width: 1024px) {
#MainFooter .menu_list {
    justify-content: flex-start;
}
}
#MainFooter .menu_list {
  width: 100%;
}
@media (min-width: 768px) {
#MainFooter .menu_list {
    margin-left: -1rem;
    margin-right: -1rem;
    margin-bottom: 2.5rem;
}
}
@media (min-width: 1024px) {
#MainFooter .menu_list {
    margin-bottom: 0px;
    width: auto;
}
}
#MainFooter .menu_list li {
  margin-bottom: 1rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
@media (min-width: 768px) {
#MainFooter .menu_list li {
    padding-left: 1rem;
    padding-right: 1rem;
}
}
#MainFooter .menu_list li a {
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 600;
  letter-spacing: 0.05em;
}
@media (min-width: 640px) {
#MainFooter .menu_list li a {
    font-size: 0.875rem;
    line-height: 1.25rem;
}
}
#MainFooter .menu_list li a {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
#MainFooter .menu_list li a:hover {
  --tw-text-opacity: 1;
  color: rgb(231 0 18 / var(--tw-text-opacity, 1));
}
#MainFooter .social_list {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 1024px) {
#MainFooter .social_list {
    justify-content: flex-start;
}
}
#MainFooter .social_list {
  margin-left: -1rem;
  margin-right: -1rem;
  width: 100%;
}
@media (min-width: 1024px) {
#MainFooter .social_list {
    width: auto;
}
}
#MainFooter .social_list li {
  margin-bottom: 1rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
@media (min-width: 768px) {
#MainFooter .social_list li {
    padding-left: 1rem;
    padding-right: 1rem;
}
}
#MainFooter .social_list li a {
  font-family: Urbanist, 'Noto Sans TC', sans-serif;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 700;
  letter-spacing: 0.05em;
}
@media (min-width: 640px) {
#MainFooter .social_list li a {
    font-size: 0.875rem;
    line-height: 1.25rem;
}
}
#MainFooter .social_list li a {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
#MainFooter .social_list li a:hover {
  --tw-text-opacity: 1;
  color: rgb(231 0 18 / var(--tw-text-opacity, 1));
}
#MainFooter .bottom_container {
  width: 100%;
  padding-top: 1.25rem;
  border-top-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(212 212 216 / var(--tw-border-opacity, 1));
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
@media (min-width: 768px) {
#MainFooter .bottom_container {
    justify-content: space-between;
}
}
#MainFooter .bottom_container {
  font-size: 0.75rem;
  line-height: 1rem;
  letter-spacing: 0.05em;
}
#MainFooter .bottom_container .info_box {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
@media (min-width: 768px) {
#MainFooter .bottom_container .info_box {
    justify-content: flex-start;
}
}
#MainFooter .bottom_container .info_box {
  margin-bottom: 0.75rem;
  width: 100%;
}
@media (min-width: 768px) {
#MainFooter .bottom_container .info_box {
    margin-bottom: 0px;
    width: auto;
}
}
#MainFooter .bottom_container .info_box p {
  margin-bottom: 0.75rem;
  width: 100%;
}
@media (min-width: 768px) {
#MainFooter .bottom_container .info_box p {
    margin-right: 1.25rem;
    margin-bottom: 0px;
    width: auto;
}
}
#MainFooter .bottom_container .info_box p {
  text-align: center;
}
@media (min-width: 768px) {
#MainFooter .bottom_container .info_box p {
    text-align: start;
}
}
#MainFooter .bottom_container .info_box .terms_list {
  display: flex;
  align-items: center;
}
#MainFooter .bottom_container .info_box .terms_list li {
  margin-right: 0.5rem;
}
#MainFooter .bottom_container .info_box .terms_list li a {
  --tw-text-opacity: 1;
  color: rgb(231 0 18 / var(--tw-text-opacity, 1));
}
#MainMenu {
  position: fixed;
  top: 0px;
  bottom: 0px;
  left: 100%;
  z-index: 20;
  width: 100%;
}
#MainMenu .background_box {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  z-index: 0;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-bg-opacity: 0.6;
  --tw-backdrop-blur: blur(16px);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}
#MainMenu .menu_container {
  position: relative;
  z-index: 10;
  max-height: 100%;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  overflow-y: auto;
}
#MainMenu .menu_list li {
  margin-bottom: 2rem;
}
#MainMenu .menu_list a .title {
  font-family: Urbanist, 'Noto Sans TC', sans-serif;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 700;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(113 113 122 / var(--tw-text-opacity, 1));
}
#MainMenu .menu_list a .sub_title {
  font-weight: 600;
}
#MainMenu .info_box {
  margin-top: 2.5rem;
  padding-top: 2.5rem;
  border-top-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
  text-align: center;
}
#MainMenu .info_box .phone_text {
  font-family: Urbanist, 'Noto Sans TC', sans-serif;
  font-size: 1.875rem;
  line-height: 2.25rem;
  font-weight: 700;
}
#MainMenu .info_box .business_hours {
  font-size: 0.75rem;
  line-height: 1rem;
  margin-bottom: 1.25rem;
}
#MainMenu .info_box a {
  display: inline-block;
  padding-left: 5rem;
  padding-right: 5rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
@media (min-width: 768px) {
#MainMenu .info_box a {
    padding-top: 2rem;
    padding-bottom: 2rem;
}
}
#MainMenu .info_box a {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  border-radius: 0.5rem;
}
#MainMenu .info_box a .title {
  font-size: 0.875rem;
  line-height: 1.25rem;
  margin-bottom: 0.25rem;
}
#MainMenu .info_box a .sub_title {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: Urbanist, 'Noto Sans TC', sans-serif;
  font-weight: 700;
}
@media (min-width: 768px) {
#MainMenu .info_box a .sub_title {
    font-size: 1.25rem;
    line-height: 1.75rem;
}
}
#MainMenu .info_box a .sub_title span {
  margin-left: 0.75rem;
  display: inline-block;
}
#BreadCrumb ol {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
#BreadCrumb ol li {
  margin-right: 0.75rem;
}
#BreadCrumb ol li a {
  display: block;
}
#BreadCrumb ol li span {
  display: block;
  font-size: 0.875rem;
  line-height: 1.25rem;
}
#Pagination {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
  position: relative;
  z-index: 10;
}
#Pagination .list_box {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  display: flex;
  list-style-type: none;
  align-items: center;
  padding-left: 0px;
}
#Pagination .list_box .prev_button_box {
  margin-right: 0.75rem;
  height: 2rem;
  width: 2rem;
}
@media (min-width: 768px) {
#Pagination .list_box .prev_button_box {
    height: 2.5rem;
    width: 2.5rem;
}
}
#Pagination .list_box .prev_button_box {
  display: flex;
  align-items: center;
  justify-content: center;
}
#Pagination .list_box .prev_button_box button {
  height: 100%;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  border-radius: 0.375rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
}
@media (min-width: 768px) {
#Pagination .list_box .prev_button_box button:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
    --tw-text-opacity: 1;
    color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
}
#Pagination .list_box .prev_button_box button.disable {
  cursor: not-allowed;
  --tw-border-opacity: 0.1;
  background-color: transparent;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
  --tw-text-opacity: 0.2;
}
#Pagination .list_box .prev_button_box button span,
#Pagination .list_box .next_button_box button span {
  display: block;
  color: currentColor;
}
#Pagination .list_box .page_button_box {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
  height: 2rem;
  width: 2rem;
  border-radius: 0.375rem;
  line-height: 1;
}
@media (min-width: 768px) {
#Pagination .list_box .page_button_box {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
    height: 2.5rem;
    width: 2.5rem;
}
}
#Pagination .list_box .page_button_box.active {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
#Pagination .list_box .page_button_box button {
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 700;
}
@media (min-width: 768px) {
#Pagination .list_box .page_button_box button:hover {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
}
#Pagination .list_box .page_button_box button {
  border-radius: 0.375rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
}
@media (min-width: 768px) {
#Pagination .list_box .page_button_box button:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
}
}
#Pagination .list_box .page_button_box button.disable {
  cursor: not-allowed;
}
#Pagination .list_box .next_button_box {
  margin-left: 0.75rem;
  height: 2rem;
  width: 2rem;
}
@media (min-width: 768px) {
#Pagination .list_box .next_button_box {
    height: 2.5rem;
    width: 2.5rem;
}
}
#Pagination .list_box .next_button_box {
  display: flex;
  align-items: center;
  justify-content: center;
}
#Pagination .list_box .next_button_box button {
  height: 100%;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  border-radius: 0.375rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
}
@media (min-width: 768px) {
#Pagination .list_box .next_button_box button:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
    --tw-text-opacity: 1;
    color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
}
#Pagination .list_box .next_button_box button.disable {
  cursor: not-allowed;
  --tw-border-opacity: 0.1;
  background-color: transparent;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
  --tw-text-opacity: 0.2;
}
#MainLoading {
  position: fixed;
  top: 0px;
  bottom: 0px;
  left: 100%;
  z-index: 30;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
#MainLoading .dialog_box {
  position: relative;
  z-index: 10;
  text-align: center;
}
#MainLoading .dialog_box img {
  margin-bottom: 1rem;
  width: 18rem;
}
#MainLoading .dialog_box p {
  height: 1.25rem;
}
#MainLoading .dialog_box p::after {
  content: "";
  animation: loadingText 1s infinite;
  font-family: Urbanist, 'Noto Sans TC', sans-serif;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 700;
  letter-spacing: 0.05em;
}
#MainLoading .background_box {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  z-index: 0;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-bg-opacity: 0.7;
  --tw-backdrop-blur: blur(16px);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}
@keyframes loadingText {
0% {
    content: "LOADING";
}
25% {
    content: "LOADING.";
}
50% {
    content: "LOADING..";
}
75% {
    content: "LOADING...";
}
100% {
    content: "LOADING";
}
}
#ShopCartMessage {
  position: fixed;
  top: 75px;
  right: 1.25rem;
  left: 1.25rem;
  z-index: 20;
}
@media (min-width: 768px) {
#ShopCartMessage {
    left: auto;
    right: 2.5rem;
}
}
@media (min-width: 1024px) {
#ShopCartMessage {
    top: 115px;
}
}
#ShopCartMessage {
  overflow: hidden;
}
#ShopCartMessage .message_box {
  width: 100%;
  overflow: hidden;
  padding: 1.25rem;
}
@media (min-width: 768px) {
#ShopCartMessage .message_box {
    width: 20rem;
}
}
#ShopCartMessage .message_box {
  border-radius: 1rem;
  --tw-bg-opacity: 1;
  background-color: rgb(228 228 231 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  display: flex;
  align-items: center;
  justify-content: space-between;
  --tw-backdrop-blur: blur(16px);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}
#ShopCartMessage .message_box p {
  position: relative;
  z-index: 10;
  font-weight: 500;
  letter-spacing: 0.1em;
}
#ShopCartMessage .message_box button {
  position: relative;
  z-index: 10;
}
#ShopCartMessage .message_box button span {
  display: block;
}
#ShopCartMessage .message_box .progress_bg {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  z-index: 0;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
  --tw-bg-opacity: 1;
}
#ShopCartDrawer {
  position: fixed;
  top: 0px;
  bottom: 0px;
  left: 100%;
  z-index: 30;
  width: 100%;
  display: flex;
  justify-content: flex-end;
}
#ShopCartDrawer .shop_cart_container {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 100%;
  z-index: 10;
  height: 100%;
  width: 500px;
  max-width: 100%;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  display: flex;
  flex-direction: column;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
#ShopCartDrawer .background_box {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 0;
  height: 100%;
  width: 100%;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-bg-opacity: 0.3;
  --tw-backdrop-blur: blur(16px);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}
#ShopCartDrawer .title_box {
  margin-bottom: 1.25rem;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
#ShopCartDrawer .title_box p {
  font-family: Urbanist, 'Noto Sans TC', sans-serif;
  font-size: 2.25rem;
  line-height: 2.5rem;
  font-weight: 700;
  text-transform: uppercase;
}
#ShopCartDrawer .title_box h4 {
  font-weight: 500;
}
#ShopCartDrawer .title_box button span {
  font-size: 1.875rem;
  line-height: 2.25rem;
}
#ShopCartDrawer .product_list {
  flex: 1 1 0%;
  overflow-y: auto;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
#ShopCartDrawer .button_box {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
#ShopCartDrawer .button_box .main_button {
  justify-content: space-between;
}
#ShopCartProductCard {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  margin-bottom: 0.75rem;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(244 244 245 / var(--tw-border-opacity, 1));
  padding-bottom: 0.75rem;
}
#ShopCartProductCard .image_box {
  aspect-ratio: 1 / 1;
  width: 7rem;
  overflow: hidden;
  padding: 0.25rem;
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(244 244 245 / var(--tw-bg-opacity, 1));
}
#ShopCartProductCard .image_box img {
  height: 100%;
  width: 100%;
  border-radius: 0.5rem;
  -o-object-fit: cover;
     object-fit: cover;
}
#ShopCartProductCard .info_box {
  display: flex;
  flex: 1 1 0%;
  flex-direction: column;
  padding-left: 1.25rem;
}
#ShopCartProductCard .text_box {
  display: flex;
  width: 100%;
  flex: 1 1 0%;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 1.25rem;
}
#ShopCartProductCard .option_box {
  margin-bottom: 0.25rem;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(113 113 122 / var(--tw-text-opacity, 1));
}
#ShopCartProductCard .option_title {
  margin-right: 0.5rem;
}
#ShopCartProductCard .product_title {
  margin-bottom: 0.5rem;
  font-weight: 600;
  letter-spacing: 0.05em;
}
#ShopCartProductCard .amount_price_box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#ShopCartProductCard .amount_box {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 0.375rem;
  --tw-bg-opacity: 1;
  background-color: rgb(244 244 245 / var(--tw-bg-opacity, 1));
}
#ShopCartProductCard .amount_box input {
  width: 2rem;
  --tw-bg-opacity: 1;
  background-color: rgb(244 244 245 / var(--tw-bg-opacity, 1));
  text-align: center;
  font-size: 0.875rem;
  line-height: 1.25rem;
}
#ShopCartProductCard .amount_box button {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
#ShopCartProductCard .amount_box button span {
  display: block;
  font-size: 1rem;
  line-height: 1.5rem;
}
#ShopCartProductCard .product_price {
  font-family: Urbanist, 'Noto Sans TC', sans-serif;
  font-weight: 500;
}

/* Chrome, Safari, Edge, Opera */
#ShopCartProductCard .amount_box input::-webkit-outer-spin-button,
#ShopCartProductCard .amount_box input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

/* Firefox */
#ShopCartProductCard .amount_box input[type="number"] {
  -moz-appearance: textfield;
}
#MainDialog,
#GiftDialog {
  position: fixed;
  top: 0px;
  bottom: 0px;
  left: 100%;
  z-index: 40;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
#MainDialog .background_box,
#GiftDialog .background_box {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  z-index: 0;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
  --tw-bg-opacity: 0.5;
  --tw-backdrop-blur: blur(4px);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}
#MainDialog .dialog_box,
#GiftDialog .dialog_box {
  position: relative;
  z-index: 10;
  width: 91.666667%;
  max-width: 28rem;
  padding: 1.25rem;
  border-radius: 0.75rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
#MainDialog .dialog_box .title,
#GiftDialog .dialog_box .title {
  margin-bottom: 1rem;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 700;
}
#MainDialog .dialog_box .content,
#GiftDialog .dialog_box .content {
  margin-bottom: 1rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
}
#MainDialog .dialog_box .content .image_box,
#GiftDialog .dialog_box .content .image_box {
  margin-bottom: 1rem;
  width: 100%;
  border-radius: 0.75rem;
}
#MainDialog .dialog_box .button_box,
#GiftDialog .dialog_box .button_box {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
#MainDialog .dialog_box .button_box button,
#GiftDialog .dialog_box .button_box button {
  font-weight: 700;
  margin-left: 0.75rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
#SearchDialog {
  position: fixed;
  top: 0px;
  bottom: 0px;
  left: 100%;
  z-index: 40;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
#SearchDialog .background_box {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  z-index: 0;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
  --tw-bg-opacity: 0.5;
  --tw-backdrop-blur: blur(4px);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}
#SearchDialog .dialog_box {
  position: relative;
  z-index: 10;
  width: 91.666667%;
  max-width: 28rem;
  padding: 1.25rem;
  border-radius: 0.75rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
#SearchDialog .dialog_box .title {
  margin-bottom: 1rem;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 700;
}
#SearchDialog .dialog_box .button_box {
  margin-top: 1.25rem;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
#SearchDialog .dialog_box .button_box button {
  font-weight: 700;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.textarea_content {
  white-space: pre-wrap;
}
.editor_content img.fr-dib {
  width: 100% !important;
}
.editor_content span.fr-emoticon.fr-emoticon-img {
  background-repeat: no-repeat !important;
  font-size: inherit;
  height: 1em;
  width: 1em;
  min-height: 20px;
  min-width: 20px;
  display: inline-block;
  margin: -0.1em 0.1em 0.1em;
  line-height: 1;
  vertical-align: middle;
}
.editor_content span.fr-emoticon {
  font-weight: normal;
  font-family: "Apple Color Emoji", "Segoe UI Emoji", "NotoColorEmoji",
    "Segoe UI Symbol", "Android Emoji", "EmojiSymbols";
  display: inline;
  line-height: 0;
}
.editor_content .fr-video.fr-dvb {
  display: block;
  clear: both;
}
.editor_content .fr-video {
  text-align: center;
  position: relative;
  aspect-ratio: 16/9;
}
.editor_content .fr-video > * {
  display: block;
  width: 100% !important;
  height: 100%;
  max-width: 100%;
  border: none;
}
.editor_content p {
  color: currentColor;
  margin-bottom: 10px;
  width: 100%;
  display: block;
}
.editor_content img {
  width: 100%;
  display: block;
}
.editor_content ol,
.editor_content ul {
  list-style: disc;
  padding-left: 20px;
}
.editor_content a {
  --tw-text-opacity: 1;
  color: rgb(231 0 18 / var(--tw-text-opacity, 1));
  text-decoration-line: underline;
}
#CookieConsentDialog {
  position: fixed;
  bottom: 0px;
  left: 0px;
  z-index: 50;
  width: 100%;
  overflow-y: auto;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
#CookieConsentDialog.active {
  animation: dialogDown 0.5s forwards;
}
#CookieConsentDialog .dialog_body {
  width: 100%;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
#CookieConsentDialog .dialog_body p {
  font-size: 0.875rem;
  line-height: 1.25rem;
  margin-bottom: 1.25rem;
}
@media (min-width: 768px) {
#CookieConsentDialog .dialog_body p {
    margin-bottom: 0px;
}
}
#CookieConsentDialog .dialog_body p a {
  --tw-text-opacity: 1;
  color: rgb(231 0 18 / var(--tw-text-opacity, 1));
  text-decoration-line: underline;
}
#CookieConsentDialog .dialog_body .button_box {
  width: 100%;
  flex-shrink: 0;
}
@media (min-width: 1024px) {
#CookieConsentDialog .dialog_body .button_box {
    margin-left: 1.25rem;
    width: auto;
}
}
#CookieConsentDialog .dialog_body .button_box {
  text-align: center;
  display: flex;
  justify-content: center;
}
@media (min-width: 1024px) {
#CookieConsentDialog .dialog_body .button_box {
    justify-content: flex-end;
}
}
@keyframes dialogDown {
0% {
    transform: translateY(0%);
    display: block;
}
99% {
    transform: translateY(100%);
    display: block;
}
100% {
    transform: translateY(100%);
    display: none;
}
}
*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}
::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

/* ! tailwindcss v3.4.16 | MIT License | https://tailwindcss.com */

/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/
*,
::before,
::after {
  box-sizing: border-box;
  /* 1 */
  border-width: 0;
  /* 2 */
  border-style: solid;
  /* 2 */
  border-color: #e5e7eb;
  /* 2 */
}
::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/
html,
:host {
  line-height: 1.5;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -moz-tab-size: 4;
  /* 3 */
  -o-tab-size: 4;
     tab-size: 4;
  /* 3 */
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  /* 4 */
  font-feature-settings: normal;
  /* 5 */
  font-variation-settings: normal;
  /* 6 */
  -webkit-tap-highlight-color: transparent;
  /* 7 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/
body {
  margin: 0;
  /* 1 */
  line-height: inherit;
  /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/
hr {
  height: 0;
  /* 1 */
  color: inherit;
  /* 2 */
  border-top-width: 1px;
  /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/
abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/
a {
  color: inherit;
  text-decoration: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/
b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/
code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  /* 1 */
  font-feature-settings: normal;
  /* 2 */
  font-variation-settings: normal;
  /* 3 */
  font-size: 1em;
  /* 4 */
}

/*
Add the correct font size in all browsers.
*/
small {
  font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/
table {
  text-indent: 0;
  /* 1 */
  border-color: inherit;
  /* 2 */
  border-collapse: collapse;
  /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-feature-settings: inherit;
  /* 1 */
  font-variation-settings: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  font-weight: inherit;
  /* 1 */
  line-height: inherit;
  /* 1 */
  letter-spacing: inherit;
  /* 1 */
  color: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
  padding: 0;
  /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/
button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/
button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button;
  /* 1 */
  background-color: transparent;
  /* 2 */
  background-image: none;
  /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/
:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/
:-moz-ui-invalid {
  box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/
progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/
[type='search'] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/
summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/
blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}
fieldset {
  margin: 0;
  padding: 0;
}
legend {
  padding: 0;
}
ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
Reset default styling for dialogs.
*/
dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/
textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/
input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}
input::placeholder,
textarea::placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

/*
Set the default cursor for buttons.
*/
button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/
img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block;
  /* 1 */
  vertical-align: middle;
  /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/
img,
video {
  max-width: 100%;
  height: auto;
}

/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}
.mb-5 {
  margin-bottom: 1.25rem;
}
.ml-5 {
  margin-left: 1.25rem;
}
.mt-10 {
  margin-top: 2.5rem;
}
.mt-2 {
  margin-top: 0.5rem;
}
.flex {
  display: flex;
}
.contents {
  display: contents;
}
.hidden {
  display: none;
}
.h-full {
  height: 100%;
}
.w-full {
  width: 100%;
}
.transform {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.resize {
  resize: both;
}
.flex-wrap {
  flex-wrap: wrap;
}
.items-end {
  align-items: flex-end;
}
.items-center {
  align-items: center;
}
.items-stretch {
  align-items: stretch;
}
.justify-end {
  justify-content: flex-end;
}
.justify-center {
  justify-content: center;
}
.px-10 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}
.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.pt-1 {
  padding-top: 0.25rem;
}
.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}
.text-primary {
  --tw-text-opacity: 1;
  color: rgb(231 0 18 / var(--tw-text-opacity, 1));
}
.underline {
  text-decoration-line: underline;
}
.blur {
  --tw-blur: blur(8px);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
* {
  font-family: "Noto Sans TC", sans-serif;
}
html,
body {
  width: 100%;
}
#app {
  position: relative;
  min-height: 100vh;
  width: 100%;
  display: flex;
  flex-direction: column;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  /* background-image: url("@/assets/bg_0.png");
  background-size: 180px; */
}
#MainPageContainer {
  position: relative;
  z-index: 10;
  min-height: 100vh;
  width: 100%;
  display: flex;
  flex: 1 1 0%;
  flex-direction: column;
}
.main_container {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1536px;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
@media (min-width: 768px) {
.main_container {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
}
}
.lazyImageContainer {
  position: relative;
  display: block;
  height: 100%;
  width: 100%;
}
.lazyImageContainer .placeholder {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  z-index: 0;
  /* @apply bg-zinc-300; */
}
.lazyImageContainer img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 768px) {
.md\:sticky {
    position: sticky;
}
.md\:left-0 {
    left: 0px;
}
.md\:top-32 {
    top: 8rem;
}
.md\:mt-0 {
    margin-top: 0px;
}
.md\:w-auto {
    width: auto;
}
}

