/*
! tailwindcss v3.0.17 | 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: #e5e5e5; /* 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.
*/

html {
  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, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
}

/*
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. 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-size: 1em; /* 2 */
}

/*
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-size: 100%; /* 1 */
  line-height: 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,
[type='button'],
[type='reset'],
[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;
}

/*
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: #a3a3a3; /* 2 */
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  opacity: 1; /* 1 */
  color: #a3a3a3; /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #a3a3a3; /* 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;
}

/*
Ensure the default browser behavior of the `hidden` attribute.
*/

[hidden] {
  display: none;
}

*, ::before, ::after {
  --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-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:  ;
}
.container {
  width: 100%;
}
@media (min-width: 640px) {

  .container {
    max-width: 640px;
  }

  .customer-feedback {
    margin-left: 0.75rem;
  }
}
@media (min-width: 768px) {

  .container {
    max-width: 768px;
  }
}
@media (min-width: 1024px) {

  .container {
    max-width: 1024px;
  }
}
@media (min-width: 1280px) {

  .container {
    max-width: 1280px;
  }
}
@media (min-width: 1536px) {

  .container {
    max-width: 1536px;
  }
}
.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.sticky {
  position: -webkit-sticky;
  position: sticky;
}
.top-0 {
  top: 0px;
}
.left-0 {
  left: 0px;
}
.bottom-24 {
  bottom: 6rem;
}
.bottom-0 {
  bottom: 0px;
}
.bottom-52 {
  bottom: 13rem;
}
.-right-16 {
  right: -4rem;
}
.bottom-6 {
  bottom: 1.5rem;
}
.left-3 {
  left: 0.75rem;
}
.top-4 {
  top: 1rem;
}
.left-8 {
  left: 2rem;
}
.bottom-32 {
  bottom: 8rem;
}
.-top-1 {
  top: -0.25rem;
}
.bottom-16 {
  bottom: 4rem;
}
.right-0 {
  right: 0px;
}
.-top-10 {
  top: -2.5rem;
}
.top-2 {
  top: 0.5rem;
}
.left-\[4\%\] {
  left: 4%;
}
.z-10 {
  z-index: 10;
}
.z-20 {
  z-index: 20;
}
.order-1 {
  order: 1;
}
.order-3 {
  order: 3;
}
.order-4 {
  order: 4;
}
.order-5 {
  order: 5;
}
.order-2 {
  order: 2;
}
.order-6 {
  order: 6;
}
.order-7 {
  order: 7;
}
.order-8 {
  order: 8;
}
.order-9 {
  order: 9;
}
.order-10 {
  order: 10;
}
.order-11 {
  order: 11;
}
.float-left {
  float: left;
}
.m-10 {
  margin: 2.5rem;
}
.m-0 {
  margin: 0px;
}
.m-auto {
  margin: auto;
}
.m-6 {
  margin: 1.5rem;
}
.my-10 {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.mx-2 {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
.mx-12 {
  margin-left: 3rem;
  margin-right: 3rem;
}
.mx-8 {
  margin-left: 2rem;
  margin-right: 2rem;
}
.my-20 {
  margin-top: 5rem;
  margin-bottom: 5rem;
}
.my-4 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.ml-3 {
  margin-left: 0.75rem;
}
.mt-5 {
  margin-top: 1.25rem;
}
.mb-1 {
  margin-bottom: 0.25rem;
}
.mt-12 {
  margin-top: 3rem;
}
.mr-0 {
  margin-right: 0px;
}
.ml-6 {
  margin-left: 1.5rem;
}
.mr-8 {
  margin-right: 2rem;
}
.mt-7 {
  margin-top: 1.75rem;
}
.ml-4 {
  margin-left: 1rem;
}
.mr-4 {
  margin-right: 1rem;
}
.mr-6 {
  margin-right: 1.5rem;
}
.mr-\[50px\] {
  margin-right: 50px;
}
.mt-4 {
  margin-top: 1rem;
}
.mr-5 {
  margin-right: 1.25rem;
}
.mb-10 {
  margin-bottom: 2.5rem;
}
.mt-10 {
  margin-top: 2.5rem;
}
.mt-36 {
  margin-top: 9rem;
}
.mb-20 {
  margin-bottom: 5rem;
}
.mb-3 {
  margin-bottom: 0.75rem;
}
.mt-8 {
  margin-top: 2rem;
}
.box-content {
  box-sizing: content-box;
}
.block {
  display: block;
}
.inline-block {
  display: inline-block;
}
.flex {
  display: flex;
}
.inline-flex {
  display: inline-flex;
}
.table {
  display: table;
}
.grid {
  display: grid;
}
.contents {
  display: contents;
}
.hidden {
  display: none;
}
.h-5 {
  height: 1.25rem;
}
.h-32 {
  height: 8rem;
}
.h-16 {
  height: 4rem;
}
.h-8 {
  height: 2rem;
}
.h-full {
  height: 100%;
}
.h-0 {
  height: 0px;
}
.h-64 {
  height: 16rem;
}
.h-48 {
  height: 12rem;
}
.h-auto {
  height: auto;
}
.h-56 {
  height: 14rem;
}
.h-96 {
  height: 24rem;
}
.h-72 {
  height: 18rem;
}
.h-fit {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.max-h-\[30rem\] {
  max-height: 30rem;
}
.max-h-0 {
  max-height: 0px;
}
.max-h-full {
  max-height: 100%;
}
.max-h-60 {
  max-height: 15rem;
}
.w-1\/3 {
  width: 33.333333%;
}
.w-2\/3 {
  width: 66.666667%;
}
.w-full {
  width: 100%;
}
.w-16 {
  width: 4rem;
}
.w-8 {
  width: 2rem;
}
.w-48 {
  width: 12rem;
}
.w-screen {
  width: 100vw;
}
.w-0 {
  width: 0px;
}
.w-\[90\%\] {
  width: 90%;
}
.w-\[50\%\] {
  width: 50%;
}
.w-32 {
  width: 8rem;
}
.w-60 {
  width: 15rem;
}
.w-44 {
  width: 11rem;
}
.w-\[350px\] {
  width: 350px;
}
.w-\[160px\] {
  width: 160px;
}
.w-80 {
  width: 20rem;
}
.w-1\/2 {
  width: 50%;
}
.w-4\/5 {
  width: 80%;
}
.w-9\/12 {
  width: 75%;
}
.w-72 {
  width: 18rem;
}
.w-20 {
  width: 5rem;
}
.w-\[20\%\] {
  width: 20%;
}
.w-\[100\%\] {
  width: 100%;
}
.w-\[30\%\] {
  width: 30%;
}
.w-24 {
  width: 6rem;
}
.w-12 {
  width: 3rem;
}
.min-w-\[24rem\] {
  min-width: 24rem;
}
.max-w-\[1320px\] {
  max-width: 1320px;
}
.max-w-\[1200px\] {
  max-width: 1200px;
}
.max-w-\[90\%\] {
  max-width: 90%;
}
.max-w-none {
  max-width: none;
}
.max-w-sm {
  max-width: 24rem;
}
.max-w-full {
  max-width: 100%;
}
.max-w-\[10rem\] {
  max-width: 10rem;
}
.max-w-\[5rem\] {
  max-width: 5rem;
}
.max-w-\[60px\] {
  max-width: 60px;
}
.flex-none {
  flex: none;
}
.flex-1 {
  flex: 1 1 0%;
}
.flex-shrink-0 {
  flex-shrink: 0;
}
.flex-grow {
  flex-grow: 1;
}
.origin-bottom-left {
  transform-origin: bottom left;
}
.rotate-180 {
  --tw-rotate: 180deg;
  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));
}
.rotate-45 {
  --tw-rotate: 45deg;
  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));
}
.scale-50 {
  --tw-scale-x: .5;
  --tw-scale-y: .5;
  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));
}
.transform {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.cursor-pointer {
  cursor: pointer;
}
.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.flex-row {
  flex-direction: row;
}
.flex-col {
  flex-direction: column;
}
.flex-wrap {
  flex-wrap: wrap;
}
.flex-nowrap {
  flex-wrap: nowrap;
}
.items-center {
  align-items: center;
}
.items-stretch {
  align-items: stretch;
}
.justify-end {
  justify-content: flex-end;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.justify-around {
  justify-content: space-around;
}
.gap-2 {
  gap: 0.5rem;
}
.gap-8 {
  gap: 2rem;
}
.gap-4 {
  gap: 1rem;
}
.gap-x-8 {
  -moz-column-gap: 2rem;
       column-gap: 2rem;
}
.space-x-12 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(3rem * var(--tw-space-x-reverse));
  margin-left: calc(3rem * calc(1 - var(--tw-space-x-reverse)));
}
.overflow-hidden {
  overflow: hidden;
}
.overflow-visible {
  overflow: visible;
}
.overflow-x-auto {
  overflow-x: auto;
}
.overflow-x-scroll {
  overflow-x: scroll;
}
.whitespace-nowrap {
  white-space: nowrap;
}
.rounded-md {
  border-radius: 0.375rem;
}
.rounded-xl {
  border-radius: 0.75rem;
}
.rounded {
  border-radius: 0.25rem;
}
.border-\[3px\] {
  border-width: 3px;
}
.border-\[8px\] {
  border-width: 8px;
}
.border {
  border-width: 1px;
}
.border-1 {
  border-width: 1px;
}
.border-2 {
  border-width: 2px;
}
.border-r-\[16px\] {
  border-right-width: 16px;
}
.border-l-\[10px\] {
  border-left-width: 10px;
}
.border-t-4 {
  border-top-width: 4px;
}
.border-t {
  border-top-width: 1px;
}
.border-b-4 {
  border-bottom-width: 4px;
}
.border-solid {
  border-style: solid;
}
.border-none {
  border-style: none;
}
.border-brandcolor {
  border-color: #db011c;
}
.border-transparent {
  border-color: transparent;
}
.border-white {
  border-color: #fff;
}
.border-gray-200 {
  border-color: #e5e5e5;
}
.border-gray-400 {
  border-color: #a3a3a3;
}
.border-gray-900 {
  border-color: #171717;
}
.border-\[\#db011c\] {
  border-color: #db011c;
}
.border-l-white {
  border-left-color: #fff;
}
.border-l-brandcolor {
  border-left-color: #db011c;
}
.bg-transparent {
  background-color: transparent;
}
.bg-brandcolor {
  background-color: #db011c;
}
.bg-gray-400 {
  background-color: #a3a3a3;
}
.bg-white {
  background-color: #fff;
}
.bg-gray-300 {
  background-color: #d4d4d4;
}
.bg-\[\#E4E4E6\] {
  background-color: #E4E4E6;
}
.p-6 {
  padding: 1.5rem;
}
.p-0 {
  padding: 0px;
}
.p-4 {
  padding: 1rem;
}
.p-5 {
  padding: 1.25rem;
}
.p-16 {
  padding: 4rem;
}
.p-10 {
  padding: 2.5rem;
}
.p-2 {
  padding: 0.5rem;
}
.px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}
.py-20 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}
.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.py-\[0\.32rem\] {
  padding-top: 0.32rem;
  padding-bottom: 0.32rem;
}
.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.pl-16 {
  padding-left: 4rem;
}
.pt-8 {
  padding-top: 2rem;
}
.pb-px {
  padding-bottom: 1px;
}
.pt-16 {
  padding-top: 4rem;
}
.pb-12 {
  padding-bottom: 3rem;
}
.pr-10 {
  padding-right: 2.5rem;
}
.text-center {
  text-align: center;
}
.align-top {
  vertical-align: top;
}
.align-middle {
  vertical-align: middle;
}
.text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem;
}
.text-\[25px\] {
  font-size: 25px;
}
.text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}
.text-4xl {
  font-size: 2.25rem;
  line-height: 2.5rem;
}
.text-5xl {
  font-size: 3rem;
  line-height: 1;
}
.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}
.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.text-\[5\.5rem\] {
  font-size: 5.5rem;
}
.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.text-\[9px\] {
  font-size: 9px;
}
.text-\[12px\] {
  font-size: 12px;
}
.text-\[10px\] {
  font-size: 10px;
}
.text-\[0\.8rem\] {
  font-size: 0.8rem;
}
.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.font-extralight {
  font-weight: 200;
}
.font-light {
  font-weight: 300;
}
.font-medium {
  font-weight: 500;
}
.font-extrabold {
  font-weight: 800;
}
.font-semibold {
  font-weight: 600;
}
.font-bold {
  font-weight: 700;
}
.leading-snug {
  line-height: 1.375;
}
.leading-\[5rem\] {
  line-height: 5rem;
}
.leading-tight {
  line-height: 1.25;
}
.leading-\[4rem\] {
  line-height: 4rem;
}
.leading-normal {
  line-height: 1.5;
}
.leading-\[1\.6\] {
  line-height: 1.6;
}
.text-brandcolor {
  color: #db011c;
}
.text-linkblue {
  color: #1979c3;
}
.text-white {
  color: #fff;
}
.text-black {
  color: #000;
}
.no-underline {
  -webkit-text-decoration-line: none;
          text-decoration-line: none;
}
.shadow-lg {
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.outline-none {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.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);
}
.transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-\[max-height\] {
  transition-property: max-height;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition {
  transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.duration-1000 {
  transition-duration: 1000ms;
}
.duration-200 {
  transition-duration: 200ms;
}
.ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.ease-linear {
  transition-timing-function: linear;
}
@font-face {
  font-family: "HelveticaNeue-73";
  src: url("../fonts/HelveticaNeue/W01_73/BdEx.woff2") format("woff2"), url("../fonts/HelveticaNeue/W01_73/BdEx.woff") format("woff");
  font-display: block;
}
@font-face {
  font-family: "HelveticaNeue-93";
  src: url("../fonts/HelveticaNeue/W01_93/BlkEx.woff2") format("woff2"), url("../fonts/HelveticaNeue/W01_93/BlkEx.woff") format("woff");
  font-display: block;
}
@font-face {
  font-family: "HelveticaNeue-53";
  src: url("../fonts/HelveticaNeue/W05_53/Ext.woff2") format("woff2"), url("../fonts/HelveticaNeue/W05_53/Ext.woff") format("woff");
  font-display: block;
}
@font-face {
  font-family: "HelveticaNeue";
  src: url("../fonts/helvetica/Ext.woff2") format("woff2"), url("../fonts/helvetica/Ext.woff") format("woff");
  font-style: normal;
  font-display: block;
}
@font-face {
  font-family: "HelveticaNeue Bold";
  src: url("../fonts/helvetica/BdEx.woff2") format("woff2"), url("../fonts/helvetica/BdEx.woff") format("woff");
  font-style: normal;
  font-display: block;
}
@font-face {
  font-family: "HelveticaNeue Black";
  src: url("../fonts/helvetica/BlkEx.woff2") format("woff2"), url("../fonts/helvetica/BlkEx.woff") format("woff");
  font-style: normal;
  font-display: block;
}
@font-face {
  font-family: NanumGothic4;
  src: url("../fonts/Nanum_Gothic/w400.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: block;
}
@font-face {
  font-family: NanumGothic7;
  src: url("../fonts/Nanum_Gothic/w700.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: block;
}
@font-face {
  font-family: NanumGothic8;
  src: url("../fonts/Nanum_Gothic/w800.woff2") format("woff2");
  font-weight: 800;
  font-style: normal;
  font-display: block;
}
@font-face {
  font-family: "NotoSans4";
  src: url("../fonts/NotoSans/w400.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: block;
}
@font-face {
  font-family: "NotoSans7";
  src: url("../fonts/NotoSans/w700.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: block;
}
@font-face {
  font-family: "NotoSans9";
  src: url("../fonts/NotoSans/w900.woff2") format("woff2");
  font-weight: 900;
  font-style: normal;
  font-display: block;
}
@font-face {
  font-family: "HiraginoKakuGothic4";
  src: url("../fonts/HiraginoKakuGothic/HiraginoKakuGothic4.woff2") format("woff2");
  font-style: normal;
  font-display: block;
}
@font-face {
  font-family: "HiraginoKakuGothic7";
  src: url("../fonts/HiraginoKakuGothic/HiraginoKakuGothic7.woff2") format("woff2");
  font-style: normal;
  font-display: block;
}
@font-face {
  font-family: "HiraginoKakuGothic9";
  src: url("../fonts/HiraginoKakuGothic/HiraginoKakuGothic9.woff2") format("woff2");
  font-style: normal;
  font-display: block;
}
@font-face {
  font-family: "HelveticaNeueLTStdRoman";
  src: url("../fonts/HelveticaNeue/HelveticaNeueLTStd-Roman.otf") format("otf");
  font-style: normal;
  font-display: block;
}
@font-face {
  font-family: "W0555Roman";
  src: url("../fonts/roman/FrutigerRomanW50.woff") format("woff");
  font-style: normal;
  font-display: block;
  unicode-range: U+2122;
}
.helveticaNeue-73 {
  font-family: "HelveticaNeue-73", "HelveticaNeue Bold", "NotoSans7", sans-serif;
}
.helveticaNeue-93 {
  font-family: "HelveticaNeue-93", "HelveticaNeue Black", "NotoSans9", sans-serif;
  font-weight: 900;
}
.helveticaNeue-53 {
  font-family: "HelveticaNeue-53", "HelveticaNeue", "NotoSans4", sans-serif;
}
html,
body {
  font-family: "HelveticaNeue-53", "HelveticaNeue", sans-serif;
}
html[lang=vi] * {
  font-family: "NotoSans4", Wingdings !important;
}
html[lang=vi] .helveticaNeue-73,
html[lang=vi] .helveticaNeue-73 * {
  font-family: "NotoSans7" !important;
}
html[lang=vi] .helveticaNeue-93,
html[lang=vi] .helveticaNeue-93 * {
  font-family: "NotoSans9" !important;
}
html[lang=vi] .helveticaNeue-53,
html[lang=vi] .helveticaNeue-53 * {
  font-family: "NotoSans4" !important;
}
html[lang=ko] * {
  font-family: "HelveticaNeue-53", "NanumGothic4", sans-serif, Wingdings !important;
}
html[lang=ko] .helveticaNeue-73,
html[lang=ko] .helveticaNeue-73 * {
  font-family: "HelveticaNeue-73", "NanumGothic7", sans-serif !important;
}
html[lang=ko] .helveticaNeue-93,
html[lang=ko] .helveticaNeue-93 * {
  font-family: "HelveticaNeue-93", "NanumGothic8", sans-serif !important;
}
html[lang=ko] .helveticaNeue-53,
html[lang=ko] .helveticaNeue-53 * {
  font-family: "HelveticaNeue-53", "NanumGothic4", sans-serif !important;
}
html[lang=ja] * {
  font-family: "HelveticaNeue-53", "HiraginoKakuGothic4", sans-serif, Wingdings !important;
}
html[lang=ja] .helveticaNeue-73,
html[lang=ja] .helveticaNeue-73 * {
  font-family: "HelveticaNeue-73", "HiraginoKakuGothic7", sans-serif !important;
}
html[lang=ja] .helveticaNeue-93,
html[lang=ja] .helveticaNeue-93 * {
  font-family: "HelveticaNeue-93", "HiraginoKakuGothic7", sans-serif !important;
}
html[lang=ja] .helveticaNeue-53,
html[lang=ja] .helveticaNeue-53 * {
  font-family: "HelveticaNeue-53", "HiraginoKakuGothic4", sans-serif !important;
}
.bg-brand-color {
  background-color: #db011c;
}
.brand-color {
  color: #db011c;
}
html span.packout-tm,
html[lang=ko] span.packout-tm,
html[lang=ja] span.packout-tm,
html[lang=vi] span.packout-tm {
  font-family: "HelveticaNeue-93" !important;
  padding: 0 !important;
}
html span.packout-tm span,
html[lang=ko] span.packout-tm span,
html[lang=ja] span.packout-tm span,
html[lang=vi] span.packout-tm span {
  font-family: "W0555Roman" !important;
  padding: 0 !important;
}
body {
  max-width: 100%;
  overflow-x: hidden;
}
.text-10xl {
  font-size: 10rem;
  line-height: 1;
}
.short-description li {
  line-height: 2.5rem;
}
.short-description li:before {
  content: "";
  display: inline-block;
  width: 0.6rem;
  height: 0.6rem;
  margin-right: 2rem;
  background-color: #db011c;
  border-radius: 50%;
}
.h-1000 {
  height: 1000px;
}
.bg-red {
  background-color: #d00017;
}
.within2line {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.pre-arrow,
.next-arrow,
.slick-arrow,
.drop_menu_left_arrow,
.drop_menu_right_arrow {
  cursor: pointer;
}
.product_main img {
  margin: 2rem auto;
}
.product_box .product_img {
  vertical-align: middle;
}
.product_box .product_info {
  vertical-align: middle;
}
.product-slider-nav .slick-track,
.product-slider-for .slick-track {
  display: flex;
  align-items: center;
}
.card_product_items .active {
  border: 1px solid #db011c;
}
.eapps-link {
  display: none !important;
}
.saved-center svg:not(:root) {
  width: 15px;
}
.home-cate-bg {
  background: linear-gradient(#db011c, 80%, #6a1315);
}

/* customer-feedback styling */

.customer-feedback-loader {
  position: absolute;
  top: 90%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.customer-feedback-details {
  padding: 2rem;
}
.customer-feedback {
  background: rgb(255, 255, 255);
  max-width: 400px;
  overflow: auto;
  box-shadow: rgb(0, 0, 0) 0px 0px 20px 0px;
  width: 100% !important;
  z-index: 9999;
  height: 454px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.customer-feedback::-webkit-scrollbar {
  width: 0em; /* Make the scrollbar invisible */
}
.scrollable-container {
  /* Set a fixed height and width for the container */
  height: 400px;
  width: 100%;
  /* Set the overflow property to enable scrolling */
  overflow: auto;
  /* Hide the scrollbar */
  scrollbar-width: none; /* Firefox */
  -ms-overflow-style: none; /* Internet Explorer and Edge */
}
/* Hide the scrollbar for WebKit-based browsers (Chrome, Safari, Opera) */
.scrollable-container::-webkit-scrollbar {
  width: 0.8em;
}
.scrollable-container::-webkit-scrollbar-thumb {
  background-color: #ccc;
  border-radius: 4px;
}
.scrollable-container::-webkit-scrollbar-track {
  background-color: transparent;
}
.disabled-button {
  pointer-events: none;
  opacity: 0.5;
}
.feedback-button {
  position: fixed;
  bottom: 0px;
  z-index: 9999;
  font-size: 1.6rem;
  background: #db011c;
  box-shadow: rgb(0, 0, 0) 0px 0px 20px 0px;
  color: rgb(255, 255, 255);
  padding: 12px;
  font-family: 'HelveticaNeue Black','HiraginoKakuGothic9','Helvetica Neue',Helvetica,Arial,sans-serif;
  font-weight: 700;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.feedback-button:hover {
  position: fixed;
  bottom: 0px;
  z-index: 9999;
  font-size: 1.6rem;
  background: #db011c;
  box-shadow: rgb(0, 0, 0) 0px 0px 20px 0px;
  color: rgb(255, 255, 255);
  padding: 12px;
  font-family: 'HelveticaNeue Black','HiraginoKakuGothic9','Helvetica Neue',Helvetica,Arial,sans-serif;
  font-weight: 700;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.close-form {
  content: '\f00d';
  font-family: 'FontAwesome Solid',sans-serif;
  color: #fff;
  font-size: 2rem;
  font-weight: 800;
}
.clear-form {
  margin: 0;
  color: #aaa3a3;
  cursor: pointer;
  display: inline-block;
  font-family: 'HelveticaNeue Black','HiraginoKakuGothic9','Helvetica Neue',Helvetica,Arial,sans-serif;
  font-weight: 700;
  padding: 15px 45px;
  font-size: 1.2rem;
  border-radius: 5px;
  border-width: 1px;
  border-style: solid;
  border-color: #ccc5c5;
}
.clear-form:hover {
  background-color: #f0f0f0;
  border-color: #999595;
  color: #aaa3a3;
}
.submit-form {
  margin: 0;
  background: #db011c;
  border: none;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: 'HelveticaNeue Black','HiraginoKakuGothic9','Helvetica Neue',Helvetica,Arial,sans-serif;
  font-weight: 700;
  padding: 15px 70px;
  font-size: 1.2rem;
}
.submit-form:hover {
  margin: 0;
  background: #db011c;
  border: none;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: 'HelveticaNeue Black','HiraginoKakuGothic9','Helvetica Neue',Helvetica,Arial,sans-serif;
  font-weight: 700;
  padding: 15px 70px;
  font-size: 1.2rem;
}
.submit-form:focus {
  margin: 0;
  background: #db011c;
  border: none;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: 'HelveticaNeue Black','HiraginoKakuGothic9','Helvetica Neue',Helvetica,Arial,sans-serif;
  font-weight: 700;
  padding: 15px 70px;
  font-size: 1.2rem;
}
.customer-feedback-radio {
  position: relative;
  display: inline-block;
  margin-right: 4px;
}
.customer-feedback-radio input[type="radio"] {
  position: absolute;
  opacity: 0;
}
.customer-feedback-radio label {
  position: relative;
  display: inline-block;
  width: 24px;
  height: 24px;
  border: 2px solid transparent;
  cursor: pointer;
  text-align: center;
  line-height: 20px;
  font-weight: bold;
}
.customer-feedback-radio input[type="radio"]:checked + label {
  background-color: #db011c;
  color: white;
}
.customer-feedback-radio label:hover {
  background-color: rgb(243, 241, 241);
}
.comments{
  resize: none;
}
.customer-feedback-header {
  padding: 10px;
  text-align: center;
  background: #db011c;;
  color: white;
  font-size: 30px;
}
.customer-feedback-header.sticky {
  position: sticky;
  top: 0;
  z-index: 100;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.counter {
  position: relative;
}
.counterText {
  position: absolute;
  right: 0;
  top: 0;
}
.success-feedback {
  bottom: 0px;
  position: fixed;
  bottom: 0px;
  z-index: 9999;
  font-size: 1rem;
  background: #db011c;
  box-shadow: rgb(0, 0, 0) 0px 0px 20px 0px;
  color: rgb(255, 255, 255);
  padding: 7px;
  font-family: 'HelveticaNeue Black','HiraginoKakuGothic9','Helvetica Neue',Helvetica,Arial,sans-serif;
  font-weight: 700;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

@media screen and (max-width: 450px) {
  .customer-feedback {
    margin-left: 0;
  }
}

.customer-feedback {
  margin-left: 0;
}


@media screen and (max-width: 300px) {
.customer-feedback {
  margin-left: 0;
}
.customer-feedback-details{
  font-size: smaller;
}
.clear-form  {    
  padding: 15px 10px;
}
.clear-form:hover {
  padding: 15px 10px;
}
.submit-form {
  padding: 15px 25px
}
.submit-form:hover {
  padding: 15px 25px
}
.submit-form:focus {
  padding: 15px 25px
}
}

.customer-feedback-details {
  padding: 2rem;
}

/* customer-feedback styling */

@media screen and (max-width: 768px) {
  .familyshot .product-1 {
    top: 320px;
    left: 920px;
  }
  .familyshot .product-2 {
    top: 440px;
    left: 660px;
  }
  .familyshot .product-3 {
    top: 513px;
    left: 200px;
  }
  .familyshot .product-4 {
    top: 613px;
    left: 286px;
  }
  .familyshot .product-5 {
    top: 820px;
    left: 200px;
  }
  .familyshot .product-6 {
    top: 810px;
    left: 1447px;
  }
  .familyshot .product-7 {
    top: 560px;
    left: 1600px;
  }
  .familyshot .product-8 {
    top: 418px;
    left: 1400px;
  }
}
@media screen and (min-width: 769px) {
  .home-bundle.bottom-products {
    text-align: center;
    box-shadow: 0 -1px 4px white;
  }
  .home-bundle.bottom-products p {
    padding: 2rem;
    text-align: center;
    font-size: 2rem;
    color: #db011c;
  }
  .home-bundle.bottom-products .see-all {
    color: #db011c;
    text-align: center;
    border: none;
    cursor: pointer;
    margin: 1.5rem auto;
  }
  .home-bundle.bottom-products .product-item .product-item-content {
    padding: 15px;
    margin: 5px;
    border: 1px solid rgba(226, 221, 221, 0.828);
    border-radius: 15px;
    box-shadow: 0 0 5px 0px #cfcccc;
    text-align: center;
    overflow: hidden;
  }
  .home-bundle.bottom-products .product-item .product-item-content .main-img {
    margin: 0 auto;
  }
  .home-bundle.bottom-products .product-item .product-item-content .main-img img {
    width: 180px;
  }
  .home-bundle.bottom-products .product-item .product-item-content .title {
    margin: 15px 0 0;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .home-bundle.bottom-products .product-item .product-item-content .number {
    font-size: 12px;
    margin: -5px auto 5px;
  }
  .home-bundle.bottom-products .product-item .product-item-content .price {
    font-size: 12px;
    color: #db011c;
  }
  .home-bundle.bottom-products .product-item .product-item-content .price span {
    font-size: 14px;
  }
  .home-bundle.bottom-products .product-item .product-item-content .old-price {
    font-size: 12px;
    transform: scale(0.8);
  }
  .home-bundle.bottom-products .product-item .product-item-content .old-price span {
    font-size: 12px;
  }
  .home-bundle.bottom-products .product-item .product-item-content .button {
    margin: 0 auto;
    color: #fff;
    background-color: #db011c;
    height: 40px;
    width: 150px;
    line-height: 40px;
    font-size: 16px;
    transform: scale(0.8);
    cursor: pointer;
  }
  .home-bundle.bottom-products .product-item .product-item-content .button span {
    display: inline-block;
  }
  .home-bundle.bottom-products .product-item .product-item-content .button span img {
    width: 20px;
  }
  .home-bundle.bottom-products .product-item .product-item-content .button-black {
    background-color: #000;
  }
}
@media screen and (max-width: 768px) {
  .home-bundle.bottom-products {
    box-shadow: 0 -1px 4px white;
    overflow: hidden;
  }
  .home-bundle.bottom-products p {
    padding: 2rem;
    text-align: center;
    font-size: 2rem;
    color: #db011c;
  }
  .home-bundle.bottom-products .items-center .bottom-slider-1,
.home-bundle.bottom-products .items-center .bottom-slider-2 {
    width: 150%;
    position: relative;
    left: 35%;
  }
  .home-bundle.bottom-products .see-all {
    color: #db011c;
    display: block;
    text-align: center;
    border: none;
    cursor: pointer;
    margin: 2rem auto;
  }
  .home-bundle.bottom-products .product-item .product-item-content {
    padding: 1rem;
    margin: 1rem 2rem;
    border: 1px solid rgba(226, 221, 221, 0.828);
    box-sizing: border-box;
    border-radius: 0.5rem;
    box-shadow: 0 0 0.4rem 0 #cfcccc;
    text-align: center;
  }
  .home-bundle.bottom-products .product-item .product-item-content .main-img {
    margin: 0 auto;
  }
  .home-bundle.bottom-products .product-item .product-item-content .title {
    margin: 1rem 0 0;
    font-size: 1rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .home-bundle.bottom-products .product-item .product-item-content .number {
    font-size: 1rem;
    margin: -0.5rem auto 0.5rem;
  }
  .home-bundle.bottom-products .product-item .product-item-content .price {
    font-size: 1rem;
    color: #db011c;
  }
  .home-bundle.bottom-products .product-item .product-item-content .price span {
    font-size: 0.8remrem;
  }
  .home-bundle.bottom-products .product-item .product-item-content .old-price {
    font-size: 1rem;
    transform: scale(0.8);
  }
  .home-bundle.bottom-products .product-item .product-item-content .old-price span {
    font-size: 1rem;
  }
  .home-bundle.bottom-products .product-item .product-item-content .button {
    margin: 0 auto;
    color: #fff;
    background-color: #db011c;
    height: 4rem;
    width: 15rem;
    line-height: 4rem;
    font-size: 1.2rem;
    transform: scale(0.8);
  }
  .home-bundle.bottom-products .product-item .product-item-content .button span {
    vertical-align: middle;
    display: inline-block;
  }
  .home-bundle.bottom-products .product-item .product-item-content .button span img {
    width: 1.6rem;
  }
  .home-bundle.bottom-products .product-item .product-item-content .button-black {
    background-color: #000;
  }
}
.light-bg {
  z-index: 2;
  position: absolute;
  height: 50%;
  width: 100%;
  bottom: 0;
  pointer-events: none;
  background: linear-gradient(to top, #ffffff 2%, transparent);
}
@media screen and (min-width: 768px) {
  .familyshot .product-1 {
    top: 38%;
    left: 50%;
  }
  .familyshot .product-2 {
    top: 45%;
    left: 33%;
  }
  .familyshot .product-3 {
    top: 54%;
    left: 8%;
  }
  .familyshot .product-4 {
    top: 65%;
    left: 15%;
  }
  .familyshot .product-5 {
    top: 84%;
    left: 10%;
  }
  .familyshot .product-6 {
    top: 80%;
    left: 80%;
  }
  .familyshot .product-7 {
    top: 58%;
    left: 82%;
  }
  .familyshot .product-8 {
    top: 45%;
    left: 74%;
  }
}
.no-launch {
  height: 0 !important;
}
@media screen and (min-width: 1200px) {
  html[lang=th] .card-des {
    font-size: 16px;
  }
}
.build_page_main {
  width: 100%;
}
.build_page_main #pc-iframe,
.build_page_main #mobile-iframe {
  width: 100%;
  height: 80vh;
}
.build_page_main #mobile-iframe {
  min-height: 150vw;
}
.build_page_main #landscape .landscape-content {
  height: 60vh;
  width: 60vh;
  position: absolute;
  top: 50%;
  left: 50%;
  opacity: 0.8;
  transform: translate(-50%, -50%);
  text-align: center;
  position: relative;
}
.build_page_main #landscape img.landscape {
  height: 60vh;
  margin: 0 auto;
}
.build_page_main #landscape p {
  color: white;
  position: absolute;
  top: 40vh;
  font-size: 12px;
  text-align: center;
}
.pop-bg .confirm-content p {
  color: #fff;
}
.pop-bg .confirm-content .or {
  color: #fff;
  height: 4rem;
  line-height: 4rem;
}
.pop-bg .confirm-content .warning {
  display: none;
  color: #fff;
  font-size: 12px;
  text-align: left;
  margin-left: 50px;
}
@media screen and (min-width: 769px) {
  .saved-page-main button {
    cursor: pointer;
  }
  .saved-page-main .inner-width {
    max-width: 1228px;
    min-width: 768px;
    margin: 0 auto;
  }
  .saved-page-main .main-builer {
    display: flex;
    margin-top: 2rem;
  }
  .saved-page-main .main-builer .left {
    position: relative;
    flex: 1;
  }
  .saved-page-main .main-builer .left .fixed-info {
    position: absolute;
    left: 1rem;
    color: #db011c;
  }
  .saved-page-main .main-builer .left .fixed-info .img-logo {
    overflow: hidden;
  }
  .saved-page-main .main-builer .left .fixed-info .img-logo img {
    width: 10rem;
  }
  .saved-page-main .main-builer .left .fixed-info .line-1st {
    font-size: 2.2rem;
  }
  .saved-page-main .main-builer .left .fixed-info .line-2nd {
    margin-top: -1rem;
    font-size: 2rem;
  }
  .saved-page-main .main-builer .left .stack-info {
    position: absolute;
    top: 50%;
    left: 1rem;
    transform: translateY(-40%);
    width: 80%;
  }
  .saved-page-main .main-builer .left .stack-info .package-name {
    text-align: center;
    font-size: 2rem;
  }
  .saved-page-main .main-builer .left .stack-info .edit-name-button {
    position: absolute;
    right: -0.5rem;
    top: -2rem;
    cursor: pointer;
  }
  .saved-page-main .main-builer .left .stack-info .edit-package-name {
    display: none;
    font-size: 1.8rem;
    height: 4rem;
  }
  .saved-page-main .main-builer .left .stack-info .buttons {
    text-align: center;
  }
  .saved-page-main .main-builer .left .stack-info .buttons button {
    color: #fff;
    padding: 1rem;
    cursor: pointer;
    width: 16rem;
    margin-top: 1rem;
  }
  .saved-page-main .main-builer .left .stack-info .buttons .add-cart-button {
    background-color: #db011c;
  }
  .saved-page-main .main-builer .left .stack-info .buttons .download-button {
    background-color: #000;
  }
  .saved-page-main .main-builer .middle {
    flex: 1;
    text-align: center;
  }
  .saved-page-main .main-builer .middle .builder-img {
    position: relative;
  }
  .saved-page-main .main-builer .middle .builder-img .del-button {
    position: absolute;
    width: 2.5rem;
    height: 2.5rem;
    right: 0;
    top: 0;
    display: none;
    cursor: pointer;
  }
  .saved-page-main .main-builer .middle .builder-img:hover .del-button {
    display: block;
  }
  .saved-page-main .main-builer .middle .edit-button {
    font-size: 2rem;
    text-align: center;
    background-color: #e0e0e0;
    padding: 0.5rem 1rem;
    border-radius: 0.5rem;
    border: none;
  }
  .saved-page-main .main-builer .middle .stack-info {
    display: none;
  }
  .saved-page-main .main-builer .middle .addnew {
    font-size: 1.6rem;
    display: none;
  }
  .saved-page-main .main-builer .right {
    flex: 1;
    position: relative;
  }
  .saved-page-main .main-builer .right .container {
    position: absolute;
    top: 50%;
    left: 1rem;
    transform: translateY(-50%);
    text-align: center;
  }
  .saved-page-main .main-builer .right .container .button-add-arrow {
    width: 5rem;
    margin: 0.5rem auto;
    cursor: pointer;
  }
  .saved-page-main .main-builer .right .container p.creat {
    font-size: 1rem;
    font-weight: 700;
  }
  .saved-page-main .unlogin {
    width: 100%;
    text-align: center;
    margin-bottom: 8rem;
  }
  .saved-page-main .unlogin .container {
    margin: 0 auto;
    text-align: center;
  }
  .saved-page-main .unlogin .container .button-add-arrow {
    width: 10rem;
    margin: 0.5rem auto;
    cursor: pointer;
  }
  .saved-page-main .unlogin .container p {
    font-size: 2rem;
    font-weight: 700;
  }
  .saved-page-main .saved-main-content {
    margin-top: 4rem;
  }
  .saved-page-main .saved-main-content .mobile-items-center {
    display: none;
  }
  .saved-page-main .saved-main-content .saved-items {
    align-items: center;
    gap: 20px;
  }
  .saved-page-main .saved-main-content .saved-items .builder-img-box {
    max-width: 200px;
    cursor: pointer;
  }
  .saved-page-main .saved-main-content .saved-items .builder-img-box .package-name {
    text-align: center;
    font-weight: 700;
  }
  .saved-page-main .saved-main-content .saved-items .builder-img-box img {
    margin: auto;
  }
  .saved-page-main .line {
    width: 100%;
    border: 1px solid #c0c0c0;
    box-sizing: border-box;
    margin: 2rem auto;
  }
  .saved-page-main .bottom-products {
    text-align: center;
  }
  .saved-page-main .bottom-products p {
    margin: 2rem;
    text-align: center;
    font-size: 2rem;
  }
  .saved-page-main .bottom-products .see-all {
    color: #db011c;
    text-align: center;
    border: none;
    cursor: pointer;
    margin: 1.5rem auto;
  }
  .saved-page-main .bottom-products .product-item {
    width: 210px !important;
    padding: 15px;
    margin: 5px;
    border: 1px solid rgba(226, 221, 221, 0.828);
    border-radius: 15px;
    box-shadow: 0 0 5px 0px #cfcccc;
    text-align: center;
  }
  .saved-page-main .bottom-products .product-item .main-img {
    margin: 0 auto;
  }
  .saved-page-main .bottom-products .product-item .main-img img {
    width: 180px;
  }
  .saved-page-main .bottom-products .product-item .title {
    margin: 15px 0 0;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .saved-page-main .bottom-products .product-item .number {
    font-size: 12px;
    margin: -5px auto 5px;
  }
  .saved-page-main .bottom-products .product-item .price {
    font-size: 12px;
    color: #db011c;
  }
  .saved-page-main .bottom-products .product-item .price span {
    font-size: 14px;
  }
  .saved-page-main .bottom-products .product-item .old-price {
    font-size: 12px;
    transform: scale(0.8);
  }
  .saved-page-main .bottom-products .product-item .old-price span {
    font-size: 12px;
  }
  .saved-page-main .bottom-products .product-item .button {
    margin: 0 auto;
    color: #fff;
    background-color: #db011c;
    height: 40px;
    width: 150px;
    line-height: 40px;
    font-size: 16px;
    transform: scale(0.8);
    cursor: pointer;
  }
  .saved-page-main .bottom-products .product-item .button span {
    display: inline-block;
  }
  .saved-page-main .bottom-products .product-item .button span img {
    width: 20px;
  }
  .saved-page-main .bottom-products .product-item .button-black {
    background-color: #000;
  }
}
@media screen and (max-width: 768px) {
  .saved-page-main {
    width: 100vw;
    overflow: hidden;
  }
  .saved-page-main .main-builer .left .fixed-info {
    padding: 0 1.5rem;
    color: #db011c;
  }
  .saved-page-main .main-builer .left .fixed-info .img-logo {
    width: 12rem;
    margin-top: 1rem;
  }
  .saved-page-main .main-builer .left .fixed-info .line-1st {
    font-size: 2.6rem;
  }
  .saved-page-main .main-builer .left .fixed-info .line-2nd {
    margin-top: -0.5rem;
    font-size: 2rem;
  }
  .saved-page-main .main-builer .left .stack-info {
    display: none;
  }
  .saved-page-main .main-builer .middle {
    text-align: center;
  }
  .saved-page-main .main-builer .middle .builder-img {
    position: relative;
    text-align: center;
  }
  .saved-page-main .main-builer .middle .del-button {
    position: absolute;
    left: 3rem;
    width: 4rem;
    height: 4rem;
  }
  .saved-page-main .main-builer .middle .edit-button {
    text-align: center;
    margin: -2rem auto 0;
    border: none;
    font-size: 2rem;
    transform: scale(0.8);
    padding: 0.5rem 1rem;
    background-color: #e0e0e0;
  }
  .saved-page-main .main-builer .middle .addnew {
    background-color: #fff;
    border-radius: 0.5rem;
    font-size: 1.6rem;
    position: absolute;
    right: 1rem;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
  }
  .saved-page-main .main-builer .middle .addnew .button-add-arrow {
    width: 4.5rem;
    margin: 0 auto;
    cursor: pointer;
  }
  .saved-page-main .main-builer .middle .addnew p.creat {
    font-size: 1rem;
    font-weight: 600;
    transform: scale(0.9);
  }
  .saved-page-main .main-builer .middle .stack-info {
    margin-top: 2rem;
    position: relative;
  }
  .saved-page-main .main-builer .middle .stack-info .package-name {
    text-align: center;
    font-size: 3rem;
  }
  .saved-page-main .main-builer .middle .stack-info .edit-name-button {
    cursor: pointer;
    position: absolute;
    top: -3rem;
    right: 3rem;
    width: 3rem;
    height: 3rem;
  }
  .saved-page-main .main-builer .middle .stack-info .edit-package-name {
    display: none;
    font-size: 2rem;
    height: 4rem;
    width: 90%;
    margin: 0 auto;
    text-align: center;
  }
  .saved-page-main .main-builer .middle .stack-info .buttons {
    margin: 1rem auto;
  }
  .saved-page-main .main-builer .middle .stack-info .buttons button {
    color: #fff;
    padding: 1rem 2rem;
    cursor: pointer;
    min-width: 12rem;
  }
  .saved-page-main .main-builer .middle .stack-info .buttons .add-cart-button {
    background-color: #db011c;
  }
  .saved-page-main .main-builer .middle .stack-info .buttons .download-button {
    background-color: #000;
  }
  .saved-page-main .main-builer .right {
    display: none;
  }
  .saved-page-main .saved-main-content {
    margin-top: 4rem;
  }
  .saved-page-main .saved-main-content .pc-items-center {
    display: none;
  }
  .saved-page-main .saved-main-content .slider-saved-items {
    width: 100%;
    position: relative;
    left: 16%;
    text-align: center;
  }
  .saved-page-main .saved-main-content .slider-saved-items .slick-track {
    display: flex;
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }
  .saved-page-main .saved-main-content .saved-items {
    max-width: 80% !important;
  }
  .saved-page-main .saved-main-content .saved-items .builder-img-box {
    cursor: pointer;
  }
  .saved-page-main .saved-main-content .saved-items .builder-img-box .package-name {
    text-align: center;
  }
  .saved-page-main .line {
    width: 100%;
    border: 1px solid #c0c0c0;
    margin: 2.5rem auto;
  }
  .saved-page-main .unlogin {
    width: 100%;
    text-align: center;
    margin-bottom: 8rem;
  }
  .saved-page-main .unlogin .container {
    margin: 0 auto;
    text-align: center;
  }
  .saved-page-main .unlogin .container .button-add-arrow {
    width: 10rem;
    margin: 0.5rem auto;
    cursor: pointer;
  }
  .saved-page-main .unlogin .container p {
    font-size: 2rem;
    font-weight: 700;
  }
  .saved-page-main .bottom-products p {
    text-align: center;
    font-size: 2rem;
  }
  .saved-page-main .bottom-products .items-center .bottom-slider-1,
.saved-page-main .bottom-products .items-center .bottom-slider-2 {
    width: 150%;
    position: relative;
    left: 35%;
  }
  .saved-page-main .bottom-products .items-center .slider-arrow {
    display: none;
  }
  .saved-page-main .bottom-products .see-all {
    color: #db011c;
    display: block;
    text-align: center;
    border: none;
    cursor: pointer;
    margin: 2rem auto;
  }
  .saved-page-main .bottom-products .product-item {
    width: 80% !important;
    padding: 1rem;
    margin: 1rem auto;
    border: 1px solid rgba(226, 221, 221, 0.828);
    box-sizing: border-box;
    border-radius: 0.5rem;
    box-shadow: 0 0 0.4rem 0 #cfcccc;
    text-align: center;
  }
  .saved-page-main .bottom-products .product-item .main-img {
    margin: 0 auto;
  }
  .saved-page-main .bottom-products .product-item .title {
    margin: 1rem 0 0;
    font-size: 1rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .saved-page-main .bottom-products .product-item .number {
    font-size: 1rem;
    margin: -0.5rem auto 0.5rem;
  }
  .saved-page-main .bottom-products .product-item .price {
    font-size: 1rem;
    color: #db011c;
  }
  .saved-page-main .bottom-products .product-item .price span {
    font-size: 0.8remrem;
  }
  .saved-page-main .bottom-products .product-item .old-price {
    font-size: 1rem;
    transform: scale(0.8);
  }
  .saved-page-main .bottom-products .product-item .old-price span {
    font-size: 1rem;
  }
  .saved-page-main .bottom-products .product-item .button {
    margin: 0 auto;
    color: #fff;
    background-color: #db011c;
    height: 4rem;
    width: 18rem;
    line-height: 4rem;
    font-size: 1.2rem;
    transform: scale(0.8);
  }
  .saved-page-main .bottom-products .product-item .button span {
    vertical-align: middle;
    display: inline-block;
  }
  .saved-page-main .bottom-products .product-item .button span img {
    width: 1.6rem;
  }
  .saved-page-main .bottom-products .product-item .button-black {
    background-color: #000;
  }
}
@media screen and (max-width: 375px) {
  .saved-page-main .main-builer .middle .addnew {
    right: 0;
  }
  .saved-page-main .main-builer .middle .addnew .button-add-arrow {
    width: 3.5rem;
  }
  .saved-page-main .main-builer .middle .addnew p.creat {
    transform: scale(0.7);
  }
}
.pop-bg, .landscape-pop-bg {
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 198;
}
.pop-bg .line, .landscape-pop-bg .line {
  margin-top: 2rem;
}
.pop-bg .warning, .landscape-pop-bg .warning {
  display: none;
}
.pop-bg p.sign-up, .landscape-pop-bg p.sign-up {
  text-align: center;
  color: #fff;
  margin-bottom: 2rem;
}
.pop-bg .closeBtn,
.pop-bg .closebtn,
.pop-bg .close-pop, .landscape-pop-bg .closeBtn,
.landscape-pop-bg .closebtn,
.landscape-pop-bg .close-pop {
  position: absolute;
  height: 3rem;
  width: 3rem;
  font-size: 2rem;
  top: 0;
  right: 0;
  color: #fff;
  cursor: pointer;
}
.pop-bg .login-main,
.pop-bg .logout-main,
.pop-bg .confirm-content,
.pop-bg #build-name, .landscape-pop-bg .login-main,
.landscape-pop-bg .logout-main,
.landscape-pop-bg .confirm-content,
.landscape-pop-bg #build-name {
  width: 80%;
  max-width: 50rem;
  background: #db011c;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 199;
  transform: translate(-50%, -50%);
  padding: 2rem;
  border-radius: 0.2rem;
  text-align: center;
}
.pop-bg .login-main p,
.pop-bg .logout-main p,
.pop-bg .confirm-content p,
.pop-bg #build-name p, .landscape-pop-bg .login-main p,
.landscape-pop-bg .logout-main p,
.landscape-pop-bg .confirm-content p,
.landscape-pop-bg #build-name p {
  color: #fff;
}
.pop-bg .login-main img,
.pop-bg .logout-main img,
.pop-bg .confirm-content img,
.pop-bg #build-name img, .landscape-pop-bg .login-main img,
.landscape-pop-bg .logout-main img,
.landscape-pop-bg .confirm-content img,
.landscape-pop-bg #build-name img {
  margin: 3rem auto;
}
.pop-bg .login-main input,
.pop-bg .logout-main input,
.pop-bg .confirm-content input,
.pop-bg #build-name input, .landscape-pop-bg .login-main input,
.landscape-pop-bg .logout-main input,
.landscape-pop-bg .confirm-content input,
.landscape-pop-bg #build-name input {
  width: 18rem;
  height: 4rem;
  border: none;
  padding-left: 1rem;
  color: #000000;
  vertical-align: middle;
  margin: 1rem 1rem 0;
}
.pop-bg .login-main input:focus,
.pop-bg .logout-main input:focus,
.pop-bg .confirm-content input:focus,
.pop-bg #build-name input:focus, .landscape-pop-bg .login-main input:focus,
.landscape-pop-bg .logout-main input:focus,
.landscape-pop-bg .confirm-content input:focus,
.landscape-pop-bg #build-name input:focus {
  border: none;
  outline: 0;
}
.pop-bg .login-main button,
.pop-bg .logout-main button,
.pop-bg .confirm-content button,
.pop-bg #build-name button, .landscape-pop-bg .login-main button,
.landscape-pop-bg .logout-main button,
.landscape-pop-bg .confirm-content button,
.landscape-pop-bg #build-name button {
  width: 18rem;
  height: 4rem;
  border: none;
  background-color: #000000;
  color: #fff;
  margin: 1rem 1rem 0;
}
.pop-bg .login-main select,
.pop-bg .logout-main select,
.pop-bg .confirm-content select,
.pop-bg #build-name select, .landscape-pop-bg .login-main select,
.landscape-pop-bg .logout-main select,
.landscape-pop-bg .confirm-content select,
.landscape-pop-bg #build-name select {
  text-align: center;
  width: 8rem;
  height: 4rem;
  background-color: #fff;
  color: #000000;
  vertical-align: middle;
  margin: 1rem 1rem 0;
}
.pop-bg .login-main, .landscape-pop-bg .login-main {
  max-width: 65rem;
}
.pop-bg .title, .landscape-pop-bg .title {
  font-size: 1.8rem;
  margin: 2rem auto;
  text-align: center;
}
.loading-mask {
  display: none;
}
.pop-info {
  display: none;
  position: fixed;
  left: 50%;
  transform: translateX(-50%);
  max-width: 60%;
  z-index: 200;
  background: #c0c0c0;
  padding: 1rem 5rem;
  border-radius: 0.3rem;
}
.pop-info .warning-info {
  text-align: center;
  color: #db011c;
}
.pop-info .notice-info {
  text-align: center;
  color: #fff;
}
.pop-info.warning {
  bottom: 5rem;
}
.pop-info.notice {
  top: 5rem;
}
.modals-wrapper .modal-popup .modal-inner-wrap {
  border-radius: 0.5rem;
}
.modals-wrapper .modal-popup .modal-inner-wrap .modal-content {
  margin-bottom: 1rem;
}
.modals-wrapper .modal-popup .modal-inner-wrap .modal-footer button {
  background: #1979c3;
}
@media screen and (max-width: 768px) {
  .header-pc {
    display: none;
  }

  .header-mobile {
    display: block;
  }
  .header-mobile nav {
    font-size: larger;
    padding: 1rem 3rem;
  }
  .header-mobile nav a,
.header-mobile nav span {
    display: block;
    margin-top: 2rem;
  }
  .header-mobile nav .switch-store a, .header-mobile nav .switch-store span {
    display: inline-block;
  }
  .header-mobile nav .switch-store span {
    margin-top: 0;
  }

  .pop-bg .login-main {
    max-width: 90%;
  }
  .pop-bg .logout-main button {
    width: 40%;
  }
}
@media screen and (min-width: 768px) {
  html[lang=ko] nav {
    font-size: 18px !important;
  }
}
html[lang=ko] nav .saved-center, html[lang=ko] nav #logout, html[lang=ko] nav #login {
  display: none;
}
html[lang=en] .detail-page .product-info-price {
  display: none;
}
.detail-page {
  width: 100%;
  padding: 20px 0;
}
.detail-page div,
.detail-page p,
.detail-page span,
.detail-page li,
.detail-page a {
  font-family: "HelveticaNeue", "Nonosans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.detail-page .inner-content {
  margin: 0 auto;
}
.detail-page .page-main .path {
  margin: 20px 40px;
  font-weight: 700;
  font-size: 1.6rem;
  color: #db011c;
  font-family: "HelveticaNeue Bold", "Nonosans Bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.detail-page .page-main .path a {
  font-family: "HelveticaNeue Bold", "Nonosans Bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.detail-page .page-main .path span {
  color: #000;
  font-family: "HelveticaNeue Bold", "Nonosans Bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.detail-page .page-main .path span a {
  color: #000;
}
.detail-page .page-main .path span.devide {
  color: #db011c;
}
.detail-page .page-main .top-left {
  margin-bottom: 5rem;
}
.detail-page .page-main .top-left .slider-big-pic .slick-slide .slider {
  width: 0;
  padding-bottom: 100%;
}
.detail-page .page-main .top-left .slider-big-pic .slick-slide .slider .slider-img {
  max-width: 100%;
  height: auto;
}
.detail-page .page-main .top-right {
  float: none;
}
.detail-page .page-main .top-right .page-title {
  font-family: "HelveticaNeue Black", "Nonosans Black", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.detail-page .page-main .top-right .product-info-price {
  margin: 20px 0 30px;
}
.detail-page .page-main .top-right .product-info-price .price {
  font-size: 2.4rem;
  font-weight: 700;
  color: #db011c;
}
.detail-page .page-main .top-right .product-add-form .swatch-attribute-label {
  color: #999;
}
.detail-page .page-main .top-right .product-add-form .product-info-sku {
  color: #707070;
  font-weight: 600;
}
.detail-page .page-main .top-right .product-add-form img {
  margin: 20px 0;
  width: 100px;
}
.detail-page .page-main .top-right .product-options-bottom .fieldset {
  justify-content: left;
  display: flex;
  align-items: center;
  margin-bottom: 0;
  position: relative;
  padding-bottom: 48px;
  border: 0;
  padding: 0 0 20px;
  letter-spacing: -0.31em;
}
.detail-page .page-main .top-right .product-options-bottom .fieldset .field {
  padding-right: 15px;
  margin-bottom: 0;
  text-align: left;
  letter-spacing: normal;
}
.detail-page .page-main .top-right .product-options-bottom .fieldset .field .control {
  float: none;
  width: auto;
}
.detail-page .page-main .top-right .product-options-bottom .fieldset .field .control input {
  font-family: "HelveticaNeue", "Nonosans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  -webkit-appearance: auto;
  -moz-appearance: auto;
  appearance: auto;
  margin: 0;
  opacity: 1;
  height: 38px;
  text-align: center;
  width: 75px;
  padding: 10px 5px 10px 15px;
  position: relative;
  background-color: #f8f8f8;
  color: #000;
  border: 1px solid #404040;
  outline: none;
}
.detail-page .page-main .top-right .product-options-bottom .fieldset .field .control input::-webkit-inner-spin-button {
  visibility: visible;
  -webkit-appearance: auto;
  -moz-appearance: auto;
  appearance: auto;
}
.detail-page .page-main .top-right .product-options-bottom .fieldset .actions button {
  padding: 8.5px 15px;
  font-size: 1.4rem;
  background: #db011c;
  border: none;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  box-sizing: border-box;
  vertical-align: middle;
  text-transform: uppercase;
  text-align: center;
  font-weight: 600;
}
.detail-page .page-main .top-right .product-options-bottom .fieldset .actions button span {
  font-family: "HelveticaNeue Bold", "Nonosans Bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.detail-page .page-main .top-right .product-options-bottom .fieldset .field:after {
  content: "";
  display: table;
}
.detail-page .page-main .top-right .product-social-links .stock {
  color: #999;
  text-align: left;
}
.detail-page .page-main .top-right .product-list-categories {
  margin-top: 20px;
  color: #000;
}
.detail-page .page-main .top-right .product-list-categories .title {
  font-weight: 600;
}
.detail-page .page-main .top-right .product-list-categories ul {
  list-style: none;
  display: inline-block;
}
.detail-page .page-main .top-right .product-list-categories ul li a {
  text-decoration: none;
  color: #000;
}
.detail-page .page-main .starter-kit-option {
  background-color: #fff;
  margin: 20px 0;
  padding-bottom: 20px;
  width: 100%;
}
.detail-page .page-main .starter-kit-option .starter-kit-title {
  background-color: #000;
  color: #fff;
  text-align: center;
  height: 40px;
  line-height: 40px;
  font-size: 1.6rem;
}
.detail-page .page-main .starter-kit-option .starter-kit-subtitle {
  padding: 0 10px;
  font-size: 1.6rem;
  margin: 15px 0;
}
.detail-page .page-main .starter-kit-option .starter-kit-option-item {
  margin: 10px;
  border-bottom: 1px solid #c0c0c0;
}
.detail-page .page-main .starter-kit-option .starter-kit-option-item .product-image-container {
  vertical-align: middle;
  width: 50px;
  margin: 0 10px;
}
.detail-page .page-main .starter-kit-option .starter-kit-option-item .product-image-container .product-image-wrapper {
  padding-bottom: 100%;
}
.detail-page .page-main .starter-kit-option .starter-kit-option-item .add-cart-btn {
  background: #db011c;
  border: none;
  float: right;
}
.detail-page .page-main .product-introduct {
  overflow: visible;
}
.detail-page .page-main .product-introduct .product-introduct-title {
  width: 100%;
  overflow: visible;
}
.detail-page .page-main .product-introduct .product-introduct-title .introduct-title {
  display: inline-block;
  cursor: pointer;
  font-weight: 700;
  color: #f1bac1;
  margin-right: 30px;
  font-size: 1.8rem;
  font-family: "HelveticaNeue Black", "Nonosans Black", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.detail-page .page-main .product-introduct .product-introduct-title .introduct-title:hover {
  color: #db011c;
  border-bottom: 10px solid #db011c;
}
.detail-page .page-main .product-introduct .product-introduct-title .introduct-title.active {
  color: #db011c;
  border-bottom: 10px solid #db011c;
}
.detail-page .page-main .product-introduct hr {
  color: #404040;
  border: 1px solid #404040;
}
.detail-page .page-main .product-introduct .product-introduct-content .introduct-content-item {
  display: none;
}
.detail-page .page-main .product-introduct .product-introduct-content .introduct-content-item .content-inner {
  padding: 20px 0;
}
.detail-page .page-main .product-introduct .product-introduct-content .introduct-content-item .features-list ul {
  -moz-columns: 2;
       columns: 2;
  list-style: none;
  color: black;
}
.detail-page .page-main .product-introduct .product-introduct-content .introduct-content-item .features-list ul li:before {
  content: "";
  background: #db011c;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 8px;
}
.detail-page .page-main .product-introduct .product-introduct-content .introduct-content-item .features-list ul li {
  padding-left: 30px;
  list-style: none;
  position: relative;
  margin-bottom: 7px;
  font-size: 1.7rem;
  word-break: break-word;
  -webkit-column-break-inside: avoid;
  font-family: "HelveticaNeue", "Nonosans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.detail-page .page-main .product-introduct .product-introduct-content .introduct-content-item .rangespec-table {
  max-width: 100%;
  overflow: scroll;
  width: auto;
  border-collapse: collapse;
  border-spacing: 0;
  display: inline-flex;
  flex-direction: column;
  font-size: 1.4rem;
}
.detail-page .page-main .product-introduct .product-introduct-content .introduct-content-item .rangespec-table .included {
  display: inline-flex;
  flex-direction: column;
  margin-bottom: 30px;
}
.detail-page .page-main .product-introduct .product-introduct-content .introduct-content-item .rangespec-table .included .included-header {
  display: inline-flex;
}
.detail-page .page-main .product-introduct .product-introduct-content .introduct-content-item .rangespec-table .included .included-header .title {
  display: flex;
  align-items: flex-end;
  font-weight: 700;
  min-width: 30rem;
  font-size: 2rem;
  text-transform: uppercase;
  font-family: "HelveticaNeue Bold", "Nonosans Bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.detail-page .page-main .product-introduct .product-introduct-content .introduct-content-item .rangespec-table .included .included-header .item {
  text-align: center;
}
.detail-page .page-main .product-introduct .product-introduct-content .introduct-content-item .rangespec-table .included .included-header .item p {
  font-size: 1.4rem;
}
.detail-page .page-main .product-introduct .product-introduct-content .introduct-content-item .rangespec-table .included .included-content {
  display: inline-flex;
  margin-top: 10;
}
.detail-page .page-main .product-introduct .product-introduct-content .introduct-content-item .rangespec-table .included .included-content .title {
  display: flex;
  align-items: flex-end;
  min-width: 30rem;
  font-size: 2.2rem;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 1.1;
}
.detail-page .page-main .product-introduct .product-introduct-content .introduct-content-item .rangespec-table .included .included-content .item span {
  display: block;
  font-size: 1.6rem;
  background: #f2f2f2;
  padding: 10px;
  margin: 0 10px 10px;
}
.detail-page .page-main .product-introduct .product-introduct-content .introduct-content-item .rangespec-table .included .included-content .item span a {
  color: #db011c;
}
.detail-page .page-main .product-introduct .product-introduct-content .introduct-content-item .rangespec-table .item {
  width: 200px;
  flex: none;
}
.detail-page .page-main .product-introduct .product-introduct-content .introduct-content-item .rangespec-table .spec {
  display: inline-flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
}
.detail-page .page-main .product-introduct .product-introduct-content .introduct-content-item .rangespec-table .spec > div:nth-child(odd) {
  background-color: #f2f2f2;
}
.detail-page .page-main .product-introduct .product-introduct-content .introduct-content-item .rangespec-table .spec .title {
  height: 80px;
  width: 30rem;
  display: flex;
  align-items: center;
  text-transform: uppercase;
  font-size: 2rem;
  line-height: 1.1;
}
.detail-page .page-main .product-introduct .product-introduct-content .introduct-content-item .rangespec-table .spec .title p {
  padding: 0 10px;
  margin-bottom: 0;
  font-family: "HelveticaNeue Bold", "Nonosans Bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.detail-page .page-main .product-introduct .product-introduct-content .introduct-content-item .rangespec-table .spec .specification-list {
  display: inline-flex;
}
.detail-page .page-main .product-introduct .product-introduct-content .introduct-content-item .rangespec-table .spec .specification-list .specification-title {
  left: 0;
  z-index: 2;
  font-weight: 600;
  flex: none;
  width: 30rem;
}
.detail-page .page-main .product-introduct .product-introduct-content .introduct-content-item .rangespec-table .spec .specification-list .specification-title p {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  vertical-align: middle;
  font-size: 1.6rem;
  padding: 10px;
  font-weight: 600;
}
.detail-page .page-main .product-introduct .product-introduct-content .introduct-content-item .rangespec-table .spec .specification-list .specification-value p {
  font-size: 1.6rem;
  padding: 10px;
}
.detail-page .page-main .product-introduct .product-introduct-content .introduct-content-item.active {
  display: block;
}
.detail-page .bottom {
  padding: 40px 0;
}
.detail-page .bottom .block-title {
  text-align: center;
  color: #db011c;
  margin-bottom: 50px;
  text-transform: uppercase;
  font-size: 25px;
  font-family: "HelveticaNeue Black", "Nonosans Black", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.detail-page .bottom .related-products-list {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
}
.detail-page .bottom .related-products-list .slick-list {
  height: inherit;
}
.detail-page .bottom .related-products-list .slick-list .slick-track {
  height: inherit;
  display: flex;
  align-items: stretch;
}
.detail-page .bottom .related-products-list .slick-list .slick-track .slick-slide {
  height: inherit;
}
.detail-page .bottom .related-products-list .slick-list .slick-track .slick-slide > div {
  height: 100%;
}
.detail-page .bottom .related-products-list .related-product-item {
  height: inherit;
  width: 25%;
  padding: 15px;
}
.detail-page .bottom .related-products-list .related-product-item .product-item-info {
  height: inherit;
  position: relative;
  padding: 15px;
  width: 100%;
  height: 100%;
  background-color: #fff;
  box-shadow: 0 0 10px 0 rgba(50, 50, 50, 0.2);
  margin: 0 auto;
}
.detail-page .bottom .related-products-list .related-product-item .product-item-info .product-item-details {
  padding-bottom: 50px;
}
.detail-page .bottom .related-products-list .related-product-item .product-item-info .product-item-details .product-item-name {
  font-size: 14px;
  margin: 5px 0;
  word-wrap: break-word;
  line-height: 1.2;
  font-weight: 600;
}
.detail-page .bottom .related-products-list .related-product-item .product-item-info .product-item-details .product-item-name a {
  font-family: "HelveticaNeue Black", "Nonosans Black", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.detail-page .bottom .related-products-list .related-product-item .product-item-info .product-item-details .product-item-sku {
  color: #707070;
  font-weight: 600;
  line-height: 1.3;
}
.detail-page .bottom .related-products-list .related-product-item .product-item-info .product-item-details .price-box {
  font-size: 2rem;
  color: #db011c;
  font-weight: 700;
  white-space: nowrap;
  margin-bottom: 10px;
}
.detail-page .bottom .related-products-list .related-product-item .product-item-info .product-item-details .price-box span {
  font-family: "HelveticaNeue Bold", "Nonosans Bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.detail-page .bottom .related-products-list .related-product-item .product-item-info .product-item-details .swatch .swatch-attribute-options .swatch-option {
  height: auto;
}
.detail-page .bottom .related-products-list .related-product-item .product-item-info .product-item-details .swatch .swatch-attribute-options .swatch-option img {
  height: 50px;
  width: 50px;
}
.detail-page .bottom .related-products-list .related-product-item .product-item-info .product-item-details .product-item-inner {
  width: 80%;
  height: 40px;
  margin-top: 6px;
  position: absolute;
  bottom: 15px;
  left: 50%;
  transform: translateX(-50%);
}
.detail-page .bottom .related-products-list .related-product-item .product-item-info .product-item-details .product-item-inner button {
  width: 100%;
  padding: 9px 0;
  text-align: center;
  background: #db011c;
  border: none;
  color: #fff;
  cursor: pointer;
  display: inline-block;
}
.detail-page .bottom .related-products-list .related-product-item .product-item-info .product-item-details .product-item-inner button span {
  font-family: "HelveticaNeue Black", "Nonosans Black", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
@media screen and (max-width: 768px) {
  .mobile-banner .banner-item {
    display: none;
    color: white;
  }
  .mobile-banner .banner-item .category-name {
    width: 100%;
    text-align: center;
    bottom: 17rem;
    font-size: 2rem;
  }
  .mobile-banner .banner-item .category-description {
    width: 100%;
    bottom: 3rem;
    text-align: center;
    padding: 0 5%;
  }

  .detail-page .inner-content, .detail-page .page-main {
    max-width: 550px;
    margin: 0 auto;
  }
  .detail-page .page-main .path {
    margin: 0;
  }
  .detail-page .page-main .mobile-title .page-title {
    font-family: "HelveticaNeue Black", "Nonosans Black", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 2rem;
    font-weight: 700;
    margin: 2rem 0;
  }
  .detail-page .page-main .top-left {
    width: 100%;
  }
  .detail-page .page-main .top-left .slider-big-pic {
    width: 100%;
    padding: 0px;
  }
  .detail-page .page-main .top-left .slider-big-pic .slick-slide .slider .slider-img {
    width: 510px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .detail-page .page-main .top-left .slider-small-pic {
    width: 100%;
    height: auto !important;
  }
  .detail-page .page-main .top-left .slider-small-pic .slick-list {
    padding: 0 50px;
    margin-top: 25px;
  }
  .detail-page .page-main .top-left .slider-small-pic .slider {
    position: relative;
    border: 2px solid transparent;
    text-align: center;
  }
  .detail-page .page-main .top-left .slider-small-pic .slider .slider-img {
    padding: 5px;
  }
  .detail-page .page-main .top-left .slider-small-pic .slick-slide .slider:hover {
    border: 2px solid #db011c;
  }
  .detail-page .page-main .top-left .slider-small-pic .slick-current > div .slider {
    border: 2px solid #db011c;
  }
  .detail-page .page-main .top-right {
    width: 100%;
  }
  .detail-page .page-main .top-right .page-title {
    display: none;
  }
  .detail-page .page-main .product-introduct .product-introduct-title .introduct-title {
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 769px) and (max-width: 992px) {
  .detail-page .page-main .container {
    width: 720px;
    margin: 50px auto;
  }
  .detail-page .page-main .top-left {
    display: inline-block;
    width: 420px;
    padding: 0 15px;
    position: relative;
  }
  .detail-page .page-main .top-left .mobile-title {
    display: none;
  }
  .detail-page .page-main .top-left .slider-big-pic:hover button {
    opacity: 1;
  }
  .detail-page .page-main .top-left .slider-big-pic {
    width: 396px;
    max-width: 100%;
    overflow: hidden;
    position: relative;
  }
  .detail-page .page-main .top-left .slider-big-pic button {
    opacity: 0;
  }
  .detail-page .page-main .top-left .slider-big-pic .slider .slider-img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 392px;
    transform: translate3d(-50%, -50%, 0);
    transition-duration: 0.3s;
    transition-property: width, height, top, left;
  }
  .detail-page .page-main .top-left .slider-small-pic {
    display: inline-block;
    width: 389px;
  }
  .detail-page .page-main .top-left .slider-small-pic .slick-list {
    padding: 0 50px;
  }
  .detail-page .page-main .top-left .slider-small-pic .slider {
    height: 100px;
    position: relative;
    border: 2px solid transparent;
  }
  .detail-page .page-main .top-left .slider-small-pic .slider .slider-img {
    width: 91px;
    max-height: 91px;
    margin: 0 auto;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }
  .detail-page .page-main .top-left .slider-small-pic .slick-slide .slider:hover {
    border: 2px solid #db011c;
  }
  .detail-page .page-main .top-left .slider-small-pic .slick-current > div .slider {
    border: 2px solid #db011c;
  }
  .detail-page .page-main .top-right {
    display: inline-block;
    width: 300px;
    padding: 0 15px;
    vertical-align: top;
  }
  .detail-page .page-main .top-right .page-title {
    font-size: 2.4rem;
    font-weight: 700;
  }
}
@media screen and (min-width: 993px) {
  .detail-page .page-main .path {
    margin-bottom: 50px;
  }
  .detail-page .page-main .container {
    display: block;
    width: 960px;
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
    height: 600px;
    margin: 0 auto 50px;
  }
  .detail-page .page-main .top-left {
    position: relative;
    display: inline-block;
    padding: 0 15px;
    width: 560px;
  }
  .detail-page .page-main .top-left .mobile-title {
    display: none;
  }
  .detail-page .page-main .top-left .slider-big-pic {
    left: 130px;
    height: 400px;
    width: 400px;
    position: relative;
  }
  .detail-page .page-main .top-left .slider-big-pic .slider .slider-img {
    width: 400px;
    max-height: 400px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .detail-page .page-main .top-left .slider-small-pic {
    width: 110px;
    position: absolute;
    left: 15px;
    top: 30px;
  }
  .detail-page .page-main .top-left .slider-small-pic .slick-slide {
    width: 110px;
    height: 106px;
    position: relative;
  }
  .detail-page .page-main .top-left .slider-small-pic .slick-slide > div {
    width: 108px;
    height: 104px;
  }
  .detail-page .page-main .top-left .slider-small-pic .slick-slide > div .slider {
    width: 108px;
    height: 102px;
    border-left: 6px solid transparent;
  }
  .detail-page .page-main .top-left .slider-small-pic .slick-slide > div .slider img {
    width: 102px;
    max-height: 102px;
    padding: 5px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .detail-page .page-main .top-left .slider-small-pic .slick-slide .slider:hover {
    border-left: 6px solid #db011c;
  }
  .detail-page .page-main .top-left .slider-small-pic .slick-current > div .slider {
    border-left: 6px solid #db011c;
  }
  .detail-page .page-main .top-left .slider-small-pic .slick-arrow {
    position: absolute;
    left: 30px;
    background-color: transparent;
    opacity: 0.4;
  }
  .detail-page .page-main .top-left .slider-small-pic .slick-prev {
    top: -40px;
    transform: rotate(90deg);
  }
  .detail-page .page-main .top-left .slider-small-pic .slick-next {
    top: 525px;
    transform: rotate(90deg);
  }
  .detail-page .page-main .top-left .slider-small-pic .slick-prev:before, .detail-page .page-main .top-left .slider-small-pic .slick-next:before, .detail-page .page-main .top-left .slider-small-pic .slick-prev:after, .detail-page .page-main .top-left .slider-small-pic .slick-next:after {
    font-size: 28px;
  }
  .detail-page .page-main .top-right {
    display: inline-block;
    width: 400px;
    height: 100%;
    padding: 0 15px;
    vertical-align: top;
  }
  .detail-page .page-main .top-right .page-title {
    font-size: 2.4rem;
    font-weight: 700;
  }
}
@media screen and (min-width: 1200px) {
  .detail-page .page-main .container {
    height: 620px;
    width: 1140px;
  }
  .detail-page .page-main .top-left {
    width: 665px;
  }
  .detail-page .page-main .top-left .slider-big-pic {
    height: 505px;
    width: 505px;
  }
  .detail-page .page-main .top-left .slider-big-pic .slider .slider-img {
    width: 505px;
    max-height: 505px;
  }
  .detail-page .page-main .top-right {
    width: 470px;
  }
}
@media screen and (min-width: 1400px) {
  .detail-page .page-main {
    padding: 0;
    width: 1320px;
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
  }
  .detail-page .page-main .container {
    height: 625px;
    width: 1320px;
  }
  .detail-page .page-main .top-left {
    width: 770px;
  }
  .detail-page .page-main .top-left .slider-big-pic {
    height: 610px;
    width: 610px;
    top: 0;
  }
  .detail-page .page-main .top-left .slider-big-pic .slider .slider-img {
    width: 610px;
    max-height: 610px;
  }
  .detail-page .page-main .top-right {
    width: 550px;
  }
}
html[lang=ko] .product-introduct-content .introduct-content-item .features-list ul li {
  font-weight: 700;
}
@media screen and (min-width: 769px) {
  .search-page {
    width: 100%;
    overflow: hidden;
  }
  .search-page .pc-products-block .bottom {
    display: flex;
    gap: 8rem;
    align-items: center;
    flex-wrap: wrap;
    justify-content: left;
    align-items: stretch;
    padding: 0 10rem 5rem;
  }
  .search-page .pc-products-block .bottom .product-item {
    padding: 2rem 3rem;
    border: 2px solid rgba(226, 221, 221, 0.828);
    border-radius: 1rem;
    width: 30rem;
    box-shadow: 0 0 15px 0px #cfcccc;
  }
  .search-page .pc-products-block .bottom .product-item .main-img {
    width: 24rem;
    height: 20rem;
    padding: 2rem 0;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }
  .search-page .pc-products-block .bottom .product-item .main-img img {
    width: 16rem;
  }
  .search-page .pc-products-block .bottom .product-item .title {
    margin: 1.5rem 0 0.5rem;
    text-align: left;
    font-size: 1.6rem;
    font-weight: 900;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .search-page .pc-products-block .bottom .product-item .title span {
    font-size: 1.5rem;
    vertical-align: top;
  }
  .search-page .pc-products-block .bottom .product-item .slider-box {
    width: 100%;
    height: 8rem;
  }
  .search-page .pc-products-block .bottom .product-item .slider-box .category_main_content {
    width: 100%;
  }
  .search-page .pc-products-block .bottom .product-item .slider-box .category_main_content .category-slider-nav {
    width: 100%;
    height: 8rem;
    display: block;
  }
  .search-page .pc-products-block .bottom .product-item .slider-box .category_main_content .category-slider-nav .product_img_box {
    height: 8rem;
  }
  .search-page .pc-products-block .bottom .product-item .slider-box .category_main_content .category-slider-nav .product_img_box .product_img {
    height: 8rem;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .search-page .pc-products-block .bottom .product-item .number {
    text-align: left;
    font-size: 1.2rem;
    margin-top: -0.5rem;
  }
  .search-page .pc-products-block .bottom .product-item .price {
    margin: 0 0 0.5rem;
    font-weight: 900;
    text-align: left;
    font-size: 1.8rem;
    color: #db011c;
  }
  .search-page .pc-products-block .bottom .product-item .price span {
    font-size: 2.6rem;
  }
  .search-page .pc-products-block .bottom .product-item .button {
    margin: 1rem 2rem 1rem;
    color: #fff;
    background-color: #db011c;
    text-align: center;
    height: 5rem;
    line-height: 5rem;
    font-size: 1.6rem;
  }
  .search-page .pc-products-block .bottom .product-item .button span {
    display: inline-block;
  }
  .search-page .pc-products-block .bottom .product-item .button span img {
    width: 1.6rem;
  }
  .search-page .mobile-products-block {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .search-page {
    width: 100vw;
    overflow: hidden;
  }
  .search-page .pc-products-block {
    display: none;
  }
  .search-page .mobile-products-block {
    display: flex;
    gap: 2rem;
    align-items: center;
    flex-wrap: wrap;
    justify-content: left;
    align-items: stretch;
    padding: 0 2rem 2rem;
  }
  .search-page .mobile-products-block .product-item {
    display: block;
    padding: 1rem 1.5rem;
    border: 1px solid rgba(226, 221, 221, 0.828);
    border-radius: 0.5rem;
    width: 16rem;
    box-shadow: 0 0 1rem 0px #cfcccc;
  }
  .search-page .mobile-products-block .product-item .main-img {
    height: 11rem;
    padding: 0.5rem auto;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }
  .search-page .mobile-products-block .product-item .main-img img {
    width: 10rem;
  }
  .search-page .mobile-products-block .product-item .title {
    margin: 0.5rem 0 0.25rem;
    text-align: left;
    font-size: 1.2rem;
    font-weight: 900;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .search-page .mobile-products-block .product-item .title span {
    font-size: 1rem;
    vertical-align: top;
  }
  .search-page .mobile-products-block .product-item .slider-box {
    width: 100%;
    height: 4rem;
  }
  .search-page .mobile-products-block .product-item .slider-box .category_main_content {
    width: 100%;
  }
  .search-page .mobile-products-block .product-item .slider-box .category_main_content .category-slider-nav {
    width: 100%;
    height: 4rem;
  }
  .search-page .mobile-products-block .product-item .slider-box .category_main_content .category-slider-nav .product_img_box {
    height: 4rem;
  }
  .search-page .mobile-products-block .product-item .slider-box .category_main_content .category-slider-nav .product_img_box .product_img {
    height: 4rem;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .search-page .mobile-products-block .product-item .number {
    text-align: left;
    font-size: 1rem;
    margin-top: -0.25rem;
  }
  .search-page .mobile-products-block .product-item .price {
    margin: 0 0 0.25rem;
    font-weight: 900;
    text-align: left;
    font-size: 1rem;
    color: #db011c;
    transform: scale(0.8);
    margin-left: -1.2rem;
  }
  .search-page .mobile-products-block .product-item .price span {
    font-size: 1.6rem;
  }
  .search-page .mobile-products-block .product-item .button {
    margin: 0.5rem;
    color: #fff;
    background-color: #db011c;
    text-align: center;
    height: 4rem;
    line-height: 4rem;
    font-size: 1rem;
  }
  .search-page .mobile-products-block .product-item .button span {
    display: inline-block;
  }
  .search-page .mobile-products-block .product-item .button span img {
    width: 1.6rem;
  }
}
@media screen and (min-width: 768px) {
  html[lang=ko] .about-box .describe .des-title {
    font-size: 3.5rem !important;
    text-align: center;
  }
  html[lang=ko] .about-box .describe .des-content {
    font-size: 2rem !important;
    text-align: center;
  }
}
.about-box {
  width: 100%;
  overflow: hidden;
}
.about-box > div {
  position: relative;
  background-size: 100%;
  background-repeat: no-repeat;
}
.about-box > div::before {
  content: "";
  display: block;
  padding-top: 45%;
}
.about-box > div:first-child::before {
  padding-top: 57%;
}
.about-box > div:first-child > div {
  position: absolute;
  right: 0;
  left: 0;
}
.about-box > div:first-child > div:first-child {
  top: 20%;
  margin: auto;
  width: 50%;
}
.about-box > div:first-child > div:first-child img {
  margin: auto;
}
.about-box > div:first-child > div:last-child {
  bottom: 0;
  margin: auto;
  width: 70%;
}
.about-box > div:first-child > div.middle-text {
  top: 50%;
  margin: auto;
  width: 60%;
  text-align: center;
  color: #fff;
}
.about-box > div:first-child > div.middle-text p:first-child {
  font-size: 3rem;
  font-weight: 600;
  font-family: "helveticaNeue-93";
}
.about-box > div:first-child > div.middle-text p:last-child {
  font-size: 1.7rem;
  font-family: "helveticaNeue-53";
}
.about-box > div:first-child > div.middle-text .build-btn {
  margin-top: 2rem;
  font-family: "helveticaNeue-93";
}
.about-box > div:first-child > div.middle-text .build-btn a > span {
  color: #fff;
  display: inline-block;
  text-align: center;
  background-color: #db011c;
  padding: 0.5rem 3rem;
  font-size: 1.5rem;
}
.about-box > div:nth-child(2) > div, .about-box > div:nth-child(3) > div, .about-box > div:nth-child(4) > div, .about-box > div:nth-child(5) > div {
  position: absolute;
  right: 10%;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 44rem;
  text-align: center;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  color: #fff;
  padding: 4rem 2rem;
  background: linear-gradient(to top, black, transparent);
}
.about-box > div:nth-child(2) > div p, .about-box > div:nth-child(3) > div p, .about-box > div:nth-child(4) > div p, .about-box > div:nth-child(5) > div p {
  font-size: 1.6rem;
  font-family: "helveticaNeue-53";
}
.about-box > div:nth-child(2) > div p:first-child, .about-box > div:nth-child(3) > div p:first-child, .about-box > div:nth-child(4) > div p:first-child, .about-box > div:nth-child(5) > div p:first-child {
  font-size: 3rem;
  font-weight: 700;
  margin-bottom: 2rem;
  font-family: "helveticaNeue-93";
}
.about-box > div:nth-child(2) > div .build-btn, .about-box > div:nth-child(3) > div .build-btn, .about-box > div:nth-child(4) > div .build-btn, .about-box > div:nth-child(5) > div .build-btn {
  margin-top: 3rem;
  font-family: "helveticaNeue-93";
}
.about-box > div:nth-child(2) > div .build-btn a > span, .about-box > div:nth-child(3) > div .build-btn a > span, .about-box > div:nth-child(4) > div .build-btn a > span, .about-box > div:nth-child(5) > div .build-btn a > span {
  color: #fff;
  display: inline-block;
  text-align: center;
  background-color: #db011c;
  padding: 0.5rem 3rem;
  font-size: 1.5rem;
}
.about-box > div:nth-child(3) > div {
  left: 10%;
  right: auto;
}
.about-box > div:nth-child(5) > div {
  left: 10%;
  right: auto;
}
.about-box > div.build-guide::before {
  display: none;
}
.about-box > div.bundle::before {
  display: none;
}
.about-box .bundle {
  text-align: center;
}
.about-box .bundle p {
  margin: 2rem;
  text-align: center;
  font-size: 40px;
  color: #db011c;
}
.about-box .bundle .see-all {
  color: #db011c;
  text-align: center;
  border: none;
  cursor: pointer;
  margin: 1.5rem auto;
}
.about-box .bundle .product-item {
  width: 210px !important;
  padding: 15px;
  margin: 5px;
  border: 1px solid rgba(226, 221, 221, 0.828);
  border-radius: 15px;
  box-shadow: 0 0 5px 0px #cfcccc;
  text-align: center;
  overflow: hidden;
}
.about-box .bundle .product-item .main-img img {
  margin: 0 auto;
  width: 180px;
}
.about-box .bundle .product-item .title {
  margin: 15px 0 0;
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.about-box .bundle .product-item .number {
  font-size: 12px;
  margin: -5px auto 5px;
}
.about-box .bundle .product-item .price {
  font-size: 12px;
  color: #db011c;
}
.about-box .bundle .product-item .price span {
  font-size: 14px;
}
.about-box .bundle .product-item .old-price {
  font-size: 12px;
  transform: scale(0.8);
}
.about-box .bundle .product-item .old-price span {
  font-size: 12px;
}
.about-box .bundle .product-item .button {
  margin: 0 auto;
  color: #fff;
  background-color: #db011c;
  height: 40px;
  width: 150px;
  line-height: 40px;
  font-size: 16px;
  transform: scale(0.8);
  cursor: pointer;
}
.about-box .bundle .product-item .button span {
  display: inline-block;
}
.about-box .bundle .product-item .button span img {
  width: 20px;
}
.about-box .bundle .product-item .button-black {
  background-color: #000;
}
@media screen and (max-width: 768px) {
  .about-box .bundle p {
    padding: 2rem;
    text-align: center;
    font-size: 25px;
    color: #db011c;
  }
  .about-box .bundle .items-center .bottom-slider-1,
.about-box .bundle .items-center .bottom-slider-2 {
    width: 150%;
    position: relative;
    left: 30%;
  }
  .about-box .bundle .items-center .slider-arrow {
    display: none;
  }
  .about-box .bundle .see-all {
    color: #db011c;
    display: block;
    text-align: center;
    border: none;
    cursor: pointer;
    margin: 2rem auto;
  }
  .about-box .bundle .product-item {
    width: 85% !important;
    padding: 1rem;
    margin: 1rem 10%;
    border: 1px solid rgba(226, 221, 221, 0.828);
    box-sizing: border-box;
    border-radius: 0.5rem;
    box-shadow: 0 0 0.4rem 0 #cfcccc;
    text-align: center;
  }
  .about-box .bundle .product-item .main-img {
    margin: 0 auto;
  }
  .about-box .bundle .product-item .title {
    margin: 1rem 0 0;
    font-size: 1rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .about-box .bundle .product-item .number {
    font-size: 1rem;
    margin: -0.5rem auto 0.5rem;
  }
  .about-box .bundle .product-item .price {
    font-size: 1rem;
    color: #db011c;
  }
  .about-box .bundle .product-item .price span {
    font-size: 0.8remrem;
  }
  .about-box .bundle .product-item .old-price {
    font-size: 1rem;
    transform: scale(0.8);
  }
  .about-box .bundle .product-item .old-price span {
    font-size: 1rem;
  }
  .about-box .bundle .product-item .button {
    margin: 0 auto;
    color: #fff;
    background-color: #db011c;
    height: 4rem;
    width: 15rem;
    line-height: 4rem;
    font-size: 1.2rem;
    transform: scale(0.8);
  }
  .about-box .bundle .product-item .button span {
    vertical-align: middle;
    display: inline-block;
  }
  .about-box .bundle .product-item .button span img {
    width: 1.6rem;
  }
  .about-box .bundle .product-item .button-black {
    background-color: #000;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .about-box > div:first-child > div:first-child {
    top: 10%;
  }
  .about-box > div:first-child > div.middle-text {
    top: 35%;
  }
  .about-box > div:nth-child(2) .describe, .about-box > div:nth-child(3) .describe, .about-box > div:nth-child(4) .describe, .about-box > div:nth-child(5) .describe {
    height: 35rem;
    width: 50rem;
  }
}
@media screen and (max-width: 768px) {
  .about-box > div::before {
    padding-top: 117%;
  }
  .about-box > div:nth-child(1)::before {
    padding-top: 117%;
  }
  .about-box > div:first-child > div:first-child {
    width: 65%;
    top: 10%;
  }
  .about-box > div:first-child > div.middle-text {
    top: 27%;
    width: 94%;
  }
  .about-box > div:first-child > div.middle-text p:first-child {
    font-size: 1.6rem;
    margin: auto;
  }
  .about-box > div:first-child > div.middle-text p:last-child {
    font-size: 1.5rem;
  }
  .about-box > div:first-child > div:last-child picture:first-child img {
    width: 90%;
    position: relative;
    top: 4rem;
  }
  .about-box > div:first-child > div:last-child picture:last-child img {
    width: 75%;
    position: relative;
    left: 4rem;
  }
  .about-box > div:nth-child(2) .describe, .about-box > div:nth-child(3) .describe, .about-box > div:nth-child(4) .describe, .about-box > div:nth-child(5) .describe {
    margin: auto;
    left: 0;
    right: 0;
    top: auto;
    bottom: 2rem;
    width: 85%;
    height: auto;
  }
  .about-box > div:nth-child(2) .describe p, .about-box > div:nth-child(3) .describe p, .about-box > div:nth-child(4) .describe p, .about-box > div:nth-child(5) .describe p {
    font-size: 1.2rem;
  }
  .about-box > div:nth-child(2) .describe p:first-child, .about-box > div:nth-child(3) .describe p:first-child, .about-box > div:nth-child(4) .describe p:first-child, .about-box > div:nth-child(5) .describe p:first-child {
    font-size: 2rem;
    margin-bottom: 1rem;
  }
  .about-box > div:nth-child(2) .describe p.build-btn span, .about-box > div:nth-child(3) .describe p.build-btn span, .about-box > div:nth-child(4) .describe p.build-btn span, .about-box > div:nth-child(5) .describe p.build-btn span {
    font-size: 1rem;
    padding: 0.5rem 1rem;
  }
}
@media screen and (min-width: 769px) {
  .category-page {
    width: 100%;
    overflow: hidden;
  }
  .category-page .pc-banner {
    display: none;
  }
  .category-page .pc-banner:first-of-type {
    display: block;
  }
  .category-page .pc-banner .category-name {
    color: #fff;
    font-size: 3.4rem;
    transform: skew(-10deg);
  }
  .category-page .pc-banner .category-description {
    width: 30%;
    margin-top: 2rem;
    color: #fff;
  }
  .category-page .pc-category {
    margin-left: -2rem;
    width: 104vw;
    overflow: hidden;
    height: 8rem;
    font-size: 1.6rem;
  }
  .category-page .pc-category .category-item {
    text-align: center;
    transform: skew(-20deg);
    background-color: #343131;
    border-left: 1px solid #c0c0c0;
    color: #fff;
    word-wrap: break-word;
    word-break: normal;
    position: relative;
    cursor: pointer;
  }
  .category-page .pc-category .category-item > span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .category-page .pc-category .category-item:hover {
    background-color: #db011c;
  }
  .category-page .pc-category .category-item.active {
    background-color: #db011c;
  }
  .category-page .pc-products-block > div {
    display: none;
  }
  .category-page .pc-products-block > div:first-of-type {
    display: block;
  }
  .category-page .pc-products-block > div .middle {
    text-align: center;
    margin: 4rem 0;
  }
  .category-page .pc-products-block > div .nav {
    display: inline-flex;
    margin: 0 auto;
    flex-wrap: wrap;
    justify-content: center;
  }
  .category-page .pc-products-block > div .nav .nav-item {
    border-radius: 2rem;
    height: 4rem;
    min-width: 15rem;
    margin: 1rem 3rem;
    padding: 0 1rem;
    line-height: 4rem;
    border: 2px solid #db011c;
    font-size: 1.5rem;
    cursor: pointer;
  }
  .category-page .pc-products-block > div .nav .active {
    background-color: #db011c;
    color: white;
  }
  .category-page .pc-products-block > div .bottom {
    display: grid;
    grid-auto-flow: row;
    grid-template-columns: repeat(auto-fill, 32rem);
    -moz-column-gap: 4rem;
         column-gap: 4rem;
    row-gap: 5rem;
    justify-content: center;
    align-content: center;
    align-items: center;
    justify-items: center;
  }
  .category-page .pc-products-block > div .bottom .product-item {
    padding: 2rem 3rem;
    border: 2px solid rgba(226, 221, 221, 0.828);
    border-radius: 1rem;
    width: 30rem;
    box-shadow: 0 0 15px 0px #cfcccc;
  }
  .category-page .pc-products-block > div .bottom .product-item a {
    text-decoration: none;
    color: unset;
  }
  .category-page .pc-products-block > div .bottom .product-item .main-img {
    width: 24rem;
    height: 20rem;
    padding: 2rem 0;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }
  .category-page .pc-products-block > div .bottom .product-item .main-img img {
    width: 16rem;
  }
  .category-page .pc-products-block > div .bottom .product-item .title {
    margin: 1.5rem 0 0.5rem;
    text-align: left;
    font-size: 1.6rem;
    font-weight: 900;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .category-page .pc-products-block > div .bottom .product-item .title span {
    font-size: 1.5rem;
    vertical-align: top;
  }
  .category-page .pc-products-block > div .bottom .product-item .slider-box {
    width: 100%;
    height: 8rem;
  }
  .category-page .pc-products-block > div .bottom .product-item .slider-box .category_main_content {
    width: 100%;
  }
  .category-page .pc-products-block > div .bottom .product-item .slider-box .category_main_content .category-items {
    width: 100%;
    height: 8rem;
    overflow: hidden;
  }
  .category-page .pc-products-block > div .bottom .product-item .slider-box .category_main_content .category-items .product_img_box {
    height: 8rem;
  }
  .category-page .pc-products-block > div .bottom .product-item .slider-box .category_main_content .category-items .product_img_box .product_img {
    height: 8rem;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .category-page .pc-products-block > div .bottom .product-item .slider-box .category_main_content .category-items .within-width {
    max-width: 33%;
  }
  .category-page .pc-products-block > div .bottom .product-item .number {
    text-align: left;
    font-size: 1.4rem;
    margin-top: -0.5rem;
  }
  .category-page .pc-products-block > div .bottom .product-item .price {
    margin: 0 0 0.5rem;
    font-weight: 900;
    text-align: left;
    font-size: 1.8rem;
    color: #db011c;
  }
  .category-page .pc-products-block > div .bottom .product-item .price span {
    font-size: 2.6rem;
  }
  .category-page .pc-products-block > div .bottom .product-item .button {
    margin: 1rem 2rem 1rem;
    color: #fff;
    background-color: #db011c;
    text-align: center;
    height: 5rem;
    line-height: 5rem;
    font-size: 1.6rem;
  }
  .category-page .pc-products-block > div .bottom .product-item .button span {
    display: inline-block;
  }
  .category-page .pc-products-block > div .bottom .product-item .button span img {
    width: 1.6rem;
  }
  .category-page .mobile-products-block,
.category-page .mobile-banner,
.category-page .mobile-category {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  html[lang=ko] .category-page .pc-category .category-item {
    font-size: 1.8rem;
    font-weight: bold;
  }
}
@media screen and (max-width: 768px) {
  .category-page {
    width: 100vw;
    overflow: hidden;
  }
  .category-page .pc-products-block,
.category-page .pc-banner,
.category-page .pc-category {
    display: none;
  }
  .category-page .mobile-banner .banner-item {
    display: none;
    color: white;
  }
  .category-page .mobile-banner .banner-item > div {
    width: 100%;
    bottom: 4rem;
  }
  .category-page .mobile-banner .banner-item > div .category-name {
    width: 100%;
    text-align: center;
    font-size: 2rem;
    margin: 1rem 0;
  }
  .category-page .mobile-banner .banner-item > div .category-description {
    width: 100%;
    text-align: center;
    padding: 0 5rem;
    font-size: 1.4rem;
  }
  .category-page .mobile-banner .banner-item:nth-of-type(2) {
    display: block;
  }
  .category-page .mobile-category {
    margin-top: -4rem;
    margin-bottom: 2rem;
  }
  .category-page .mobile-category .category-item {
    padding: 0 0.5rem;
    color: white;
    position: relative;
  }
  .category-page .mobile-category .category-item .category-item-content {
    border-radius: 0.2rem;
    background-color: #343131b0;
    text-align: center;
    vertical-align: middle;
    height: 6rem;
    line-height: 2rem;
  }
  .category-page .mobile-category .category-item .category-item-content > span.name {
    font-size: 1.2rem;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    word-wrap: break-word;
    word-break: normal;
  }
  .category-page .mobile-category .slick-current .category-item .category-item-content {
    background-color: #db011c;
  }
  .category-page .mobile-products-block {
    display: grid;
    grid-auto-flow: row;
    grid-template-columns: repeat(auto-fill, 16rem);
    -moz-column-gap: 2rem;
         column-gap: 2rem;
    row-gap: 3rem;
    justify-content: center;
    align-content: center;
    align-items: center;
    justify-items: center;
  }
  .category-page .mobile-products-block .product-item {
    display: block;
    padding: 2rem 1.5rem;
    border: 1px solid rgba(226, 221, 221, 0.828);
    border-radius: 0.5rem;
    width: 16rem;
    box-shadow: 0 0 1rem 0px #cfcccc;
  }
  .category-page .mobile-products-block .product-item a {
    text-decoration: none;
    color: unset;
  }
  .category-page .mobile-products-block .product-item .main-img {
    height: 11rem;
    padding: 0.5rem auto;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }
  .category-page .mobile-products-block .product-item .main-img img {
    width: 10rem;
  }
  .category-page .mobile-products-block .product-item .title {
    margin: 0.5rem 0 0.25rem;
    text-align: left;
    font-size: 1.2rem;
    font-weight: 900;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .category-page .mobile-products-block .product-item .title span {
    font-size: 1rem;
    vertical-align: top;
  }
  .category-page .mobile-products-block .product-item .slider-box {
    width: 100%;
    height: 4rem;
  }
  .category-page .mobile-products-block .product-item .slider-box .category_main_content {
    width: 100%;
  }
  .category-page .mobile-products-block .product-item .slider-box .category_main_content .category-items {
    width: 100%;
    height: 4rem;
  }
  .category-page .mobile-products-block .product-item .slider-box .category_main_content .category-items .product_img_box {
    height: 4rem;
  }
  .category-page .mobile-products-block .product-item .slider-box .category_main_content .category-items .product_img_box .product_img {
    height: 4rem;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .category-page .mobile-products-block .product-item .slider-box .category_main_content .category-items .within-width {
    max-width: 33%;
  }
  .category-page .mobile-products-block .product-item .number {
    text-align: left;
    font-size: 1rem;
    margin-top: -0.25rem;
  }
  .category-page .mobile-products-block .product-item .price {
    margin: 0 0 0.25rem;
    font-weight: 900;
    text-align: left;
    font-size: 1rem;
    color: #db011c;
  }
  .category-page .mobile-products-block .product-item .price span {
    font-size: 1.6rem;
  }
  .category-page .mobile-products-block .product-item .button {
    margin: 0.5rem;
    color: #fff;
    background-color: #db011c;
    text-align: center;
    height: 4rem;
    line-height: 4rem;
    font-size: 1rem;
  }
  .category-page .mobile-products-block .product-item .button span {
    display: inline-block;
  }
  .category-page .mobile-products-block .product-item .button span img {
    width: 1.6rem;
  }
  html[lang=ko] .category-page .mobile-banner .banner-item > div .category-description {
    font-size: 1.4rem;
    scale: 0.8;
    white-space: nowrap;
    margin: 0 auto;
    padding: 0;
    text-align: left;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
.hover\:border-\[\#db011c\]:hover {
  border-color: #db011c;
}
.hover\:bg-brandcolor:hover {
  background-color: #db011c;
}
.hover\:no-underline:hover {
  -webkit-text-decoration-line: none;
          text-decoration-line: none;
}
.focus\:placeholder\:opacity-100:focus::-moz-placeholder {
  opacity: 1;
}
.focus\:placeholder\:opacity-100:focus:-ms-input-placeholder {
  opacity: 1;
}
.focus\:placeholder\:opacity-100:focus::placeholder {
  opacity: 1;
}
@media (prefers-reduced-motion: reduce) {

  .motion-reduce\:transition-none {
    transition-property: none;
  }
}
@media (min-width: 640px) {

  .sm\:left-16 {
    left: 4rem;
  }

  .sm\:w-\[150\%\] {
    width: 150%;
  }

  .sm\:text-6xl {
    font-size: 3.75rem;
    line-height: 1;
  }

  .sm\:text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }

  .sm\:text-7xl {
    font-size: 4.5rem;
    line-height: 1;
  }

  .sm\:leading-snug {
    line-height: 1.375;
  }

  .sm\:leading-tight {
    line-height: 1.25;
  }
}
@media (min-width: 768px) {

  .md\:-right-32 {
    right: -8rem;
  }

  .md\:bottom-12 {
    bottom: 3rem;
  }

  .md\:left-4 {
    left: 1rem;
  }

  .md\:top-1\/4 {
    top: 25%;
  }

  .md\:left-\[8rem\] {
    left: 8rem;
  }

  .md\:right-8 {
    right: 2rem;
  }

  .md\:m-8 {
    margin: 2rem;
  }

  .md\:mx-4 {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .md\:my-5 {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  .md\:my-16 {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .md\:mb-3 {
    margin-bottom: 0.75rem;
  }

  .md\:mt-12 {
    margin-top: 3rem;
  }

  .md\:ml-44 {
    margin-left: 11rem;
  }

  .md\:mb-20 {
    margin-bottom: 5rem;
  }

  .md\:mr-44 {
    margin-right: 11rem;
  }

  .md\:block {
    display: block;
  }

  .md\:inline-block {
    display: inline-block;
  }

  .md\:flex {
    display: flex;
  }

  .md\:hidden {
    display: none;
  }

  .md\:h-1\/3 {
    height: 33.333333%;
  }

  .md\:h-32 {
    height: 8rem;
  }

  .md\:h-full {
    height: 100%;
  }

  .md\:max-h-\[50rem\] {
    max-height: 50rem;
  }

  .md\:w-\[660px\] {
    width: 660px;
  }

  .md\:w-1\/2 {
    width: 50%;
  }

  .md\:w-10 {
    width: 2.5rem;
  }

  .md\:w-full {
    width: 100%;
  }

  .md\:w-12 {
    width: 3rem;
  }

  .md\:w-\[500px\] {
    width: 500px;
  }

  .md\:max-w-\[127px\] {
    max-width: 127px;
  }

  .md\:scale-100 {
    --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));
  }

  .md\:flex-nowrap {
    flex-wrap: nowrap;
  }

  .md\:items-stretch {
    align-items: stretch;
  }

  .md\:gap-16 {
    gap: 4rem;
  }

  .md\:gap-x-1 {
    -moz-column-gap: 0.25rem;
         column-gap: 0.25rem;
  }

  .md\:overflow-visible {
    overflow: visible;
  }

  .md\:overflow-scroll {
    overflow: scroll;
  }

  .md\:border-t-4 {
    border-top-width: 4px;
  }

  .md\:border-brandcolor {
    border-color: #db011c;
  }

  .md\:bg-gray-200 {
    background-color: #e5e5e5;
  }

  .md\:bg-white {
    background-color: #fff;
  }

  .md\:bg-none {
    background-image: none;
  }

  .md\:p-0 {
    padding: 0px;
  }

  .md\:p-4 {
    padding: 1rem;
  }

  .md\:p-8 {
    padding: 2rem;
  }

  .md\:px-64 {
    padding-left: 16rem;
    padding-right: 16rem;
  }

  .md\:py-20 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .md\:pl-40 {
    padding-left: 10rem;
  }

  .md\:pt-12 {
    padding-top: 3rem;
  }

  .md\:pt-0 {
    padding-top: 0px;
  }

  .md\:pr-32 {
    padding-right: 8rem;
  }

  .md\:pt-32 {
    padding-top: 8rem;
  }

  .md\:pb-6 {
    padding-bottom: 1.5rem;
  }

  .md\:pl-48 {
    padding-left: 12rem;
  }

  .md\:text-left {
    text-align: left;
  }

  .md\:text-\[40px\] {
    font-size: 40px;
  }

  .md\:text-\[1\.6rem\] {
    font-size: 1.6rem;
  }

  .md\:text-7xl {
    font-size: 4.5rem;
    line-height: 1;
  }

  .md\:text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }

  .md\:text-5xl {
    font-size: 3rem;
    line-height: 1;
  }

  .md\:text-base {
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .md\:text-8xl {
    font-size: 6rem;
    line-height: 1;
  }

  .md\:text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }

  .md\:leading-snug {
    line-height: 1.375;
  }

  .md\:leading-\[5rem\] {
    line-height: 5rem;
  }

  .md\:leading-\[4rem\] {
    line-height: 4rem;
  }

  .md\:leading-normal {
    line-height: 1.5;
  }

  .md\:text-gray-400 {
    color: #a3a3a3;
  }

  .md\:text-brandcolor {
    color: #db011c;
  }
}
@media (min-width: 1024px) {

  .lg\:left-6 {
    left: 1.5rem;
  }

  .lg\:top-1\/3 {
    top: 33.333333%;
  }

  .lg\:left-\[12rem\] {
    left: 12rem;
  }

  .lg\:right-28 {
    right: 7rem;
  }

  .lg\:top-10 {
    top: 2.5rem;
  }

  .lg\:mx-8 {
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .lg\:mx-16 {
    margin-left: 4rem;
    margin-right: 4rem;
  }

  .lg\:my-7 {
    margin-top: 1.75rem;
    margin-bottom: 1.75rem;
  }

  .lg\:mx-20 {
    margin-left: 5rem;
    margin-right: 5rem;
  }

  .lg\:my-32 {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }

  .lg\:max-h-full {
    max-height: 100%;
  }

  .lg\:w-12 {
    width: 3rem;
  }

  .lg\:w-72 {
    width: 18rem;
  }

  .lg\:w-16 {
    width: 4rem;
  }

  .lg\:w-\[768px\] {
    width: 768px;
  }

  .lg\:max-w-full {
    max-width: 100%;
  }

  .lg\:gap-x-5 {
    -moz-column-gap: 1.25rem;
         column-gap: 1.25rem;
  }

  .lg\:pl-52 {
    padding-left: 13rem;
  }

  .lg\:pt-16 {
    padding-top: 4rem;
  }

  .lg\:text-6xl {
    font-size: 3.75rem;
    line-height: 1;
  }

  .lg\:text-5xl {
    font-size: 3rem;
    line-height: 1;
  }

  .lg\:text-\[8rem\] {
    font-size: 8rem;
  }

  .lg\:text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

  .lg\:text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }

  .lg\:leading-\[5rem\] {
    line-height: 5rem;
  }

  .lg\:leading-tight {
    line-height: 1.25;
  }
}
@media (min-width: 1280px) {

  .xl\:right-36 {
    right: 9rem;
  }

  .xl\:mx-40 {
    margin-left: 10rem;
    margin-right: 10rem;
  }

  .xl\:my-9 {
    margin-top: 2.25rem;
    margin-bottom: 2.25rem;
  }

  .xl\:mt-20 {
    margin-top: 5rem;
  }

  .xl\:w-14 {
    width: 3.5rem;
  }

  .xl\:w-80 {
    width: 20rem;
  }

  .xl\:w-\[1000px\] {
    width: 1000px;
  }

  .xl\:gap-x-10 {
    -moz-column-gap: 2.5rem;
         column-gap: 2.5rem;
  }

  .xl\:pl-60 {
    padding-left: 15rem;
  }

  .xl\:pt-24 {
    padding-top: 6rem;
  }

  .xl\:text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

  .xl\:text-5xl {
    font-size: 3rem;
    line-height: 1;
  }

  .xl\:text-7xl {
    font-size: 4.5rem;
    line-height: 1;
  }

  .xl\:text-\[10rem\] {
    font-size: 10rem;
  }

  .xl\:leading-snug {
    line-height: 1.375;
  }

  .xl\:leading-tight {
    line-height: 1.25;
  }
}
@media (min-width: 1536px) {

  .\32xl\:right-72 {
    right: 18rem;
  }

  .\32xl\:w-16 {
    width: 4rem;
  }

  .\32xl\:w-96 {
    width: 24rem;
  }

  .\32xl\:pl-80 {
    padding-left: 20rem;
  }

  .\32xl\:pt-32 {
    padding-top: 8rem;
  }

  .\32xl\:text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }

  .\32xl\:text-5xl {
    font-size: 3rem;
    line-height: 1;
  }

  .\32xl\:text-6xl {
    font-size: 3.75rem;
    line-height: 1;
  }

  .\32xl\:text-8xl {
    font-size: 6rem;
    line-height: 1;
  }

  .\32xl\:text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

  .\32xl\:text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .\32xl\:text-\[10rem\] {
    font-size: 10rem;
  }

  .\32xl\:leading-snug {
    line-height: 1.375;
  }
}