/* homePage */
#HomeVideoBanner {
  position: relative;
  height: 100vh;
  width: 100%;
  overflow: hidden;
}
@media (min-width: 768px) {
#HomeVideoBanner {
    aspect-ratio: 16/9;
    height: auto;
}
}
#HomeVideoBanner .cover {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 10;
  height: 100%;
  width: 100%;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
  --tw-bg-opacity: 0.5;
}
#HomeVideoBanner iframe {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 0;
  display: block;
  height: 100%;
  width: 100%;
}
@media (max-width: 768px) {
#HomeVideoBanner iframe {
    height: 100%;
    width: calc(100vh / 9 * 16);
    left: 50%;
    --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));
}
}
#HomeProductList {
  width: 100%;
  overflow: hidden;
  padding-bottom: 5rem;
}
#HomeProductList .section_header {
  margin-bottom: 2.5rem;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-between;
}
@media (min-width: 768px) {
#HomeProductList .section_header {
    margin-bottom: 4rem;
}
}
#HomeProductList .section_header .title {
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
@media (min-width: 640px) {
#HomeProductList .section_header .title {
    font-weight: 900;
}
}
@media (min-width: 768px) {
#HomeProductList .section_header .title {
    font-size: 2.25rem;
    line-height: 2.5rem;
}
}
@media (min-width: 1024px) {
#HomeProductList .section_header .title {
    font-size: 3rem;
    line-height: 1;
}
}
#HomeProductList .section_header .sub_title {
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(133 1 0 / var(--tw-text-opacity));
}
@media (min-width: 768px) {
#HomeProductList .section_header .sub_title {
    font-size: 1.5rem;
    line-height: 2rem;
}
}
@media (min-width: 1024px) {
#HomeProductList .section_header .sub_title {
    font-size: 1.875rem;
    line-height: 2.25rem;
}
}
#HomeProductList .section_header .text_box {
  margin-bottom: 1.25rem;
}
@media (min-width: 768px) {
#HomeProductList .section_header .text_box {
    margin-bottom: 0px;
}
}
#HomeProductList .section_header .button_box {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: flex-end;
}
@media (min-width: 768px) {
#HomeProductList .section_header .button_box {
    width: auto;
}
}
#HomeProductList .section_header .button_box button {
  height: 2.5rem;
  width: 2.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  border-radius: 0.375rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(63 63 70 / var(--tw-border-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
#HomeProductList .section_header .button_box button:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(133 1 0 / var(--tw-text-opacity));
}
#HomeProductList .section_header .button_box button:nth-of-type(1) {
  margin-right: 0.5rem;
}
#HomeProductList .section_header .button_box button span {
  font-size: 1.875rem;
  line-height: 2.25rem;
}

/* card list */
#HomeProductList .card_list {
  margin-left: -0.75rem;
  margin-right: -0.75rem;
  display: flex;
  align-items: stretch;
}
#HomeProductList .card_list li {
  width: 75%;
  flex-shrink: 0;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
@media (min-width: 640px) {
#HomeProductList .card_list li {
    width: 45%;
}
}
@media (min-width: 768px) {
#HomeProductList .card_list li {
    width: 33.333333%;
}
}
@media (min-width: 1024px) {
#HomeProductList .card_list li {
    width: 25%;
}
}
#HomeProductList .card_list .card {
  position: relative;
  display: block;
  height: 100%;
  width: 100%;
  padding: 2rem;
  border-radius: 0.75rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(133 1 0 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(16 16 16 / var(--tw-bg-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
}
#HomeProductList .card_list .card:hover {
  --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));
}
#HomeProductList .card_list .card .image_box {
  position: relative;
  z-index: 10;
  width: 100%;
}
#HomeProductList .card_list .card .image_box .tag {
  position: relative;
}
#HomeProductList .card_list .card .image_box .tag span:nth-of-type(1) {
  -webkit-text-stroke: 1px rgb(133 1 0);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  filter: blur(0.3px);
  background-image: linear-gradient(
    0deg,
    rgba(133, 1, 0, 1) 50%,
    rgba(0, 0, 0, 0) 50%,
    rgba(0, 0, 0, 0) 100%
  );
  background-size: auto 200%;
  display: block;
  width: 100%;
  text-align: center;
  font-size: 2.25rem;
  line-height: 2.5rem;
  font-weight: 900;
  color: transparent;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
#HomeProductList .card_list .card .image_box .tag span:nth-of-type(2) {
  display: block;
  width: 100%;
  text-align: center;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 900;
  --tw-text-opacity: 1;
  color: rgb(133 1 0 / var(--tw-text-opacity));
}
#ExhaustProductSection
  .product_list
  .card:hover
  .image_box
  .tag
  span:nth-of-type(1) {
  background-position: 0 100%;
}
#HomeProductList .card_list .card .image_box img {
  position: relative;
  z-index: 10;
  width: 100%;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
}
#HomeProductList .card_list .card:hover .image_box img {
  --tw-scale-x: 1.25;
  --tw-scale-y: 1.25;
  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));
}
#HomeProductList .card_list .card .text_box {
  position: relative;
  z-index: 10;
  width: 100%;
}
#HomeProductList .card_list .card .text_box h3 {
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(113 113 122 / var(--tw-text-opacity));
  margin-bottom: 0.5rem;
}
#HomeProductList .card_list .card .text_box h3 span {
  display: block;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
@media (min-width: 640px) {
#HomeProductList .card_list .card .text_box h3 span {
    font-weight: 900;
}
}
#HomeProductList .card_list .card .text_box .price {
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(133 1 0 / var(--tw-text-opacity));
}
#HomeBrandStyle {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding-top: 5rem;
  padding-bottom: 5rem;
}
#HomeBrandStyle .marquee_box {
  background-size: auto 28px;
  background-repeat: repeat-x;
  background-position: 0% 50%;
  filter: blur(0.3px);
  height: 4rem;
  width: 110%;
}
#HomeBrandStyle .marquee_box:nth-of-type(1) {
  background-size: 900px 28px;
  animation: brandMarqueeLeft 20s linear infinite;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  position: relative;
  z-index: 10;
  --tw-translate-x: -0.25rem;
  --tw-rotate: 3deg;
  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));
}
#HomeBrandStyle .marquee_box:nth-of-type(2) {
  background-size: 2100px 28px;
  animation: brandMarqueeRight 46.6s linear infinite;
  border-top-width: 1px;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
  position: relative;
  z-index: 0;
  --tw-translate-x: -0.25rem;
  --tw-rotate: -2deg;
  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));
}
@keyframes brandMarqueeLeft {
0% {
    background-position: 0px 50%;
}
100% {
    background-position: -900px 50%;
}
}
@keyframes brandMarqueeRight {
0% {
    background-position: -2100px 50%;
}
100% {
    background-position: 0px 50%;
}
}
#HomeNewsList {
  width: 100%;
  overflow: hidden;
  padding-top: 5rem;
  padding-bottom: 5rem;
}
#HomeNewsList .section_header {
  margin-bottom: 2.5rem;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-between;
}
@media (min-width: 768px) {
#HomeNewsList .section_header {
    margin-bottom: 5rem;
}
}
#HomeNewsList .section_header .title {
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
@media (min-width: 640px) {
#HomeNewsList .section_header .title {
    font-weight: 900;
}
}
@media (min-width: 768px) {
#HomeNewsList .section_header .title {
    font-size: 2.25rem;
    line-height: 2.5rem;
}
}
@media (min-width: 1024px) {
#HomeNewsList .section_header .title {
    font-size: 3rem;
    line-height: 1;
}
}
#HomeNewsList .section_header .sub_title {
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(133 1 0 / var(--tw-text-opacity));
}
@media (min-width: 768px) {
#HomeNewsList .section_header .sub_title {
    font-size: 1.5rem;
    line-height: 2rem;
}
}
@media (min-width: 1024px) {
#HomeNewsList .section_header .sub_title {
    font-size: 1.875rem;
    line-height: 2.25rem;
}
}
#HomeNewsList .section_header .text_box {
  margin-bottom: 1.25rem;
}
@media (min-width: 768px) {
#HomeNewsList .section_header .text_box {
    margin-bottom: 0px;
}
}
#HomeNewsList .section_header .button_box {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: flex-end;
}
@media (min-width: 768px) {
#HomeNewsList .section_header .button_box {
    width: auto;
}
}
#HomeNewsList .section_header .button_box button {
  height: 2.5rem;
  width: 2.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  border-radius: 0.375rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(63 63 70 / var(--tw-border-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
#HomeNewsList .section_header .button_box button:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(133 1 0 / var(--tw-text-opacity));
}
#HomeNewsList .section_header .button_box button:nth-of-type(1) {
  margin-right: 0.5rem;
}
#HomeNewsList .section_header .button_box button span {
  font-size: 1.875rem;
  line-height: 2.25rem;
}

/* card list */
#HomeNewsList .card_list {
  margin-left: -1.25rem;
  margin-right: -1.25rem;
  display: flex;
  align-items: stretch;
  --tw-rotate: -4deg;
  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));
}
#HomeNewsList .card_list li {
  width: 80%;
  flex-shrink: 0;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
@media (min-width: 768px) {
#HomeNewsList .card_list li {
    width: 50%;
}
}
@media (min-width: 1024px) {
#HomeNewsList .card_list li {
    width: 33.333333%;
}
}
#HomeNewsList .card_list li {
  /* @apply transform -translate-x-1/3; */
}
#HomeNewsList .card_list li a {
  display: block;
}
#HomeNewsList .card_list li a .image_box {
  margin-bottom: 0.75rem;
  aspect-ratio: 16 / 9;
  width: 100%;
}
#HomeNewsList .card_list li a .image_box img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#HomeNewsList .card_list li a .title {
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
#HomeNewsList .card_list li a .category_box {
  display: flex;
  align-items: center;
}
#HomeNewsList .card_list li a .category_box span {
  --tw-text-opacity: 1;
  color: rgb(113 113 122 / var(--tw-text-opacity));
}
#HomeNewsList .card_list li a .category_box .category {
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(113 113 122 / var(--tw-text-opacity));
}
#HomeNewsList .card_list li a .category_box .date {
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(113 113 122 / var(--tw-text-opacity));
}
#HomeBrandIntro {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding-top: 5rem;
  padding-bottom: 5rem;
}
@media (min-width: 768px) {
#HomeBrandIntro {
    padding-top: 10rem;
    padding-bottom: 10rem;
}
}
#HomeBrandIntro .title_box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 5rem;
  text-align: center;
}
#HomeBrandIntro .title_box p {
  font-size: 1.5rem;
  line-height: 2rem;
}
@media (min-width: 640px) {
#HomeBrandIntro .title_box p {
    font-size: 2.25rem;
    line-height: 2.5rem;
}
}
@media (min-width: 768px) {
#HomeBrandIntro .title_box p {
    font-size: 4.5rem;
    line-height: 1;
}
}
@media (min-width: 1024px) {
#HomeBrandIntro .title_box p {
    font-size: 6rem;
    line-height: 1;
}
}
#HomeBrandIntro .title_box b {
  display: block;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(133 1 0 / var(--tw-text-opacity));
}
@media (min-width: 640px) {
#HomeBrandIntro .title_box b {
    font-weight: 900;
}
}
#HomeBrandIntro .title_box span {
  margin-bottom: 1.25rem;
  display: block;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
@media (min-width: 640px) {
#HomeBrandIntro .title_box span {
    font-weight: 900;
}
}
#HomeBrandIntro .title_box h3 {
  display: block;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
@media (min-width: 768px) {
#HomeBrandIntro .title_box h3 {
    font-size: 3rem;
    line-height: 1;
    font-weight: 900;
}
}
@media (min-width: 1024px) {
#HomeBrandIntro .title_box h3 {
    font-size: 3.75rem;
    line-height: 1;
}
}
#HomeBrandIntro .title_box h3 {
  margin-bottom: 4rem;
}
#HomeBrandIntro .title_box .button_box {
  display: flex;
  align-items: center;
  justify-content: center;
}
#HomeBrandIntro .title_box .button_box a {
  position: relative;
  width: 18rem;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
@media (min-width: 768px) {
#HomeBrandIntro .title_box .button_box a {
    width: 20rem;
}
}
#HomeBrandIntro .title_box .button_box a {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
#HomeBrandIntro .title_box .button_box a b {
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 700;
  color: currentColor;
}
@media (min-width: 768px) {
#HomeBrandIntro .title_box .button_box a b {
    font-size: 1.875rem;
    line-height: 2.25rem;
}
}
#HomeBrandIntro .title_box .button_box a:hover {
  background-color: rgb(133 1 0 / var(--tw-bg-opacity));
  --tw-bg-opacity: 0.2;
  --tw-text-opacity: 1;
  color: rgb(133 1 0 / var(--tw-text-opacity));
}
#HomeBrandIntro .title_box .button_box a i {
  position: absolute;
  z-index: 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: 300ms;
}
#HomeBrandIntro .title_box .button_box a i:nth-of-type(odd) {
  height: 3px;
  width: 1rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
@media (min-width: 768px) {
#HomeBrandIntro .title_box .button_box a i:nth-of-type(odd) {
    width: 1.5rem;
}
}
#HomeBrandIntro .title_box .button_box a i:nth-of-type(even) {
  height: 1rem;
  width: 3px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
@media (min-width: 768px) {
#HomeBrandIntro .title_box .button_box a i:nth-of-type(even) {
    height: 1.5rem;
}
}
#HomeBrandIntro .title_box .button_box a i:nth-of-type(1),
#HomeBrandIntro .title_box .button_box a i:nth-of-type(2) {
  top: 0px;
  left: 0px;
}
#HomeBrandIntro .title_box .button_box a i:nth-of-type(3),
#HomeBrandIntro .title_box .button_box a i:nth-of-type(4) {
  top: 0px;
  right: 0px;
}
#HomeBrandIntro .title_box .button_box a i:nth-of-type(5),
#HomeBrandIntro .title_box .button_box a i:nth-of-type(6) {
  bottom: 0px;
  left: 0px;
}
#HomeBrandIntro .title_box .button_box a i:nth-of-type(7),
#HomeBrandIntro .title_box .button_box a i:nth-of-type(8) {
  bottom: 0px;
  right: 0px;
}
#HomeBrandIntro .title_box .button_box a:hover i:nth-of-type(1),
#HomeBrandIntro .title_box .button_box a:hover i:nth-of-type(2) {
  --tw-translate-x: -0.75rem;
  --tw-translate-y: -0.75rem;
  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));
}
#HomeBrandIntro .title_box .button_box a:hover i:nth-of-type(3),
#HomeBrandIntro .title_box .button_box a:hover i:nth-of-type(4) {
  --tw-translate-x: 0.75rem;
  --tw-translate-y: -0.75rem;
  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));
}
#HomeBrandIntro .title_box .button_box a:hover i:nth-of-type(5),
#HomeBrandIntro .title_box .button_box a:hover i:nth-of-type(6) {
  --tw-translate-x: -0.75rem;
  --tw-translate-y: 0.75rem;
  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));
}
#HomeBrandIntro .title_box .button_box a:hover i:nth-of-type(7),
#HomeBrandIntro .title_box .button_box a:hover i:nth-of-type(8) {
  --tw-translate-x: 0.75rem;
  --tw-translate-y: 0.75rem;
  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));
}
#HomeBrandIntro .card_list {
  margin-left: -1.25rem;
  margin-right: -1.25rem;
  display: flex;
  align-items: stretch;
  position: relative;
  z-index: 10;
  --tw-rotate: 4deg;
  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));
}
#HomeBrandIntro .card_list .card {
  position: relative;
  width: 66.666667%;
  flex-shrink: 0;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
@media (min-width: 640px) {
#HomeBrandIntro .card_list .card {
    width: 33.333333%;
}
}
@media (min-width: 768px) {
#HomeBrandIntro .card_list .card {
    width: 25%;
}
}
@media (min-width: 1024px) {
#HomeBrandIntro .card_list .card {
    width: 20%;
}
}
#HomeBrandIntro .card_list .card > div {
  position: relative;
  aspect-ratio: 344/431;
  width: 100%;
}
#HomeBrandIntro .marquee_box {
  background-size: auto 28px;
  background-repeat: repeat-x;
  background-position: 0% 50%;
  height: 4rem;
  width: 110%;
  filter: blur(0.3px);
  background-size: 900px 28px;
  animation: brandMarqueeLeft 20s linear infinite;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  position: relative;
  z-index: 0;
  --tw-translate-x: -0.25rem;
  --tw-rotate: -3deg;
  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));
}
#HomeCertificationIntro {
  position: relative;
  width: 100%;
  padding-bottom: 5rem;
}
#HomeCertificationIntro .section_container {
  position: relative;
}
@media (min-width: 768px) {
#HomeCertificationIntro .section_container {
    padding-top: 5rem;
    padding-bottom: 5rem;
}
}
#HomeCertificationIntro .image_box {
  top: 0px;
  z-index: 0;
  aspect-ratio: 16 / 9;
  width: 100%;
}
@media (min-width: 1024px) {
#HomeCertificationIntro .image_box {
    position: absolute;
    aspect-ratio: auto;
    height: 100%;
    width: 50%;
}
}
#HomeCertificationIntro .image_box {
  margin-bottom: 1.25rem;
}
@media (min-width: 1024px) {
#HomeCertificationIntro .image_box {
    margin-bottom: 0px;
}
}
#HomeCertificationIntro .image_box:nth-of-type(1) {
  left: 0px;
  overflow: hidden;
  border-radius: 0.75rem;
}
@media (min-width: 1024px) {
#HomeCertificationIntro .image_box:nth-of-type(1) {
    border-top-left-radius: 0.75rem;
    border-bottom-left-radius: 0.75rem;
}
}
#HomeCertificationIntro .image_box:nth-of-type(2) {
  right: 0px;
  display: none;
  overflow: hidden;
  border-top-right-radius: 0.75rem;
  border-bottom-right-radius: 0.75rem;
}
@media (min-width: 1024px) {
#HomeCertificationIntro .image_box:nth-of-type(2) {
    display: block;
}
}
#HomeCertificationIntro .image_box:nth-of-type(1) img {
  position: relative;
  display: block;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0.7;
}
#HomeCertificationIntro .image_box:nth-of-type(2) {
  background-color: rgb(24 24 27 / var(--tw-bg-opacity));
  --tw-bg-opacity: 0.3;
}
#HomeCertificationIntro .image_box:nth-of-type(2) img {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  /* @apply opacity-5; */
}

/* text */
#HomeCertificationIntro .text_box {
  position: relative;
  z-index: 10;
  width: 100%;
  padding: 2rem;
}
@media (min-width: 1024px) {
#HomeCertificationIntro .text_box {
    margin-left: 50%;
    width: 50%;
}
}
@media (min-width: 1280px) {
#HomeCertificationIntro .text_box {
    width: 33.333333%;
}
}
#HomeCertificationIntro .text_box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-radius: 0.75rem;
  background-color: rgb(24 24 27 / var(--tw-bg-opacity));
  --tw-bg-opacity: 0.7;
  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));
}
@media (min-width: 1024px) {
#HomeCertificationIntro .text_box {
    --tw-translate-x: -2.5rem;
    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));
}
}
#HomeCertificationIntro .text_box .sub_title {
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(133 1 0 / var(--tw-text-opacity));
}
#HomeCertificationIntro .text_box .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));
  margin-bottom: 1.25rem;
}
#HomeCertificationIntro .text_box .content {
  font-size: 0.875rem;
  line-height: 1.25rem;
  line-height: 2;
  --tw-text-opacity: 1;
  color: rgb(212 212 216 / var(--tw-text-opacity));
  margin-bottom: 2rem;
}
#HomeCertificationIntro .button_box {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}
@media (min-width: 768px) {
#HomeCertificationIntro .button_box {
    flex-wrap: nowrap;
}
}
#HomeCertificationIntro .button_box a {
  width: 100%;
}
@media (min-width: 768px) {
#HomeCertificationIntro .button_box a {
    width: 50%;
}
}
@media (min-width: 1024px) {
#HomeCertificationIntro .button_box a {
    width: 10rem;
}
}
#HomeCertificationIntro .button_box a:nth-of-type(1) {
  margin-bottom: 1.25rem;
}
@media (min-width: 768px) {
#HomeCertificationIntro .button_box a:nth-of-type(1) {
    margin-right: 1.25rem;
    margin-bottom: 0px;
}
}
#HomeDealerIntro {
  width: 100%;
  overflow: hidden;
  padding-top: 5rem;
  padding-bottom: 5rem;
}
#HomeDealerIntro .section_header {
  margin-bottom: 2.5rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
@media (min-width: 1024px) {
#HomeDealerIntro .section_header {
    margin-bottom: 5rem;
}
}
#HomeDealerIntro .section_header {
  position: relative;
  z-index: 10;
}
#HomeDealerIntro .section_header .title {
  margin-bottom: 0.5rem;
  text-align: center;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 700;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
@media (min-width: 640px) {
#HomeDealerIntro .section_header .title {
    font-weight: 900;
}
}
@media (min-width: 768px) {
#HomeDealerIntro .section_header .title {
    font-size: 2.25rem;
    line-height: 2.5rem;
}
}
@media (min-width: 1024px) {
#HomeDealerIntro .section_header .title {
    font-size: 3rem;
    line-height: 1;
}
}
#HomeDealerIntro .section_header .sub_title {
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(133 1 0 / var(--tw-text-opacity));
}
@media (min-width: 768px) {
#HomeDealerIntro .section_header .sub_title {
    font-weight: 900;
}
}
@media (min-width: 1024px) {
#HomeDealerIntro .section_header .sub_title {
    font-size: 1.5rem;
    line-height: 2rem;
}
}
#HomeDealerIntro .section_header .text_box {
  margin-bottom: 1.25rem;
}
@media (min-width: 768px) {
#HomeDealerIntro .section_header .text_box {
    margin-bottom: 0px;
}
}
#HomeDealerIntro .section_container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
#HomeDealerIntro .section_container .image_box {
  margin-bottom: 2.5rem;
  width: 100%;
}
@media (min-width: 1024px) {
#HomeDealerIntro .section_container .image_box {
    margin-bottom: 0px;
    width: 60%;
    padding-right: 5rem;
}
}
#HomeDealerIntro .section_container .image_box {
  /* @apply transform -translate-y-20; */
}
#HomeDealerIntro .section_container .image_box img {
  display: block;
  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));
}
@media (min-width: 1024px) {
#HomeDealerIntro .section_container .image_box img {
    --tw-rotate: -5deg;
    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));
}
}
#HomeDealerIntro .section_container .text_box {
  width: 100%;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
@media (min-width: 1024px) {
#HomeDealerIntro .section_container .text_box {
    width: 40%;
}
}
#HomeDealerIntro .section_container .text_box .title {
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 700;
}
@media (min-width: 768px) {
#HomeDealerIntro .section_container .text_box .title {
    font-size: 2.25rem;
    line-height: 2.5rem;
    font-weight: 900;
}
}
#HomeDealerIntro .section_container .text_box .sub_title {
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(133 1 0 / var(--tw-text-opacity));
}
@media (min-width: 768px) {
#HomeDealerIntro .section_container .text_box .sub_title {
    font-size: 1.875rem;
    line-height: 2.25rem;
}
}
#HomeDealerIntro .section_container .text_box .sub_title {
  margin-bottom: 2rem;
}
#HomeDealerIntro .section_container .text_box .content {
  margin-bottom: 2rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  line-height: 2;
}
@media (min-width: 640px) {
#HomeDealerIntro .section_container .text_box .content {
    font-size: 1rem;
    line-height: 1.5rem;
    line-height: 2;
}
}
#HomeDealerIntro .section_container .text_box .button_box .secondary_button {
  width: 100%;
}
@media (min-width: 640px) {
#HomeDealerIntro .section_container .text_box .button_box .secondary_button {
    width: 13rem;
}
}
#HomeCompanyIntro {
  position: relative;
  padding-top: 5rem;
  padding-bottom: 5rem;
}
#HomeCompanyIntro .section_header {
  position: relative;
  top: 0px;
  left: 0px;
  z-index: 10;
}
@media (min-width: 1024px) {
#HomeCompanyIntro .section_header {
    position: absolute;
    left: 5rem;
}
}
@media (min-width: 1536px) {
#HomeCompanyIntro .section_header {
    left: 0px;
}
}
#HomeCompanyIntro .section_header {
  margin-bottom: 2.5rem;
}
@media (min-width: 1024px) {
#HomeCompanyIntro .section_header {
    margin-bottom: 0px;
}
}
#HomeCompanyIntro .section_header .title {
  margin-bottom: 0.75rem;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 700;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
@media (min-width: 640px) {
#HomeCompanyIntro .section_header .title {
    font-weight: 900;
}
}
@media (min-width: 768px) {
#HomeCompanyIntro .section_header .title {
    font-size: 2.25rem;
    line-height: 2.5rem;
}
}
@media (min-width: 1024px) {
#HomeCompanyIntro .section_header .title {
    font-size: 3rem;
    line-height: 1;
}
}
#HomeCompanyIntro .section_header .sub_title {
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(133 1 0 / var(--tw-text-opacity));
}
@media (min-width: 768px) {
#HomeCompanyIntro .section_header .sub_title {
    font-size: 1.5rem;
    line-height: 2rem;
}
}
@media (min-width: 1024px) {
#HomeCompanyIntro .section_header .sub_title {
    font-size: 2.25rem;
    line-height: 2.5rem;
}
}
#HomeCompanyIntro .section_container {
  position: relative;
  z-index: 0;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-between;
}
#HomeCompanyIntro .section_container .left_box {
  display: none;
  width: 100%;
}
@media (min-width: 1024px) {
#HomeCompanyIntro .section_container .left_box {
    display: block;
    width: 40%;
}
}
#HomeCompanyIntro .section_container .right_box {
  width: 100%;
}
@media (min-width: 1024px) {
#HomeCompanyIntro .section_container .right_box {
    width: 60%;
    padding-left: 8rem;
}
}
#HomeCompanyIntro .section_container .right_box .image_box {
  margin-bottom: 2.5rem;
  aspect-ratio: 16 / 9;
  width: 100%;
  overflow: hidden;
}
@media (min-width: 1024px) {
#HomeCompanyIntro .section_container .right_box .image_box {
    aspect-ratio: 1 / 1;
}
}
#HomeCompanyIntro .section_container .right_box .image_box img {
  display: block;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#HomeCompanyIntro .section_container .right_box .image_box img:nth-of-type(1) {
  display: none;
}
@media (min-width: 1024px) {
#HomeCompanyIntro .section_container .right_box .image_box img:nth-of-type(1) {
    display: block;
}
}
#HomeCompanyIntro .section_container .right_box .image_box img:nth-of-type(2) {
  display: block;
}
@media (min-width: 1024px) {
#HomeCompanyIntro .section_container .right_box .image_box img:nth-of-type(2) {
    display: none;
}
}
#HomeCompanyIntro .section_container .right_box .text_box {
  font-size: 0.875rem;
  line-height: 1.25rem;
  line-height: 2;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
@media (min-width: 640px) {
#HomeCompanyIntro .section_container .right_box .text_box {
    font-size: 1rem;
    line-height: 1.5rem;
    line-height: 2;
}
}
#HomeCompanyIntro .section_container .right_box .text_box {
  margin-bottom: 1.25rem;
}
#HomeCompanyIntro .section_container .right_box .button_box a {
  width: 100%;
}
@media (min-width: 640px) {
#HomeCompanyIntro .section_container .right_box .button_box a {
    width: 10rem;
}
}

/* buy exhaust page */
#BuyExhaustPage {
  min-height: 100vh;
  width: 100%;
  padding-top: 5rem;
}
@media (min-width: 768px) {
#BuyExhaustPage {
    padding-top: 10rem;
    padding-bottom: 10rem;
}
}
#BuyExhaustPage {
  /* @apply flex flex-col items-center justify-center; */
}
#BuyExhaustPage .page_header {
  margin-bottom: 2.5rem;
}
@media (min-width: 768px) {
#BuyExhaustPage .page_header {
    margin-bottom: 5rem;
}
}
#BuyExhaustPage .page_header .title {
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
@media (min-width: 640px) {
#BuyExhaustPage .page_header .title {
    font-weight: 900;
}
}
@media (min-width: 768px) {
#BuyExhaustPage .page_header .title {
    font-size: 2.25rem;
    line-height: 2.5rem;
}
}
@media (min-width: 1024px) {
#BuyExhaustPage .page_header .title {
    font-size: 3rem;
    line-height: 1;
}
}
#BuyExhaustPage .page_header .sub_title {
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(133 1 0 / var(--tw-text-opacity));
}
@media (min-width: 768px) {
#BuyExhaustPage .page_header .sub_title {
    font-size: 1.5rem;
    line-height: 2rem;
}
}
@media (min-width: 1024px) {
#BuyExhaustPage .page_header .sub_title {
    font-size: 1.875rem;
    line-height: 2.25rem;
}
}
#BuyExhaustPage .section_container {
  width: 100%;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: stretch;
}
@media (min-width: 1024px) {
#BuyExhaustPage .section_container {
    flex-direction: row;
}
}
#BuyExhaustPage .marquee_box {
  background-repeat: repeat-x;
  background-position: 0% 50%;
  background-size: 2100px 28px;
  animation: brandMarqueeRight 46.6s linear infinite;
  border-top-width: 1px;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
  position: relative;
  z-index: 0;
  margin-top: 5rem;
  height: 4rem;
  width: 110%;
}
#ProductIntroSection {
  width: 100%;
  padding-top: 8rem;
}
#ProductIntroSection .intro_header {
  margin-bottom: 5rem;
  text-align: center;
}
#ProductIntroSection .intro_header h2 {
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(133 1 0 / var(--tw-text-opacity));
}
@media (min-width: 640px) {
#ProductIntroSection .intro_header h2 {
    font-weight: 900;
}
}
@media (min-width: 768px) {
#ProductIntroSection .intro_header h2 {
    font-size: 2.25rem;
    line-height: 2.5rem;
}
}
@media (min-width: 1024px) {
#ProductIntroSection .intro_header h2 {
    font-size: 3rem;
    line-height: 1;
}
}
#ProductIntroSection .intro_header h2 {
  margin-bottom: 2rem;
}
#ProductIntroSection .intro_header h2 span {
  display: inline-block;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
@media (min-width: 640px) {
#ProductIntroSection .intro_header h2 span {
    font-size: 1.875rem;
    line-height: 2.25rem;
}
}
#ProductIntroSection .intro_header .content {
  font-size: 0.875rem;
  line-height: 1.25rem;
  line-height: 2;
  --tw-text-opacity: 1;
  color: rgb(212 212 216 / var(--tw-text-opacity));
}
@media (min-width: 640px) {
#ProductIntroSection .intro_header .content {
    font-size: 1rem;
    line-height: 1.5rem;
}
}
#ProductIntroSection .intro_header .content {
  margin-left: auto;
  margin-right: auto;
  width: 800px;
  max-width: 100%;
}
#ProductIntroSection .intro_container {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  margin-left: -1.25rem;
  margin-right: -1.25rem;
}

/* intro_section */
#ProductIntroSection .intro_section {
  margin-bottom: 2.5rem;
  width: 100%;
}
@media (min-width: 640px) {
#ProductIntroSection .intro_section {
    margin-bottom: 3.5rem;
}
}
@media (min-width: 1024px) {
#ProductIntroSection .intro_section {
    margin-bottom: 2.5rem;
}
}
#ProductIntroSection .intro_section .intro_card {
  margin-bottom: 2.5rem;
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 768px) {
#ProductIntroSection .intro_section .intro_card {
    margin-bottom: 0px;
}
}
#ProductIntroSection .intro_section:nth-of-type(even) .intro_card {
  flex-direction: row-reverse;
}
#ProductIntroSection .intro_section .image_box {
  margin-bottom: 1.25rem;
  width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
@media (min-width: 768px) {
#ProductIntroSection .intro_section .image_box {
    margin-bottom: 0px;
    width: 50%;
}
}
#ProductIntroSection .intro_section .image_box div {
  aspect-ratio: 1 / 1;
  width: 100%;
  overflow: hidden;
  border-radius: 0.5rem;
}
#ProductIntroSection .intro_section .image_box img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#ProductIntroSection .intro_section .text_box {
  min-height: 100%;
  width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
@media (min-width: 768px) {
#ProductIntroSection .intro_section .text_box {
    width: 50%;
}
}
#ProductIntroSection .intro_section .text_box div {
  overflow: hidden;
  border-radius: 0.5rem;
}
@media (min-width: 768px) {
#ProductIntroSection .intro_section .text_box div {
    --tw-bg-opacity: 1;
    background-color: rgb(24 24 27 / var(--tw-bg-opacity));
}
}
#ProductIntroSection .intro_section .text_box div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 100%;
  width: 100%;
}
@media (min-width: 768px) {
#ProductIntroSection .intro_section .text_box div {
    padding: 3.5rem;
}
}
@media (min-width: 1024px) {
#ProductIntroSection .intro_section .text_box div {
    padding: 5rem;
}
}
#ProductIntroSection .intro_section .text_box h3 {
  margin-bottom: 0.75rem;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
@media (min-width: 640px) {
#ProductIntroSection .intro_section .text_box h3 {
    font-size: 1.5rem;
    line-height: 2rem;
}
}
@media (min-width: 1024px) {
#ProductIntroSection .intro_section .text_box h3 {
    font-size: 1.875rem;
    line-height: 2.25rem;
}
}
#ProductIntroSection .intro_section .text_box p {
  font-size: 0.875rem;
  line-height: 1.25rem;
  line-height: 2;
  --tw-text-opacity: 1;
  color: rgb(212 212 216 / var(--tw-text-opacity));
}
@media (min-width: 640px) {
#ProductIntroSection .intro_section .text_box p {
    font-size: 1rem;
    line-height: 1.5rem;
}
}
#ExhaustImageSection {
  position: relative;
  margin-bottom: 2.5rem;
  width: 100%;
}
@media (min-width: 1024px) {
#ExhaustImageSection {
    margin-bottom: 0px;
    width: 66.666667%;
}
}
#ExhaustImageSection {
  aspect-ratio: 1 / 1;
  overflow: hidden;
}
@media (min-width: 768px) {
#ExhaustImageSection {
    aspect-ratio: auto;
}
}
#ExhaustImageSection {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.75rem;
  background-color: rgb(24 24 27 / var(--tw-bg-opacity));
  --tw-bg-opacity: 0.8;
}
#ExhaustImageSection .model_text {
  position: absolute;
  left: 0.75rem;
  bottom: 0.75rem;
  z-index: 0;
}
@media (min-width: 768px) {
#ExhaustImageSection .model_text {
    bottom: 1.25rem;
    left: 1.25rem;
}
}
#ExhaustImageSection .model_text {
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
@media (min-width: 768px) {
#ExhaustImageSection .model_text {
    font-size: 1rem;
    line-height: 1.5rem;
}
}
#ExhaustImageSection .secondary_button {
  position: absolute;
  top: 1.25rem;
  right: 1.25rem;
  z-index: 20;
  transform-origin: top right;
  --tw-scale-x: .8;
  --tw-scale-y: .8;
  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));
}
@media (min-width: 768px) {
#ExhaustImageSection .secondary_button {
    --tw-scale-x: 1;
    --tw-scale-y: 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));
}
}
#ExhaustImageSection .exhaust_image_box,
#ExhaustImageSection .scooter_image_box {
  position: relative;
  z-index: 10;
  display: none;
}
@media (min-width: 768px) {
#ExhaustImageSection .exhaust_image_box,
#ExhaustImageSection .scooter_image_box {
    height: 100%;
}
}
#ExhaustImageSection .exhaust_image_box.active,
#ExhaustImageSection .scooter_image_box.active {
  display: block;
}
#ExhaustImageSection .exhaust_image_box img,
#ExhaustImageSection .scooter_image_box img {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  position: absolute;
  top: 0px;
  left: 0px;
}
#ExhaustImageSection .exhaust_image_box img.base,
#ExhaustImageSection .scooter_image_box img.base {
  position: relative;
  z-index: 0;
}
#ExhaustImageSection .light {
  /* @apply absolute z-0 top-1/2 left-1/2;
  @apply w-2/3 bg-white rounded-full aspect-square;
  @apply transform -translate-x-1/2 -translate-y-1/2;
  @apply opacity-10 blur-3xl; */
}
#ExhaustOptionSection {
  width: 100%;
}
@media (min-width: 1024px) {
#ExhaustOptionSection {
    width: 33.333333%;
    padding-left: 2.5rem;
}
}
#ExhaustOptionSection {
  display: flex;
  flex-direction: column;
}

/* section_header */
#ExhaustOptionSection .section_header {
  margin-bottom: 1.25rem;
  width: 100%;
  padding-bottom: 1.25rem;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(39 39 42 / var(--tw-border-opacity));
}
#ExhaustOptionSection .section_header .title {
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
@media (min-width: 640px) {
#ExhaustOptionSection .section_header .title {
    font-size: 1.5rem;
    line-height: 2rem;
}
}
#ExhaustOptionSection .section_header .price {
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(133 1 0 / var(--tw-text-opacity));
}
#ExhaustOptionSection .option_box {
  width: 100%;
  flex: 1 1 0%;
  /* @apply p-5 border border-zinc-700 rounded-xl; */
}
#ExhaustOptionSection .option_box .box_title {
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
@media (min-width: 640px) {
#ExhaustOptionSection .option_box .box_title {
    font-size: 1.25rem;
    line-height: 1.75rem;
}
}
#ExhaustOptionSection .option_box .box_title {
  margin-bottom: 1.25rem;
}
#ExhaustOptionSection .option_group {
  position: relative;
  margin-bottom: 1.25rem;
  width: 100%;
}
#ExhaustOptionSection .option_group:nth-last-of-type(1) {
  margin-bottom: 0px;
}
#ExhaustOptionSection .option_group select {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  z-index: 10;
  opacity: 0;
}
#ExhaustOptionSection .option_group .show_box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 0;
  width: 100%;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(63 63 70 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(24 24 27 / var(--tw-bg-opacity));
  border-radius: 0.375rem;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
#ExhaustOptionSection .option_group .show_box .text_box h4 {
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
@media (min-width: 768px) {
#ExhaustOptionSection .option_group .show_box .text_box h4 {
    font-size: 1.125rem;
    line-height: 1.75rem;
}
}
#ExhaustOptionSection .option_group .show_box .text_box p {
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(133 1 0 / var(--tw-text-opacity));
}
@media (min-width: 768px) {
#ExhaustOptionSection .option_group .show_box .text_box p {
    font-size: 1rem;
    line-height: 1.5rem;
}
}
#ExhaustOptionSection .option_group .show_box span {
  font-size: 2.25rem;
  line-height: 2.5rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
#ExhaustOptionSection .button_box {
  margin-top: 1.25rem;
  width: 100%;
}
#ExhaustOptionSection .button_box .secondary_button {
  margin-bottom: 1.25rem;
  width: 100%;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  --tw-border-opacity: 1;
  border-color: rgb(133 1 0 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(133 1 0 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
#ExhaustOptionSection .button_box .secondary_button:hover {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
#ExhaustOptionSection .button_box .main_button {
  width: 100%;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

/* exhaust list page */
#ExhaustListPage {
  min-height: 100vh;
  width: 100%;
  padding-top: 5rem;
  padding-bottom: 5rem;
}
@media (min-width: 768px) {
#ExhaustListPage {
    padding-top: 10rem;
    padding-bottom: 10rem;
}
}
#ExhaustListPage {
  overflow-x: hidden;
}
#ExhaustListPage .marquee_box {
  background-size: auto 28px;
  background-repeat: repeat-x;
  background-position: 0% 50%;
  filter: blur(0.3px);
  height: 4rem;
  width: 110%;
}
#ExhaustListPage .marquee_box.first {
  background-size: 900px 28px;
  animation: brandMarqueeLeft 20s linear infinite;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  position: relative;
  z-index: 10;
  transform-origin: left;
  --tw-translate-x: -0.25rem;
  --tw-rotate: 5deg;
  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));
}
@media (min-width: 768px) {
#ExhaustListPage .marquee_box.first {
    --tw-translate-y: 50%;
    --tw-rotate: 2deg;
    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));
}
}
#ExhaustListPage .marquee_box.second {
  background-size: 2100px 28px;
  animation: brandMarqueeRight 46.6s linear infinite;
  border-top-width: 1px;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
  position: relative;
  z-index: 0;
  transform-origin: left;
  --tw-translate-y: 50%;
  --tw-translate-x: -0.25rem;
  --tw-rotate: -5deg;
  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));
}
@media (min-width: 768px) {
#ExhaustListPage .marquee_box.second {
    --tw-translate-y: -50%;
    --tw-rotate: -2deg;
    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));
}
}
#ExhaustListCoverSection {
  position: relative;
  margin-bottom: 5rem;
  width: 100%;
}
#ExhaustListCoverSection .title_box {
  margin-bottom: 0.75rem;
}
@media (min-width: 768px) {
#ExhaustListCoverSection .title_box {
    margin-bottom: 1.25rem;
}
}
#ExhaustListCoverSection .title_box .title {
  font-size: 1.875rem;
  line-height: 2.25rem;
  font-weight: 700;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
@media (min-width: 768px) {
#ExhaustListCoverSection .title_box .title {
    font-size: 3rem;
    line-height: 1;
}
}
@media (min-width: 1024px) {
#ExhaustListCoverSection .title_box .title {
    font-size: 4.5rem;
    line-height: 1;
}
}
#ExhaustListCoverSection .title_box .title:nth-of-type(2) {
  font-size: 2.25rem;
  line-height: 2.5rem;
  --tw-text-opacity: 1;
  color: rgb(133 1 0 / var(--tw-text-opacity));
}
@media (min-width: 640px) {
#ExhaustListCoverSection .title_box .title:nth-of-type(2) {
    font-size: 3rem;
    line-height: 1;
}
}
@media (min-width: 768px) {
#ExhaustListCoverSection .title_box .title:nth-of-type(2) {
    font-size: 3.75rem;
    line-height: 1;
}
}
@media (min-width: 1024px) {
#ExhaustListCoverSection .title_box .title:nth-of-type(2) {
    font-size: 6rem;
    line-height: 1;
}
}
#ExhaustListCoverSection .tag_box {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 2.5rem;
  overflow: hidden;
}
#ExhaustListCoverSection .tag_box p {
  margin-right: 0.75rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
@media (min-width: 768px) {
#ExhaustListCoverSection .tag_box p {
    margin-right: 1.25rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}
}
#ExhaustListCoverSection .tag_box p {
  --tw-bg-opacity: 1;
  background-color: rgb(133 1 0 / var(--tw-bg-opacity));
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
@media (min-width: 768px) {
#ExhaustListCoverSection .tag_box p {
    font-size: 1.875rem;
    line-height: 2.25rem;
}
}

/* image_box */
#ExhaustListCoverSection .image_box {
  position: relative;
  margin-bottom: 2.5rem;
  width: 100%;
}
@media (min-width: 768px) {
#ExhaustListCoverSection .image_box {
    margin-bottom: 3.5rem;
}
}
#ExhaustListCoverSection .image_box {
  display: flex;
  align-items: center;
  justify-content: center;
}
#ExhaustListCoverSection .image_box img {
  position: relative;
  z-index: 0;
  display: block;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#ExhaustListCoverSection .image_box .lazyImageContainer:nth-of-type(1) {
  display: none;
}
@media (min-width: 1280px) {
#ExhaustListCoverSection .image_box .lazyImageContainer:nth-of-type(1) {
    display: block;
}
}
#ExhaustListCoverSection .image_box .lazyImageContainer:nth-of-type(2) {
  display: none;
}
@media (min-width: 1024px) {
#ExhaustListCoverSection .image_box .lazyImageContainer:nth-of-type(2) {
    display: block;
}
}
@media (min-width: 1280px) {
#ExhaustListCoverSection .image_box .lazyImageContainer:nth-of-type(2) {
    display: none;
}
}
#ExhaustListCoverSection .image_box .lazyImageContainer:nth-of-type(3) {
  display: block;
}
@media (min-width: 1024px) {
#ExhaustListCoverSection .image_box .lazyImageContainer:nth-of-type(3) {
    display: none;
}
}
#ExhaustListCoverSection .image_box .image_button_box {
  position: absolute;
  bottom: 0px;
  right: 1.25rem;
  z-index: 10;
}
@media (min-width: 768px) {
#ExhaustListCoverSection .image_box .image_button_box {
    right: 5rem;
}
}
#ExhaustListCoverSection .image_box .image_button_box {
  --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));
  display: none;
}
@media (min-width: 768px) {
#ExhaustListCoverSection .image_box .image_button_box {
    display: block;
}
}
#ExhaustListCoverSection .image_box button {
  height: 7rem;
  width: 7rem;
  border-radius: 9999px;
  padding: 0.5rem;
}
@media (min-width: 768px) {
#ExhaustListCoverSection .image_box button {
    height: 9rem;
    width: 9rem;
}
}
#ExhaustListCoverSection .image_box button span {
  display: block;
  height: 100%;
  width: 100%;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(133 1 0 / var(--tw-bg-opacity));
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
@media (min-width: 768px) {
#ExhaustListCoverSection .image_box button span {
    font-size: 1.25rem;
    line-height: 1.75rem;
}
}
#ExhaustListCoverSection .image_box button span {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
}
#ExhaustListCoverSection .image_box button:hover span {
  --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));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(133 1 0 / var(--tw-text-opacity));
}
#ExhaustListCoverSection .image_box button::after {
  content: "";
  background-image: url("data:image/svg+xml,%3csvg width=%27100%25%27 height=%27100%25%27 xmlns=%27http://www.w3.org/2000/svg%27%3e%3crect width=%27100%25%27 height=%27100%25%27 fill=%27none%27 rx=%27100%27 ry=%27100%27 stroke=%27rgb%28133 1 0%29%27 stroke-width=%275%27 stroke-dasharray=%275%2c 5%2c 5%27 stroke-dashoffset=%270%27 stroke-linecap=%27butt%27/%3e%3c/svg%3e");
  animation: spin 10s linear infinite;
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  z-index: 0;
  border-radius: 9999px;
}

/* text_box */
#ExhaustListCoverSection .text_box {
  width: 100%;
}
@media (min-width: 768px) {
#ExhaustListCoverSection .text_box {
    width: 50%;
}
}
#ExhaustListCoverSection .text_box {
  font-size: 0.875rem;
  line-height: 1.25rem;
  line-height: 2;
  --tw-text-opacity: 1;
  color: rgb(212 212 216 / var(--tw-text-opacity));
}
@media (min-width: 640px) {
#ExhaustListCoverSection .text_box {
    font-size: 1rem;
    line-height: 1.5rem;
    line-height: 2;
}
}
#ExhaustListCoverSection .button_box {
  margin-top: 2.5rem;
  display: block;
  width: 100%;
}
@media (min-width: 768px) {
#ExhaustListCoverSection .button_box {
    display: none;
}
}
#ExhaustListCoverSection .button_box .main_button {
  width: 100%;
}
@keyframes spin {
to {
    transform: rotate(360deg);
}
}
#ExhaustProductSection {
  position: relative;
  width: 100%;
  padding-top: 5rem;
}
#ExhaustProductSection .product_list {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  margin-left: -0.75rem;
  margin-right: -0.75rem;
}
#ExhaustProductSection .product_list li {
  margin-bottom: 1.5rem;
  width: 100%;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
@media (min-width: 640px) {
#ExhaustProductSection .product_list li {
    width: 50%;
}
}
@media (min-width: 1024px) {
#ExhaustProductSection .product_list li {
    width: 33.333333%;
}
}
@media (min-width: 1280px) {
#ExhaustProductSection .product_list li {
    width: 25%;
}
}
#ExhaustProductSection .product_list .card {
  position: relative;
  display: block;
  height: 100%;
  width: 100%;
  padding: 2rem;
  border-radius: 0.75rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(133 1 0 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(16 16 16 / var(--tw-bg-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
}
#ExhaustProductSection .product_list .card:hover {
  --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));
}
#ExhaustProductSection .product_list .card .image_box {
  position: relative;
  z-index: 10;
  width: 100%;
}
#ExhaustProductSection .product_list .card .image_box .tag {
  position: relative;
}
#ExhaustProductSection .product_list .card .image_box .tag span:nth-of-type(1) {
  -webkit-text-stroke: 1px rgb(133 1 0);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  filter: blur(0.3px);
  background-image: linear-gradient(
    0deg,
    rgba(133, 1, 0, 1) 50%,
    rgba(0, 0, 0, 0) 50%,
    rgba(0, 0, 0, 0) 100%
  );
  background-size: auto 200%;
  display: block;
  width: 100%;
  text-align: center;
  font-size: 2.25rem;
  line-height: 2.5rem;
  font-weight: 700;
  color: transparent;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
#ExhaustProductSection .product_list .card .image_box .tag span:nth-of-type(2) {
  display: block;
  width: 100%;
  text-align: center;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 900;
  --tw-text-opacity: 1;
  color: rgb(133 1 0 / var(--tw-text-opacity));
}
#ExhaustProductSection
  .product_list
  .card:hover
  .image_box
  .tag
  span:nth-of-type(1) {
  background-position: 0 100%;
}
#ExhaustProductSection .product_list .card .image_box img {
  position: relative;
  z-index: 10;
  width: 100%;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
}
#ExhaustProductSection .product_list .card:hover .image_box img {
  --tw-scale-x: 1.25;
  --tw-scale-y: 1.25;
  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));
}
#ExhaustProductSection .product_list .card .text_box {
  position: relative;
  z-index: 10;
  width: 100%;
}
#ExhaustProductSection .product_list .card .text_box h3 {
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(113 113 122 / var(--tw-text-opacity));
  margin-bottom: 0.5rem;
}
#ExhaustProductSection .product_list .card .text_box h3 span {
  display: block;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
#ExhaustProductSection .product_list .card .text_box .price {
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(133 1 0 / var(--tw-text-opacity));
}
#ExhaustCertificationSection {
  width: 100%;
  overflow: hidden;
  padding-top: 5rem;
}
#ExhaustCertificationSection .section_header {
  margin-bottom: 2.5rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
@media (min-width: 1024px) {
#ExhaustCertificationSection .section_header {
    margin-bottom: 5rem;
}
}
#ExhaustCertificationSection .section_header {
  position: relative;
  z-index: 10;
}
#ExhaustCertificationSection .section_header .title {
  margin-bottom: 0.5rem;
  text-align: center;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 700;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
@media (min-width: 640px) {
#ExhaustCertificationSection .section_header .title {
    font-weight: 900;
}
}
@media (min-width: 768px) {
#ExhaustCertificationSection .section_header .title {
    font-size: 2.25rem;
    line-height: 2.5rem;
}
}
@media (min-width: 1024px) {
#ExhaustCertificationSection .section_header .title {
    font-size: 3.75rem;
    line-height: 1;
}
}
#ExhaustCertificationSection .section_header .sub_title {
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(133 1 0 / var(--tw-text-opacity));
}
@media (min-width: 768px) {
#ExhaustCertificationSection .section_header .sub_title {
    font-weight: 900;
}
}
@media (min-width: 1024px) {
#ExhaustCertificationSection .section_header .sub_title {
    font-size: 1.5rem;
    line-height: 2rem;
}
}
#ExhaustCertificationSection .section_header .text_box {
  margin-bottom: 1.25rem;
}
@media (min-width: 768px) {
#ExhaustCertificationSection .section_header .text_box {
    margin-bottom: 0px;
}
}
#ExhaustCertificationSection .section_container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
#ExhaustCertificationSection .section_container .image_box {
  margin-bottom: 2.5rem;
  width: 100%;
}
@media (min-width: 1024px) {
#ExhaustCertificationSection .section_container .image_box {
    margin-bottom: 0px;
    width: 60%;
    padding-right: 5rem;
}
}
#ExhaustCertificationSection .section_container .image_box {
  /* @apply transform -translate-y-20; */
}
#ExhaustCertificationSection .section_container .image_box img {
  display: block;
  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));
}
@media (min-width: 1024px) {
#ExhaustCertificationSection .section_container .image_box img {
    --tw-rotate: -5deg;
    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));
}
}
#ExhaustCertificationSection .section_container .text_box {
  width: 100%;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
@media (min-width: 1024px) {
#ExhaustCertificationSection .section_container .text_box {
    width: 40%;
}
}
#ExhaustCertificationSection .section_container .text_box .title {
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 700;
}
@media (min-width: 768px) {
#ExhaustCertificationSection .section_container .text_box .title {
    font-size: 2.25rem;
    line-height: 2.5rem;
    font-weight: 900;
}
}
#ExhaustCertificationSection .section_container .text_box .sub_title {
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(133 1 0 / var(--tw-text-opacity));
}
@media (min-width: 768px) {
#ExhaustCertificationSection .section_container .text_box .sub_title {
    font-size: 1.875rem;
    line-height: 2.25rem;
}
}
#ExhaustCertificationSection .section_container .text_box .sub_title {
  margin-bottom: 2rem;
}
#ExhaustCertificationSection .section_container .text_box .content {
  margin-bottom: 2rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  line-height: 2;
}
@media (min-width: 640px) {
#ExhaustCertificationSection .section_container .text_box .content {
    font-size: 1rem;
    line-height: 1.5rem;
}
}
#ExhaustCertificationSection .section_container .text_box .button_box {
  display: flex;
  width: 100%;
  align-items: center;
}
#ExhaustCertificationSection
  .section_container
  .text_box
  .button_box
  a:nth-of-type(1) {
  margin-right: 1.25rem;
}

/* certification page */
#CertificationPage {
  min-height: 100vh;
  width: 100%;
  padding-bottom: 5rem;
}
@media (min-width: 768px) {
#CertificationPage {
    padding-bottom: 10rem;
}
}
#CertificationPage {
  overflow-x: hidden;
}
#CertificationCoverSection {
  position: relative;
  aspect-ratio: 3/4;
  width: 100%;
}
@media (min-width: 768px) {
#CertificationCoverSection {
    aspect-ratio: 1 / 1;
}
}
@media (min-width: 1024px) {
#CertificationCoverSection {
    aspect-ratio: 16 / 9;
}
}
#CertificationCoverSection img {
  position: relative;
  z-index: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#CertificationCoverSection .lazyImageContainer {
  opacity: 0.2;
}
#CertificationCoverSection .lazyImageContainer:nth-of-type(2) {
  display: none;
}
@media (min-width: 1024px) {
#CertificationCoverSection .lazyImageContainer:nth-of-type(2) {
    display: block;
}
}
#CertificationCoverSection .lazyImageContainer:nth-of-type(3) {
  display: none;
}
@media (min-width: 768px) {
#CertificationCoverSection .lazyImageContainer:nth-of-type(3) {
    display: block;
}
}
@media (min-width: 1024px) {
#CertificationCoverSection .lazyImageContainer:nth-of-type(3) {
    display: none;
}
}
#CertificationCoverSection .lazyImageContainer:nth-of-type(4) {
  display: block;
}
@media (min-width: 768px) {
#CertificationCoverSection .lazyImageContainer:nth-of-type(4) {
    display: none;
}
}
#CertificationCoverSection .dark_cover {
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: 0px;
  z-index: 10;
  height: 50%;
  background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
  --tw-gradient-from: transparent var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  --tw-gradient-to: #000 var(--tw-gradient-to-position);
}
#CertificationCoverSection .text_box {
  width: 100%;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
@media (min-width: 768px) {
#CertificationCoverSection .text_box {
    padding-left: 5rem;
    padding-right: 5rem;
}
}
@media (min-width: 1024px) {
#CertificationCoverSection .text_box {
    max-width: 1024px;
}
}
#CertificationCoverSection .text_box {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 20;
  --tw-translate-x: -50%;
  --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));
  text-align: center;
}
#CertificationCoverSection .text_box .title {
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(133 1 0 / var(--tw-text-opacity));
}
@media (min-width: 640px) {
#CertificationCoverSection .text_box .title {
    font-weight: 900;
}
}
@media (min-width: 768px) {
#CertificationCoverSection .text_box .title {
    font-size: 2.25rem;
    line-height: 2.5rem;
}
}
@media (min-width: 1024px) {
#CertificationCoverSection .text_box .title {
    font-size: 3.75rem;
    line-height: 1;
}
}
#CertificationCoverSection .text_box .title {
  margin-bottom: 0.75rem;
}
#CertificationCoverSection .text_box .sub_title {
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
@media (min-width: 1024px) {
#CertificationCoverSection .text_box .sub_title {
    font-size: 3rem;
    line-height: 1;
}
}
#CertificationCoverSection .text_box .sub_title {
  margin-bottom: 2.5rem;
}
#CertificationCoverSection .text_box .content {
  font-size: 0.875rem;
  line-height: 1.25rem;
  line-height: 2;
  --tw-text-opacity: 1;
  color: rgb(212 212 216 / var(--tw-text-opacity));
}
#CertificationModelSearchSection {
  position: relative;
  margin-bottom: 5rem;
  width: 100%;
}
#CertificationModelSearchSection .section_header {
  margin-bottom: 2.5rem;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-between;
}
#CertificationModelSearchSection .section_header .title {
  font-size: 1.875rem;
  line-height: 2.25rem;
  font-weight: 900;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
@media (min-width: 768px) {
#CertificationModelSearchSection .section_header .title {
    font-size: 2.25rem;
    line-height: 2.5rem;
}
}
@media (min-width: 1024px) {
#CertificationModelSearchSection .section_header .title {
    font-size: 3rem;
    line-height: 1;
}
}
#CertificationModelSearchSection .section_header .sub_title {
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(133 1 0 / var(--tw-text-opacity));
}
@media (min-width: 768px) {
#CertificationModelSearchSection .section_header .sub_title {
    font-size: 1.5rem;
    line-height: 2rem;
}
}
@media (min-width: 1024px) {
#CertificationModelSearchSection .section_header .sub_title {
    font-size: 1.875rem;
    line-height: 2.25rem;
}
}
#CertificationModelSearchSection .option_container {
  margin-bottom: 2.5rem;
  display: flex;
  width: 100%;
  align-items: stretch;
}
#CertificationModelSearchSection .option_box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 0.5rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(63 63 70 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(24 24 27 / var(--tw-bg-opacity));
  position: relative;
  width: 50%;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (min-width: 768px) {
#CertificationModelSearchSection .option_box {
    width: 16rem;
}
}
#CertificationModelSearchSection .option_box:nth-of-type(1) {
  margin-right: 1.25rem;
}
#CertificationModelSearchSection .option_box select {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  z-index: 20;
  height: 100%;
  width: 100%;
  opacity: 0;
}
#CertificationModelSearchSection .option_box .title {
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
#CertificationModelSearchSection .option_box .content {
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(113 113 122 / var(--tw-text-opacity));
}
#CertificationModelSearchSection .option_box span {
  font-size: 1.875rem;
  line-height: 2.25rem;
  --tw-text-opacity: 1;
  color: rgb(133 1 0 / var(--tw-text-opacity));
  position: absolute;
  top: 50%;
  right: 0.5rem;
  --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));
}

/* card_list */
#CertificationModelSearchSection .card_list {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: flex-start;
  margin-left: -0.75rem;
  margin-right: -0.75rem;
}
#CertificationModelSearchSection .card_list li {
  margin-bottom: 1.5rem;
  width: 100%;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
@media (min-width: 768px) {
#CertificationModelSearchSection .card_list li {
    width: 50%;
}
}
@media (min-width: 1024px) {
#CertificationModelSearchSection .card_list li {
    width: 33.333333%;
}
}
#CertificationModelSearchSection .card_list .card {
  background-image: url("data:image/svg+xml,%3csvg width=%27100%25%27 height=%27100%25%27 xmlns=%27http://www.w3.org/2000/svg%27%3e%3crect width=%27100%25%27 height=%27100%25%27 fill=%27none%27 stroke=%27rgba%28255,255,255,.3%29%27 stroke-width=%274%27 stroke-dasharray=%276%2c 14%27 stroke-dashoffset=%270%27 stroke-linecap=%27square%27/%3e%3c/svg%3e");
  height: 100%;
  width: 100%;
  padding: 1.25rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#CertificationModelSearchSection .card_list .card .title {
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
#CertificationModelSearchSection .card_list .card .content {
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(113 113 122 / var(--tw-text-opacity));
}
#CertificationModelSearchSection .card_list .card .status {
  border-radius: 0.375rem;
  --tw-bg-opacity: 1;
  background-color: rgb(133 1 0 / var(--tw-bg-opacity));
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  font-size: 0.875rem;
  line-height: 1.25rem;
}
#CertificationModelSearchSection .card_list .card .status.N {
  --tw-bg-opacity: 1;
  background-color: rgb(63 63 70 / var(--tw-bg-opacity));
}
#CertificationModelSearchSection .card_list .card .status.P {
  --tw-bg-opacity: 1;
  background-color: rgb(249 115 22 / var(--tw-bg-opacity));
}
#CertificationModelListSection {
  position: relative;
  margin-bottom: 5rem;
  width: 100%;
}
#CertificationModelListSection .section_header {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-between;
}
@media (min-width: 768px) {
#CertificationModelListSection .section_header {
    margin-bottom: 5rem;
}
}
#CertificationModelListSection .section_header .title {
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
@media (min-width: 640px) {
#CertificationModelListSection .section_header .title {
    font-weight: 900;
}
}
@media (min-width: 768px) {
#CertificationModelListSection .section_header .title {
    font-size: 2.25rem;
    line-height: 2.5rem;
}
}
@media (min-width: 1024px) {
#CertificationModelListSection .section_header .title {
    font-size: 3rem;
    line-height: 1;
}
}
#CertificationModelListSection .section_header .sub_title {
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(133 1 0 / var(--tw-text-opacity));
}
@media (min-width: 768px) {
#CertificationModelListSection .section_header .sub_title {
    font-size: 1.5rem;
    line-height: 2rem;
}
}
@media (min-width: 1024px) {
#CertificationModelListSection .section_header .sub_title {
    font-size: 1.875rem;
    line-height: 2.25rem;
}
}
#CertificationModelListSection .section_header .text_box {
  margin-bottom: 1.25rem;
}
@media (min-width: 768px) {
#CertificationModelListSection .section_header .text_box {
    margin-bottom: 0px;
}
}
#CertificationModelListSection .area_section {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 2.5rem;
}
@media (min-width: 768px) {
#CertificationModelListSection .area_section {
    margin-bottom: 0px;
}
}
#CertificationModelListSection .area_section {
  border-top-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(82 82 91 / var(--tw-border-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
#CertificationModelListSection .area_section .title_box {
  position: relative;
  width: 100%;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
@media (min-width: 768px) {
#CertificationModelListSection .area_section .title_box {
    width: 15rem;
}
}
@media (min-width: 1280px) {
#CertificationModelListSection .area_section .title_box {
    width: 18rem;
}
}
#CertificationModelListSection .area_section .title_box {
  /* @apply border-b md:border-none border-zinc-300; */
}
#CertificationModelListSection .area_section .title_box::after {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 0;
  height: 0.25rem;
  width: 5rem;
}
@media (min-width: 768px) {
#CertificationModelListSection .area_section .title_box::after {
    height: 0.5rem;
}
}
#CertificationModelListSection .area_section .title_box::after {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}
#CertificationModelListSection .area_section .title_box h3 {
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 700;
}
@media (min-width: 640px) {
#CertificationModelListSection .area_section .title_box h3 {
    font-size: 1.875rem;
    line-height: 2.25rem;
}
}
#CertificationModelListSection .area_section .title_box p {
  font-weight: 700;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(133 1 0 / var(--tw-text-opacity));
}
#CertificationModelListSection .area_section .shop_list {
  margin-bottom: 2.5rem;
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: flex-start;
}
@media (min-width: 768px) {
#CertificationModelListSection .area_section .shop_list {
    width: auto;
    flex: 1 1 0%;
}
}
#CertificationModelListSection .area_section .shop_list:nth-last-of-type(1) {
  margin-bottom: 0px;
}
#CertificationModelListSection .area_section .shop_list li {
  width: 100%;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
@media (min-width: 768px) {
#CertificationModelListSection .area_section .shop_list li {
    width: 50%;
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
}
}
@media (min-width: 1024px) {
#CertificationModelListSection .area_section .shop_list li {
    width: 33.333333%;
}
}
#CertificationModelListSection .area_section .shop_list li {
  border-top-width: 1px;
  border-style: dashed;
  --tw-border-opacity: 1;
  border-color: rgb(63 63 70 / var(--tw-border-opacity));
}
#CertificationModelListSection .area_section .shop_list li:nth-of-type(1) {
  border-top-width: 0px;
}
#CertificationModelListSection .area_section .shop_list li:nth-of-type(2) {
  border-top-width: 1px;
}
@media (min-width: 768px) {
#CertificationModelListSection .area_section .shop_list li:nth-of-type(2) {
    border-top-width: 0px;
}
}
#CertificationModelListSection .area_section .shop_list li:nth-of-type(3) {
  border-top-width: 1px;
}
@media (min-width: 1024px) {
#CertificationModelListSection .area_section .shop_list li:nth-of-type(3) {
    border-top-width: 0px;
}
}

/* @media (max-width: 1024px) {
    #CertificationModelListSection .area_section .shop_list li:nth-of-type(n + 3) {
      @apply md:border-t border-zinc-300;
    }
  } */
#CertificationModelListSection .area_section .shop_list li.xl_empty_block {
  display: none;
}
@media (min-width: 1024px) {
#CertificationModelListSection .area_section .shop_list li.xl_empty_block {
    display: block;
}
}
#CertificationModelListSection .area_section .shop_list li.lg_empty_block {
  display: none;
}
@media (min-width: 768px) {
#CertificationModelListSection .area_section .shop_list li.lg_empty_block {
    display: block;
}
}
@media (min-width: 1024px) {
#CertificationModelListSection .area_section .shop_list li.lg_empty_block {
    display: none;
}
}
#CertificationModelListSection .area_section .shop_list li > div {
  display: flex;
  height: 100%;
  flex-direction: column;
  padding-right: 1.25rem;
}
#CertificationModelListSection .area_section .shop_list li .title {
  margin-bottom: 0.5rem;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 700;
}
#CertificationModelListSection .area_section .shop_list li .phone {
  margin-bottom: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(161 161 170 / var(--tw-text-opacity));
}
#CertificationModelListSection .area_section .shop_list li .model_no_list {
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 500;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: flex-start;
}
#CertificationModelListSection .area_section .shop_list li .model_no_list p {
  margin-bottom: 0.5rem;
  margin-right: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(63 63 70 / var(--tw-bg-opacity));
  padding-left: 0.25rem;
  padding-right: 0.25rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  border-radius: 0.375rem;
}
#CertificationModelListSection .area_section .shop_list li .phone {
  flex: 1 1 0%;
}
#CertificationModelListSection .area_section .shop_list li .button_box {
  margin-top: 1rem;
}
#CertificationModelListSection .brand_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));
}
@media (min-width: 640px) {
#CertificationModelListSection .brand_title {
    font-size: 3.75rem;
    line-height: 1;
}
}
#CertificationModelListSection .brand_title {
  margin-bottom: 1.25rem;
}
#CertificationQuestionSection {
  position: relative;
  width: 100%;
}
#CertificationQuestionSection .section_header {
  margin-bottom: 2.5rem;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-between;
}
@media (min-width: 768px) {
#CertificationQuestionSection .section_header {
    margin-bottom: 5rem;
}
}
#CertificationQuestionSection .section_header .title {
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 700;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
@media (min-width: 640px) {
#CertificationQuestionSection .section_header .title {
    font-weight: 900;
}
}
@media (min-width: 768px) {
#CertificationQuestionSection .section_header .title {
    font-size: 2.25rem;
    line-height: 2.5rem;
}
}
@media (min-width: 1024px) {
#CertificationQuestionSection .section_header .title {
    font-size: 3rem;
    line-height: 1;
}
}
#CertificationQuestionSection .section_header .sub_title {
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(133 1 0 / var(--tw-text-opacity));
}
@media (min-width: 768px) {
#CertificationQuestionSection .section_header .sub_title {
    font-size: 1.5rem;
    line-height: 2rem;
}
}
@media (min-width: 1024px) {
#CertificationQuestionSection .section_header .sub_title {
    font-size: 1.875rem;
    line-height: 2.25rem;
}
}
#CertificationQuestionSection .section_header .text_box {
  margin-bottom: 1.25rem;
}
@media (min-width: 768px) {
#CertificationQuestionSection .section_header .text_box {
    margin-bottom: 0px;
}
}
#CertificationQuestionSection .question_list li {
  border-top-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(82 82 91 / var(--tw-border-opacity));
}
#CertificationQuestionSection .question_list .question_header {
  position: relative;
  width: 100%;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  padding-right: 3.5rem;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  cursor: pointer;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
#CertificationQuestionSection .question_list .question_header:hover,
#CertificationQuestionSection .question_list li.active .question_header {
  --tw-text-opacity: 1;
  color: rgb(133 1 0 / var(--tw-text-opacity));
}
#CertificationQuestionSection .question_list .question_header p {
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 700;
}
@media (min-width: 768px) {
#CertificationQuestionSection .question_list .question_header p {
    font-size: 1.5rem;
    line-height: 2rem;
}
}
#CertificationQuestionSection .question_list .question_header p {
  width: 3.5rem;
  flex-shrink: 0;
}
@media (min-width: 768px) {
#CertificationQuestionSection .question_list .question_header p {
    width: 9rem;
}
}
#CertificationQuestionSection .question_list .question_header h3 {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 700;
}
@media (min-width: 768px) {
#CertificationQuestionSection .question_list .question_header h3 {
    font-size: 1.25rem;
    line-height: 1.75rem;
}
}
#CertificationQuestionSection .question_list .question_header span {
  position: absolute;
  right: 0px;
  top: 50%;
  --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));
  font-size: 1.875rem;
  line-height: 2.25rem;
}
#CertificationQuestionSection .question_list .content {
  max-height: 0px;
  overflow: hidden;
  padding-bottom: 0px;
  padding-left: 0px;
}
@media (min-width: 768px) {
#CertificationQuestionSection .question_list .content {
    padding-right: 3rem;
    padding-left: 9rem;
}
}
#CertificationQuestionSection .question_list .content {
  font-size: 0.875rem;
  line-height: 1.25rem;
  line-height: 2;
  --tw-text-opacity: 1;
  color: rgb(212 212 216 / var(--tw-text-opacity));
}
@media (min-width: 640px) {
#CertificationQuestionSection .question_list .content {
    font-size: 1rem;
    line-height: 1.5rem;
}
}
#CertificationQuestionSection .question_list .content {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
}
#CertificationQuestionSection .question_list .content a {
  --tw-text-opacity: 1;
  color: rgb(133 1 0 / var(--tw-text-opacity));
}
#CertificationQuestionSection .question_list li.active .content {
  max-height: -moz-fit-content;
  max-height: fit-content;
  padding-bottom: 1.25rem;
  line-height: 2;
}
#CertificationFilterSection {
  position: relative;
  z-index: 10;
  margin-bottom: 2.5rem;
  display: block;
  width: 100%;
}
#CertificationFilterSection .section_container {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: flex-end;
  margin-left: -0.25rem;
  margin-right: -0.25rem;
}
@media (min-width: 768px) {
#CertificationFilterSection .section_container {
    margin-left: -10px;
    margin-right: -10px;
}
}
#CertificationFilterSection .option_group {
  width: 50%;
  flex-shrink: 0;
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}
@media (min-width: 768px) {
#CertificationFilterSection .option_group {
    padding-left: 10px;
    padding-right: 10px;
}
}
@media (min-width: 1024px) {
#CertificationFilterSection .option_group {
    width: 25%;
}
}

/* #CertificationFilterSection > div > div:nth-child(2) {
  @apply lg:hidden;
} */
#CertificationFilterSection .option_box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 0.5rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(63 63 70 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(24 24 27 / var(--tw-bg-opacity));
  position: relative;
  width: 100%;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
#CertificationFilterSection .option_box select {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  z-index: 20;
  height: 100%;
  width: 100%;
  opacity: 0;
}
#CertificationFilterSection .option_box input {
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
#CertificationFilterSection .option_box input:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
#CertificationFilterSection .option_box .title {
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(113 113 122 / var(--tw-text-opacity));
}
#CertificationFilterSection .option_box .content {
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
#CertificationFilterSection .option_box span {
  font-size: 1.875rem;
  line-height: 2.25rem;
  --tw-text-opacity: 1;
  color: rgb(133 1 0 / var(--tw-text-opacity));
  position: absolute;
  top: 50%;
  right: 0.5rem;
  --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));
}
#CertificationFilterSection .search_box {
  margin-bottom: 0.5rem;
  width: 100%;
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}
@media (min-width: 640px) {
#CertificationFilterSection .search_box {
    margin-bottom: 1.25rem;
}
}
@media (min-width: 768px) {
#CertificationFilterSection .search_box {
    padding-left: 10px;
    padding-right: 10px;
}
}
@media (min-width: 1024px) {
#CertificationFilterSection .search_box {
    margin-bottom: 0px;
    width: auto;
    flex: 1 1 0%;
}
}
#CertificationFilterSection .search_box .input_box {
  border-radius: 0.5rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(63 63 70 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(24 24 27 / var(--tw-bg-opacity));
  position: relative;
  height: 100%;
  width: 100%;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
#CertificationFilterSection .search_box input {
  width: 100%;
  background-color: transparent;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
#CertificationFilterSection .search_box input:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
#CertificationFilterSection .search_box .title {
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(113 113 122 / var(--tw-text-opacity));
  display: block;
  width: 100%;
}

/* news list page */
#NewsListPage {
  min-height: 100vh;
  width: 100%;
  padding-top: 5rem;
  padding-bottom: 5rem;
}
@media (min-width: 768px) {
#NewsListPage {
    padding-top: 10rem;
    padding-bottom: 10rem;
}
}
#NewsListPage .page_header {
  margin-bottom: 2.5rem;
}
@media (min-width: 768px) {
#NewsListPage .page_header {
    margin-bottom: 5rem;
}
}
#NewsListPage .page_header .title {
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
@media (min-width: 640px) {
#NewsListPage .page_header .title {
    font-weight: 900;
}
}
@media (min-width: 768px) {
#NewsListPage .page_header .title {
    font-size: 2.25rem;
    line-height: 2.5rem;
}
}
@media (min-width: 1024px) {
#NewsListPage .page_header .title {
    font-size: 3rem;
    line-height: 1;
}
}
#NewsListPage .page_header .sub_title {
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(133 1 0 / var(--tw-text-opacity));
}
@media (min-width: 768px) {
#NewsListPage .page_header .sub_title {
    font-size: 1.5rem;
    line-height: 2rem;
}
}
@media (min-width: 1024px) {
#NewsListPage .page_header .sub_title {
    font-size: 1.875rem;
    line-height: 2.25rem;
}
}

/* card list */
#NewsListPage .card_list {
  margin-left: -1.25rem;
  margin-right: -1.25rem;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}
#NewsListPage .card_list li {
  margin-bottom: 2.5rem;
  width: 100%;
  flex-shrink: 0;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
@media (min-width: 768px) {
#NewsListPage .card_list li {
    width: 50%;
}
}
@media (min-width: 1024px) {
#NewsListPage .card_list li {
    width: 33.333333%;
}
}
#NewsListPage .card_list li {
  /* @apply transform -translate-x-1/3; */
}
#NewsListPage .card_list li a {
  display: block;
}
#NewsListPage .card_list li a .image_box {
  margin-bottom: 0.75rem;
  aspect-ratio: 16 / 9;
  width: 100%;
  overflow: hidden;
}
#NewsListPage .card_list li a .image_box img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 500ms;
}
#NewsListPage .card_list li a:hover .image_box img {
  --tw-scale-x: 1.1;
  --tw-scale-y: 1.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));
}
#NewsListPage .card_list li a .title {
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
#NewsListPage .card_list li a:hover .title {
  --tw-text-opacity: 1;
  color: rgb(133 1 0 / var(--tw-text-opacity));
}
#NewsListPage .card_list li a .category_box {
  display: flex;
  align-items: center;
}
#NewsListPage .card_list li a .category_box span {
  --tw-text-opacity: 1;
  color: rgb(113 113 122 / var(--tw-text-opacity));
}
#NewsListPage .card_list li a .category_box .category {
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(113 113 122 / var(--tw-text-opacity));
}
#NewsListPage .card_list li a .category_box .date {
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(113 113 122 / var(--tw-text-opacity));
}
#NewsListPage .option_container {
  margin-bottom: 2.5rem;
  display: flex;
  width: 100%;
  align-items: stretch;
  justify-content: flex-end;
}
#NewsListPage .option_box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 0.5rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(63 63 70 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(24 24 27 / var(--tw-bg-opacity));
  position: relative;
  width: 100%;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (min-width: 768px) {
#NewsListPage .option_box {
    width: 20rem;
}
}
#NewsListPage .option_box select {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  z-index: 20;
  height: 100%;
  width: 100%;
  opacity: 0;
}
#NewsListPage .option_box .title {
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(113 113 122 / var(--tw-text-opacity));
}
#NewsListPage .option_box .content {
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
#NewsListPage .option_box span {
  font-size: 1.875rem;
  line-height: 2.25rem;
  --tw-text-opacity: 1;
  color: rgb(133 1 0 / var(--tw-text-opacity));
  position: absolute;
  top: 50%;
  right: 0.5rem;
  --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));
}

/* news page */
#NewsPage {
  min-height: 100vh;
  width: 100%;
  overflow-x: hidden;
  padding-top: 5rem;
  padding-bottom: 5rem;
}
@media (min-width: 768px) {
#NewsPage {
    padding-top: 10rem;
}
}
#NewsPage .page_header {
  margin-bottom: 2.5rem;
}
#NewsPage .page_header .title {
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
@media (min-width: 640px) {
#NewsPage .page_header .title {
    font-weight: 900;
}
}
@media (min-width: 768px) {
#NewsPage .page_header .title {
    font-size: 2.25rem;
    line-height: 2.5rem;
}
}
@media (min-width: 1024px) {
#NewsPage .page_header .title {
    font-size: 3rem;
    line-height: 1;
}
}
#NewsPage .page_header .title {
  margin-bottom: 0.75rem;
}
#NewsPage .page_header .sub_title_box {
  display: flex;
  align-items: center;
}
#NewsPage .page_header .sub_title_box .category {
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(133 1 0 / var(--tw-text-opacity));
}
@media (min-width: 640px) {
#NewsPage .page_header .sub_title_box .category {
    font-size: 1.25rem;
    line-height: 1.75rem;
}
}
#NewsPage .page_header .sub_title_box .category {
  margin-right: 1.25rem;
}
#NewsPage .page_header .sub_title_box .date {
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(113 113 122 / var(--tw-text-opacity));
}
@media (min-width: 640px) {
#NewsPage .page_header .sub_title_box .date {
    font-size: 1.25rem;
    line-height: 1.75rem;
}
}
#NewsPage .share_container {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
}
@media (min-width: 768px) {
#NewsPage .share_container {
    justify-content: flex-start;
}
}
#NewsPage .share_container {
  margin-bottom: 2.5rem;
}
#NewsPage .share_box {
  margin-bottom: 1.25rem;
  width: 100%;
  padding: 1rem;
}
@media (min-width: 768px) {
#NewsPage .share_box {
    margin-bottom: 0px;
    margin-right: 1.25rem;
    width: 13rem;
}
}
#NewsPage .share_box {
  display: flex;
  align-items: center;
  border-radius: 0.375rem;
  --tw-bg-opacity: 1;
  background-color: rgb(24 24 27 / var(--tw-bg-opacity));
}
#NewsPage .share_box p {
  margin-right: 1.25rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(113 113 122 / var(--tw-text-opacity));
}
#NewsPage .share_box button {
  margin-right: 1.25rem;
  height: 1.25rem;
  width: 1.25rem;
}
#NewsPage .share_box button:nth-last-of-type(1) {
  margin-right: 0px;
}
#NewsPage .share_box button img {
  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;
}
#NewsPage .share_box button:hover img {
  opacity: 0.3;
}
#NewsPage .editor_content {
  margin-bottom: 5rem;
}
#NewsPage .editor_content * {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
#NewsPage .button_box {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
#NewsPage .button_box .secondary_button {
  width: 100%;
}
@media (min-width: 768px) {
#NewsPage .button_box .secondary_button {
    width: 13rem;
}
}

/* about page */
#AboutCoverSection {
  position: relative;
  aspect-ratio: 1 / 1;
  width: 100%;
}
@media (min-width: 768px) {
#AboutCoverSection {
    aspect-ratio: 16 / 9;
}
}
#AboutCoverSection img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#AboutCoverSection .lazyImageContainer {
  opacity: 0.25;
}
#AboutCoverSection .lazyImageContainer:nth-of-type(1) {
  display: none;
}
@media (min-width: 768px) {
#AboutCoverSection .lazyImageContainer:nth-of-type(1) {
    display: block;
}
}
#AboutCoverSection .lazyImageContainer:nth-of-type(2) {
  display: block;
}
@media (min-width: 768px) {
#AboutCoverSection .lazyImageContainer:nth-of-type(2) {
    display: none;
}
}
#AboutCoverSection .text_box {
  width: 100%;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
@media (min-width: 768px) {
#AboutCoverSection .text_box {
    padding-left: 5rem;
    padding-right: 5rem;
}
}
@media (min-width: 1024px) {
#AboutCoverSection .text_box {
    max-width: 1024px;
}
}
#AboutCoverSection .text_box {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 20;
  --tw-translate-x: -50%;
  --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));
  text-align: center;
}
#AboutCoverSection .text_box .title {
  font-size: 1.875rem;
  line-height: 2.25rem;
  font-weight: 900;
  --tw-text-opacity: 1;
  color: rgb(133 1 0 / var(--tw-text-opacity));
}
@media (min-width: 768px) {
#AboutCoverSection .text_box .title {
    font-size: 2.25rem;
    line-height: 2.5rem;
}
}
@media (min-width: 1024px) {
#AboutCoverSection .text_box .title {
    font-size: 3.75rem;
    line-height: 1;
}
}
#AboutCoverSection .text_box .title {
  margin-bottom: 0.75rem;
}
#AboutCoverSection .text_box .sub_title {
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
@media (min-width: 768px) {
#AboutCoverSection .text_box .sub_title {
    font-size: 1.5rem;
    line-height: 2rem;
}
}
@media (min-width: 1024px) {
#AboutCoverSection .text_box .sub_title {
    font-size: 3rem;
    line-height: 1;
}
}
#AboutCoverSection .text_box .sub_title {
  margin-bottom: 2.5rem;
}
#AboutCoverSection .dark_cover {
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: 0px;
  z-index: 10;
  height: 33.333333%;
  background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
  --tw-gradient-from: transparent var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  --tw-gradient-to: #000 var(--tw-gradient-to-position);
}
#AboutBrandIntroSection {
  position: relative;
  margin-bottom: 5rem;
  width: 100%;
  padding-top: 5rem;
  padding-bottom: 5rem;
}
#AboutBrandIntroSection .section_header {
  margin-bottom: 2.5rem;
  width: 100%;
}
#AboutBrandIntroSection .section_header .title {
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 700;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
@media (min-width: 640px) {
#AboutBrandIntroSection .section_header .title {
    font-weight: 900;
}
}
@media (min-width: 768px) {
#AboutBrandIntroSection .section_header .title {
    font-size: 1.875rem;
    line-height: 2.25rem;
}
}
@media (min-width: 1024px) {
#AboutBrandIntroSection .section_header .title {
    font-size: 3rem;
    line-height: 1;
}
}
#AboutBrandIntroSection .section_header .title {
  margin-bottom: 1.25rem;
}
#AboutBrandIntroSection .section_header .sub_title {
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(133 1 0 / var(--tw-text-opacity));
}
@media (min-width: 768px) {
#AboutBrandIntroSection .section_header .sub_title {
    font-size: 1.875rem;
    line-height: 2.25rem;
}
}
@media (min-width: 1024px) {
#AboutBrandIntroSection .section_header .sub_title {
    font-size: 2.25rem;
    line-height: 2.5rem;
}
}
#AboutBrandIntroSection .image_box {
  position: relative;
  margin-bottom: 2.5rem;
  aspect-ratio: 16 / 9;
  width: 100%;
}
@media (min-width: 768px) {
#AboutBrandIntroSection .image_box {
    aspect-ratio: 21/9;
}
}
#AboutBrandIntroSection .image_box img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#AboutBrandIntroSection .image_box .lazyImageContainer:nth-of-type(1) {
  display: none;
}
@media (min-width: 768px) {
#AboutBrandIntroSection .image_box .lazyImageContainer:nth-of-type(1) {
    display: block;
}
}
#AboutBrandIntroSection .image_box .lazyImageContainer:nth-of-type(2) {
  display: block;
}
@media (min-width: 768px) {
#AboutBrandIntroSection .image_box .lazyImageContainer:nth-of-type(2) {
    display: none;
}
}
#AboutBrandIntroSection .content_box {
  width: 100%;
  font-size: 0.875rem;
  line-height: 1.25rem;
  line-height: 2;
  --tw-text-opacity: 1;
  color: rgb(212 212 216 / var(--tw-text-opacity));
}
@media (min-width: 640px) {
#AboutBrandIntroSection .content_box {
    font-size: 1rem;
    line-height: 1.5rem;
    line-height: 2;
}
}
@media (min-width: 1024px) {
#AboutBrandIntroSection .content_box {
    width: 66.666667%;
}
}
#AboutFirstIntroSection {
  position: relative;
  width: 100%;
}
@media (min-width: 768px) {
#AboutFirstIntroSection {
    margin-bottom: 5rem;
}
}
#AboutFirstIntroSection .section_header {
  position: relative;
  top: 0px;
  left: 0px;
  z-index: 10;
}
@media (min-width: 1024px) {
#AboutFirstIntroSection .section_header {
    position: absolute;
    left: 5rem;
}
}
@media (min-width: 1536px) {
#AboutFirstIntroSection .section_header {
    left: 0px;
}
}
#AboutFirstIntroSection .section_header {
  margin-bottom: 2.5rem;
}
@media (min-width: 1024px) {
#AboutFirstIntroSection .section_header {
    margin-bottom: 0px;
}
}
#AboutFirstIntroSection .section_header .title {
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 700;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
@media (min-width: 640px) {
#AboutFirstIntroSection .section_header .title {
    font-size: 3rem;
    line-height: 1;
    font-weight: 900;
}
}
@media (min-width: 1024px) {
#AboutFirstIntroSection .section_header .title {
    font-size: 3.75rem;
    line-height: 1;
}
}
@media (min-width: 1536px) {
#AboutFirstIntroSection .section_header .title {
    font-size: 4.5rem;
    line-height: 1;
}
}
#AboutFirstIntroSection .section_header .title {
  margin-bottom: 0.5rem;
}
#AboutFirstIntroSection .section_header .sub_title {
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(133 1 0 / var(--tw-text-opacity));
}
@media (min-width: 768px) {
#AboutFirstIntroSection .section_header .sub_title {
    font-size: 1.5rem;
    line-height: 2rem;
}
}
@media (min-width: 1024px) {
#AboutFirstIntroSection .section_header .sub_title {
    font-size: 2.25rem;
    line-height: 2.5rem;
}
}
#AboutFirstIntroSection .section_container {
  position: relative;
  z-index: 0;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-between;
}
#AboutFirstIntroSection .section_container .left_box {
  display: none;
  width: 100%;
}
@media (min-width: 1024px) {
#AboutFirstIntroSection .section_container .left_box {
    display: block;
    width: 40%;
}
}
#AboutFirstIntroSection .section_container .right_box {
  width: 100%;
}
@media (min-width: 1024px) {
#AboutFirstIntroSection .section_container .right_box {
    width: 60%;
    padding-left: 8rem;
}
}
#AboutFirstIntroSection .section_container .right_box .image_box {
  margin-bottom: 2.5rem;
  aspect-ratio: 16 / 9;
  width: 100%;
  overflow: hidden;
}
@media (min-width: 1024px) {
#AboutFirstIntroSection .section_container .right_box .image_box {
    aspect-ratio: 1 / 1;
}
}
#AboutFirstIntroSection .section_container .right_box .image_box img {
  display: block;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#AboutFirstIntroSection
  .section_container
  .right_box
  .image_box
  .lazyImageContainer:nth-of-type(1) {
  display: none;
}
@media (min-width: 1024px) {
#AboutFirstIntroSection
  .section_container
  .right_box
  .image_box
  .lazyImageContainer:nth-of-type(1) {
    display: block;
}
}
#AboutFirstIntroSection
  .section_container
  .right_box
  .image_box
  .lazyImageContainer:nth-of-type(2) {
  display: block;
}
@media (min-width: 1024px) {
#AboutFirstIntroSection
  .section_container
  .right_box
  .image_box
  .lazyImageContainer:nth-of-type(2) {
    display: none;
}
}
#AboutFirstIntroSection .section_container .right_box .text_box {
  font-size: 0.875rem;
  line-height: 1.25rem;
  line-height: 2;
  --tw-text-opacity: 1;
  color: rgb(212 212 216 / var(--tw-text-opacity));
}
@media (min-width: 640px) {
#AboutFirstIntroSection .section_container .right_box .text_box {
    font-size: 1rem;
    line-height: 1.5rem;
    line-height: 2;
}
}
#AboutFirstIntroSection .section_container .right_box .text_box {
  margin-bottom: 1.25rem;
}
#AboutFirstIntroSection .section_container .right_box .button_box a {
  width: 100%;
}
@media (min-width: 640px) {
#AboutFirstIntroSection .section_container .right_box .button_box a {
    width: 10rem;
}
}
#AboutSecondIntroSection {
  width: 100%;
  overflow: hidden;
  padding-top: 5rem;
  padding-bottom: 5rem;
}
@media (min-width: 768px) {
#AboutSecondIntroSection {
    margin-bottom: 5rem;
}
}
#AboutSecondIntroSection .section_header {
  margin-bottom: 2.5rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
}
@media (min-width: 1024px) {
#AboutSecondIntroSection .section_header {
    margin-bottom: 5rem;
}
}
#AboutSecondIntroSection .section_header {
  position: relative;
  z-index: 10;
}
#AboutSecondIntroSection .section_header .title {
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 700;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
@media (min-width: 640px) {
#AboutSecondIntroSection .section_header .title {
    font-size: 3rem;
    line-height: 1;
    font-weight: 900;
}
}
@media (min-width: 1024px) {
#AboutSecondIntroSection .section_header .title {
    font-size: 3.75rem;
    line-height: 1;
}
}
@media (min-width: 1536px) {
#AboutSecondIntroSection .section_header .title {
    font-size: 4.5rem;
    line-height: 1;
}
}
#AboutSecondIntroSection .section_header .title {
  margin-bottom: 0.75rem;
}
@media (min-width: 768px) {
#AboutSecondIntroSection .section_header .title {
    margin-bottom: 0px;
}
}
#AboutSecondIntroSection .section_header .title span {
  -webkit-text-stroke: 1px currentColor;
  -webkit-text-fill-color: transparent;
}
#AboutSecondIntroSection .section_header .sub_title {
  display: block;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(133 1 0 / var(--tw-text-opacity));
}
@media (min-width: 768px) {
#AboutSecondIntroSection .section_header .sub_title {
    display: none;
    font-size: 1.5rem;
    line-height: 2rem;
}
}
@media (min-width: 1024px) {
#AboutSecondIntroSection .section_header .sub_title {
    font-size: 2.25rem;
    line-height: 2.5rem;
}
}
#AboutSecondIntroSection .section_container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
#AboutSecondIntroSection .section_container .image_box {
  margin-bottom: 2.5rem;
  width: 100%;
}
@media (min-width: 1024px) {
#AboutSecondIntroSection .section_container .image_box {
    margin-bottom: 0px;
    width: 60%;
    padding-right: 5rem;
}
}
#AboutSecondIntroSection .section_container .image_box {
  /* @apply transform -translate-y-20; */
}
#AboutSecondIntroSection .section_container .image_box img {
  display: block;
  width: 100%;
}
#AboutSecondIntroSection .section_container .text_box {
  width: 100%;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
@media (min-width: 1024px) {
#AboutSecondIntroSection .section_container .text_box {
    width: 40%;
}
}
#AboutSecondIntroSection .section_container .text_box .title {
  display: none;
  font-size: 1.875rem;
  line-height: 2.25rem;
  font-weight: 700;
}
@media (min-width: 768px) {
#AboutSecondIntroSection .section_container .text_box .title {
    display: block;
    font-size: 2.25rem;
    line-height: 2.5rem;
    font-weight: 900;
}
}
#AboutSecondIntroSection .section_container .text_box .sub_title {
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(133 1 0 / var(--tw-text-opacity));
}
@media (min-width: 768px) {
#AboutSecondIntroSection .section_container .text_box .sub_title {
    font-size: 1.875rem;
    line-height: 2.25rem;
}
}
#AboutSecondIntroSection .section_container .text_box .sub_title {
  margin-bottom: 2rem;
  display: none;
}
@media (min-width: 768px) {
#AboutSecondIntroSection .section_container .text_box .sub_title {
    display: block;
}
}
#AboutSecondIntroSection .section_container .text_box .content {
  margin-bottom: 2rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  line-height: 2;
  --tw-text-opacity: 1;
  color: rgb(212 212 216 / var(--tw-text-opacity));
}
@media (min-width: 640px) {
#AboutSecondIntroSection .section_container .text_box .content {
    font-size: 1rem;
    line-height: 1.5rem;
    line-height: 2;
}
}
#AboutSecondIntroSection
  .section_container
  .text_box
  .button_box
  .secondary_button {
  width: 100%;
}
@media (min-width: 640px) {
#AboutSecondIntroSection
  .section_container
  .text_box
  .button_box
  .secondary_button {
    width: 13rem;
}
}
#AboutThirdIntroSection {
  position: relative;
  width: 100%;
}
@media (min-width: 768px) {
#AboutThirdIntroSection {
    margin-bottom: 5rem;
}
}
#AboutThirdIntroSection .section_header {
  position: relative;
  margin-bottom: 2.5rem;
}
@media (min-width: 1024px) {
#AboutThirdIntroSection .section_header {
    margin-bottom: 0px;
}
}
#AboutThirdIntroSection .section_header .title {
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 700;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
@media (min-width: 640px) {
#AboutThirdIntroSection .section_header .title {
    font-size: 3rem;
    line-height: 1;
    font-weight: 900;
}
}
@media (min-width: 1024px) {
#AboutThirdIntroSection .section_header .title {
    font-size: 3.75rem;
    line-height: 1;
}
}
@media (min-width: 1536px) {
#AboutThirdIntroSection .section_header .title {
    font-size: 4.5rem;
    line-height: 1;
}
}
#AboutThirdIntroSection .section_header .title {
  margin-bottom: 0.5rem;
}
#AboutThirdIntroSection .section_header .title:nth-of-type(2) {
  -webkit-text-stroke: 1px currentColor;
  -webkit-text-fill-color: transparent;
}
#AboutThirdIntroSection .section_header .sub_title {
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(133 1 0 / var(--tw-text-opacity));
}
@media (min-width: 768px) {
#AboutThirdIntroSection .section_header .sub_title {
    font-size: 1.5rem;
    line-height: 2rem;
}
}
@media (min-width: 1024px) {
#AboutThirdIntroSection .section_header .sub_title {
    font-size: 2.25rem;
    line-height: 2.5rem;
}
}
#AboutThirdIntroSection .section_container {
  position: relative;
  z-index: 0;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: space-between;
}
#AboutThirdIntroSection .section_container .left_box {
  display: flex;
  width: 100%;
  flex-direction: column-reverse;
}
@media (min-width: 1024px) {
#AboutThirdIntroSection .section_container .left_box {
    width: 40%;
    flex-direction: column;
}
}
#AboutThirdIntroSection .section_container .right_box {
  display: none;
  width: 100%;
}
@media (min-width: 1024px) {
#AboutThirdIntroSection .section_container .right_box {
    display: block;
    width: 60%;
    padding-left: 8rem;
}
}
#AboutThirdIntroSection .section_container .right_box .image_box {
  margin-bottom: 2.5rem;
  aspect-ratio: 16 / 9;
  width: 100%;
}
@media (min-width: 1024px) {
#AboutThirdIntroSection .section_container .right_box .image_box {
    aspect-ratio: 1 / 1;
}
}
#AboutThirdIntroSection .section_container .right_box .image_box img {
  display: block;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#AboutThirdIntroSection
  .section_container
  .right_box
  .image_box
  .lazyImageContainer:nth-of-type(1) {
  display: none;
}
@media (min-width: 1024px) {
#AboutThirdIntroSection
  .section_container
  .right_box
  .image_box
  .lazyImageContainer:nth-of-type(1) {
    display: block;
}
}
#AboutThirdIntroSection
  .section_container
  .right_box
  .image_box
  .lazyImageContainer:nth-of-type(2) {
  display: block;
}
@media (min-width: 1024px) {
#AboutThirdIntroSection
  .section_container
  .right_box
  .image_box
  .lazyImageContainer:nth-of-type(2) {
    display: none;
}
}
#AboutThirdIntroSection .section_container .text_box {
  font-size: 0.875rem;
  line-height: 1.25rem;
  line-height: 2;
  --tw-text-opacity: 1;
  color: rgb(212 212 216 / var(--tw-text-opacity));
}
@media (min-width: 640px) {
#AboutThirdIntroSection .section_container .text_box {
    font-size: 1rem;
    line-height: 1.5rem;
    line-height: 2;
}
}
#AboutThirdIntroSection .section_container .text_box {
  margin-bottom: 1.25rem;
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}
#AboutThirdIntroSection .section_container .right_box .button_box a {
  width: 100%;
}
@media (min-width: 640px) {
#AboutThirdIntroSection .section_container .right_box .button_box a {
    width: 10rem;
}
}
#AboutCompanyInfo {
  width: 100%;
  overflow: hidden;
  padding-bottom: 5rem;
}
#AboutCompanyInfo .section_header {
  margin-bottom: 2.5rem;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-between;
}
@media (min-width: 768px) {
#AboutCompanyInfo .section_header {
    margin-bottom: 5rem;
}
}
#AboutCompanyInfo .section_header .title {
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
@media (min-width: 640px) {
#AboutCompanyInfo .section_header .title {
    font-weight: 900;
}
}
@media (min-width: 768px) {
#AboutCompanyInfo .section_header .title {
    font-size: 2.25rem;
    line-height: 2.5rem;
}
}
@media (min-width: 1024px) {
#AboutCompanyInfo .section_header .title {
    font-size: 3rem;
    line-height: 1;
}
}
#AboutCompanyInfo .section_header .title span {
  -webkit-text-stroke: 1px currentColor;
  -webkit-text-fill-color: transparent;
}
#AboutCompanyInfo .section_header .sub_title {
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(133 1 0 / var(--tw-text-opacity));
}
@media (min-width: 768px) {
#AboutCompanyInfo .section_header .sub_title {
    font-size: 1.5rem;
    line-height: 2rem;
}
}
@media (min-width: 1024px) {
#AboutCompanyInfo .section_header .sub_title {
    font-size: 1.875rem;
    line-height: 2.25rem;
}
}
#AboutCompanyInfo .info_list {
  width: 100%;
}
#AboutCompanyInfo .info_list li {
  width: 100%;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  border-top-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(39 39 42 / var(--tw-border-opacity));
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
#AboutCompanyInfo .info_list li h4 {
  width: 5rem;
  flex-shrink: 0;
  font-size: 0.875rem;
  line-height: 1.25rem;
}
@media (min-width: 640px) {
#AboutCompanyInfo .info_list li h4 {
    width: 8rem;
    font-size: 1rem;
    line-height: 1.5rem;
}
}
@media (min-width: 1024px) {
#AboutCompanyInfo .info_list li h4 {
    width: 13rem;
}
}
#AboutCompanyInfo .info_list li h4 {
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(82 82 91 / var(--tw-text-opacity));
}
#AboutCompanyInfo .info_list li 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));
}
@media (min-width: 640px) {
#AboutCompanyInfo .info_list li p {
    font-size: 1rem;
    line-height: 1.5rem;
}
}
@media (min-width: 768px) {
#AboutCompanyInfo .info_list li p {
    font-size: 1.125rem;
    line-height: 1.75rem;
}
}
#AboutCompanyInfo .info_list li p {
  flex: 1 1 0%;
}

/* dealer list page */
#DealerListPage {
  min-height: 100vh;
  width: 100%;
  padding-top: 5rem;
  padding-bottom: 5rem;
}
@media (min-width: 768px) {
#DealerListPage {
    padding-top: 10rem;
    padding-bottom: 10rem;
}
}
#DealerListPage .page_header {
  margin-bottom: 2.5rem;
}
@media (min-width: 768px) {
#DealerListPage .page_header {
    margin-bottom: 5rem;
}
}
#DealerListPage .page_header .title {
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
@media (min-width: 640px) {
#DealerListPage .page_header .title {
    font-weight: 900;
}
}
@media (min-width: 768px) {
#DealerListPage .page_header .title {
    font-size: 2.25rem;
    line-height: 2.5rem;
}
}
@media (min-width: 1024px) {
#DealerListPage .page_header .title {
    font-size: 3rem;
    line-height: 1;
}
}
#DealerListPage .page_header .sub_title {
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(133 1 0 / var(--tw-text-opacity));
}
@media (min-width: 768px) {
#DealerListPage .page_header .sub_title {
    font-size: 1.5rem;
    line-height: 2rem;
}
}
@media (min-width: 1024px) {
#DealerListPage .page_header .sub_title {
    font-size: 1.875rem;
    line-height: 2.25rem;
}
}

/* option_container */
#DealerListPage .option_container {
  margin-bottom: 2.5rem;
  display: flex;
  width: 100%;
  justify-content: flex-end;
}
#DealerListPage .option_box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 0.5rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(63 63 70 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(24 24 27 / var(--tw-bg-opacity));
  position: relative;
  width: 100%;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (min-width: 768px) {
#DealerListPage .option_box {
    width: 20rem;
}
}
#DealerListPage .option_box select {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  z-index: 20;
  height: 100%;
  width: 100%;
  opacity: 0;
}
#DealerListPage .option_box .title {
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(113 113 122 / var(--tw-text-opacity));
}
#DealerListPage .option_box .content {
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
#DealerListPage .option_box span {
  font-size: 1.875rem;
  line-height: 2.25rem;
  --tw-text-opacity: 1;
  color: rgb(133 1 0 / var(--tw-text-opacity));
  position: absolute;
  top: 50%;
  right: 0.5rem;
  --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));
}

/* area_section */
#DealerListPage .area_section {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 2.5rem;
}
@media (min-width: 768px) {
#DealerListPage .area_section {
    margin-bottom: 0px;
}
}
#DealerListPage .area_section {
  border-top-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(82 82 91 / var(--tw-border-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
#DealerListPage .area_section .title_box {
  position: relative;
  width: 100%;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
@media (min-width: 768px) {
#DealerListPage .area_section .title_box {
    width: 15rem;
}
}
@media (min-width: 1280px) {
#DealerListPage .area_section .title_box {
    width: 18rem;
}
}
#DealerListPage .area_section .title_box {
  /* @apply border-b md:border-none border-zinc-300; */
}
#DealerListPage .area_section .title_box::after {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 0;
  height: 0.25rem;
  width: 5rem;
}
@media (min-width: 768px) {
#DealerListPage .area_section .title_box::after {
    height: 0.5rem;
}
}
#DealerListPage .area_section .title_box::after {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}
#DealerListPage .area_section .title_box h3 {
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 700;
}
@media (min-width: 768px) {
#DealerListPage .area_section .title_box h3 {
    font-size: 1.5rem;
    line-height: 2rem;
}
}
#DealerListPage .area_section .title_box p {
  font-weight: 700;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(133 1 0 / var(--tw-text-opacity));
}
#DealerListPage .area_section .shop_list {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: flex-start;
}
@media (min-width: 768px) {
#DealerListPage .area_section .shop_list {
    width: auto;
    flex: 1 1 0%;
}
}
#DealerListPage .area_section .shop_list li {
  width: 100%;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
@media (min-width: 768px) {
#DealerListPage .area_section .shop_list li {
    width: 50%;
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
}
}
@media (min-width: 1024px) {
#DealerListPage .area_section .shop_list li {
    width: 33.333333%;
}
}
#DealerListPage .area_section .shop_list li {
  border-top-width: 1px;
  border-style: dashed;
  --tw-border-opacity: 1;
  border-color: rgb(63 63 70 / var(--tw-border-opacity));
}
#DealerListPage .area_section .shop_list li:nth-of-type(1) {
  border-top-width: 0px;
}
#DealerListPage .area_section .shop_list li:nth-of-type(2) {
  border-top-width: 1px;
}
@media (min-width: 768px) {
#DealerListPage .area_section .shop_list li:nth-of-type(2) {
    border-top-width: 0px;
}
}
#DealerListPage .area_section .shop_list li:nth-of-type(3) {
  border-top-width: 1px;
}
@media (min-width: 1024px) {
#DealerListPage .area_section .shop_list li:nth-of-type(3) {
    border-top-width: 0px;
}
}

/* @media (max-width: 1024px) {
    #DealerListPage .area_section .shop_list li:nth-of-type(n + 3) {
      @apply md:border-t border-zinc-300;
    }
  } */
#DealerListPage .area_section .shop_list li.xl_empty_block {
  display: none;
}
@media (min-width: 1024px) {
#DealerListPage .area_section .shop_list li.xl_empty_block {
    display: block;
}
}
#DealerListPage .area_section .shop_list li.lg_empty_block {
  display: none;
}
@media (min-width: 768px) {
#DealerListPage .area_section .shop_list li.lg_empty_block {
    display: block;
}
}
@media (min-width: 1024px) {
#DealerListPage .area_section .shop_list li.lg_empty_block {
    display: none;
}
}
#DealerListPage .area_section .shop_list li > div {
  display: flex;
  height: 100%;
  flex-direction: column;
  padding-right: 1.25rem;
}
#DealerListPage .area_section .shop_list li .title {
  margin-bottom: 0.75rem;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 700;
}
#DealerListPage .area_section .shop_list li .phone {
  margin-bottom: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(161 161 170 / var(--tw-text-opacity));
}
#DealerListPage .area_section .shop_list li .address {
  margin-bottom: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(161 161 170 / var(--tw-text-opacity));
  text-decoration-line: underline;
}
#DealerListPage .area_section .shop_list li .address span {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
#DealerListPage .area_section .shop_list li .phone {
  flex: 1 1 0%;
}
#DealerListPage .area_section .shop_list li .button_box {
  margin-top: 1rem;
}

/* contact page */
#ContactPage {
  width: 100%;
  padding-top: 5rem;
  padding-bottom: 5rem;
}
@media (min-width: 768px) {
#ContactPage {
    padding-top: 10rem;
    padding-bottom: 10rem;
}
}
#ContactPage .page_header {
  margin-bottom: 2.5rem;
}
@media (min-width: 768px) {
#ContactPage .page_header {
    margin-bottom: 5rem;
}
}
#ContactPage .page_header .title {
  font-size: 1.875rem;
  line-height: 2.25rem;
  font-weight: 900;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
@media (min-width: 768px) {
#ContactPage .page_header .title {
    font-size: 2.25rem;
    line-height: 2.5rem;
}
}
@media (min-width: 1024px) {
#ContactPage .page_header .title {
    font-size: 3rem;
    line-height: 1;
}
}
#ContactPage .page_header .sub_title {
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(133 1 0 / var(--tw-text-opacity));
}
@media (min-width: 768px) {
#ContactPage .page_header .sub_title {
    font-size: 1.5rem;
    line-height: 2rem;
}
}
@media (min-width: 1024px) {
#ContactPage .page_header .sub_title {
    font-size: 1.875rem;
    line-height: 2.25rem;
}
}
#ContactPage .section_container {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
}

/* info_box */
#ContactPage .info_box {
  margin-bottom: 5rem;
  width: 100%;
}
@media (min-width: 1024px) {
#ContactPage .info_box {
    margin-bottom: 0px;
    width: 50%;
    padding-right: 2.5rem;
}
}
#ContactPage .info_box .content {
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(161 161 170 / var(--tw-text-opacity));
  margin-bottom: 2.5rem;
}
#ContactPage .info_box .content_box h4 {
  margin-bottom: 0.5rem;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
#ContactPage .info_box .content_box p {
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(161 161 170 / var(--tw-text-opacity));
}
#ContactPage .info_box .button_box {
  margin-top: 2rem;
}
#ContactPage .form_box {
  width: 100%;
}
@media (min-width: 1024px) {
#ContactPage .form_box {
    width: 50%;
    padding-left: 2.5rem;
}
}
#ContactPage .form_box {
  /* @apply border rounded-md border-zinc-600; */
}
#ContactPage .form_box .header_box {
  margin-bottom: 1.25rem;
}
#ContactPage .form_box .header_box h4 {
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
#ContactPage .form_box .form_group {
  margin-bottom: 0.5rem;
  width: 100%;
}
#ContactPage .form_box .form_group label {
  margin-bottom: 0.5rem;
  display: block;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
#ContactPage .form_box .form_group input {
  display: block;
  width: 100%;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  border-radius: 0.125rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(113 113 122 / var(--tw-border-opacity));
}
#ContactPage .form_box .form_group textarea {
  display: block;
  min-height: 11rem;
  width: 100%;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  border-radius: 0.125rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(113 113 122 / var(--tw-border-opacity));
}
#ContactPage .form_box .form_group .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));
  opacity: 0;
}
#ContactPage .form_box .form_group .error_message.active {
  opacity: 1;
}
#ContactPage .form_box .button_box {
  width: 100%;
}
#ContactPage .form_box .button_box .secondary_button {
  width: 100%;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

/* terms page */
#TermsPage {
  min-height: 100vh;
  width: 100%;
  padding-top: 5rem;
  padding-bottom: 5rem;
}
@media (min-width: 768px) {
#TermsPage {
    padding-top: 10rem;
    padding-bottom: 10rem;
}
}
#TermsPage .page_header {
  margin-bottom: 2.5rem;
}
@media (min-width: 768px) {
#TermsPage .page_header {
    margin-bottom: 5rem;
}
}
#TermsPage .page_header .title {
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
@media (min-width: 640px) {
#TermsPage .page_header .title {
    font-weight: 900;
}
}
@media (min-width: 768px) {
#TermsPage .page_header .title {
    font-size: 2.25rem;
    line-height: 2.5rem;
}
}
@media (min-width: 1024px) {
#TermsPage .page_header .title {
    font-size: 3rem;
    line-height: 1;
}
}
#TermsPage .page_header .sub_title {
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(133 1 0 / var(--tw-text-opacity));
}
@media (min-width: 768px) {
#TermsPage .page_header .sub_title {
    font-size: 1.5rem;
    line-height: 2rem;
}
}
@media (min-width: 1024px) {
#TermsPage .page_header .sub_title {
    font-size: 1.875rem;
    line-height: 2.25rem;
}
}
#TermsPage .page_header .sub_title {
  margin-bottom: 1.25rem;
}
#TermsPage .page_header .date {
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(113 113 122 / var(--tw-text-opacity));
}
#TermsPage .editor_content {
  line-height: 2;
  --tw-text-opacity: 1;
  color: rgb(212 212 216 / var(--tw-text-opacity));
}

/* product list page */
#ProductListPage {
  position: relative;
  z-index: 10;
  min-height: 100vh;
  width: 100%;
}
#ProductListPage .page_container {
  display: flex;
  width: 100%;
  align-items: flex-start;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
@media (min-width: 768px) {
#ProductListPage .page_container {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
}
}
#ProductListCoverSection {
  position: relative;
  height: 500px;
  width: 100%;
  overflow: hidden;
  display: flex;
  align-items: center;
}
#ProductListCoverSection .background_box {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 0;
  height: 500px;
  width: 100vw;
}
#ProductListCoverSection .background_box.pc {
  display: none;
}
@media (min-width: 768px) {
#ProductListCoverSection .background_box.pc {
    display: block;
}
}
#ProductListCoverSection .background_box.mb {
  display: block;
}
@media (min-width: 768px) {
#ProductListCoverSection .background_box.mb {
    display: none;
}
}
#ProductListCoverSection .background_box div {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
  --tw-bg-opacity: 0.6;
}
@media (min-width: 768px) {
#ProductListCoverSection .background_box div {
    --tw-bg-opacity: 0.3;
}
}
#ProductListCoverSection .section_container {
  position: relative;
  z-index: 10;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
@media (min-width: 768px) {
#ProductListCoverSection .section_container {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
}
}
#ProductListCoverSection .section_container .title {
  font-size: 1.875rem;
  line-height: 2.25rem;
  font-weight: 700;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
@media (min-width: 640px) {
#ProductListCoverSection .section_container .title {
    font-weight: 900;
}
}
@media (min-width: 768px) {
#ProductListCoverSection .section_container .title {
    font-size: 3.75rem;
    line-height: 1;
}
}
#ProductListCoverSection .section_container .sub_title {
  margin-bottom: 1.25rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
@media (min-width: 768px) {
#ProductListCoverSection .section_container .sub_title {
    font-size: 1.25rem;
    line-height: 1.75rem;
}
}
#ProductListCoverSection .section_container .content {
  width: 100%;
  max-width: 28rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
#ProductListFilterSection {
  position: relative;
  z-index: 10;
  display: block;
  width: 100%;
  padding-top: 2.5rem;
}
#ProductListFilterSection .section_container {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: flex-end;
  margin-left: -0.25rem;
  margin-right: -0.25rem;
}
@media (min-width: 768px) {
#ProductListFilterSection .section_container {
    margin-left: -10px;
    margin-right: -10px;
}
}
#ProductListFilterSection .option_group {
  width: 50%;
  flex-shrink: 0;
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}
@media (min-width: 768px) {
#ProductListFilterSection .option_group {
    padding-left: 10px;
    padding-right: 10px;
}
}
@media (min-width: 1024px) {
#ProductListFilterSection .option_group {
    width: 25%;
}
#ProductListFilterSection > div > div:nth-child(2) {
    display: none;
}
}
#ProductListFilterSection .option_box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 0.5rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(63 63 70 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(24 24 27 / var(--tw-bg-opacity));
  position: relative;
  width: 100%;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
#ProductListFilterSection .option_box select {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  z-index: 20;
  height: 100%;
  width: 100%;
  opacity: 0;
}
#ProductListFilterSection .option_box input {
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
#ProductListFilterSection .option_box input:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
#ProductListFilterSection .option_box .title {
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(113 113 122 / var(--tw-text-opacity));
}
#ProductListFilterSection .option_box .content {
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
#ProductListFilterSection .option_box span {
  font-size: 1.875rem;
  line-height: 2.25rem;
  --tw-text-opacity: 1;
  color: rgb(133 1 0 / var(--tw-text-opacity));
  position: absolute;
  top: 50%;
  right: 0.5rem;
  --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));
}
#ProductListFilterSection .search_box {
  margin-bottom: 0.5rem;
  width: 100%;
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}
@media (min-width: 640px) {
#ProductListFilterSection .search_box {
    margin-bottom: 1.25rem;
}
}
@media (min-width: 768px) {
#ProductListFilterSection .search_box {
    padding-left: 10px;
    padding-right: 10px;
}
}
@media (min-width: 1024px) {
#ProductListFilterSection .search_box {
    margin-bottom: 0px;
    width: auto;
    flex: 1 1 0%;
}
}
#ProductListFilterSection .search_box .input_box {
  border-radius: 0.5rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(63 63 70 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(24 24 27 / var(--tw-bg-opacity));
  position: relative;
  height: 100%;
  width: 100%;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
#ProductListFilterSection .search_box input {
  width: 100%;
  background-color: transparent;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
#ProductListFilterSection .search_box input:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
#ProductListFilterSection .search_box .title {
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(113 113 122 / var(--tw-text-opacity));
  display: block;
  width: 100%;
}
#ProductListCategorySection {
  position: relative;
  display: none;
  width: 18rem;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  padding-right: 1.25rem;
}
@media (min-width: 1024px) {
#ProductListCategorySection {
    display: block;
}
}
@media (min-width: 1536px) {
#ProductListCategorySection {
    width: 340px;
}
}
#ProductListCategorySection {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
  --tw-border-opacity: 0.1;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
#ProductListCategorySection .title_box {
  margin-bottom: 1.25rem;
  width: 100%;
  overflow: hidden;
}
#ProductListCategorySection .title_box p {
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 700;
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgb(133 1 0 / var(--tw-text-opacity));
}
@media (min-width: 768px) {
#ProductListCategorySection .title_box p {
    font-size: 1.875rem;
    line-height: 2.25rem;
}
}
#ProductListCategorySection .title_box i {
  margin-left: 0.75rem;
  margin-right: 0.75rem;
  display: block;
  width: 1px;
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}
@media (min-width: 768px) {
#ProductListCategorySection .title_box i {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
}
}
#ProductListCategorySection .title_box h2 {
  align-self: flex-end;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 700;
}
@media (min-width: 1024px) {
#ProductListCategorySection .title_box h2 {
    font-size: 1rem;
    line-height: 1.5rem;
}
}

/* menu_list */
#ProductListCategorySection .menu_list li {
  margin-bottom: 1rem;
}
#ProductListCategorySection .menu_list li a {
  position: relative;
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 1rem;
  padding-right: 1rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: 700;
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(24 24 27 / var(--tw-bg-opacity));
  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: 300ms;
}
#ProductListCategorySection .menu_list li a:hover,
#ProductListCategorySection .menu_list li a.active {
  --tw-bg-opacity: 1;
  background-color: rgb(133 1 0 / var(--tw-bg-opacity));
}
#ProductListCategorySection .menu_list li a p {
  position: relative;
  display: inline-block;
  line-height: 1;
}
#ProductListCategorySection .menu_list li a span {
  display: block;
  overflow: hidden;
}
#ProductListCategorySection .menu_list li a span::before {
  display: block;
}
#ProductListSection {
  flex: 1 1 0%;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
#ProductListSection .card_list {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: flex-start;
  margin-left: -0.25rem;
  margin-right: -0.25rem;
}
@media (min-width: 768px) {
#ProductListSection .card_list {
    margin-left: -10px;
    margin-right: -10px;
}
}
#ProductListSection .card_list li {
  margin-bottom: 2rem;
  width: 50%;
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}
@media (min-width: 768px) {
#ProductListSection .card_list li {
    width: 33.333333%;
    padding-left: 10px;
    padding-right: 10px;
}
}
@media (min-width: 1536px) {
#ProductListSection .card_list li {
    width: 25%;
}
}
#ProductCard {
  -webkit-user-drag: none;
  user-drag: none;
  -webkit-user-select: none;
  -moz-user-select: none;
       user-select: none;
  display: block;
  height: 100%;
  width: 100%;
}
#ProductCard .image_box {
  position: relative;
  margin-bottom: 0.5rem;
  aspect-ratio: 1 / 1;
  width: 100%;
  overflow: hidden;
  border-radius: 0.375rem;
}
#ProductCard .image_box img {
  -webkit-user-drag: none;
  user-drag: none;
  -webkit-user-select: none;
  -moz-user-select: none;
       user-select: none;
  position: relative;
  z-index: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#ProductCard .image_box.show_tag img {
  opacity: 0.3;
}
#ProductCard .image_box span {
  position: absolute;
  bottom: 1.25rem;
  left: 50%;
  z-index: 10;
  --tw-translate-x: -50%;
  --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));
  opacity: 0;
  display: inline-block;
  width: 80%;
  border-radius: 0.375rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
  text-align: center;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
@media (min-width: 768px) {
#ProductCard .image_box span {
    font-size: 0.875rem;
    line-height: 1.25rem;
}
}
#ProductCard .image_box.show_tag span {
  --tw-translate-y: 0px;
  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));
  opacity: 1;
}
@media (min-width: 768px) {
#ProductCard:hover .image_box span {
    --tw-translate-y: 0px;
    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));
    opacity: 1;
}
}
#ProductCard .title {
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
@media (min-width: 640px) {
#ProductCard .title {
    font-size: 1rem;
    line-height: 1.5rem;
}
}

/* tag_box */
#ProductCard .tag_box {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
}
#ProductCard .tag_box .tag {
  margin-right: 0.5rem;
  font-size: 0.75rem;
  line-height: 1rem;
  --tw-text-opacity: 1;
  color: rgb(113 113 122 / var(--tw-text-opacity));
}

/* price_box */
#ProductCard .price_box {
  margin-top: 0.5rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
}
#ProductCard .price_box .sell_price {
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
#ProductCard .price_box .price {
  margin-left: 0.5rem;
  font-size: 0.75rem;
  line-height: 1rem;
  --tw-text-opacity: 1;
  color: rgb(113 113 122 / var(--tw-text-opacity));
  text-decoration-line: line-through;
}
#ProductCard .price_box .sold_out_price {
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(133 1 0 / var(--tw-text-opacity));
}

/* product page */
#ProductPage {
  min-height: 100vh;
  width: 100%;
  padding-top: 5rem;
  padding-bottom: 5rem;
}
@media (min-width: 768px) {
#ProductPage {
    padding-top: 10rem;
    padding-bottom: 10rem;
}
}
#ProductPage .main_container {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
}
#ProductGallerySection {
  margin-bottom: 2.5rem;
  width: 100%;
}
@media (min-width: 768px) {
#ProductGallerySection {
    margin-bottom: 0px;
    width: 50%;
}
}
@media (min-width: 1280px) {
#ProductGallerySection {
    width: 66.666667%;
    padding-right: 2.5rem;
}
}
#ProductGallerySection .pc_image_container {
  display: none;
  width: 100%;
  flex-wrap: wrap;
  align-items: stretch;
}
@media (min-width: 768px) {
#ProductGallerySection .pc_image_container {
    display: flex;
}
}
#ProductGallerySection .pc_image_container > div {
  margin-bottom: 1.5rem;
  width: 100%;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
@media (min-width: 1280px) {
#ProductGallerySection .pc_image_container > div {
    width: 50%;
}
}
#ProductGallerySection .pc_image_container .image_box {
  aspect-ratio: 1 / 1;
  width: 100%;
  overflow: hidden;
  border-radius: 0.5rem;
}
#ProductGallerySection .pc_image_container .image_box img {
  display: block;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#ProductGallerySection .mb_image_container {
  margin-bottom: 0.5rem;
  display: flex;
  width: 100%;
  align-items: stretch;
  overflow: hidden;
}
@media (min-width: 768px) {
#ProductGallerySection .mb_image_container {
    display: none;
}
}
#ProductGallerySection .mb_image_container > div {
  width: 100%;
  flex-shrink: 0;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
#ProductGallerySection .mb_image_container .image_box {
  aspect-ratio: 1 / 1;
  width: 100%;
  flex-shrink: 0;
  overflow: hidden;
}
#ProductGallerySection .mb_image_container .image_box img {
  display: block;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* image_bullet_box */
#ProductGallerySection .image_bullet_box {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
}
@media (min-width: 768px) {
#ProductGallerySection .image_bullet_box {
    display: none;
}
}
#ProductGallerySection .image_bullet_box {
  position: relative;
  overflow: hidden;
}
#ProductGallerySection .image_bullet_box li {
  width: 20%;
  flex-shrink: 0;
}
#ProductGallerySection .image_bullet_box .image_box {
  width: 20%;
  flex-shrink: 0;
  padding-left: 0.25rem;
  padding-right: 0.25rem;
  line-height: 1;
}
@media (min-width: 640px) {
#ProductGallerySection .image_bullet_box .image_box {
    width: 16.666667%;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
}
}
#ProductGallerySection .image_bullet_box .image_box button {
  aspect-ratio: 1 / 1;
  width: 100%;
  border-width: 1px;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
  --tw-border-opacity: 0.1;
}
@media (min-width: 768px) {
#ProductGallerySection .image_bullet_box .image_box button:hover {
    --tw-border-opacity: 1;
}
}
#ProductGallerySection .image_bullet_box .image_box button {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
#ProductGallerySection .image_bullet_box .image_box.active button {
  --tw-border-opacity: 1;
}
#ProductGallerySection .image_bullet_box .image_box button img {
  -webkit-user-drag: none;
  user-drag: none;
  -webkit-user-select: none;
  -moz-user-select: none;
       user-select: none;
  pointer-events: none;
}
#ProductGallerySection .image_bullet_box .next_btn {
  position: absolute;
  top: 0px;
  bottom: 0px;
  right: 0px;
  z-index: 20;
  width: 2.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
  font-size: 1.875rem;
  line-height: 2.25rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
#ProductGallerySection .image_bullet_box .next_btn::before {
  content: "";
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  z-index: 0;
  width: 4rem;
  --tw-translate-x: -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));
  background-image: linear-gradient(to left, var(--tw-gradient-stops));
  --tw-gradient-from: rgba(0,0,0,.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgba(0, 0, 0, 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  --tw-gradient-to: transparent var(--tw-gradient-to-position);
  pointer-events: none;
}
#ProductInfoSection {
  width: 100%;
}
@media (min-width: 768px) {
#ProductInfoSection {
    width: 50%;
    padding-left: 2.5rem;
}
}
@media (min-width: 1280px) {
#ProductInfoSection {
    width: 33.333333%;
}
}
#ProductInfoSection h1.title {
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
@media (min-width: 640px) {
#ProductInfoSection h1.title {
    font-size: 1.5rem;
    line-height: 2rem;
}
}
@media (min-width: 768px) {
#ProductInfoSection h1.title {
    font-size: 2.25rem;
    line-height: 2.5rem;
}
}
#ProductInfoSection h1.title {
  margin-bottom: 0.5rem;
}

/* price box */
#ProductInfoSection .price_box:nth-of-type(1) {
  display: flex;
  align-items: center;
  margin-bottom: 1.25rem;
  padding-bottom: 1.25rem;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(39 39 42 / var(--tw-border-opacity));
}
#ProductInfoSection .sell_price {
  font-size: 1.125rem;
  line-height: 1.75rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
@media (min-width: 640px) {
#ProductInfoSection .sell_price {
    font-size: 1.25rem;
    line-height: 1.75rem;
}
}
#ProductInfoSection .price {
  --tw-text-opacity: 1;
  color: rgb(113 113 122 / var(--tw-text-opacity));
  text-decoration-line: line-through;
  margin-left: 0.75rem;
}

/* option */
#ProductInfoSection .option_container {
  margin-bottom: 1.25rem;
  padding-bottom: 0.5rem;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(39 39 42 / var(--tw-border-opacity));
}
#ProductInfoSection .option_box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 0.5rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(63 63 70 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(24 24 27 / var(--tw-bg-opacity));
  position: relative;
  margin-bottom: 0.75rem;
  width: 100%;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
#ProductInfoSection .option_box select {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  z-index: 20;
  height: 100%;
  width: 100%;
  opacity: 0;
}
#ProductInfoSection .option_box input {
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
#ProductInfoSection .option_box input:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
#ProductInfoSection .option_box .title {
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
@media (min-width: 640px) {
#ProductInfoSection .option_box .title {
    font-size: 1.125rem;
    line-height: 1.75rem;
}
}
#ProductInfoSection .option_box .content {
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(113 113 122 / var(--tw-text-opacity));
}
#ProductInfoSection .option_box span {
  font-size: 1.875rem;
  line-height: 2.25rem;
  --tw-text-opacity: 1;
  color: rgb(133 1 0 / var(--tw-text-opacity));
  position: absolute;
  top: 50%;
  right: 0.5rem;
  --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));
}

/* amount box */
#ProductInfoSection .amount_box {
  margin-bottom: 1.25rem;
  display: flex;
  width: 100%;
  align-items: stretch;
  border-radius: 0.5rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(63 63 70 / var(--tw-border-opacity));
}
#ProductInfoSection .amount_box button {
  height: 3.5rem;
  width: 3.5rem;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(133 1 0 / var(--tw-text-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
#ProductInfoSection .amount_box button:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(24 24 27 / var(--tw-bg-opacity));
}
#ProductInfoSection .amount_box button:nth-of-type(1) {
  border-top-left-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}
#ProductInfoSection .amount_box button:nth-of-type(2) {
  border-top-right-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
}
#ProductInfoSection .amount_box input {
  flex: 1 1 0%;
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
  text-align: center;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
#ProductInfoSection .amount_box input:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
#ProductInfoSection .amount_box input::-webkit-outer-spin-button,
#ProductInfoSection .amount_box input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
#ProductInfoSection .amount_box input[type="number"] {
  -moz-appearance: textfield;
}

/* button_box */
#ProductInfoSection .action_button_box {
  padding-bottom: 1.25rem;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(39 39 42 / var(--tw-border-opacity));
}
#ProductInfoSection .action_button_box button {
  width: 100%;
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(133 1 0 / var(--tw-bg-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
#ProductInfoSection .action_button_box button:hover {
  background-color: rgb(133 1 0 / var(--tw-bg-opacity));
  --tw-bg-opacity: 0.7;
}
#ProductInfoSection .action_button_box button.sold_out {
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(113 113 122 / var(--tw-text-opacity));
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(24 24 27 / var(--tw-bg-opacity));
}
#ProductInfoSection .action_button_box button.sold_out:hover {
  background-color: rgb(24 24 27 / var(--tw-bg-opacity));
  --tw-bg-opacity: 1;
  --tw-text-opacity: 1;
  color: rgb(113 113 122 / var(--tw-text-opacity));
}

/* intro_container */
#ProductInfoSection .intro_container {
  margin-bottom: 1.25rem;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(39 39 42 / var(--tw-border-opacity));
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(212 212 216 / var(--tw-text-opacity));
}

/* warning_container */
#ProductInfoSection .warning_container {
  margin-bottom: 1.25rem;
  padding-bottom: 1.25rem;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(39 39 42 / var(--tw-border-opacity));
}
#ProductInfoSection .warning_container button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 700;
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
#ProductInfoSection .warning_container button:hover {
  --tw-text-opacity: 1;
  color: rgb(133 1 0 / var(--tw-text-opacity));
}
#ProductWarningDialog {
  position: fixed;
  top: 0px;
  bottom: 0px;
  left: 100%;
  z-index: 30;
  width: 100%;
  display: flex;
  justify-content: flex-end;
}
#ProductWarningDialog .content_box {
  position: relative;
  z-index: 10;
  width: 500px;
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
  padding: 2.5rem;
}
#ProductWarningDialog .dialog_header {
  position: relative;
  margin-bottom: 2.5rem;
  width: 100%;
}
#ProductWarningDialog .dialog_header .title {
  font-size: 1.875rem;
  line-height: 2.25rem;
  font-weight: 900;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
@media (min-width: 768px) {
#ProductWarningDialog .dialog_header .title {
    font-size: 2.25rem;
    line-height: 2.5rem;
}
}
#ProductWarningDialog .dialog_header .sub_title {
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(133 1 0 / var(--tw-text-opacity));
}
#ProductWarningDialog .dialog_header button {
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: 10;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
#ProductWarningDialog .dialog_content {
  overflow-y: auto;
  --tw-text-opacity: 1;
  color: rgb(161 161 170 / var(--tw-text-opacity));
}
#ProductWarningDialog .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));
  --tw-bg-opacity: 0.5;
}
#ProductRecommendSection {
  position: relative;
  width: 100%;
}
#ProductRecommendSection .section_title {
  flex-shrink: 0;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
#ProductRecommendSection .card_list {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  margin-left: -0.75rem;
  margin-right: -0.75rem;
  overflow: hidden;
}
#ProductRecommendSection .card_item {
  margin-right: 1.5rem;
  width: 50%;
  flex-shrink: 0;
}
@media (min-width: 768px) {
#ProductRecommendSection .card_item {
    width: 66.666667%;
}
}
#ProductRecommendSection .card_item:nth-last-of-type(1) {
  margin-right: 0px;
}
#ProductRecommendSection .section_header {
  margin-bottom: 1.25rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#ProductRecommendSection .section_header .button_box {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: flex-end;
}
@media (min-width: 768px) {
#ProductRecommendSection .section_header .button_box {
    width: auto;
}
}
#ProductRecommendSection .section_header .button_box button {
  height: 2.5rem;
  width: 2.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  border-radius: 0.375rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(63 63 70 / var(--tw-border-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
#ProductRecommendSection .section_header .button_box button:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(133 1 0 / var(--tw-text-opacity));
}
#ProductRecommendSection .section_header .button_box button:nth-of-type(1) {
  margin-right: 0.5rem;
}
#ProductRecommendSection .section_header .button_box button span {
  font-size: 1.875rem;
  line-height: 2.25rem;
}
#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: 0.75rem;
  --tw-bg-opacity: 1;
  background-color: rgb(24 24 27 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  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;
}
#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;
  --tw-bg-opacity: 1;
  background-color: rgb(133 1 0 / var(--tw-bg-opacity));
}
#GiftDialog {
  position: fixed;
  top: 0px;
  bottom: 0px;
  left: 100%;
  z-index: 40;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
#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));
  --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);
}
#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(39 39 42 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  --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);
}
#GiftDialog .dialog_box .title {
  margin-bottom: 1rem;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 700;
}
#GiftDialog .dialog_box .content {
  margin-bottom: 1rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
}
#GiftDialog .dialog_box .content .image_box {
  margin-bottom: 1rem;
  width: 100%;
  border-radius: 0.75rem;
}
#GiftDialog .dialog_box .button_box {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
#GiftDialog .dialog_box .button_box button {
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
  font-weight: 700;
  margin-left: 0.75rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
#ProductDiscountSection {
  width: 100%;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(39 39 42 / var(--tw-border-opacity));
}
#ProductDiscountSection ol li {
  margin-bottom: 0.75rem;
  display: flex;
  align-items: flex-start;
}
#ProductDiscountSection ol li span {
  margin-right: 0.75rem;
  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(133 1 0 / var(--tw-bg-opacity));
  font-size: 0.75rem;
  line-height: 1rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
#ProductDiscountSection ol li p {
  flex: 1 1 0%;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
#ProductDiscountSection ol li button {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 2px;
  padding-bottom: 2px;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  border-radius: 0.375rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
#ProductDiscountSection ol li button:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(133 1 0 / var(--tw-text-opacity));
}
#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));
  border-radius: 0.5rem;
  background-color: rgb(133 1 0 / var(--tw-bg-opacity));
  --tw-bg-opacity: 0.2;
}
#EventTimer .title {
  margin-bottom: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(133 1 0 / var(--tw-text-opacity));
}
#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));
}

/* checkout */
#CheckoutPage {
  position: relative;
  width: 100%;
  padding-top: 5rem;
  padding-bottom: 5rem;
}
@media (min-width: 768px) {
#CheckoutPage {
    padding-top: 5rem;
    padding-bottom: 5rem;
}
}
#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 {
  margin-top: -5rem;
  display: flex;
  min-height: 100vh;
  width: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
#CheckoutPage .page_container.error p {
  margin-bottom: 2.5rem;
  text-align: center;
  font-size: 0.875rem;
  line-height: 1.25rem;
}
@media (min-width: 768px) {
#CheckoutPage .page_container.error p {
    font-size: 1rem;
    line-height: 1.5rem;
}
}
#CheckoutPage .page_container.error p {
  width: 100%;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
#CheckoutPage .page_container.error .action_box {
  display: flex;
  justify-content: center;
}

/* 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));
}
#CheckoutTradeDiscountBox .title_box {
  display: block;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(244 244 245 / var(--tw-border-opacity));
  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;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(39 39 42 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(24 24 27 / var(--tw-bg-opacity));
}
#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;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
#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));
}
#CheckoutPage .form_section .title_box p a {
  --tw-text-opacity: 1;
  color: rgb(133 1 0 / var(--tw-text-opacity));
}
#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));
}
@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));
}
}
#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));
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(133 1 0 / var(--tw-bg-opacity));
}
@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));
}
}
#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;
}
#CertificationSection {
  margin-top: 2.5rem;
}
#CertificationSection .info {
  margin-top: 1.25rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  line-height: 2;
  --tw-text-opacity: 1;
  color: rgb(161 161 170 / var(--tw-text-opacity));
}
#CertificationSection .info a {
  --tw-text-opacity: 1;
  color: rgb(133 1 0 / var(--tw-text-opacity));
  text-decoration-line: underline;
}
#CheckoutShopCartList {
  position: relative;
  width: 100%;
}
#CheckoutShopCartList .title_box {
  margin-bottom: 1.25rem;
  display: flex;
  align-items: flex-end;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
#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;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(39 39 42 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(24 24 27 / var(--tw-bg-opacity));
  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(113 113 122 / var(--tw-border-opacity));
}
#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));
  aspect-ratio: 1 / 1;
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}
#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(133 1 0 / var(--tw-bg-opacity));
  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));
  --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: contain;
     object-fit: contain;
}

/* 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(255 255 255 / var(--tw-text-opacity));
}
#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(113 113 122 / var(--tw-text-opacity));
}

/* 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));
  text-decoration-line: line-through;
}
#CheckoutProductCard .price_box .sell_price {
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

/* discount box */
#CheckoutProductCard .discount_box {
  margin-top: 0.5rem;
  display: flex;
  width: 100%;
  align-items: center;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
#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(133 1 0 / var(--tw-bg-opacity));
  font-size: 0.75rem;
  line-height: 1rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
#CheckoutProductCard .discount_box .label.disable {
  --tw-bg-opacity: 1;
  background-color: rgb(113 113 122 / var(--tw-bg-opacity));
}
#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;
  --tw-text-opacity: 1;
  color: rgb(133 1 0 / var(--tw-text-opacity));
  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));
}

/* 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));
}
#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(133 1 0 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
@media (min-width: 768px) {
#CheckoutFormSection .form_section .form_group.with_button button:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: rgb(133 1 0 / var(--tw-text-opacity));
}
}
#CheckoutFormSection .form_section .form_group.with_button button {
  border-radius: 0.5rem;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(133 1 0 / var(--tw-border-opacity));
  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));
}
#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));
}
#CheckoutFormSection .checkbox p {
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(113 113 122 / var(--tw-text-opacity));
}

/* 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));
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
#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(133 1 0 / var(--tw-text-opacity));
}

/* 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));
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --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));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
@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));
}
}
#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));
  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(39 39 42 / var(--tw-bg-opacity));
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  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));
}
#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(133 1 0 / var(--tw-bg-opacity));
  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));
}
#CheckoutFormSection .payment_box ol li label.active {
  --tw-border-opacity: 1;
  border-color: rgb(133 1 0 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
  outline-style: solid;
  outline-color: #850100;
}
#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));
  --tw-bg-opacity: 1;
  background-color: rgb(250 250 250 / var(--tw-bg-opacity));
}
#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));
}
#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));
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

/* installment box */
#CheckoutPriceInfo {
  width: 100%;
  padding: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
#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));
}
#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;
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(133 1 0 / var(--tw-bg-opacity));
}
#CheckoutPriceInfo .button_box .main_button:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
#CheckoutPriceInfo .button_box .main_button span {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

/* #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.875rem;
  line-height: 1.25rem;
  font-weight: 500;
  line-height: 2;
  --tw-text-opacity: 1;
  color: rgb(113 113 122 / var(--tw-text-opacity));
}
#CheckoutPriceInfo .button_box p a {
  --tw-text-opacity: 1;
  color: rgb(133 1 0 / var(--tw-text-opacity));
  text-decoration-line: underline;
}
#CheckoutPriceInfo .button_box p b {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
#CheckoutDiscountInfo {
  margin-bottom: 1.25rem;
  width: 100%;
}
#CheckoutDiscountInfo .discount_type_title {
  margin-bottom: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(133 1 0 / var(--tw-text-opacity));
}

/* 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(39 39 42 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  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;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
#CheckoutDiscountInfo .active_list li .title span {
  margin-right: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(133 1 0 / var(--tw-bg-opacity));
  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));
  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));
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
@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));
}
}
#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));
  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));
}
#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;
  --tw-bg-opacity: 1;
  background-color: rgb(39 39 42 / var(--tw-bg-opacity));
}
#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));
}
#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;
  --tw-text-opacity: 1;
  color: rgb(113 113 122 / var(--tw-text-opacity));
}
#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(212 212 216 / var(--tw-text-opacity));
}
#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;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
#CheckoutDiscountInfo .not_active_list ol li a {
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  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(133 1 0 / var(--tw-bg-opacity));
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
@media (min-width: 768px) {
#CheckoutDiscountInfo .not_active_list ol li button:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: rgb(133 1 0 / var(--tw-text-opacity));
}
}
#CheckoutDiscountInfo .not_active_list ol li button {
  border-radius: 0.375rem;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(133 1 0 / var(--tw-border-opacity));
  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));
  --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));
}
#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));
  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));
}
#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));
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
@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));
}
}
#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));
  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));
}
@media (min-width: 768px) {
#CheckoutAddressDialog .dialog_box .button_box button:nth-of-type(1):hover {
    --tw-bg-opacity: 1;
    background-color: rgb(133 1 0 / var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}
}

/* trade finish */
#TradeFinishPage {
  position: relative;
  z-index: 10;
  width: 100%;
  padding-top: 5rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
#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;
  font-weight: 700;
}
#TradeFinishPage header .content {
  margin-bottom: 2.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(161 161 170 / var(--tw-text-opacity));
}
#TradeFinishPage header .content a {
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(133 1 0 / var(--tw-text-opacity));
  text-decoration-line: underline;
}

/* form card */
#TradeFinishPage .form_section {
  margin-bottom: 1.5rem;
  overflow: hidden;
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(24 24 27 / var(--tw-bg-opacity));
}
#TradeFinishPage .form_section .title_box {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  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;
}
#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(161 161 170 / var(--tw-text-opacity));
}

/* 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));
}
#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));
}
#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(133 1 0 / var(--tw-bg-opacity));
  font-size: 0.75rem;
  line-height: 1rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

/* coupon box */
#TradeFinishPage .coupon_box {
  margin-bottom: 1.25rem;
  width: 100%;
  padding: 1.25rem;
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(24 24 27 / var(--tw-bg-opacity));
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
#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(133 1 0 / var(--tw-text-opacity));
}

/* 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));
  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 {
  margin-top: 1.25rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
}
@media (min-width: 768px) {
#TradeFinishPage .section_container:nth-of-type(3) p {
    margin-top: 0px;
}
}
#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(0 0 0 / var(--tw-bg-opacity));
}
#TradeFinishProductCard .image_box img {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

/* 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(113 113 122 / var(--tw-text-opacity));
}

/* 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(133 1 0 / var(--tw-bg-opacity));
  font-size: 0.75rem;
  line-height: 1rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

/* 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;
}

/* error page */
#PageNotFound {
  height: 100vh;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
#PageNotFound .main_container {
  text-align: center;
}
#PageNotFound .error_code {
  font-size: 4.5rem;
  line-height: 1;
  font-weight: 900;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
#PageNotFound .title {
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(133 1 0 / var(--tw-text-opacity));
}
#PageNotFound .sub_title {
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  margin-bottom: 1.25rem;
}
#PageNotFound .content {
  font-size: 0.875rem;
  line-height: 1.25rem;
  line-height: 2;
  --tw-text-opacity: 1;
  color: rgb(161 161 170 / var(--tw-text-opacity));
  margin-bottom: 2.5rem;
}
#PageNotFound .button_box {
  display: flex;
  justify-content: center;
}

/* common */
#MainHeader {
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 30;
  height: 4rem;
  width: 100%;
}
@media (min-width: 768px) {
#MainHeader {
    height: 5rem;
}
}
#MainHeader {
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
  --tw-bg-opacity: 0.5;
  --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);
}
#MainHeader .main_container {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#MainHeader .image_box {
  height: 100%;
  width: 8rem;
}
@media (min-width: 768px) {
#MainHeader .image_box {
    width: 10rem;
}
}
#MainHeader .image_box img {
  display: block;
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

/* menu_list */
#MainHeader .menu_list {
  display: flex;
  align-items: center;
}
#MainHeader .menu_list li.action_button {
  margin-left: 0.75rem;
  display: block;
}
@media (min-width: 768px) {
#MainHeader .menu_list li.action_button {
    margin-left: 2.5rem;
}
}
#MainHeader .menu_list li {
  display: none;
}
@media (min-width: 768px) {
#MainHeader .menu_list li {
    display: block;
}
}
#MainHeader .menu_list li.buy_button {
  display: block;
}
#MainHeader .menu_list li a {
  display: block;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
}
@media (min-width: 768px) {
#MainHeader .menu_list li a {
    font-size: 1rem;
    line-height: 1.5rem;
}
}
#MainHeader .menu_list li button {
  position: relative;
  display: block;
}
#MainHeader .menu_list li button span {
  display: block;
}
#MainHeader .menu_list li button i {
  position: absolute;
  top: 0px;
  right: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 1.5rem;
  width: 1.5rem;
  transform-origin: top right;
  --tw-scale-x: .7;
  --tw-scale-y: .7;
  --tw-translate-x: 0.25rem;
  --tw-translate-y: -2px;
  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));
}
@media (min-width: 768px) {
#MainHeader .menu_list li button i {
    --tw-translate-x: 0.5rem;
    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 .menu_list li button i {
  font-size: 0.75rem;
  line-height: 1rem;
  font-style: normal;
  line-height: 1;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(133 1 0 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
#MainHeader .menu_list li a,
#MainHeader .menu_list li button {
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
@media (min-width: 768px) {
#MainHeader .menu_list li a,
#MainHeader .menu_list li button {
    font-weight: 900;
}
#MainHeader .menu_list li a:hover,
#MainHeader .menu_list li button:hover {
    --tw-text-opacity: 1;
    color: rgb(133 1 0 / var(--tw-text-opacity));
}
}
#MainHeader .menu_list li a,
#MainHeader .menu_list li 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: 300ms;
}
#MainFooter {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding-top: 5rem;
}
#MainFooter .section_title {
  margin-bottom: 1.25rem;
  font-size: 2.25rem;
  line-height: 2.5rem;
  font-weight: 700;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
@media (min-width: 640px) {
#MainFooter .section_title {
    font-weight: 900;
}
}
@media (min-width: 1024px) {
#MainFooter .section_title {
    font-size: 3rem;
    line-height: 1;
}
}
#MainFooter .site_map {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  margin-left: -1.25rem;
  margin-right: -1.25rem;
  margin-bottom: 1.25rem;
}
#MainFooter .site_map li {
  margin-bottom: 1.25rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
#MainFooter .site_map a {
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
@media (min-width: 640px) {
#MainFooter .site_map a {
    font-size: 1rem;
    line-height: 1.5rem;
}
}
@media (min-width: 1024px) {
#MainFooter .company_info {
    display: flex;
    align-items: flex-start;
}
}
#MainFooter .company_info {
  margin-bottom: 2.5rem;
}
#MainFooter .company_info ol {
  margin-right: 1.25rem;
}
#MainFooter .company_info li {
  display: flex;
  align-items: flex-start;
  margin-bottom: 0.75rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
}
@media (min-width: 640px) {
#MainFooter .company_info li {
    font-size: 1rem;
    line-height: 1.5rem;
}
}
#MainFooter .company_info .title {
  flex-shrink: 0;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  margin-right: 1.25rem;
}
#MainFooter .company_info .content {
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(133 1 0 / var(--tw-text-opacity));
}
#MainFooter .social_payment_box {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
}
@media (min-width: 768px) {
#MainFooter .social_payment_box {
    justify-content: space-between;
}
}
#MainFooter .social_payment_box .image_box {
  width: 100%;
}
@media (min-width: 768px) {
#MainFooter .social_payment_box .image_box {
    width: auto;
}
}
#MainFooter .social_payment_box .social_box {
  display: flex;
  align-items: center;
  margin-left: -1rem;
  margin-right: -1rem;
  margin-bottom: 1.25rem;
}
@media (min-width: 768px) {
#MainFooter .social_payment_box .social_box {
    margin-bottom: 0px;
}
}
#MainFooter .social_payment_box .social_box li {
  padding-left: 1rem;
  padding-right: 1rem;
}
#MainFooter .social_payment_box .social_box a {
  display: block;
}
#MainFooter .social_payment_box .social_box img {
  display: block;
  width: 1.25rem;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
#MainFooter .social_payment_box .social_box a:hover img {
  opacity: 0.5;
}
#MainFooter .section_footer {
  margin-top: 4rem;
  width: 100%;
}
#MainFooter .section_footer .marquee_box {
  background-repeat: repeat-x;
  background-position: 0% 50%;
  filter: blur(0.3px);
  background-size: 2100px 28px;
  animation: brandMarqueeRight 46.6s linear infinite;
  border-top-width: 1px;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
  position: relative;
  z-index: 0;
  --tw-translate-x: -0.25rem;
  --tw-rotate: -3deg;
  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));
  height: 4rem;
  width: 110%;
}
#MainFooter .section_footer .content_box {
  --tw-bg-opacity: 1;
  background-color: rgb(133 1 0 / var(--tw-bg-opacity));
  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: center;
}
@media (min-width: 768px) {
#MainFooter .section_footer .content_box {
    justify-content: space-between;
}
}
#MainFooter .section_footer .content_box {
  position: relative;
  z-index: 10;
}
#MainFooter .section_footer .content_box p {
  text-align: center;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 500;
  text-transform: uppercase;
  color: rgb(0 0 0 / var(--tw-text-opacity));
  --tw-text-opacity: 0.7;
}
@media (min-width: 768px) {
#MainFooter .section_footer .content_box p {
    text-align: left;
}
}
#MainFooter .section_footer .content_box p {
  order: 2;
}
@media (min-width: 768px) {
#MainFooter .section_footer .content_box p {
    order: 1;
}
}
#MainFooter .section_footer .content_box ol {
  order: 1;
  display: flex;
  align-items: center;
}
@media (min-width: 768px) {
#MainFooter .section_footer .content_box ol {
    order: 2;
}
}
#MainFooter .section_footer .content_box ol {
  margin-left: -0.75rem;
  margin-right: -0.75rem;
  margin-bottom: 0.75rem;
}
@media (min-width: 768px) {
#MainFooter .section_footer .content_box ol {
    margin-bottom: 0px;
}
}
#MainFooter .section_footer .content_box ol li {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
#MainFooter .section_footer .content_box ol li a {
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
  color: rgb(0 0 0 / var(--tw-text-opacity));
  --tw-text-opacity: 0.7;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
#MainFooter .section_footer .content_box ol li a:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
#MainLoading {
  position: fixed;
  top: 0px;
  bottom: 0px;
  right: 0px;
  left: 100%;
  z-index: 40;
  width: 100%;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
  --tw-bg-opacity: 0.8;
  display: flex;
  align-items: center;
  justify-content: center;
}
#MainLoading svg {
  width: 15rem;
  opacity: 0;
}
@media (min-width: 768px) {
#MainLoading svg {
    width: 20rem;
}
}
#MainLoading .text_box {
  animation: flash 2s infinite;
}
@keyframes flash {
0%,
  50%,
  100% {
    opacity: 1;
}
25%,
  75% {
    opacity: 0.2;
}
}
#MainMenu {
  height: 100%;
  width: 100%;
  position: fixed;
  top: 0px;
  left: 100%;
  z-index: 20;
  display: flex;
  align-items: center;
  overflow-x: hidden;
}
#MainMenu .main_container {
  position: relative;
  z-index: 10;
  display: flex;
  flex-direction: column-reverse;
}
@media (min-width: 1280px) {
#MainMenu .main_container {
    display: block;
}
}
#MainMenu .main_container > div {
  width: 100%;
}
@media (min-width: 1280px) {
#MainMenu .main_container > div {
    width: 50%;
}
}
#MainMenu .main_container > div:nth-of-type(1) {
  position: relative;
}
@media (min-width: 1280px) {
#MainMenu .main_container > div:nth-of-type(1) {
    position: absolute;
    top: 50%;
    left: 5rem;
    padding-right: 8rem;
}
}
@media (min-width: 1536px) {
#MainMenu .main_container > div:nth-of-type(1) {
    left: 0px;
}
}
#MainMenu .main_container > div:nth-of-type(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));
}
@media (min-width: 1280px) {
#MainMenu .main_container > div:nth-of-type(1) {
    --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));
}
}
#MainMenu .main_container > div:nth-of-type(2) {
  position: relative;
  z-index: 10;
  margin-left: auto;
  height: 100%;
}

/* image */
#MainMenu .image_box {
  display: none;
  aspect-ratio: 16 / 9;
  width: 100%;
  overflow: hidden;
}
@media (min-width: 1280px) {
#MainMenu .image_box {
    display: block;
}
}
#MainMenu .image_box {
  margin-bottom: 5rem;
}
#MainMenu .image_box img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* social_box */
#MainMenu .social_box {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: flex-end;
}
@media (min-width: 1280px) {
#MainMenu .social_box {
    justify-content: center;
}
}
#MainMenu .social_box {
  margin-bottom: 1.25rem;
}
@media (min-width: 768px) {
#MainMenu .social_box {
    margin-bottom: 0px;
}
}
#MainMenu .social_box li {
  padding-left: 1rem;
  padding-right: 1rem;
}
#MainMenu .social_box a {
  display: block;
}
#MainMenu .social_box img {
  display: block;
  width: 1.25rem;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
#MainMenu .social_box a:hover img {
  opacity: 0.5;
}

/* menu_list */
#MainMenu .menu_list {
  max-height: 100vh;
  overflow-y: auto;
  padding-top: 5rem;
  padding-bottom: 5rem;
}
#MainMenu .menu_list li {
  margin-bottom: 1.25rem;
}
#MainMenu .menu_list li:nth-last-of-type(1) {
  margin-bottom: 0px;
}
#MainMenu .menu_list li a {
  display: block;
  text-align: right;
}
#MainMenu .menu_list li a p:nth-of-type(1) {
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 700;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
@media (min-width: 640px) {
#MainMenu .menu_list li a p:nth-of-type(1) {
    font-size: 2.25rem;
    line-height: 2.5rem;
}
}
#MainMenu .menu_list li a p:nth-of-type(1) {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
#MainMenu .menu_list li a:hover p:nth-of-type(1) {
  --tw-text-opacity: 1;
  color: rgb(133 1 0 / var(--tw-text-opacity));
}
#MainMenu .menu_list li a p:nth-of-type(2) {
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(133 1 0 / var(--tw-text-opacity));
}
@media (min-width: 640px) {
#MainMenu .menu_list li a p:nth-of-type(2) {
    font-size: 1.5rem;
    line-height: 2rem;
}
}
#MainMenu .menu_list li a p:nth-of-type(2) {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

/* background_box */
#MainMenu .background_box {
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  z-index: 0;
  height: 100%;
}
#MainMenu .background_box div {
  position: absolute;
  left: 0px;
  height: 20%;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}
#MainMenu .background_box div:nth-child(1) {
  top: 0px;
}
#MainMenu .background_box div:nth-child(2) {
  top: 20%;
}
#MainMenu .background_box div:nth-child(3) {
  top: 40%;
}
#MainMenu .background_box div:nth-child(4) {
  top: 60%;
}
#MainMenu .background_box div:nth-child(5) {
  top: 80%;
}
#ContactFooter {
  position: relative;
  min-height: 580px;
  width: 100%;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 5rem;
  padding-bottom: 5rem;
}
@media (min-width: 768px) {
#ContactFooter {
    padding-left: 5rem;
    padding-right: 5rem;
}
}
@media (min-width: 1024px) {
#ContactFooter {
    padding-left: 0px;
    padding-right: 0px;
}
}
#ContactFooter {
  display: flex;
  align-items: stretch;
}
#ContactFooter > .main_container {
  display: flex;
  width: 100%;
  align-items: stretch;
}
#ContactFooter .text_box {
  width: calc(50% - 30px);
  border-radius: 0.75rem;
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}
@media (min-width: 1024px) {
#ContactFooter .text_box {
    border-radius: 0px;
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
}
#ContactFooter .text_box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
}
@media (max-width: 1024px) {
#ContactFooter .text_box {
    width: 100%;
}
}
#ContactFooter .text_box .box_wrapper {
  position: relative;
  z-index: 10;
}
#ContactFooter .text_box .background_box {
  display: block;
}
@media (min-width: 1024px) {
#ContactFooter .text_box .background_box {
    display: none;
}
}
#ContactFooter .text_box .background_box {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  z-index: 0;
}
#ContactFooter .text_box .background_box img {
  display: block;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0.2;
}
#ContactFooter .section_header {
  margin-bottom: 2.5rem;
}
#ContactFooter .section_header .title {
  margin-bottom: 0.75rem;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 700;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(133 1 0 / var(--tw-text-opacity));
}
@media (min-width: 640px) {
#ContactFooter .section_header .title {
    font-weight: 900;
}
}
@media (min-width: 768px) {
#ContactFooter .section_header .title {
    font-size: 2.25rem;
    line-height: 2.5rem;
}
}
@media (min-width: 1024px) {
#ContactFooter .section_header .title {
    font-size: 3rem;
    line-height: 1;
    --tw-text-opacity: 1;
    color: rgb(0 0 0 / var(--tw-text-opacity));
}
}
#ContactFooter .section_header .sub_title {
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
@media (min-width: 768px) {
#ContactFooter .section_header .sub_title {
    font-size: 1.5rem;
    line-height: 2rem;
}
}
@media (min-width: 1024px) {
#ContactFooter .section_header .sub_title {
    font-size: 2.25rem;
    line-height: 2.5rem;
    --tw-text-opacity: 1;
    color: rgb(133 1 0 / var(--tw-text-opacity));
}
}
#ContactFooter .button_box {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
}
#ContactFooter .button_box .main_button {
  width: 100%;
  --tw-border-opacity: 1;
  border-color: rgb(133 1 0 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(133 1 0 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
@media (min-width: 768px) {
#ContactFooter .button_box .main_button {
    width: 14rem;
}
}
#ContactFooter .button_box .main_button span {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(133 1 0 / var(--tw-text-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
#ContactFooter .button_box .main_button:hover {
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgb(133 1 0 / var(--tw-text-opacity));
}
#ContactFooter .button_box .main_button:hover span {
  --tw-bg-opacity: 1;
  background-color: rgb(133 1 0 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
@media (min-width: 1024px) {
#ContactFooter .button_box .main_button:hover span {
    --tw-bg-opacity: 1;
    background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}
}
#ContactFooter .button_box .secondary_button {
  width: 100%;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
@media (min-width: 768px) {
#ContactFooter .button_box .secondary_button {
    width: 14rem;
}
}
@media (min-width: 1024px) {
#ContactFooter .button_box .secondary_button {
    --tw-border-opacity: 1;
    border-color: rgb(0 0 0 / var(--tw-border-opacity));
    --tw-bg-opacity: 1;
    background-color: rgb(0 0 0 / var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}
}
#ContactFooter .button_box .secondary_button {
  margin-bottom: 1.25rem;
}
@media (min-width: 768px) {
#ContactFooter .button_box .secondary_button {
    margin-right: 1.25rem;
    margin-bottom: 0px;
}
}
#ContactFooter .button_box .secondary_button span {
  --tw-bg-opacity: 1;
  background-color: rgb(133 1 0 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
@media (min-width: 1024px) {
#ContactFooter .button_box .secondary_button span {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: rgb(0 0 0 / var(--tw-text-opacity));
}
}
#ContactFooter .button_box .secondary_button span {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
#ContactFooter .button_box .secondary_button:hover {
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
@media (min-width: 1024px) {
#ContactFooter .button_box .secondary_button:hover {
    --tw-text-opacity: 1;
    color: rgb(0 0 0 / var(--tw-text-opacity));
}
}
#ContactFooter .button_box .secondary_button:hover span {
  --tw-bg-opacity: 1;
  background-color: rgb(133 1 0 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
#ContactFooter .marquee_box {
  width: 60px;
  background-size: 28px 900px;
  background-repeat: repeat-y;
  background-position: 50% 0%;
  animation: brandMarqueeUp 10s linear infinite;
  display: none;
}
@media (min-width: 1024px) {
#ContactFooter .marquee_box {
    display: block;
}
}
#ContactFooter .image_box {
  width: calc(50% - 30px);
  aspect-ratio: 1 / 1;
}
@media (min-width: 1536px) {
#ContactFooter .image_box {
    aspect-ratio: 16 / 9;
}
}
#ContactFooter .image_box {
  display: none;
}
@media (min-width: 1024px) {
#ContactFooter .image_box {
    display: block;
}
}
#ContactFooter .image_box img {
  display: block;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@keyframes brandMarqueeUp {
0% {
    background-position: 50% 0px;
}
100% {
    background-position: 50% -900px;
}
}
#Pagination {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
  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(39 39 42 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  border-radius: 0.375rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
  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));
    --tw-text-opacity: 1;
    color: rgb(0 0 0 / var(--tw-text-opacity));
}
}
#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));
  --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 {
  --tw-bg-opacity: 1;
  background-color: rgb(24 24 27 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
#Pagination .list_box .page_button_box.active {
  --tw-bg-opacity: 1;
  background-color: rgb(133 1 0 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
#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));
}
}
#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));
  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));
}
}
#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));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  border-radius: 0.375rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
  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));
    --tw-text-opacity: 1;
    color: rgb(0 0 0 / var(--tw-text-opacity));
}
}
#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));
  --tw-text-opacity: 0.2;
}
.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;
}
#MainDialog {
  position: fixed;
  top: 0px;
  left: 100%;
  bottom: 0px;
  z-index: 40;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
#MainDialog .dialog_background {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 0;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
  --tw-bg-opacity: 0.8;
  --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 {
  position: relative;
  z-index: 10;
  min-width: 450px;
  max-width: 90%;
  border-radius: 0.75rem;
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(39 39 42 / var(--tw-border-opacity));
}
#MainDialog .dialog_header {
  padding: 1.25rem;
  /* @apply flex items-center justify-between; */
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
#MainDialog .dialog_header .title {
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 700;
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgb(133 1 0 / var(--tw-text-opacity));
}
#MainDialog .dialog_header .sub_title {
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 700;
}
#MainDialog .dialog_header button {
  display: flex;
  align-items: center;
  justify-content: center;
}
#MainDialog .dialog_body {
  padding: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(161 161 170 / var(--tw-text-opacity));
}
#MainDialog .dialog_footer {
  padding: 1.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
#ShopCartDrawer {
  position: fixed;
  top: 0px;
  bottom: 0px;
  left: 100%;
  z-index: 40;
  width: 100%;
  display: flex;
  justify-content: flex-end;
}
#ShopCartDrawer .dialog_background {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  z-index: 0;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
  --tw-bg-opacity: 0.7;
  --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);
}
#ShopCartDrawer .dialog_box {
  position: relative;
  z-index: 10;
  height: 100%;
  width: 500px;
  background-color: rgba(10,10,10,1);
  display: flex;
  flex-direction: column;
}

/* dialog_header */
#ShopCartDrawer .dialog_header {
  position: relative;
  width: 100%;
  padding: 1.25rem;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
#ShopCartDrawer .dialog_header .text_box .title {
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 700;
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgb(133 1 0 / var(--tw-text-opacity));
}
#ShopCartDrawer .dialog_header .text_box .sub_title {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 700;
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
#ShopCartDrawer .dialog_header button {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  height: 2rem;
  width: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.375rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
  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: 300ms;
}
#ShopCartDrawer .dialog_header button:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(133 1 0 / var(--tw-text-opacity));
}

/* dialog_body */
#ShopCartDrawer .dialog_body {
  flex: 1 1 0%;
  overflow-y: auto;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
#ShopCartDrawer .product_card {
  margin-bottom: 1.25rem;
  width: 100%;
  padding-bottom: 1.25rem;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(39 39 42 / var(--tw-border-opacity));
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
#ShopCartDrawer .product_card .image_box {
  aspect-ratio: 1 / 1;
  width: 7rem;
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
  flex-shrink: 0;
  overflow: hidden;
  border-radius: 0.375rem;
}
#ShopCartDrawer .product_card .image_box img {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
#ShopCartDrawer .product_card .info_container {
  width: 100%;
  flex: 1 1 0%;
  padding-left: 1.25rem;
}
#ShopCartDrawer .product_card .title_box {
  margin-bottom: 0.5rem;
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
#ShopCartDrawer .product_card .title_box .title {
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
#ShopCartDrawer .product_card .title_box .price {
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
#ShopCartDrawer .product_card .option_box {
  font-size: 0.75rem;
  line-height: 1rem;
  --tw-text-opacity: 1;
  color: rgb(161 161 170 / var(--tw-text-opacity));
  margin-bottom: 1.25rem;
}
#ShopCartDrawer .action_box {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#ShopCartDrawer .amount_box {
  display: flex;
  align-items: center;
}
#ShopCartDrawer .amount_box label {
  font-size: 0.75rem;
  line-height: 1rem;
  --tw-text-opacity: 1;
  color: rgb(161 161 170 / var(--tw-text-opacity));
}
#ShopCartDrawer .amount_box .select_box {
  position: relative;
  display: flex;
  align-items: center;
}
#ShopCartDrawer .amount_box .select_box span {
  position: absolute;
  right: 0px;
  top: 50%;
  --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));
  font-size: 1.125rem;
  line-height: 1.75rem;
  --tw-text-opacity: 1;
  color: rgb(161 161 170 / var(--tw-text-opacity));
  pointer-events: none;
}
#ShopCartDrawer .amount_box select {
  height: 1rem;
  width: 2.5rem;
  background-color: transparent;
  font-size: 0.75rem;
  line-height: 1rem;
  --tw-text-opacity: 1;
  color: rgb(161 161 170 / var(--tw-text-opacity));
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
#ShopCartDrawer .amount_box select:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
#ShopCartDrawer .remove_button {
  font-size: 0.75rem;
  line-height: 1rem;
  --tw-text-opacity: 1;
  color: rgb(161 161 170 / var(--tw-text-opacity));
  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: 300ms;
}
#ShopCartDrawer .remove_button:hover {
  --tw-text-opacity: 1;
  color: rgb(133 1 0 / var(--tw-text-opacity));
}

/* dialog_footer */
#ShopCartDrawer .dialog_footer {
  margin-left: 1.25rem;
  margin-right: 1.25rem;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  border-top-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(39 39 42 / var(--tw-border-opacity));
}
#ShopCartDrawer .dialog_footer .secondary_button {
  width: 100%;
  padding: 0.75rem;
  --tw-border-opacity: 1;
  border-color: rgb(133 1 0 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(133 1 0 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
#ShopCartDrawer .dialog_footer .secondary_button:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(133 1 0 / var(--tw-text-opacity));
}
#ShopCartDrawer .dialog_footer .main_button {
  width: 100%;
  padding: 0.75rem;
}
#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));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
#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(133 1 0 / var(--tw-text-opacity));
  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;
}
}

/* 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));
}
#MainAmountBox button {
  height: 3rem;
  width: 3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  --tw-text-opacity: 1;
  color: rgb(133 1 0 / var(--tw-text-opacity));
  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));
    --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));
}
#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(255 255 255 / var(--tw-bg-opacity));
  border-radius: 0.5rem;
  border-width: 2px;
  border-color: transparent;
  outline: 2px solid transparent;
  outline-offset: 2px;
}
#MainInputBox input:focus {
  --tw-border-opacity: 1;
  border-color: rgb(133 1 0 / var(--tw-border-opacity));
  outline: 2px solid transparent;
  outline-offset: 2px;
}
#MainInputBox input {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
}
#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));
}
#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(255 255 255 / var(--tw-bg-opacity));
  border-radius: 0.5rem;
  border-width: 2px;
  border-color: transparent;
  outline: 2px solid transparent;
  outline-offset: 2px;
}
#MainSelectBox .select_box select:focus {
  --tw-border-opacity: 1;
  border-color: rgb(133 1 0 / var(--tw-border-opacity));
  outline: 2px solid transparent;
  outline-offset: 2px;
}
#MainSelectBox .select_box select {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
}
#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));
}
#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));
}
#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));
}

/* ! tailwindcss v3.4.10 | 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] {
  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:  ;
}
.mb-2 {
  margin-bottom: 0.5rem;
}
.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;
}
.w-full {
  width: 100%;
}
.flex-1 {
  flex: 1 1 0%;
}
.resize {
  resize: both;
}
.flex-wrap {
  flex-wrap: wrap;
}
.items-end {
  align-items: flex-end;
}
.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;
}
.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(133 1 0 / var(--tw-text-opacity));
}
.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;
}
.font-panchang {
  font-family: "Panchang", "Noto Sans TC", sans-serif;
}
.font-oswald {
  font-family: "Roboto", "Noto Sans TC", sans-serif;
}
.main_container {
  position: relative;
  width: 100%;
  max-width: 1536px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
@media (min-width: 768px) {
.main_container {
    padding-left: 5rem;
    padding-right: 5rem;
}
}
@media (min-width: 1536px) {
.main_container {
    padding-left: 0px;
    padding-right: 0px;
}
}
#app {
  min-height: 100vh;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
  display: flex;
  flex-direction: column;
}
#PageContainer {
  position: relative;
  z-index: 10;
  min-height: 100vh;
  flex: 1 1 0%;
}
.main_button {
  position: relative;
  width: 10rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 0.75rem;
  padding-right: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  border-radius: 0.5rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
  background-color: transparent;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
.main_button span {
  height: 2rem;
  width: 2rem;
  border-radius: 0.375rem;
  --tw-bg-opacity: 1;
  background-color: rgb(133 1 0 / var(--tw-bg-opacity));
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.main_button:hover {
  --tw-border-opacity: 1;
  border-color: rgb(133 1 0 / var(--tw-border-opacity));
  --tw-text-opacity: 1;
  color: rgb(133 1 0 / var(--tw-text-opacity));
}
.secondary_button {
  position: relative;
  width: 10rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 0.75rem;
  padding-right: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
  border-radius: 0.5rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
.secondary_button span {
  height: 2rem;
  width: 2rem;
  border-radius: 0.375rem;
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
.secondary_button:hover {
  --tw-border-opacity: 1;
  border-color: rgb(133 1 0 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(133 1 0 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.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;
}
}

