/*
! tailwindcss v3.2.1 | 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)
*/

/* 장례식장 모달 */
.funeral_modal {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 101;
    
    width: 400px;
    height: 300px;
}

.funeral_modal > div:nth-child(1) {
    background-color: rgb(255 255 255 / 1);
    width: 100%; 
    --tw-border-opacity: 1;
    border-left-width: 4px;
    border-left-color: rgb(109 99 88 / var(--tw-border-opacity));
    padding-left: 1.5rem;
    padding-right: 1.5rem;
	border-bottom: 2px solid #cdcdcd;
    position: relative;
}
.funeral_modal > div:nth-child(2) {
	height: 235px;
    position: relative;
    top: -1px;
	overflow-y: auto;
}
.funeral_modal_top {
	position: fixed;
	top: 0;
    padding-top: 1.25rem;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
	border-bottom: 1px solid #6D6358
}
.funeral_modal_bottom {
	margin:0.75rem 1.5rem;    
}
.funeral_modal_close {
    position: absolute;
    top: -33px;
    right: 0;
    color: rgb(255 255 255 / 1);
    font-size: 25px;
}




*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: #eee; /* 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 */
  font-weight: inherit; /* 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: #9ca3af; /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

img,
video {
  max-width: 100%;
  height: auto;
}

/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden] {
  display: none;
}

*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-scroll-snap-strictness: proximity;
  --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;
}

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-scroll-snap-strictness: proximity;
  --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;
}
.container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 24px;
  padding-left: 24px;
}
@media (min-width: 1280px) {

  .container {
    max-width: 1280px;
    padding-right: 0;
    padding-left: 0;
  }
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}
.\!static {
  position: static !important;
}
.static {
  position: static;
}
.\!fixed {
  position: fixed !important;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.right-6 {
  right: 1.5rem;
}
.bottom-\[102px\] {
  bottom: 102px;
}
.top-full {
  top: 100%;
}
.bottom-full {
  bottom: 100%;
}
.right-0 {
  right: 0px;
}
.bottom-0 {
  bottom: 0px;
}
.\!-left-\[1px\] {
  left: -1px !important;
}
.z-\[18\] {
  z-index: 18;
}
.z-\[20\] {
  z-index: 20;
}
.-mx-6 {
  margin-left: -1.5rem;
  margin-right: -1.5rem;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.-mx-5 {
  margin-left: -1.25rem;
  margin-right: -1.25rem;
}
.mt-5 {
  margin-top: 1.25rem;
}
.mb-2 {
  margin-bottom: 0.5rem;
}
.mb-3 {
  margin-bottom: 0.75rem;
}
.ml-3 {
  margin-left: 0.75rem;
}
.mr-auto {
  margin-right: auto;
}
.ml-6 {
  margin-left: 1.5rem;
}
.mb-1 {
  margin-bottom: 0.25rem;
}
.mt-6 {
  margin-top: 1.5rem;
}
.mb-\[60px\] {
  margin-bottom: 60px;
}
.mt-4 {
  margin-top: 1rem;
}
.mb-15 {
  margin-bottom: 60px;
}
.mb-8 {
  margin-bottom: 2rem;
}
.mt-1 {
  margin-top: 0.25rem;
}
.-mb-2\.5 {
  margin-bottom: -0.625rem;
}
.-mb-2 {
  margin-bottom: -0.5rem;
}
.mt-2 {
  margin-top: 0.5rem;
}
.mb-5 {
  margin-bottom: 1.25rem;
}
.mt-1\.5 {
  margin-top: 0.375rem;
}
.mt-3 {
  margin-top: 0.75rem;
}
.mt-14 {
  margin-top: 3.5rem;
}
.mt-\[60px\] {
  margin-top: 60px;
}
.mr-2 {
  margin-right: 0.5rem;
}
.ml-2\.5 {
  margin-left: 0.625rem;
}
.ml-2 {
  margin-left: 0.5rem;
}
.mt-8 {
  margin-top: 2rem;
}
.mr-2\.5 {
  margin-right: 0.625rem;
}
.mb-0\.5 {
  margin-bottom: 0.125rem;
}
.mb-0 {
  margin-bottom: 0px;
}
.ml-7 {
  margin-left: 1.75rem;
}
.ml-auto {
  margin-left: auto;
}
.mt-10 {
  margin-top: 2.5rem;
}
.mr-1 {
  margin-right: 0.25rem;
}
.mb-6 {
  margin-bottom: 1.5rem;
}
.mt-0\.5 {
  margin-top: 0.125rem;
}
.mt-0 {
  margin-top: 0px;
}
.mb-4 {
  margin-bottom: 1rem;
}
.mb-1\.5 {
  margin-bottom: 0.375rem;
}
.mr-0\.5 {
  margin-right: 0.125rem;
}
.mr-0 {
  margin-right: 0px;
}
.ml-1 {
  margin-left: 0.25rem;
}
.mt-12 {
  margin-top: 3rem;
}
.mr-1\.5 {
  margin-right: 0.375rem;
}
.mt-15 {
  margin-top: 60px;
}
.mt-\[30px\] {
  margin-top: 30px;
}
.-mr-6 {
  margin-right: -1.5rem;
}
.mt-2\.5 {
  margin-top: 0.625rem;
}
.mr-3 {
  margin-right: 0.75rem;
}
.-ml-6 {
  margin-left: -1.5rem;
}
.mt-\[-1px\] {
  margin-top: -1px;
}
.block {
  display: block;
}
.flex {
  display: flex;
}
.inline-flex {
  display: inline-flex;
}
.table {
  display: table;
}
.table-cell {
  display: table-cell;
}
.grid {
  display: grid;
}
.hidden {
  display: none;
}
.h-\[50px\] {
  height: 50px;
}
.h-\[48px\] {
  height: 48px;
}
.h-full {
  height: 100%;
}
.h-3 {
  height: 0.75rem;
}
.h-0\.5 {
  height: 0.125rem;
}
.h-0 {
  height: 0px;
}
.h-10 {
  height: 2.5rem;
}
.h-\[600px\] {
  height: 600px;
}
.h-15 {
  height: 60px;
}
.h-4 {
  height: 1rem;
}
.h-6 {
  height: 1.5rem;
}
.h-\[56px\] {
  height: 56px;
}
.h-7 {
  height: 1.75rem;
}
.h-8 {
  height: 2rem;
}
.h-20 {
  height: 5rem;
}
.h-16 {
  height: 4rem;
}
.h-5 {
  height: 1.25rem;
}
.h-\[310px\] {
  height: 310px;
}
.h-12 {
  height: 3rem;
}
.h-\[400px\] {
  height: 400px;
}
.h-1 {
  height: 0.25rem;
}
.h-\[44px\] {
  height: 44px;
}
.h-\[34px\] {
  height: 34px;
}
.h-2 {
  height: 0.5rem;
}
.h-\[110px\] {
  height: 110px;
}
.h-\[70px\] {
  height: 70px;
}
.h-2\.5 {
  height: 0.625rem;
}
.h-\[180px\] {
  height: 180px;
}
.h-\[60px\] {
  height: 60px;
}
.h-\[86px\] {
  height: 86px;
}
.\!h-auto {
  height: auto !important;
}
.\!h-10 {
  height: 2.5rem !important;
}
.max-h-\[500px\] {
  max-height: 500px;
}
.min-h-\[400px\] {
  min-height: 400px;
}
.min-h-\[200px\] {
  min-height: 200px;
}
.min-h-\[760px\] {
  min-height: 760px;
}
.w-full {
  width: 100%;
}
.w-\[50px\] {
  width: 50px;
}
.\!w-full {
  width: 100% !important;
}
.w-\[12\%\] {
  width: 12%;
}
.w-\[88\%\] {
  width: 88%;
}
.w-\[88px\] {
  width: 88px;
}
.w-\[300px\] {
  width: 300px;
}
.w-\[40px\] {
  width: 40px;
}
.w-max {
  width: -moz-max-content;
  width: max-content;
}
.w-15 {
  width: 60px;
}
.w-8 {
  width: 2rem;
}
.w-\[19\%\] {
  width: 19%;
}
.w-\[26\%\] {
  width: 26%;
}
.w-\[31\%\] {
  width: 31%;
}
.w-1\/3 {
  width: 33.333333%;
}
.w-\[260px\] {
  width: 260px;
}
.w-\[80px\] {
  width: 80px;
}
.w-\[108px\] {
  width: 108px;
}
.w-\[110px\] {
  width: 110px;
}
.w-\[120px\] {
  width: 120px;
}
.w-\[160px\] {
  width: 160px;
}
.w-\[8\%\] {
  width: 8%;
}
.w-\[9\%\] {
  width: 9%;
}
.w-\[10\%\] {
  width: 10%;
}
.w-\[128px\] {
  width: 128px;
}
.w-\[94px\] {
  width: 94px;
}
.w-\[280px\] {
  width: 280px;
}
.w-\[164px\] {
  width: 164px;
}
.w-\[60px\] {
  width: 60px;
}
.\!w-auto {
  width: auto !important;
}
.w-\[calc\(100\%\+48px\)\] {
  width: calc(100% + 48px);
}
.w-\[48px\] {
  width: 48px;
}
.w-\[calc\(100\%-48px\)\] {
  width: calc(100% - 48px);
}
.w-1\/2 {
  width: 50%;
}
.min-w-\[80px\] {
  min-width: 80px;
}
.min-w-\[250px\] {
  min-width: 250px;
}
.min-w-\[48px\] {
  min-width: 48px;
}
.shrink-0 {
  flex-shrink: 0;
}
.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));
}
.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));
}
.scale-\[90\%\] {
  --tw-scale-x: 90%;
  --tw-scale-y: 90%;
  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-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.flex-col {
  flex-direction: column;
}
.flex-wrap {
  flex-wrap: wrap;
}
.items-start {
  align-items: flex-start;
}
.\!items-start {
  align-items: flex-start !important;
}
.items-end {
  align-items: flex-end;
}
.items-center {
  align-items: center;
}
.\!justify-start {
  justify-content: flex-start !important;
}
.justify-end {
  justify-content: flex-end;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.gap-5 {
  gap: 1.25rem;
}
.gap-10 {
  gap: 2.5rem;
}
.gap-4 {
  gap: 1rem;
}
.gap-\[14px\] {
  gap: 14px;
}
.gap-3 {
  gap: 0.75rem;
}
.gap-2 {
  gap: 0.5rem;
}
.gap-1\.5 {
  gap: 0.375rem;
}
.gap-1 {
  gap: 0.25rem;
}
.gap-6 {
  gap: 1.5rem;
}
.gap-0\.5 {
  gap: 0.125rem;
}
.gap-0 {
  gap: 0px;
}
.gap-\[16px\] {
  gap: 16px;
}
.gap-\[30px\] {
  gap: 30px;
}
.gap-2\.5 {
  gap: 0.625rem;
}
.self-start {
  align-self: flex-start;
}
.overflow-hidden {
  overflow: hidden;
}
.overflow-y-scroll {
  overflow-y: scroll;
}
.rounded-\[100px\] {
  border-radius: 100px;
}
.rounded-md {
  border-radius: 0.375rem;
}
.rounded-full {
  border-radius: 9999px;
}
.rounded-xl {
  border-radius: 0.75rem;
}
.\!rounded-\[4px\] {
  border-radius: 4px !important;
}
.rounded-sm {
  border-radius: 0.125rem;
}
.rounded-\[2px\] {
  border-radius: 2px;
}
.rounded-\[3px\] {
  border-radius: 3px;
}
.rounded-b-none {
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}
.border {
  border-width: 1px;
}
.border-y {
  border-top-width: 1px;
  border-bottom-width: 1px;
}
.border-x {
  border-left-width: 1px;
  border-right-width: 1px;
}
.border-b {
  border-bottom-width: 1px;
}
.border-l-\[2px\] {
  border-left-width: 2px;
}
.border-t {
  border-top-width: 1px;
}
.border-b-2 {
  border-bottom-width: 2px;
}
.border-l-4 {
  border-left-width: 4px;
}
.border-r {
  border-right-width: 1px;
}
.border-\[\#ccc\] {
  --tw-border-opacity: 1;
  border-color: rgb(204 204 204 / var(--tw-border-opacity));
}
.border-gray-100 {
  --tw-border-opacity: 1;
  border-color: rgb(238 238 238 / var(--tw-border-opacity));
}
.border-gray-900 {
  --tw-border-opacity: 1;
  border-color: rgb(34 34 34 / var(--tw-border-opacity));
}
.border-\[\#0E51FF\] {
  --tw-border-opacity: 1;
  border-color: rgb(14 81 255 / var(--tw-border-opacity));
}
.border-black {
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
}
.border-\[\#222\] {
  --tw-border-opacity: 1;
  border-color: rgb(34 34 34 / var(--tw-border-opacity));
}
.border-t-gray-900 {
  --tw-border-opacity: 1;
  border-top-color: rgb(34 34 34 / var(--tw-border-opacity));
}
.border-l-\[\#6D6358\] {
  --tw-border-opacity: 1;
  border-left-color: rgb(109 99 88 / var(--tw-border-opacity));
}
.bg-brand {
  --tw-bg-opacity: 1;
  background-color: rgb(220 0 28 / var(--tw-bg-opacity));
}
.bg-black {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}
.bg-\[\#A551E8\] {
  --tw-bg-opacity: 1;
  background-color: rgb(165 81 232 / var(--tw-bg-opacity));
}
.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.bg-brown {
  --tw-bg-opacity: 1;
  background-color: rgb(109 99 88 / var(--tw-bg-opacity));
}
.bg-\[\#fafafa\] {
  --tw-bg-opacity: 1;
  background-color: rgb(250 250 250 / var(--tw-bg-opacity));
}
.bg-gray-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(34 34 34 / var(--tw-bg-opacity));
}
.bg-orange {
  --tw-bg-opacity: 1;
  background-color: rgb(234 85 50 / var(--tw-bg-opacity));
}
.bg-\[rgba\(255\2c 255\2c 255\2c 0\.1\)\] {
  background-color: rgba(255,255,255,0.1);
}
.\!bg-gray-900 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(34 34 34 / var(--tw-bg-opacity)) !important;
}
.bg-\[\#f1f1f1\] {
  --tw-bg-opacity: 1;
  background-color: rgb(241 241 241 / var(--tw-bg-opacity));
}
.bg-\[url\(\.\.\/assets\/images\/bg-flower\.png\)\] {
  background-image: url(../assets/images/bg-flower.png);
}
.bg-\[center_left_-74px\] {
  background-position: center left -74px;
}
.bg-no-repeat {
  background-repeat: no-repeat;
}
.p-2 {
  padding: 0.5rem;
}
.p-5 {
  padding: 1.25rem;
}
.p-6 {
  padding: 1.5rem;
}
.p-4 {
  padding: 1rem;
}
.p-3 {
  padding: 0.75rem;
}
.px-2\.5 {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}
.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.py-\[5px\] {
  padding-top: 5px;
  padding-bottom: 5px;
}
.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}
.py-1\.5 {
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}
.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.py-15 {
  padding-top: 60px;
  padding-bottom: 60px;
}
.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.py-\[30px\] {
  padding-top: 30px;
  padding-bottom: 30px;
}
.py-\[18px\] {
  padding-top: 18px;
  padding-bottom: 18px;
}
.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.py-9 {
  padding-top: 2.25rem;
  padding-bottom: 2.25rem;
}
.py-5 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.py-7 {
  padding-top: 1.75rem;
  padding-bottom: 1.75rem;
}
.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.py-0\.5 {
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
}
.py-0 {
  padding-top: 0px;
  padding-bottom: 0px;
}
.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.py-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.py-2\.5 {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}
.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.pt-\[200px\] {
  padding-top: 200px;
}
.pb-5 {
  padding-bottom: 1.25rem;
}
.pl-6 {
  padding-left: 1.5rem;
}
.pb-3 {
  padding-bottom: 0.75rem;
}
.pl-2\.5 {
  padding-left: 0.625rem;
}
.pl-2 {
  padding-left: 0.5rem;
}
.pb-4 {
  padding-bottom: 1rem;
}
.pl-\[20px\] {
  padding-left: 20px;
}
.pr-5 {
  padding-right: 1.25rem;
}
.pl-5 {
  padding-left: 1.25rem;
}
.pt-10 {
  padding-top: 2.5rem;
}
.pb-2\.5 {
  padding-bottom: 0.625rem;
}
.pb-2 {
  padding-bottom: 0.5rem;
}
.pb-10 {
  padding-bottom: 2.5rem;
}
.pr-6 {
  padding-right: 1.5rem;
}
.pt-1 {
  padding-top: 0.25rem;
}
.pb-6 {
  padding-bottom: 1.5rem;
}
.pb-\[100px\] {
  padding-bottom: 100px;
}
.\!pt-0 {
  padding-top: 0px !important;
}
.pt-4 {
  padding-top: 1rem;
}
.pr-7 {
  padding-right: 1.75rem;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.\!text-center {
  text-align: center !important;
}
.text-\[20px\] {
  font-size: 20px;
}
.text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}
.text-\[40px\] {
  font-size: 40px;
}
.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.text-\[24px\] {
  font-size: 24px;
}
.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}
.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.\!text-\[40px\] {
  font-size: 40px !important;
}
.\!text-\[18px\] {
  font-size: 18px !important;
}
.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.\!text-lg {
  font-size: 1.125rem !important;
  line-height: 1.75rem !important;
}
.\!text-\[20px\] {
  font-size: 20px !important;
}
.text-\[48px\] {
  font-size: 48px;
}
.text-\[18px\] {
  font-size: 18px;
}
.text-\[32px\] {
  font-size: 32px;
}
.font-black {
  font-weight: 900;
}
.font-bold {
  font-weight: 700;
}
.\!font-medium {
  font-weight: 500 !important;
}
.font-medium {
  font-weight: 500;
}
.leading-\[28px\] {
  line-height: 28px;
}
.leading-\[56px\] {
  line-height: 56px;
}
.leading-\[20px\] {
  line-height: 20px;
}
.leading-\[48px\] {
  line-height: 48px;
}
.\!leading-\[48px\] {
  line-height: 48px !important;
}
.\!leading-normal {
  line-height: 1.5 !important;
}
.leading-\[36px\] {
  line-height: 36px;
}
.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.text-\[\#666\] {
  --tw-text-opacity: 1;
  color: rgb(102 102 102 / var(--tw-text-opacity));
}
.text-\[\#777\] {
  --tw-text-opacity: 1;
  color: rgb(119 119 119 / var(--tw-text-opacity));
}
.text-\[\#3560F6\] {
  --tw-text-opacity: 1;
  color: rgb(53 96 246 / var(--tw-text-opacity));
}
.text-\[\#31B725\] {
  --tw-text-opacity: 1;
  color: rgb(49 183 37 / var(--tw-text-opacity));
}
.text-gray-900 {
  --tw-text-opacity: 1;
  color: rgb(34 34 34 / var(--tw-text-opacity));
}
.text-orange {
  --tw-text-opacity: 1;
  color: rgb(234 85 50 / var(--tw-text-opacity));
}
.text-gray-800 {
  --tw-text-opacity: 1;
  color: rgb(119 119 119 / var(--tw-text-opacity));
}
.text-brown {
  --tw-text-opacity: 1;
  color: rgb(109 99 88 / var(--tw-text-opacity));
}
.text-black {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.text-\[\#0E51FF\] {
  --tw-text-opacity: 1;
  color: rgb(14 81 255 / var(--tw-text-opacity));
}
.text-brand {
  --tw-text-opacity: 1;
  color: rgb(220 0 28 / var(--tw-text-opacity));
}
.text-\[\#222\] {
  --tw-text-opacity: 1;
  color: rgb(34 34 34 / var(--tw-text-opacity));
}
.text-\[\#444\] {
  --tw-text-opacity: 1;
  color: rgb(68 68 68 / var(--tw-text-opacity));
}
.underline {
  text-decoration-line: underline;
}
.transition {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -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-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.line-clamp-2 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.before\:absolute::before {
  content: var(--tw-content);
  position: absolute;
}
.before\:right-1\/2::before {
  content: var(--tw-content);
  right: 50%;
}
.before\:bottom-\[-12px\]::before {
  content: var(--tw-content);
  bottom: -12px;
}
.before\:z-\[2\]::before {
  content: var(--tw-content);
  z-index: 2;
}
.before\:\!ml-0\.5::before {
  content: var(--tw-content);
  margin-left: 0.125rem !important;
}
.before\:\!mr-1::before {
  content: var(--tw-content);
  margin-right: 0.25rem !important;
}
.before\:\!ml-0::before {
  content: var(--tw-content);
  margin-left: 0px !important;
}
.before\:h-4::before {
  content: var(--tw-content);
  height: 1rem;
}
.before\:\!h-\[14px\]::before {
  content: var(--tw-content);
  height: 14px !important;
}
.before\:\!h-\[2px\]::before {
  content: var(--tw-content);
  height: 2px !important;
}
.before\:w-2::before {
  content: var(--tw-content);
  width: 0.5rem;
}
.before\:translate-x-1\/2::before {
  content: var(--tw-content);
  --tw-translate-x: 50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.before\:rotate-90::before {
  content: var(--tw-content);
  --tw-rotate: 90deg;
  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));
}
.before\:rounded-tr-\[100px\]::before {
  content: var(--tw-content);
  border-top-right-radius: 100px;
}
.before\:rounded-br-\[100px\]::before {
  content: var(--tw-content);
  border-bottom-right-radius: 100px;
}
.before\:border::before {
  content: var(--tw-content);
  border-width: 1px;
}
.before\:\!border-\[\#eee\]::before {
  content: var(--tw-content);
  --tw-border-opacity: 1 !important;
  border-color: rgb(238 238 238 / var(--tw-border-opacity)) !important;
}
.before\:bg-orange::before {
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(234 85 50 / var(--tw-bg-opacity));
}
.before\:\!bg-gray-900::before {
  content: var(--tw-content);
  --tw-bg-opacity: 1 !important;
  background-color: rgb(34 34 34 / var(--tw-bg-opacity)) !important;
}
.before\:\!bg-\[\#444\]::before {
  content: var(--tw-content);
  --tw-bg-opacity: 1 !important;
  background-color: rgb(68 68 68 / var(--tw-bg-opacity)) !important;
}
.before\:\!bg-gray-800::before {
  content: var(--tw-content);
  --tw-bg-opacity: 1 !important;
  background-color: rgb(119 119 119 / var(--tw-bg-opacity)) !important;
}
.before\:content-\[\'\'\]::before {
  --tw-content: '';
  content: var(--tw-content);
}
.after\:absolute::after {
  content: var(--tw-content);
  position: absolute;
}
.after\:-bottom-10::after {
  content: var(--tw-content);
  bottom: -2.5rem;
}
.after\:left-1\/2::after {
  content: var(--tw-content);
  left: 50%;
}
.after\:block::after {
  content: var(--tw-content);
  display: block;
}
.after\:h-\[40px\]::after {
  content: var(--tw-content);
  height: 40px;
}
.after\:w-\[1px\]::after {
  content: var(--tw-content);
  width: 1px;
}
.after\:bg-gray-100::after {
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(238 238 238 / var(--tw-bg-opacity));
}
.after\:content-\[\'\'\]::after {
  --tw-content: '';
  content: var(--tw-content);
}
.open\:bg-white[open] {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.open\:\!text-black[open] {
  --tw-text-opacity: 1 !important;
  color: rgb(0 0 0 / var(--tw-text-opacity)) !important;
}
.open\:text-orange[open] {
  --tw-text-opacity: 1;
  color: rgb(234 85 50 / var(--tw-text-opacity));
}
.hover\:bg-gray-50\/50:hover {
  background-color: rgb(249 250 251 / 0.5);
}
.hover\:font-bold:hover {
  font-weight: 700;
}
.group:hover .group-hover\:font-bold {
  font-weight: 700;
}
@media (min-width: 480px) {

  .xs\:w-\[calc\(50\%-calc\(40px\/2\)\)\] {
    width: calc(50% - calc(40px / 2));
  }

  .xs\:flex-row {
    flex-direction: row;
  }

  .xs\:text-\[20px\] {
    font-size: 20px;
  }
}
@media (min-width: 640px) {

  .sm\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }

  .sm\:mb-0 {
    margin-bottom: 0px;
  }

  .sm\:mr-0 {
    margin-right: 0px;
  }

  .sm\:mt-0 {
    margin-top: 0px;
  }

  .sm\:h-\[60px\] {
    height: 60px;
  }

  .sm\:h-\[68px\] {
    height: 68px;
  }

  .sm\:w-auto {
    width: auto;
  }

  .sm\:w-\[300px\] {
    width: 300px;
  }

  .sm\:w-\[60px\] {
    width: 60px;
  }

  .sm\:w-\[200px\] {
    width: 200px;
  }

  .sm\:flex-row {
    flex-direction: row;
  }

  .sm\:gap-6 {
    gap: 1.5rem;
  }

  .sm\:border-r {
    border-right-width: 1px;
  }

  .sm\:bg-cover {
    background-size: cover;
  }

  .sm\:bg-\[center\] {
    background-position: center;
  }

  .sm\:pb-0 {
    padding-bottom: 0px;
  }

  .sm\:text-left {
    text-align: left;
  }

  .sm\:\!text-\[20px\] {
    font-size: 20px !important;
  }
}
@media (min-width: 768px) {

  .md\:static {
    position: static;
  }

  .md\:\!absolute {
    position: absolute !important;
  }

  .md\:mx-0 {
    margin-left: 0px;
    margin-right: 0px;
  }

  .md\:mt-14 {
    margin-top: 3.5rem;
  }

  .md\:mb-0 {
    margin-bottom: 0px;
  }

  .md\:mt-0 {
    margin-top: 0px;
  }

  .md\:ml-0 {
    margin-left: 0px;
  }

  .md\:ml-3 {
    margin-left: 0.75rem;
  }

  .md\:mt-20 {
    margin-top: 5rem;
  }

  .md\:mt-10 {
    margin-top: 2.5rem;
  }

  .md\:block {
    display: block;
  }

  .md\:table-cell {
    display: table-cell;
  }

  .md\:table-header-group {
    display: table-header-group;
  }

  .md\:table-row {
    display: table-row;
  }

  .md\:contents {
    display: contents;
  }

  .md\:hidden {
    display: none;
  }

  .md\:h-12 {
    height: 3rem;
  }

  .md\:h-full {
    height: 100%;
  }

  .md\:h-auto {
    height: auto;
  }

  .md\:h-0 {
    height: 0px;
  }

  .md\:h-\[56px\] {
    height: 56px;
  }

  .md\:h-10 {
    height: 2.5rem;
  }

  .md\:w-\[47\.5\%\] {
    width: 47.5%;
  }

  .md\:w-\[52\.5\%\] {
    width: 52.5%;
  }

  .md\:w-\[90px\] {
    width: 90px;
  }

  .md\:w-\[calc\(100\%-90px\)\] {
    width: calc(100% - 90px);
  }

  .md\:w-auto {
    width: auto;
  }

  .md\:w-1\/4 {
    width: 25%;
  }

  .md\:w-\[calc\(50\%-12px\)\] {
    width: calc(50% - 12px);
  }

  .md\:w-1\/2 {
    width: 50%;
  }

  .md\:w-\[350px\] {
    width: 350px;
  }

  .md\:w-\[40\%\] {
    width: 40%;
  }

  .md\:flex-row {
    flex-direction: row;
  }

  .md\:flex-nowrap {
    flex-wrap: nowrap;
  }

  .md\:items-end {
    align-items: flex-end;
  }

  .md\:\!items-center {
    align-items: center !important;
  }

  .md\:items-center {
    align-items: center;
  }

  .md\:justify-start {
    justify-content: flex-start;
  }

  .md\:justify-between {
    justify-content: space-between;
  }

  .md\:gap-15 {
    gap: 60px;
  }

  .md\:gap-7 {
    gap: 1.75rem;
  }

  .md\:gap-9 {
    gap: 2.25rem;
  }

  .md\:gap-5 {
    gap: 1.25rem;
  }

  .md\:gap-0 {
    gap: 0px;
  }

  .md\:gap-3 {
    gap: 0.75rem;
  }

  .md\:gap-6 {
    gap: 1.5rem;
  }

  .md\:gap-4 {
    gap: 1rem;
  }

  .md\:gap-\[60px\] {
    gap: 60px;
  }

  .md\:self-start {
    align-self: flex-start;
  }

  .md\:rounded-br-none {
    border-bottom-right-radius: 0px;
  }

  .md\:rounded-bl-xl {
    border-bottom-left-radius: 0.75rem;
  }

  .md\:bg-transparent {
    background-color: transparent;
  }

  .md\:px-0 {
    padding-left: 0px;
    padding-right: 0px;
  }

  .md\:px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .md\:py-0 {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .md\:pb-0 {
    padding-bottom: 0px;
  }

  .md\:pl-\[3vw\] {
    padding-left: 3vw;
  }

  .md\:pr-\[52px\] {
    padding-right: 52px;
  }

  .md\:pr-\[36px\] {
    padding-right: 36px;
  }

  .md\:pl-\[36px\] {
    padding-left: 36px;
  }

  .md\:pt-0 {
    padding-top: 0px;
  }

  .md\:pb-\[52px\] {
    padding-bottom: 52px;
  }

  .md\:text-left {
    text-align: left;
  }

  .md\:\!text-left {
    text-align: left !important;
  }

  .md\:text-center {
    text-align: center;
  }

  .md\:text-right {
    text-align: right;
  }

  .md\:before\:top-1\/2::before {
    content: var(--tw-content);
    top: 50%;
  }

  .md\:before\:-right-2::before {
    content: var(--tw-content);
    right: -0.5rem;
  }

  .md\:before\:bottom-auto::before {
    content: var(--tw-content);
    bottom: auto;
  }

  .md\:before\:-translate-y-1\/2::before {
    content: var(--tw-content);
    --tw-translate-y: -50%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .md\:before\:translate-x-0::before {
    content: var(--tw-content);
    --tw-translate-x: 0px;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .md\:before\:rotate-0::before {
    content: var(--tw-content);
    --tw-rotate: 0deg;
    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\:after\:left-auto::after {
    content: var(--tw-content);
    left: auto;
  }

  .md\:after\:top-1\/2::after {
    content: var(--tw-content);
    top: 50%;
  }

  .md\:after\:-right-10::after {
    content: var(--tw-content);
    right: -2.5rem;
  }

  .md\:after\:h-\[1px\]::after {
    content: var(--tw-content);
    height: 1px;
  }

  .md\:after\:w-10::after {
    content: var(--tw-content);
    width: 2.5rem;
  }

  .md\:after\:-translate-y-1\/2::after {
    content: var(--tw-content);
    --tw-translate-y: -50%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
}
@media (min-width: 1024px) {

  .lg\:mb-0 {
    margin-bottom: 0px;
  }
}
@media (min-width: 1280px) {

  .xl\:left-10 {
    left: 2.5rem;
  }

  .xl\:bottom-15 {
    bottom: 60px;
  }

  .xl\:mx-0 {
    margin-left: 0px;
    margin-right: 0px;
  }

  .xl\:ml-7 {
    margin-left: 1.75rem;
  }

  .xl\:ml-2 {
    margin-left: 0.5rem;
  }

  .xl\:block {
    display: block;
  }

  .xl\:\!hidden {
    display: none !important;
  }

  .xl\:hidden {
    display: none;
  }

  .xl\:h-\[106px\] {
    height: 106px;
  }

  .xl\:w-\[140px\] {
    width: 140px;
  }

  .xl\:w-\[780px\] {
    width: 780px;
  }

  .xl\:w-\[calc\(25\%-calc\(120px\/3\)\)\] {
    width: calc(25% - calc(120px / 3));
  }

  .xl\:justify-start {
    justify-content: flex-start;
  }

  .xl\:gap-10 {
    gap: 2.5rem;
  }

  .xl\:gap-8 {
    gap: 2rem;
  }

  .xl\:p-6 {
    padding: 1.5rem;
  }

  .xl\:py-20 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .xl\:py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .xl\:px-15 {
    padding-left: 60px;
    padding-right: 60px;
  }

  .xl\:py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .xl\:pl-\[6vw\] {
    padding-left: 6vw;
  }

  .xl\:pr-10 {
    padding-right: 2.5rem;
  }

  .xl\:pb-0 {
    padding-bottom: 0px;
  }

  .xl\:pt-0 {
    padding-top: 0px;
  }

  .xl\:pb-4 {
    padding-bottom: 1rem;
  }

  .xl\:text-center {
    text-align: center;
  }

  .xl\:text-\[24px\] {
    font-size: 24px;
  }
}
@media (min-width: 1536px) {

  .\32xl\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 1920px) {

  .\33xl\:min-h-\[937px\] {
    min-height: 937px;
  }

  .\33xl\:w-\[750px\] {
    width: 750px;
  }

  .\33xl\:w-\[calc\(100\%-750px\)\] {
    width: calc(100% - 750px);
  }

  .\33xl\:pl-\[16\.5vw\] {
    padding-left: 16.5vw;
  }

  .\33xl\:pr-\[16\.5vw\] {
    padding-right: 16.5vw;
  }

  .\33xl\:pl-\[60px\] {
    padding-left: 60px;
  }
}
.\[\&\>li\]\:\!mb-0>li {
  margin-bottom: 0px !important;
}
.\[\&\>li\]\:\!mb-6>li {
  margin-bottom: 1.5rem !important;
}
.\[\&_\>div\]\:mb-10 >div {
  margin-bottom: 2.5rem;
}
.\[\&_li\]\:mb-1 li {
  margin-bottom: 0.25rem;
}
.\[\&_li\]\:border-t li {
  border-top-width: 1px;
}
.\[\&_li\]\:py-2 li {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.last\:\[\&_li\]\:border-b li:last-child {
  border-bottom-width: 1px;
}
.hover\:\[\&_li\]\:text-orange li:hover {
  --tw-text-opacity: 1;
  color: rgb(234 85 50 / var(--tw-text-opacity));
}
.\[\&\>a\]\:border-4>a {
  border-width: 4px;
}
.\[\&\>a\]\:border-transparent>a {
  border-color: transparent;
}
.\[\&\>a\]\:transition-all>a {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.open\:\[\&\>a\]\:font-bold>a[open] {
  font-weight: 700;
}
.open\:\[\&\>a\]\:text-gray-900>a[open] {
  --tw-text-opacity: 1;
  color: rgb(34 34 34 / var(--tw-text-opacity));
}
.hover\:\[\&\>a\]\:border-4>a:hover {
  border-width: 4px;
}
.hover\:\[\&\>a\]\:border-white>a:hover {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}
.\[\&_th\]\:bg-\[\#fafafa\] th {
  --tw-bg-opacity: 1;
  background-color: rgb(250 250 250 / var(--tw-bg-opacity));
}
.\[\&_th\]\:px-4 th {
  padding-left: 1rem;
  padding-right: 1rem;
}
.\[\&_td\]\:px-4 td {
  padding-left: 1rem;
  padding-right: 1rem;
}
.\[\&\>dl\]\:mb-3>dl {
  margin-bottom: 0.75rem;
}
.\[\&\>dl\]\:mb-0>dl {
  margin-bottom: 0px;
}
.click-scale:active {
  transform: scale(0.94) !important;
}
.fade-in {
  animation: fadeIn 0.3s linear;
  opacity: 1;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fade-out {
  opacity: 0;
  animation: fadeOut 0.3s linear;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.hover-gradient-transition {
  position: relative;
  z-index: 1;
  background: white;
  flex-direction: column;
  border-radius: 0.75rem;
  border-width: 1px;
  padding-top: 2rem;
  padding-bottom: 2rem;
  padding-left: 1.75rem;
  padding-right: 1.75rem;
}.hover-gradient-transition::before {
  content: var(--tw-content);
  border-radius: 0.75rem;
}.hover-gradient-transition:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}@media (min-width: 640px) {.hover-gradient-transition {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}@media (min-width: 768px) {.hover-gradient-transition {
    width: calc((100% - 8px) / 3);
  }
}@media (min-width: 1024px) {.hover-gradient-transition {
    width: calc((100% - 80px) / 3);
  }
}
.hover-gradient-transition:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  opacity: 1;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 500ms;
}
@media (min-width: 768px) {.hover-gradient-transition:before {
    opacity: 0;
  }
}
.hover-gradient-transition:hover:before {
  opacity: 1;
}
.rotate-interval {
  animation: rotate 5s normal linear infinite;
  transform-origin: center;
}

.group:hover .group-hover\:rotate-interval {
  animation: rotate 5s normal linear infinite;
  transform-origin: center;
}

@keyframes rotate {
  0% {
    transform: rotate(0);
  }
  25% {
    transform: rotate(90deg);
  }
  50% {
    transform: rotate(90deg);
  }
  75% {
    transform: rotate(180deg);
  }
  100% {
    transform: rotate(180deg);
  }
}
.shaking {
  animation: shake 2s infinite;
}

@keyframes shake {
  0% {
    transform: rotate(0deg);
  }
  10% {
    transform: rotate(2deg);
  }
  20% {
    transform: rotate(4deg);
  }
  30% {
    transform: rotate(6deg);
  }
  40% {
    transform: rotate(4deg);
  }
  50% {
    transform: rotate(2deg);
  }
  60% {
    transform: rotate(0deg);
  }
  70% {
    transform: rotate(-2deg);
  }
  80% {
    transform: rotate(-4deg);
  }
  90% {
    transform: rotate(-6deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
body {
  font-family: "SUIT", "Helvetica", "Arial";
  font-weight: 500;
  font-size: 1.125rem;
  line-height: 1.75rem;
  line-height: 31.5px;
  --tw-text-opacity: 1;
  color: rgb(34 34 34 / var(--tw-text-opacity));
  scroll-behavior: smooth;
}

main {
  min-height: 600px;
}

span,
a,
img {
  display: inline-block;
}

svg {
  display: inline-block;
}

.wrap {
  overflow: hidden;
}

input,
textarea {
  outline: none;
}
input::-moz-placeholder, textarea::-moz-placeholder {
  --tw-text-opacity: 1;
  color: rgb(119 119 119 / var(--tw-text-opacity));
}
input::placeholder,
textarea::placeholder {
  --tw-text-opacity: 1;
  color: rgb(119 119 119 / var(--tw-text-opacity));
}

textarea {
  resize: none;
  width: 100%;
  border-radius: 0.75rem;
  border-width: 1px;
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

table {
  width: 100%;
}

caption {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}
@font-face {
  font-family: "SUIT-Light";
  src: url("/fonts/SUIT/SUIT-Light.ttf") format("ttf");
  font-style: normal;
  font-weight: 300;
}
@font-face {
  font-family: "SUIT-Regular";
  src: url("/fonts/SUIT/SUIT-Regular.ttf") format("ttf");
  font-style: normal;
  font-weight: 400;
}
@font-face {
  font-family: "SUIT-Medium";
  src: url("/fonts/SUIT/SUIT-Medium.ttf") format("ttf");
  font-style: normal;
  font-weight: 500;
}
@font-face {
  font-family: "SUIT-Bold";
  src: url("/fonts/SUIT/SUIT-Bold.ttf") format("ttf");
  font-style: normal;
  font-weight: 700;
}
@font-face {
  font-family: "SUIT-Heavy";
  src: url("/fonts/SUIT/SUIT-Heavy.ttf") format("ttf");
  font-style: normal;
  font-weight: 900;
}
h1 {
  font-size: 32px;
  font-weight: 700;
  line-height: 46px;
}

h2,
h3,
h4 {
  font-weight: 700;
}

.h3 {
  font-size: 32px;
  font-weight: 700;
}

.sub-page h2.h2 {
  font-size: 32px;
  font-weight: 700;
  color: #222;
  line-height: 38.4px;
}
.arrow-fade-to-right {
  cursor: pointer;
  overflow: visible;
}
.arrow-fade-to-right svg {
  overflow: visible;
}
.arrow-fade-to-right path {
  transition: all 0.5s cubic-bezier(0.2, 1, 0.3, 1);
}
.arrow-fade-to-right:hover path {
  transition: all 1s cubic-bezier(0.2, 1, 0.3, 1);
}
.arrow-fade-to-right:hover .arrow {
  animation: arrow-anim 2.5s cubic-bezier(0.2, 1, 0.3, 1) infinite;
}
.arrow-fade-to-right:hover .arrow-fixed {
  animation: arrow-fixed-anim 2.5s cubic-bezier(0.2, 1, 0.3, 1) infinite;
}

@keyframes arrow-anim {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  5% {
    transform: translateX(-0.1rem);
  }
  100% {
    transform: translateX(1rem);
    opacity: 0;
  }
}
@keyframes arrow-fixed-anim {
  5% {
    opacity: 0;
  }
  20% {
    opacity: 0.4;
  }
  100% {
    opacity: 1;
  }
}
.badge {
    border-radius: 0.5rem;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    padding-top: 0px;
    padding-bottom: 0px;
    font-weight: 700
}
.badge.orange {
    --tw-bg-opacity: 1;
    background-color: rgb(234 85 50 / var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity))
}
.box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 1.5rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(238 238 238 / var(--tw-border-opacity));
  --tw-shadow: 0px 4px 6px rgba(0, 0, 0, 0.12);
  --tw-shadow-colored: 0px 4px 6px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.box-basic {
  border-radius: 0.75rem;
  border-width: 1px;
  padding-top: 36px;
  padding-bottom: 36px;
  padding-left: 60px;
  padding-right: 60px;
  --tw-text-opacity: 1;
  color: rgb(119 119 119 / var(--tw-text-opacity));
}

@media (max-width: 1280px){
	.box-basic{
	padding-left: 24px;
  padding-right: 24px;
  }
}


.box-basic__title {
  margin-bottom: 0.75rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(34 34 34 / var(--tw-text-opacity));
}
.box-basic ul {
  line-height: 28.8px;
}
.btn-play .icon {
  position: relative;
  overflow: hidden;
  width: 6px;
  height: 12px;
}
.btn-play .icon .triangle-1,
.btn-play .icon .triangle-2 {
  position: absolute;
  top: 0;
  right: 0;
  background-color: transparent;
  width: 0;
  height: 0;
  border-right: 10px solid black;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  transition: transform 0.25s ease;
}
.btn-play .icon .triangle-1 {
  transform: translate(0, -100%);
}
.btn-play .icon .triangle-2 {
  transform: translate(0, 100%);
}
.btn-play .icon .left {
  height: 100%;
  float: left;
  background-color: black;
  width: 2px;
  transition: all 0.25s ease;
  overflow: hidden;
}
.btn-play .icon .right {
  height: 100%;
  float: right;
  width: 2px;
  background-color: black;
  transition: all 0.25s ease;
}
.btn-play.paused .icon {
  transform: translate(1px, -1px);
}
.btn-play.paused .icon .left {
  width: 50%;
}
.btn-play.paused .icon .right {
  width: 50%;
}
.btn-play.paused .icon .triangle-1 {
  transform: translate(0, -50%);
}
.btn-play.paused .icon .triangle-2 {
  transform: translate(0, 50%);
}
.btn-play.paused .icon .triangle-1,
.btn-play.paused .icon .triangle-2 {
  border-right: 8px solid white;
}
.btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  align-self: center;
  vertical-align: middle;
  font-weight: 700;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.btn:hover {
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
a.btn {
  display: flex;
  justify-content: center;
  align-items: center;
}

.btn:hover {
  background-image: linear-gradient(rgba(0, 0, 0, 0.06) 0 0);
}
.btn:active {
  background-image: linear-gradient(rgba(0, 0, 0, 0.1) 0 0);
}
.btn--brand {
  --tw-bg-opacity: 1;
  background-color: rgb(220 0 28 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.btn--gray {
  --tw-bg-opacity: 1;
  background-color: rgb(153 153 153 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.btn--orange {
  --tw-bg-opacity: 1;
  background-color: rgb(234 85 50 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.btn--black {
  --tw-bg-opacity: 1;
  background-color: rgb(34 34 34 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.btn--white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(34 34 34 / var(--tw-text-opacity));
}
.btn--outline {
  border-radius: 0.375rem;
  border-width: 1px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.btn--outline:hover {
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.btn--outline:hover, .btn--outline:active {
  --tw-bg-opacity: 1;
  background-color: rgb(34 34 34 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.btn--salmon {
  --tw-bg-opacity: 1;
  background-color: rgb(217 83 79 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.btn__left-icon {
  margin-right: 0.25rem;
  display: inline-flex;
  align-self: center;
}
.dropdown__button {
  width: 100%;
}

.dropdown__menu {
  background: white;
  display: none;
  z-index: 20;
}

.dropdown {
  position: relative;
}
.dropdown--on {
  display: none;
}

.dropdown__close {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 32px;
  height: 32px;
  z-index: 20;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 32 32' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M27.708 4.29199C27.8011 4.38488 27.875 4.49523 27.9254 4.61672C27.9758 4.73821 28.0018 4.86845 28.0018 4.99999C28.0018 5.13152 27.9758 5.26176 27.9254 5.38325C27.875 5.50474 27.8011 5.6151 27.708 5.70799L5.70801 27.708C5.52024 27.8958 5.26556 28.0012 5.00001 28.0012C4.73446 28.0012 4.47978 27.8958 4.29201 27.708C4.10424 27.5202 3.99875 27.2655 3.99875 27C3.99875 26.7344 4.10424 26.4798 4.29201 26.292L26.292 4.29199C26.3849 4.19886 26.4953 4.12497 26.6167 4.07456C26.7382 4.02415 26.8685 3.9982 27 3.9982C27.1315 3.9982 27.2618 4.02415 27.3833 4.07456C27.5048 4.12497 27.6151 4.19886 27.708 4.29199Z' fill='black'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M4.29199 4.29199C4.19886 4.38488 4.12497 4.49523 4.07456 4.61672C4.02415 4.73821 3.9982 4.86845 3.9982 4.99999C3.9982 5.13152 4.02415 5.26176 4.07456 5.38325C4.12497 5.50474 4.19886 5.6151 4.29199 5.70799L26.292 27.708C26.4798 27.8958 26.7344 28.0012 27 28.0012C27.2655 28.0012 27.5202 27.8958 27.708 27.708C27.8958 27.5202 28.0012 27.2655 28.0012 27C28.0012 26.7344 27.8958 26.4798 27.708 26.292L5.70799 4.29199C5.6151 4.19886 5.50474 4.12497 5.38325 4.07456C5.26176 4.02415 5.13152 3.9982 4.99999 3.9982C4.86845 3.9982 4.73821 4.02415 4.61672 4.07456C4.49523 4.12497 4.38488 4.19886 4.29199 4.29199Z' fill='black'/%3E%3C/svg%3E");
}
.js-file-list__item {
  display: flex;
  height: 54px;
  width: 100%;
  border-radius: 0.375rem;
  border-width: 1px;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 1000ms;
}
.js-file-list__item-link {
  height: 1.75rem;
  width: 30%;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.js-file-list__item-right {
  margin-left: 4%;
  display: flex;
  align-items: center;
}
@media (min-width: 768px) {
  .js-file-list__item-right {
    margin-left: 18%;
  }
}
.js-file-list__item-progress {
  background: linear-gradient(to right, rgba(132, 204, 22, 0.05) 50%, transparent 50%);
  background-size: 200% 100%;
  background-position: right bottom;
  margin-right: 0.75rem;
  height: 18px;
  width: 140px;
  border-radius: 3px;
  --tw-bg-opacity: 1;
  background-color: rgb(241 241 241 / var(--tw-bg-opacity));
  --tw-shadow: inset 0px 2px 2px rgba(0, 0, 0, 0.12);
  --tw-shadow-colored: inset 0px 2px 2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
@media (min-width: 768px) {
  .js-file-list__item-progress {
    width: 200px;
  }
}
.js-file-list__item.done .js-file-list__item-progress {
  --tw-bg-opacity: 1;
  background-color: rgb(234 85 50 / var(--tw-bg-opacity));
}
.js-file-list__item .js-file-list__delete {
  height: 34px;
  width: 70px;
  border-radius: 0.375rem;
}
.hamburger {
  position: relative;
  transition: 0.5s ease-in-out;
  cursor: pointer;
}
.hamburger.open span:nth-child(1) {
  top: 9px;
  width: 0%;
  left: 50%;
}
.hamburger.open span:nth-child(2) {
  transform: rotate(45deg);
}
.hamburger.open span:nth-child(3) {
  transform: rotate(-45deg);
}
.hamburger.open span:nth-child(4) {
  top: 9px;
  width: 0%;
  left: 50%;
}
.icon-scroll {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1em;
  height: 3.125em;
  transform: translateX(-50%) scale(2);
  z-index: 99999;
}

.icon-scroll__arrows::after,
.icon-scroll__arrows::before {
  content: "";
}

.icon-scroll__arrows span,
.icon-scroll__arrows::after,
.icon-scroll__arrows::before {
  display: block;
  width: 0.315em;
  height: 0.315em;
  border-right: 1px solid rgba(255, 255, 255, 0.8);
  border-bottom: 1px solid rgba(255, 255, 255, 0.8);
  margin: 0 0 0.125em 0.315em;
  transform: rotate(45deg);
  animation: mouse-scroll 1s infinite;
  animation-direction: alternate;
}

.icon-scroll__arrows::before {
  margin-top: 0.315em;
  animation-delay: 0.1s;
}

.icon-scroll__arrows span {
  animation-delay: 0.2s;
}

.icon-scroll__arrows::after {
  animation-delay: 0.3s;
}

.icon-scroll__mouse {
  height: 1.375em;
  width: 0.875em;
  border: 1px solid rgba(255, 255, 255, 0.8);
  border-radius: 2em;
}

.icon-scroll__wheel {
  position: relative;
  display: block;
  height: 0.1875em;
  width: 0.1875em;
  margin: 0.1875em auto 0;
  background: rgba(255, 255, 255, 0.8);
  animation: mouse-wheel 1.2s ease infinite;
  border-radius: 50%;
}

@keyframes mouse-wheel {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(0.375em);
  }
}
@keyframes mouse-scroll {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
.icon-trash {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 18 18' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M11.25 2.25V3H15V4.5H14.25V14.25C14.25 15.075 13.575 15.75 12.75 15.75H5.25C4.425 15.75 3.75 15.075 3.75 14.25V4.5H3V3H6.75V2.25H11.25ZM5.25 14.25H12.75V4.5H5.25V14.25ZM6.75 6H8.25V12.75H6.75V6ZM11.25 6H9.75V12.75H11.25V6Z' fill='white'/%3E%3C/svg%3E");
  height: 18px;
  width: 18px;
}
.input-group {
  position: relative;
}
.input-group__right-element {
  position: absolute;
  top: 50%;
  right: 0.75rem;
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

input {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}

.input {
  border-radius: 0.75rem;
  border-width: 1px;
  padding-left: 1rem;
  padding-right: 1rem;
  caret-color: #EA5532;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.input:focus {
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(234 85 50 / var(--tw-border-opacity));
  --tw-shadow: 0px 4px 12px rgb(234 85 50 / 12%);
  --tw-shadow-colored: 0px 4px 12px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.input--no-border {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}
.input[type=password] {
  letter-spacing: 0.05em;
}
.input[type=password]::-moz-placeholder {
  font-size: 16px;
}
.input[type=password]::placeholder {
  font-size: 16px;
}
.input[type=password]:not(:-moz-placeholder-shown) {
  -webkit-text-stroke-width: 0.1em;
  font-size: 24px;
  letter-spacing: 14px;
}
.input[type=password]:not(:placeholder-shown) {
  -webkit-text-stroke-width: 0.1em;
  font-size: 24px;
  letter-spacing: 14px;
}

.pwd-show-toggle {
  background: url(/assets/images/eye-off.png) no-repeat;
  height: 1.5rem;
  width: 1.5rem;
}
.pwd-show-toggle.on {
  background: url(/assets/images/eye-on.png) no-repeat;
}

.input-file-group {
  position: relative;
  display: flex;
  width: 100%;
  cursor: pointer;
  align-items: center;
  border-radius: 0.75rem;
  border-width: 1px;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 3rem;
  --tw-text-opacity: 1;
  color: rgb(119 119 119 / var(--tw-text-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.input-file-group:hover {
  background-color: rgb(249 250 251 / 0.5);
}
.input-file-group:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M7.07242 9.813L5.01442 11.871C4.17043 12.715 3.69629 13.8597 3.69629 15.0532C3.69629 16.2468 4.17043 17.3915 5.01442 18.2355C5.85841 19.0795 7.00309 19.5536 8.19667 19.5536C9.39025 19.5536 10.5349 19.0795 11.3789 18.2355L14.1209 15.492C14.6299 14.983 15.0093 14.3593 15.2273 13.6733C15.4453 12.9873 15.4956 12.259 15.374 11.5496C15.2523 10.8402 14.9622 10.1702 14.5281 9.59611C14.0939 9.02197 13.5284 8.56035 12.8789 8.25L11.9999 9.129C11.9107 9.2184 11.8331 9.31869 11.7689 9.4275C12.2707 9.57175 12.7262 9.84447 13.0903 10.2187C13.4544 10.5929 13.7145 11.0557 13.8449 11.5612C13.9754 12.0668 13.9716 12.5976 13.834 13.1013C13.6964 13.6049 13.4298 14.064 13.0604 14.433L10.3199 17.175C9.757 17.7379 8.99351 18.0542 8.19742 18.0542C7.40133 18.0542 6.63784 17.7379 6.07492 17.175C5.512 16.6121 5.19575 15.8486 5.19575 15.0525C5.19575 14.2564 5.512 13.4929 6.07492 12.93L7.26442 11.742C7.09659 11.1131 7.03175 10.4611 7.07242 9.8115V9.813Z' fill='black'/%3E%3Cpath d='M9.87932 7.00837C9.37037 7.51739 8.99096 8.14106 8.77293 8.82705C8.5549 9.51304 8.50461 10.2413 8.62628 10.9508C8.74795 11.6602 9.03803 12.3301 9.47217 12.9043C9.90632 13.4784 10.4719 13.94 11.1213 14.2504L12.2838 13.0864C11.7752 12.95 11.3115 12.6821 10.9393 12.3097C10.567 11.9373 10.2993 11.4734 10.1631 10.9648C10.0269 10.4562 10.027 9.92064 10.1633 9.41204C10.2997 8.90344 10.5675 8.43969 10.9398 8.06737L13.6803 5.32537C14.2432 4.76245 15.0067 4.4462 15.8028 4.4462C16.5989 4.4462 17.3624 4.76245 17.9253 5.32537C18.4882 5.8883 18.8045 6.65178 18.8045 7.44787C18.8045 8.24397 18.4882 9.00745 17.9253 9.57037L16.7358 10.7584C16.9038 11.3884 16.9683 12.0409 16.9278 12.6889L18.9858 10.6309C19.8298 9.78689 20.3039 8.6422 20.3039 7.44862C20.3039 6.25505 19.8298 5.11036 18.9858 4.26637C18.1418 3.42239 16.9971 2.94824 15.8036 2.94824C14.61 2.94824 13.4653 3.42239 12.6213 4.26637L9.87932 7.00837Z' fill='black'/%3E%3C/svg%3E");
  position: absolute;
  top: 50%;
  left: 1rem;
  display: block;
  height: 1.5rem;
  width: 1.5rem;
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  --tw-content: "";
  content: var(--tw-content);
}
.input-file-group__text {
  margin-bottom: 0.125rem;
}
.input-file-group__file {
  position: absolute;
  height: 0px;
  width: 0px;
  overflow: hidden;
  border-width: 0px;
  padding: 0px;
}
@charset "UTF-8";
.list-dash,
.list-dash > li {
  position: relative;
  padding-left: 18px;
}
.list-dash:before,
.list-dash > li:before {
  position: absolute;
  left: 0;
  content: "-";
  margin-right: 4px;
}
ul.list-dash:before {
  display: none;
}

.list-bar {
  position: relative;
  padding-left: 8px;
}
.list-bar:before,
.list-bar > li:before {
  position: absolute;
  content: "";
  top: 9px;
  left: 0;
  width: 2px;
  border-radius: 8px;
  background: #222;
  height: 12px;
}
ul.list-bar:before {
  display: none;
}

.list-circle,
.list-circle > li {
  position: relative;
}
.list-circle:before,
.list-circle > li:before {
  position: absolute;
  content: "·";
  top: 0;
  left: 0;
  margin-right: 4px;
  font-size: 32px;
  line-height: 24px;
}
.list-circle > li {
  padding-left: 20px;
}
ul.list-circle:before {
  display: none;
}

.list-circle-orange,
.list-circle-orange > li {
  position: relative;
}
.list-circle-orange:before,
.list-circle-orange > li:before {
  position: absolute;
  content: "·";
  height: 100%;
  bottom: 0;
  left: 0;
  margin-right: 4px;
  margin-bottom: 1px;
  font-size: 32px;
  color: #ea5532;
}
.list-circle-orange > li {
  padding-left: 20px;
}
ul.list-circle-orange:before {
  display: none;
}

.list-circle-num > li{
  position: relative;
  padding-left: 1.75rem;
}
.list-circle-num > li:before{
  position: absolute;
  left: 0px;
  display: block;
}
.list-circle-num > li:nth-of-type(1):before{
  --tw-content: "①";
  content: var(--tw-content);
}
.list-circle-num > li:nth-of-type(2):before{
  --tw-content: "②";
  content: var(--tw-content);
}
.list-circle-num > li:nth-of-type(3):before{
  --tw-content: "③";
  content: var(--tw-content);
}
.list-circle-num > li:nth-of-type(4):before{
  --tw-content: "④";
  content: var(--tw-content);
}
.list-circle-num > li:nth-of-type(5):before{
  --tw-content: "⑤";
  content: var(--tw-content);
}
.list-circle-num > li:nth-of-type(6):before{
  --tw-content: "⑥";
  content: var(--tw-content);
}
.list-circle-num > li:nth-of-type(7):before{
  --tw-content: "⑦";
  content: var(--tw-content);
}
.list-circle-num > li:nth-of-type(8):before{
  --tw-content: "⑧";
  content: var(--tw-content);
}
.list-circle-num > li:nth-of-type(9):before{
  --tw-content: "⑨";
  content: var(--tw-content);
}

.list-shape,
.list-shape > li {
  position: relative;
  padding-left: 20px;
}
.list-shape:before,
.list-shape > li:before {
  content: "";
  position: absolute;
  top: 9px;
  left: 0;
  display: block;
  width: 12px;
  height: 12px;
  margin-right: 4px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12' fill='none'%3E%3Cg clip-path='url(%23clip0_652_14183)'%3E%3Cpath d='M6.01927 11.8368C4.39687 11.8368 3.08887 10.5216 3.08887 8.89921V3.10081C3.08887 1.47841 4.39687 0.163208 6.01927 0.163208C7.64167 0.163208 8.94967 1.47841 8.94967 3.10081V8.89681C8.94967 10.5216 7.64167 11.8368 6.01927 11.8368Z' fill='%23EA5532'/%3E%3Cpath d='M8.91844 8.92081H3.08164C1.45924 8.92081 0.144043 7.59361 0.144043 5.97121C0.144043 4.34881 1.45924 3.02161 3.08164 3.02161H8.91844C10.5408 3.02161 11.856 4.34881 11.856 5.97121C11.856 7.59361 10.5408 8.92081 8.91844 8.92081Z' fill='%23EA5532'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_652_14183'%3E%3Crect width='12' height='12' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
}
ul.list-shape {
  padding-left: 0;
}
ul.list-shape:before {
  display: none;
}
.modal {
    height: 90vh;
    width: 100%;
    background-color: transparent;
    padding: 0px;
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
}
@media (min-width: 1280px) {
    .modal {
        max-width: 48vw;
        padding-top: 1rem;
        padding-bottom: 1rem;
        padding-left: 1.75rem;
        padding-right: 1.75rem
    }
}
.popover {
  position: relative;
}
.popover__button {
  height: 100%;
}
.popover__content {
  position: absolute;
  right: 0;
  z-index: 10;
  display: none;
  background: white;
}
.popover__close {
  position: absolute;
  top: 18px;
  right: 4px;
}
.scroll-to-top {
  position: fixed;
  right: 24px;
  bottom: -100px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  overflow: hidden;
  opacity: 0;
  border-radius: 50%;
  background-color: white;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.12);
  transform: scale(0);
  transition: background-color 0.2s, scale 0.2s, bottom 0.2s ease-in-out, opacity 0.2s ease-in-out, transform 0.2s ease-in-out;
  z-index: 18;
  border: 1px solid #eee;
}
.scroll-to-top.show {
  bottom: 50px;
  opacity: 0.9;
  transform: scale(1);
}
::-webkit-scrollbar {
  width: 8px;
}

::-webkit-scrollbar-track {
  background-color: #ebebeb;
  border-radius: 10px;
}

::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: #6d6d6d;
}
.select {
  position: relative;
}
.select__button {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  text-align: left;
}
.select__menu {
  position: absolute;
  top: calc(100% + 1px);
  left: 0;
  z-index: 18;
  display: none;
  width: 100%;
  background: white;
}
.select .arrow {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -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-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.select .select__arrow {
  position: absolute;
  top: 32%;
  right: 0.75rem;
}
.select.open .select__arrow {
  transform: rotate(180deg);
}
.skip-menu {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
}

.skip-menu__link {
  position: absolute;
  width: 100%;
  top: -50px;
  padding: 8px;
  background: #222;
  color: white;
  text-align: center;
}
#snow {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  filter: blur(0px);
  background-color: white;
  position: absolute;
  animation: fall 10s linear infinite;
  top: -50px;
}

@keyframes fall {
  100% {
    top: 100%;
  }
}
.icons-swiper .swiper-horizontal > .swiper-pagination-bullets,
.icons-swiper .swiper-pagination-bullets.swiper-pagination-horizontal,
.icons-swiper .swiper-pagination-custom,
.icons-swiper .swiper-pagination-fraction {
  display: flex;
  height: 6px;
  width: 84px;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
  --tw-bg-opacity: 1;
  background-color: rgb(226 232 240 / var(--tw-bg-opacity));
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0;
}

.swiper-pagination-bullet {
  transition: all 0.2s ease-in-out;
  height: 6px;
  width: 44px;
  --tw-bg-opacity: 1;
  background-color: rgb(226 232 240 / var(--tw-bg-opacity));
  opacity: 1;
}
.swiper-pagination-bullet:hover {
  filter: drop-shadow(2px 2px 6px rgba(0, 0, 0, 0.15));
}
.swiper-pagination-bullet:nth-of-type(1) {
  border-top-left-radius: 100px;
  border-bottom-left-radius: 100px;
}
.swiper-pagination-bullet:nth-of-type(2) {
  border-top-right-radius: 100px;
  border-bottom-right-radius: 100px;
}

.swiper-pagination-bullet-active {
  height: 6px;
  width: 40px;
  border-radius: 100px;
  --tw-bg-opacity: 1;
  background-color: rgb(220 0 28 / var(--tw-bg-opacity));
}

.swiper-button-prev,
.swiper-button-next {
  top: -14px;
  --tw-text-opacity: 1;
  color: rgb(220 0 28 / var(--tw-text-opacity));
}


.swiper-button-prev {
  left: -80px;
}

.swiper-button-next {
  right: -80px;
}

.swiper-button-disabled {
  background: red !important;
}
.table-pagination {
  margin-top: 60px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.25rem;
  --tw-text-opacity: 1;
  color: rgb(119 119 119 / var(--tw-text-opacity));
}
@media (min-width: 768px) {
  .table-pagination {
    flex-wrap: nowrap;
  }
}
.table-pagination button,
.table-pagination a {
  display: flex;
  height: 2.5rem;
  width: 2.5rem;
  align-items: center;
  justify-content: center;
  border-radius: 0.375rem;
}
.table-pagination button:hover,
.table-pagination a:hover {
  border-width: 1px;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(34 34 34 / var(--tw-text-opacity));
}
.table-pagination button.active,
.table-pagination a.active {
  border-radius: 0.375rem;
  --tw-bg-opacity: 1;
  background-color: rgb(34 34 34 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.table-pagination button.active:hover,
.table-pagination a.active:hover {
  border-style: none;
  font-weight: 500;
}
.table-pagination__arrow {
  margin-left: 0.625rem;
  margin-right: 0.625rem;
  border-radius: 0.375rem;
  border-width: 1px;
}
.table-pagination__arrow:hover {
  background-color: rgb(249 250 251 / 0.5);
}
.table-pagination__arrow--left {
  background: url(../assets/images/arrow-left.png) center no-repeat;
}
.table-pagination__arrow--right {
  background: url(../assets/images/arrow-right.png) center no-repeat;
}
.board {
  --tw-border-opacity: 1;
  border-color: rgb(34 34 34 / var(--tw-border-opacity));
  font-size: 1.125rem;
  line-height: 1.75rem;
}
@media (min-width: 768px) {
  .board {
    border-top-width: 1px;
  }
}
.board th {
  font-weight: 500;
}
.board thead th {
  height: 60px;
  --tw-bg-opacity: 1;
  background-color: rgb(250 250 250 / var(--tw-bg-opacity));
  font-size: 1.125rem;
  line-height: 1.75rem;
  --tw-text-opacity: 1;
  color: rgb(34 34 34 / var(--tw-text-opacity));
}
.board tbody tr {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  border-radius: 0.75rem;
  border-width: 1px;
  padding: 30px;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -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-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
@media (min-width: 768px) {
  .board tbody tr {
    display: table-row;
    height: 80px;
    border-radius: 0px;
    border-left-width: 0px;
    border-top-width: 0px;
    border-right-width: 0px;
    border-bottom-width: 1px;
    padding: 0px;
  }
}
.board tbody tr:hover {
  background-color: rgb(249 250 251 / 0.5);
}
.board td a {
  vertical-align: middle;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(34 34 34 / var(--tw-text-opacity));
}
@media (min-width: 768px) {
  .board td a {
    font-size: 1.125rem;
    line-height: 1.75rem;
    font-weight: 500;
  }
}
.board td a:hover {
  font-weight: 700;
}
.board td a:before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  display: block;
  height: 100%;
  width: 100%;
  --tw-content: "";
  content: var(--tw-content);
}
.board--mobile {
  display: block;
}
@media (min-width: 768px) {
  .board--mobile {
    display: none;
  }
}

.table {
  border-top-width: 3px;
  --tw-border-opacity: 1;
  border-color: rgb(234 85 50 / var(--tw-border-opacity));
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.table th {
  font-weight: 500;
}
.table th,
.table td {
  border-width: 1px;
  padding: 0.25rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
}
@media (min-width: 640px) {
  .table th,
.table td {
    padding: 0.5rem;
  }
}
@media (min-width: 1280px) {
  .table th,
.table td {
    padding: 0.75rem;
    font-size: 1rem;
    line-height: 1.5rem;
  }
}
.table thead th {
  height: 46px;
  border-bottom-width: 1px;
  --tw-bg-opacity: 1;
  background-color: rgb(250 250 250 / var(--tw-bg-opacity));
  font-weight: 700;
}
.table tbody tr {
  position: relative;
  height: 50px;
}
.table tbody th {
  --tw-bg-opacity: 1;
  background-color: rgb(250 250 250 / var(--tw-bg-opacity));
}
.table--cell-border th,
.table--cell-border td {
  border-width: 1px;
}
.table--cell-border thead tr:last-child th,
.table--cell-border thead tr:last-child td {
  border-bottom: 0;
}
.tab-panels > div {
  display: none;
}
.tab-panels > div.show {
  display: block;
}
.timeline {
  position: relative;
}

.timeline__item {
  position: relative;
  margin-bottom: 3rem;
}

.timeline__line {
  position: absolute;
  top: 2px;
  bottom: 0px;
  left: 14px;
  width: 1px;
  overflow: hidden;
  --tw-bg-opacity: 1;
  background-color: rgb(204 204 204 / var(--tw-bg-opacity));
}

.timeline__line-progress {
  --tw-bg-opacity: 1;
  background-color: rgb(234 85 50 / var(--tw-bg-opacity));
}

.timeline__point-box {
  position: relative;
  top: 0;
  left: -5px;
  z-index: 10;
  display: flex;
  align-items: center;
}

.timeline__point {
  position: relative;
  left: 13px;
  height: 0.75rem;
  width: 0.75rem;
  transform-origin: center;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(204 204 204 / var(--tw-bg-opacity));
}

.timeline__point::after {
  position: absolute;
  top: -109%;
  left: -109%;
  z-index: -1;
  display: block;
  height: 2.5rem;
  width: 2.5rem;
  transform-origin: center;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(253 238 235 / var(--tw-bg-opacity));
  opacity: 0;
  --tw-content: "";
  content: var(--tw-content);
}

.active.timeline__item .timeline__point {
  --tw-bg-opacity: 1;
  background-color: rgb(234 85 50 / var(--tw-bg-opacity));
}

.active.timeline__item .timeline__point::after {
  content: var(--tw-content);
  opacity: 1;
}
.active.timeline__item .timeline__point:after {
  animation: popping 0.4s ease-in-out forwards;
}

.timeline__item-cont {
  position: relative;
  margin-top: 2rem;
  margin-left: 3rem;
  opacity: 0;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -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-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 500ms;
}

@media (min-width: 480px) {

  .timeline__item-cont {
    margin-top: 3rem;
    margin-left: 6rem;
  }
}

.timeline__item .timeline__item-cont {
  --tw-translate-y: 50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.active.timeline__item .timeline__item-cont {
  --tw-translate-y: 0px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  opacity: 1;
}

@keyframes popping {
  0% {
    transform: scale(0.2);
  }
  50% {
    transform: scale(1.4);
  }
  100% {
    transform: scale(1);
  }
}
.dot {
  position: relative;
}
.dot:before {
  content: "";
  display: inline-block;
  width: 4px;
  height: 4px;
  background: #444;
  border-radius: 50%;
  margin: 0 8px 4px;
  vertical-align: middle;
  display: none;
}
@media (min-width: 768px) {
  .dot:before {
    display: inline-block;
  }
}
.header {
  position: relative;
}
.header .animation-translate {
  height: 100%;
}
.header .header__depth1-list {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
@media (min-width: 1280px) {
  .header .header__depth1-list {
    margin-left: 106px;
  }
}
.header .header__depth1-item {
  width: 100%;
  height: 100%;
}
.header .header__depth1-item:hover > button .char, .header .header__depth1-item:hover > a .char {
  transition: color 0.5s linear;
  transition-delay: calc(0.04s * var(--char-index));
  --tw-text-opacity: 1;
  color: rgb(220 0 28 / var(--tw-text-opacity));
}
.header .header__depth2-link,
.header .dropdown__button {
  font-size: 18px;
  font-weight: 700;
}
.header .header__depth2-link:hover,
.header .dropdown__button:hover {
  --tw-text-opacity: 1;
  color: rgb(220 0 28 / var(--tw-text-opacity));
}
.header.pc .mobile {
  display: none;
}
.header.pc .header__sudo-line:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  z-index: 20;
  visibility: hidden;
  width: 0px;
  height: 1px;
  transform: translateX(-50%);
  --tw-bg-opacity: 1;
  background-color: rgb(220 0 28 / var(--tw-bg-opacity));
}
.header.pc .depth1-box-wrap {
  height: 100%;
}
.header.pc .depth1-box-wrap:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  z-index: 20;
  display: none;
  width: 100%;
  height: 400px;
  background-color: white;
}
.header.pc .depth1-box-wrap:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 19;
  display: none;
  width: 100%;
  height: 100vh;
  pointer-events: none;
  background-color: rgba(0, 0, 0, 0.8);
}
.header.pc .depth1-box-wrap.open:before, .header.pc .depth1-box-wrap.open:after, .header.pc .depth1-box-wrap:hover:before, .header.pc .depth1-box-wrap:hover:after {
  display: block;
}
.header.pc .depth1-box-wrap.open .header__depth2-list, .header.pc .depth1-box-wrap:hover .header__depth2-list {
  width: 100%;
  padding-top: 24px;
  padding-bottom: 48px;
  display: block;
  font-size: 18px;
  font-weight: bold;
}
.header.pc .depth1-box-wrap.open .header__depth2-list:before, .header.pc .depth1-box-wrap:hover .header__depth2-list:before {
  display: block;
}
.header.pc .depth1-box-wrap.open .header__sudo-line:after, .header.pc .depth1-box-wrap:hover .header__sudo-line:after {
  left: 0;
  visibility: visible;
  width: 100%;
  transform: none;
}
.header.pc .header__depth1-list {
  width: 710px;
}
.header.pc .header__depth1-list li button,
.header.pc .header__depth1-list li a {
  width: 100%;
  height: 100%;
}
.header.pc .header__depth1-list .header__depth2-list {
  position: relative;
  z-index: 20;
  display: none;
}
.header.pc .header__depth1-list:hover .header__depth2-list {
  display: block;
}
.header.pc .header__depth3-link {
  color: #777;
}
.header.pc .dropdown__button {
  margin-bottom: 4px;
}
.header.pc .sudo-border-left::before {
  position: absolute;
  left: 0px;
  top: 0px;
  display: block;
  border-left-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(238 238 238 / var(--tw-border-opacity));
  --tw-content: "";
  content: var(--tw-content);
}
.header.pc .sudo-border-left:before {
  height: 400px;
  z-index: 1;
}
.header.pc .sudo-border-right::after {
  position: absolute;
  right: 0px;
  top: 0px;
  display: block;
  border-right-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(238 238 238 / var(--tw-border-opacity));
  --tw-content: "";
  content: var(--tw-content);
}
.header.pc .sudo-border-right:after {
  height: 400px;
}
@media (min-width: 1280px) {
  .header.mobile .btn-search {
    display: none;
  }
}
.header.mobile .dropdown__menu li {
  margin: 2px 0px;
}
.header.mobile.open .depth1-box-wrap .animation-translate {
  transform: translate(0, 0);
}
.header.mobile .depth1-box-wrap {
  position: fixed;
  z-index: 20;
  top: 0;
  right: 0;
  width: 86%;
  max-width: 400px;
}
@media (min-width: 1280px) {
  .header.mobile .depth1-box-wrap {
    display: none;
  }
}
.header.mobile .depth1-box-wrap .animation-translate {
  position: relative;
  z-index: 20;
  transform: translate(70%, 0);
  transition: transform 0.3s ease-out;
}
.header.mobile .depth1-box-wrap .bg-shade {
  transform: translateX(0);
  opacity: 1;
}
.header.mobile .depth1-box-wrap .header__depth1-list {
  position: relative;
  z-index: 20;
  display: flex;
  flex-direction: column;
  padding: 0 24px 40px;
  background: white;
}
.header.mobile .depth1-box-wrap .header__depth1-list .header__depth1-item {
  display: flex;
  width: 100%;
  gap: 40px;
  border-bottom-width: 1px;
  padding-top: 24px;
  padding-bottom: 24px;
}
@media (min-width: 1280px) {
  .header.mobile .depth1-box-wrap .header__depth1-list .header__depth1-item {
    gap: 50px;
  }
}
.header.mobile .depth1-box-wrap .header__depth1-list .header__depth1-item:first-child, .header.mobile .depth1-box-wrap .header__depth1-list .header__depth1-item:last-child {
  border-bottom: 0;
}
.header.mobile .depth1-box-wrap .header__depth1-list .header__depth1-item > button,
.header.mobile .depth1-box-wrap .header__depth1-list .header__depth1-item a {
  display: flex;
  width: 50%;
  font-weight: bold;
  font-size: 20px;
  margin-top: 5px;
  white-space: nowrap;
}
.header.mobile .depth1-box-wrap .header__depth1-list .header__depth1-item .header__depth3-link {
  font-size: 18px;
  color: #777;
  white-space: nowrap;
}
.header.mobile .depth1-box-wrap .header__depth1-list .header__depth1-item a,
.header.mobile .depth1-box-wrap .header__depth1-list .header__depth1-item button {
  justify-content: flex-start;
}
.header.mobile .depth1-box-wrap .header__depth2-list {
  flex-direction: column;
  width: 70%;
}

.bg-shade {
  content: "";
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 19;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.6);
}
.bg-shade.search-wrap::before {
  position: absolute;
  height: 6000px !important;
}
.sub-page {
  padding-bottom: 60px;
  font-size: 1.125rem;
  line-height: 1.75rem;
  line-height: 32px;
}

@media (min-width: 1024px) {

  .sub-page {
    padding-bottom: 220px;
  }
}

.sub-page ul li {
  margin-bottom: 0.125rem;
}

@media (min-width: 1280px) {

  .sub-page ul li {
    margin-bottom: 0.25rem;
  }
}

.sub-page .table ul li {
  margin-bottom: 0;
}
.header .depth1-box-wrap ~ .bg-shade {
  display: none;
}
.sub-page .box {
  font-size: 1rem;
  line-height: 1.5rem;
}

.sub-page h2 {
  font-size: 32px;
  font-weight: 700;
  line-height: 56px;
}

.sub-page-heading {
  padding-bottom: 14px;
}

.depth-3-list {
  margin-top: 1.5rem;
  display: flex;
  align-items: center;
  border-bottom-width: 1px;
}
@media (min-width: 768px) {

  .depth-3-list {
    justify-content: center;
  }
}
.depth3-swiper {
  margin-right: -40px;
  padding-right: 60px;
  margin-top: 1.5rem;
  border-bottom-width: 1px;
}


.depth-3-list__item {
  margin-bottom: 0 !important;
  width: 50%;
  border-bottom-width: 4px;
  border-color: transparent;
  font-size: 20px;
}

@media (min-width: 640px) {

  .depth-3-list__item {
    width: 40%;
  }
}

@media (min-width: 768px) {

  .depth-3-list__item {
    width: 30%;
  }
}

@media (min-width: 1280px) {

  .depth-3-list__item {
    width: 25%;
  }
}
.depth-3-list__item.active {
  --tw-border-opacity: 1;
  border-color: rgb(234 85 50 / var(--tw-border-opacity));
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(234 85 50 / var(--tw-text-opacity));
}

.sub-page .depth-3-list__link {
  display: flex;
  height: 56px;
  width: 100%;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  font-size: 1rem;
  line-height: 1.5rem;
}

@media (min-width: 768px) {

  .sub-page .depth-3-list__link {
    font-size: 20px;
  }
}

.depth2-table a.active {
  --tw-bg-opacity: 1;
  background-color: rgb(234 85 50 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.snb .flex > .select:nth-child(3) {
  display: none;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.flex-center {
  display: flex;
  justify-content: center;
  align-items: center;
}

.flex-between-center {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.border-b-dot {
  position: relative;
  overflow: hidden;
}
.border-b-dot:before {
  content: "";
  position: absolute;
  border-bottom: 2px dashed #ccc;
  top: -1px;
  bottom: -1px;
  left: -1px;
  right: -1px;
  pointer-events: none;
}

.separator {
  position: relative;
}
.separator:before {
  content: "";
  display: inline-block;
  width: 2px;
  height: 16px;
  vertical-align: middle;
  background: #d9d9d9;
  margin-left: 8px;
  margin-right: 14px;
  margin-bottom: 1px;
}

.separator--sm {
  position: relative;
}
.separator--sm:before {
  content: "";
  display: inline-block;
  width: 2px;
  height: 13px;
  vertical-align: middle;
  background: #eee;
  margin: 0 8px;
  margin-bottom: 3px;
  border-radius: 1px;
}

br.pc {
  display: none;
}

@media (min-width: 1280px) {

  br.pc {
    display: block;
  }
}

.bg-expand {
  position: relative;
}
.bg-expand:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  z-index: -1;
  display: block;
  width: 100%;
  height: 100%;
  background: #fafafa;
  transform: scaleX(2);
}
.color-cycle .char {
  animation: color-cycle 2.5s cubic-bezier(0.5, 0, 0.5, 1) alternate;
  animation-delay: calc(0.06s * var(--char-index));
  animation-duration: calc(0.2s * var(--char-total));
  animation-iteration-count: 3;
}
.color-cycle .word {
  margin-right: 8.8px;
}
@media (min-width: 480px) {
  .color-cycle .word {
    margin-right: 12.4px;
  }
}

@keyframes color-cycle {
  25% {
    color: #fff5e4;
  }
  50% {
    color: #ffc4c4;
  }
  75% {
    color: #ee6983;
  }
  100% {
    --tw-text-opacity: 1;
    color: rgb(220 0 28 / var(--tw-text-opacity));
  }
}
.color-stagger .char {
  transition: color 0.5s linear;
  transition-delay: calc(2s + 0.04s * var(--char-index));
  --tw-text-opacity: 1;
  color: rgb(234 85 50 / var(--tw-text-opacity));
}
.animate-underline-fold {
    position: relative
}
.animate-underline-fold::before {
    position: absolute;
    left: 50%;
    bottom: 0px;
    display: none;
    height: 5px;
    width: 0px;
    --tw-translate-x: -50%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    --tw-bg-opacity: 1;
    background-color: rgb(220 0 28 / var(--tw-bg-opacity));
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 300ms;
    --tw-content: "";
    content: var(--tw-content)
}
.animate-underline-fold:hover::before {
    content: var(--tw-content);
    width: 100%
}
@media (min-width: 1280px) {
    .animate-underline-fold::before {
        content: var(--tw-content);
        display: block
    }
}
.animate-shift-right:before {
  content: ">";
  font: inherit;
  vertical-align: 0.1em;
  display: inline-block;
  transform: scaleY(0) translateX(-1em);
  margin-right: -0.25em;
}
.animate-shift-right:before,
.animate-shift-right .char {
  transition: transform 0.8s cubic-bezier(0.75, 0, 0.24, 0.98);
  transition-delay: calc(0.015s * var(--char-index));
}
.animate-shift-right .char {
  transform: translateX(-0.15em);
}
.animate-shift-right:hover:before {
  transform: scaleY(1) translateX(0em);
}
.animate-shift-right:hover .char {
  transform: translateX(0.5em);
}
.animate-underline {
  display: inline-block;
  position: relative;
}
.animate-underline:after {
  content: "";
  position: absolute;
  width: 100%;
  transform: scaleX(0);
  height: 2px;
  bottom: -2px;
  left: 0;
  background-color: black;
  transform-origin: bottom right;
}
.animate-underline:hover:after {
  transform: scaleX(1);
  transform-origin: bottom left;
}


@media (min-width: 1280px) {

  .depth3-swiper {
    margin-top: 60px;
  }
}

@media (min-width: 768px) {

  .depth-3-list {
    justify-content: center;
  }
}

.depth-3-list__item {
  margin-bottom: 0 !important;
  width: auto;
  border-bottom-width: 4px;
  border-color: transparent;
  font-size: 20px;
}

@media (min-width: 768px) {

  .depth-3-list__item {
    width: 22%;
  }
}

.mb-12 {
  margin-bottom: 3rem;
}

@media (min-width: 768px) {
  .md\:mb-15 {
    margin-bottom: 60px;
  }
}

.whitespace-nowrap{
	white-space: nowrap;
}
.w-\[calc\(100\%-260px\)\] {
  width: calc(100% - 260px);
}

.header.mobile.open .depth1-box-wrap ~ .bg-shade {
    display: block;
}

.\!w-\[80\%\] {
  width: 80% !important;
}

.header.mobile .depth1-box-wrap .header__depth1-list .header__depth1-item:nth-child(2){
	padding-top: 0;
}

@media (max-width: 1280px){
.header__depth2-list {
    margin-top: 20px;
}
}

@media (min-width: 1921px){
	.hero-left{
		padding-left: 25vw;
		width: 47%;
	}
}

.icons-swiper .swiper-button-prev,
.icons-swiper .swiper-button-next,
.icons-swiper--mobile .swiper-button-prev,
.icons-swiper--mobile .swiper-button-next{
	color: #333;
	width: 40px;
	z-index: 10;
	top:-11px;
}

.board .line-clamp-2 {
	word-break: break-all;
}