@import url("//spoqa.github.io/spoqa-han-sans/css/SpoqaHanSans-kr.css");
@import url("//fonts.googleapis.com/css2?family=Nanum+Myeongjo:wght@400;700;800&display=swap");

/*
! tailwindcss v3.2.4 | MIT License | https://tailwindcss.com
*/
/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/
*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: #e5e7eb; /* 2 */
}
::before,
::after {
  --tw-content: '';
}
/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
*/
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 */
  font-feature-settings: normal; /* 5 */
}
/*
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-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}
::backdrop{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}
.chip{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 28px;
  border-radius: 14px;
  padding-left: 12px;
  padding-right: 12px;
  font-size: 14px;
  line-height: 1.7;
}
.chip-black{
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.chip-primary{
  --tw-bg-opacity: 1;
  background-color: rgb(240 135 0 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.flexbox-col{
  display: flex;
  flex-direction: column;
}
.with-check-icon{
  background-repeat: no-repeat;
    background-image: url("/dist/check.svg");
}
.with-check-icon.base{
  font-size: 14px;
  line-height: 1.7;
  padding-left: 28px;
}
@media (min-width: 641px) and (max-width: 1179px){
  .with-check-icon.base{
    padding-left: 24px;
    font-size: 12px;
    line-height: 1.7;
  }
}
@media (max-width: 640px){
  .with-check-icon.base{
    padding-left: 20px;
    font-size: 10px;
    line-height: 1.7;
  }
}
.with-check-icon.base {
    background-size: 20px auto;
    background-position-y: 2px;
  }
@media (min-width: 641px) and (max-width: 1179px) {
    .with-check-icon.base {
      background-size: 18px auto;
    }
  }
@media (max-width: 640px) {
    .with-check-icon.base {
      background-size: 16px auto;
    }
  }
.with-check-icon.large{
  font-size: 18px;
  line-height: 1.7;
  padding-left: 32px;
}
@media (min-width: 641px) and (max-width: 1179px){
  .with-check-icon.large{
    padding-left: 28px;
    font-size: 14px;
    line-height: 1.7;
  }
}
@media (max-width: 640px){
  .with-check-icon.large{
    padding-left: 24px;
    font-size: 12px;
    line-height: 1.7;
  }
}
.with-check-icon.large {
    background-size: 24px auto;
    background-position-y: 4px;
  }
@media (min-width: 641px) and (max-width: 1179px) {
    .with-check-icon.large {
      background-size: 22px auto;
      background-position-y: 2px;
    }
  }
@media (max-width: 640px) {
    .with-check-icon.large {
      background-size: 20px auto;
      background-position-y: 0px;
    }
  }
.with-check-icon.massive{
  font-size: 24px;
  line-height: 1.7;
  padding-left: 40px;
}
@media (min-width: 641px) and (max-width: 1179px){
  .with-check-icon.massive{
    padding-left: 36px;
    font-size: 20px;
    line-height: 1.7;
  }
}
@media (max-width: 640px){
  .with-check-icon.massive{
    padding-left: 32px;
    font-size: 16px;
    line-height: 1.7;
  }
}
.with-check-icon.massive {
    background-size: 26px auto;
    background-position-y: 8px;
  }
@media (min-width: 641px) and (max-width: 1179px) {
    .with-check-icon.massive {
      background-size: 24px auto;
      background-position-y: 6px;
    }
  }
@media (max-width: 640px) {
    .with-check-icon.massive {
      background-size: 22px auto;
      background-position-y: 4px;
    }
  }
.absolute{
  position: absolute;
}
.relative{
  position: relative;
}
.top-\[-68px\]{
  top: -68px;
}
.left-\[-68px\]{
  left: -68px;
}
.top-\[18px\]{
  top: 18px;
}
.right-\[-70px\]{
  right: -70px;
}
.left-0{
  left: 0px;
}
.bottom-0{
  bottom: 0px;
}
.top-0{
  top: 0px;
}
.right-\[-43px\]{
  right: -43px;
}
.left-\[-43px\]{
  left: -43px;
}
.top-\[6\.5px\]{
  top: 6.5px;
}
.right-\[-34\.5px\]{
  right: -34.5px;
}
.left-\[-34\.5px\]{
  left: -34.5px;
}
.z-\[2\]{
  z-index: 2;
}
.z-\[1\]{
  z-index: 1;
}
.-m-\[10px\]{
  margin: -10px;
}
.my-\[10px\]{
  margin-top: 10px;
  margin-bottom: 10px;
}
.my-\[6px\]{
  margin-top: 6px;
  margin-bottom: 6px;
}
.mx-\[14\.31px\]{
  margin-left: 14.31px;
  margin-right: 14.31px;
}
.my-\[-31\.5px\]{
  margin-top: -31.5px;
  margin-bottom: -31.5px;
}
.my-\[24px\]{
  margin-top: 24px;
  margin-bottom: 24px;
}
.mx-\[72px\]{
  margin-left: 72px;
  margin-right: 72px;
}
.mx-auto{
  margin-left: auto;
  margin-right: auto;
}
.my-\[-24px\]{
  margin-top: -24px;
  margin-bottom: -24px;
}
.mx-\[40px\]{
  margin-left: 40px;
  margin-right: 40px;
}
.mt-\[12px\]{
  margin-top: 12px;
}
.mb-\[17\.5px\]{
  margin-bottom: 17.5px;
}
.mt-\[79px\]{
  margin-top: 79px;
}
.mb-\[32px\]{
  margin-bottom: 32px;
}
.mb-\[28px\]{
  margin-bottom: 28px;
}
.mb-\[12px\]{
  margin-bottom: 12px;
}
.mb-\[60px\]{
  margin-bottom: 60px;
}
.mb-\[72px\]{
  margin-bottom: 72px;
}
.mb-\[16px\]{
  margin-bottom: 16px;
}
.mt-\[48px\]{
  margin-top: 48px;
}
.mb-\[24px\]{
  margin-bottom: 24px;
}
.mr-\[10px\]{
  margin-right: 10px;
}
.mt-\[8px\]{
  margin-top: 8px;
}
.mb-\[100px\]{
  margin-bottom: 100px;
}
.mb-\[38px\]{
  margin-bottom: 38px;
}
.mb-\[6px\]{
  margin-bottom: 6px;
}
.mt-\[100px\]{
  margin-top: 100px;
}
.mt-\[15px\]{
  margin-top: 15px;
}
.mt-\[62px\]{
  margin-top: 62px;
}
.mb-\[40px\]{
  margin-bottom: 40px;
}
.mb-\[30px\]{
  margin-bottom: 30px;
}
.mb-\[48px\]{
  margin-bottom: 48px;
}
.mb-\[34px\]{
  margin-bottom: 34px;
}
.mb-\[14px\]{
  margin-bottom: 14px;
}
.mt-\[-32px\]{
  margin-top: -32px;
}
.mt-\[58px\]{
  margin-top: 58px;
}
.mt-\[42px\]{
  margin-top: 42px;
}
.mt-\[54px\]{
  margin-top: 54px;
}
.mt-\[50px\]{
  margin-top: 50px;
}
.mt-\[36px\]{
  margin-top: 36px;
}
.mt-\[102px\]{
  margin-top: 102px;
}
.mt-\[35px\]{
  margin-top: 35px;
}
.mb-\[20px\]{
  margin-bottom: 20px;
}
.mt-\[98px\]{
  margin-top: 98px;
}
.mb-\[10px\]{
  margin-bottom: 10px;
}
.mt-\[320px\]{
  margin-top: 320px;
}
.mt-\[29px\]{
  margin-top: 29px;
}
.mt-\[20px\]{
  margin-top: 20px;
}
.mt-\[284px\]{
  margin-top: 284px;
}
.mt-\[575px\]{
  margin-top: 575px;
}
.mt-\[640px\]{
  margin-top: 640px;
}
.mt-\[18px\]{
  margin-top: 18px;
}
.mt-\[65px\]{
  margin-top: 65px;
}
.mt-\[313px\]{
  margin-top: 313px;
}
.mt-\[1069px\]{
  margin-top: 1069px;
}
.mt-\[40px\]{
  margin-top: 40px;
}
.ml-\[19px\]{
  margin-left: 19px;
}
.mt-\[251px\]{
  margin-top: 251px;
}
.ml-\[12px\]{
  margin-left: 12px;
}
.mt-\[424px\]{
  margin-top: 424px;
}
.mt-\[44px\]{
  margin-top: 44px;
}
.mt-\[770px\]{
  margin-top: 770px;
}
.mt-\[234px\]{
  margin-top: 234px;
}
.ml-\[-15\.75px\]{
  margin-left: -15.75px;
}
.mt-\[28px\]{
  margin-top: 28px;
}
.mt-\[22px\]{
  margin-top: 22px;
}
.mt-\[34px\]{
  margin-top: 34px;
}
.mt-\[31px\]{
  margin-top: 31px;
}
.mt-\[52px\]{
  margin-top: 52px;
}
.mt-\[57px\]{
  margin-top: 57px;
}
.mt-\[43px\]{
  margin-top: 43px;
}
.ml-\[-60px\]{
  margin-left: -60px;
}
.mt-\[19px\]{
  margin-top: 19px;
}
.mt-\[47px\]{
  margin-top: 47px;
}
.block{
  display: block;
}
.inline-block{
  display: inline-block;
}
.inline{
  display: inline;
}
.flex{
  display: flex;
}
.inline-flex{
  display: inline-flex;
}
.table{
  display: table;
}
.h-\[41px\]{
  height: 41px;
}
.h-\[1px\]{
  height: 1px;
}
.h-\[30px\]{
  height: 30px;
}
.h-\[50px\]{
  height: 50px;
}
.h-\[141px\]{
  height: 141px;
}
.h-\[100px\]{
  height: 100px;
}
.h-\[177px\]{
  height: 177px;
}
.h-\[120px\]{
  height: 120px;
}
.h-full{
  height: 100%;
}
.h-\[371px\]{
  height: 371px;
}
.h-\[114px\]{
  height: 114px;
}
.h-\[40px\]{
  height: 40px;
}
.h-\[32px\]{
  height: 32px;
}
.h-\[140px\]{
  height: 140px;
}
.h-\[21px\]{
  height: 21px;
}
.h-\[28px\]{
  height: 28px;
}
.h-\[2px\]{
  height: 2px;
}
.h-\[8px\]{
  height: 8px;
}
.h-\[6px\]{
  height: 6px;
}
.h-fit{
  height: -moz-fit-content;
  height: fit-content;
}
.h-\[78px\]{
  height: 78px;
}
.h-\[267px\]{
  height: 267px;
}
.h-\[38px\]{
  height: 38px;
}
.h-\[134px\]{
  height: 134px;
}
.h-\[150px\]{
  height: 150px;
}
.h-\[57px\]{
  height: 57px;
}
.h-\[52px\]{
  height: 52px;
}
.h-\[282px\]{
  height: 282px;
}
.h-\[300px\]{
  height: 300px;
}
.h-\[106px\]{
  height: 106px;
}
.h-\[133px\]{
  height: 133px;
}
.h-\[283px\]{
  height: 283px;
}
.h-\[284px\]{
  height: 284px;
}
.h-\[16px\]{
  height: 16px;
}
.h-\[224px\]{
  height: 224px;
}
.h-\[186px\]{
  height: 186px;
}
.h-\[233px\]{
  height: 233px;
}
.h-\[302px\]{
  height: 302px;
}
.h-\[48px\]{
  height: 48px;
}
.min-h-\[650px\]{
  min-height: 650px;
}
.max-h-\[160px\]{
  max-height: 160px;
}
.min-h-\[70px\]{
  min-height: 70px;
}
.min-h-\[30px\]{
  min-height: 30px;
}
.min-h-\[110px\]{
  min-height: 110px;
}
.w-\[165px\]{
  width: 165px;
}
.w-\[45px\]{
  width: 45px;
}
.w-\[552px\]{
  width: 552px;
}
.w-\[234px\]{
  width: 234px;
}
.w-\[283px\]{
  width: 283px;
}
.w-\[566px\]{
  width: 566px;
}
.w-\[787px\]{
  width: 787px;
}
.w-\[200px\]{
  width: 200px;
}
.w-\[190px\]{
  width: 190px;
}
.w-\[262px\]{
  width: 262px;
}
.w-\[180px\]{
  width: 180px;
}
.w-\[25px\]{
  width: 25px;
}
.w-\[138px\]{
  width: 138px;
}
.w-\[161px\]{
  width: 161px;
}
.w-\[884px\]{
  width: 884px;
}
.w-full{
  width: 100%;
}
.w-\[44px\]{
  width: 44px;
}
.w-\[280px\]{
  width: 280px;
}
.w-fit{
  width: -moz-fit-content;
  width: fit-content;
}
.w-\[114px\]{
  width: 114px;
}
.w-\[140px\]{
  width: 140px;
}
.w-\[160px\]{
  width: 160px;
}
.w-\[21px\]{
  width: 21px;
}
.w-\[354px\]{
  width: 354px;
}
.w-\[8px\]{
  width: 8px;
}
.w-\[6px\]{
  width: 6px;
}
.w-\[400px\]{
  width: 400px;
}
.w-\[1px\]{
  width: 1px;
}
.w-\[526px\]{
  width: 526px;
}
.w-\[351px\]{
  width: 351px;
}
.w-\[350px\]{
  width: 350px;
}
.flex-1{
  flex: 1 1 0%;
}
.flex-\[2\]{
  flex: 2;
}
.flex-\[3\]{
  flex: 3;
}
.flex-\[4\]{
  flex: 4;
}
.border-separate{
  border-collapse: separate;
}
.border-spacing-\[10px\]{
  --tw-border-spacing-x: 10px;
  --tw-border-spacing-y: 10px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.rotate-90{
  --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));
}
.scale-y-\[1\.1\]{
  --tw-scale-y: 1.1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.scale-y-\[1\.4\]{
  --tw-scale-y: 1.4;
  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));
}
.flex-col{
  flex-direction: column;
}
.flex-wrap{
  flex-wrap: wrap;
}
.items-start{
  align-items: flex-start;
}
.items-end{
  align-items: flex-end;
}
.items-center{
  align-items: center;
}
.justify-end{
  justify-content: flex-end;
}
.justify-center{
  justify-content: center;
}
.justify-between{
  justify-content: space-between;
}
.gap-\[136px\]{
  gap: 136px;
}
.gap-\[16px\]{
  gap: 16px;
}
.gap-\[40px\]{
  gap: 40px;
}
.gap-\[4px\]{
  gap: 4px;
}
.gap-\[23px\]{
  gap: 23px;
}
.gap-\[26px\]{
  gap: 26px;
}
.gap-\[34px\]{
  gap: 34px;
}
.gap-\[119px\]{
  gap: 119px;
}
.gap-\[10px\]{
  gap: 10px;
}
.gap-\[18px\]{
  gap: 18px;
}
.gap-\[12px\]{
  gap: 12px;
}
.gap-\[6px\]{
  gap: 6px;
}
.gap-\[99px\]{
  gap: 99px;
}
.gap-\[50px\]{
  gap: 50px;
}
.gap-\[5px\]{
  gap: 5px;
}
.gap-\[290px\]{
  gap: 290px;
}
.gap-\[8px\]{
  gap: 8px;
}
.gap-\[59px\]{
  gap: 59px;
}
.gap-\[37px\]{
  gap: 37px;
}
.gap-\[9px\]{
  gap: 9px;
}
.gap-\[33px\]{
  gap: 33px;
}
.gap-\[125px\]{
  gap: 125px;
}
.gap-\[70px\]{
  gap: 70px;
}
.gap-\[31px\]{
  gap: 31px;
}
.divide-y-\[1px\] > :not([hidden]) ~ :not([hidden]){
  --tw-divide-y-reverse: 0;
  border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
  border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
}
.whitespace-pre-line{
  white-space: pre-line;
}
.rounded-none{
  border-radius: 0px;
}
.rounded-\[24px\]{
  border-radius: 24px;
}
.rounded-\[20px\]{
  border-radius: 20px;
}
.rounded-\[12px\]{
  border-radius: 12px;
}
.rounded-full{
  border-radius: 9999px;
}
.rounded-\[14px\]{
  border-radius: 14px;
}
.rounded-bl-none{
  border-bottom-left-radius: 0px;
}
.rounded-tl-none{
  border-top-left-radius: 0px;
}
.border{
  border-width: 1px;
}
.border-\[8\.5px\]{
  border-width: 8.5px;
}
.border-y{
  border-top-width: 1px;
  border-bottom-width: 1px;
}
.border-l-\[12px\]{
  border-left-width: 12px;
}
.border-r{
  border-right-width: 1px;
}
.border-b{
  border-bottom-width: 1px;
}
.border-primary{
  --tw-border-opacity: 1;
  border-color: rgb(240 135 0 / var(--tw-border-opacity));
}
.border-black{
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
}
.border-gray-10{
  --tw-border-opacity: 1;
  border-color: rgb(244 244 244 / var(--tw-border-opacity));
}
.border-gray-30{
  --tw-border-opacity: 1;
  border-color: rgb(144 144 144 / var(--tw-border-opacity));
}
.border-white{
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}
.bg-primary-10{
  --tw-bg-opacity: 1;
  background-color: rgb(253 230 213 / var(--tw-bg-opacity));
}
.bg-white{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.bg-gray-10{
  --tw-bg-opacity: 1;
  background-color: rgb(244 244 244 / var(--tw-bg-opacity));
}
.bg-mark{
  --tw-bg-opacity: 1;
  background-color: rgb(255 250 178 / var(--tw-bg-opacity));
}
.bg-primary-20{
  --tw-bg-opacity: 1;
  background-color: rgb(251 207 178 / var(--tw-bg-opacity));
}
.bg-black{
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}
.bg-primary{
  --tw-bg-opacity: 1;
  background-color: rgb(240 135 0 / var(--tw-bg-opacity));
}
.bg-gray-20{
  --tw-bg-opacity: 1;
  background-color: rgb(236 236 236 / var(--tw-bg-opacity));
}
.bg-no-repeat{
  background-repeat: no-repeat;
}
.p-\[30px\]{
  padding: 30px;
}
.p-\[40px\]{
  padding: 40px;
}
.p-\[21px\]{
  padding: 21px;
}
.py-\[18\.25px\]{
  padding-top: 18.25px;
  padding-bottom: 18.25px;
}
.py-\[28px\]{
  padding-top: 28px;
  padding-bottom: 28px;
}
.px-\[24px\]{
  padding-left: 24px;
  padding-right: 24px;
}
.px-\[20px\]{
  padding-left: 20px;
  padding-right: 20px;
}
.py-\[16px\]{
  padding-top: 16px;
  padding-bottom: 16px;
}
.px-\[30px\]{
  padding-left: 30px;
  padding-right: 30px;
}
.py-\[24px\]{
  padding-top: 24px;
  padding-bottom: 24px;
}
.px-\[12px\]{
  padding-left: 12px;
  padding-right: 12px;
}
.py-\[98px\]{
  padding-top: 98px;
  padding-bottom: 98px;
}
.py-\[8px\]{
  padding-top: 8px;
  padding-bottom: 8px;
}
.py-\[20px\]{
  padding-top: 20px;
  padding-bottom: 20px;
}
.px-\[44px\]{
  padding-left: 44px;
  padding-right: 44px;
}
.py-\[12px\]{
  padding-top: 12px;
  padding-bottom: 12px;
}
.py-\[6px\]{
  padding-top: 6px;
  padding-bottom: 6px;
}
.px-\[33px\]{
  padding-left: 33px;
  padding-right: 33px;
}
.px-\[21px\]{
  padding-left: 21px;
  padding-right: 21px;
}
.px-\[32px\]{
  padding-left: 32px;
  padding-right: 32px;
}
.pl-\[18px\]{
  padding-left: 18px;
}
.pl-\[21px\]{
  padding-left: 21px;
}
.pt-\[19px\]{
  padding-top: 19px;
}
.pt-\[10px\]{
  padding-top: 10px;
}
.pl-\[34px\]{
  padding-left: 34px;
}
.pb-\[102px\]{
  padding-bottom: 102px;
}
.pt-\[14px\]{
  padding-top: 14px;
}
.pb-\[8px\]{
  padding-bottom: 8px;
}
.pl-\[28px\]{
  padding-left: 28px;
}
.pl-\[32px\]{
  padding-left: 32px;
}
.pl-\[40px\]{
  padding-left: 40px;
}
.pt-\[41px\]{
  padding-top: 41px;
}
.pb-\[25px\]{
  padding-bottom: 25px;
}
.pr-\[30px\]{
  padding-right: 30px;
}
.pb-\[197px\]{
  padding-bottom: 197px;
}
.pl-\[35px\]{
  padding-left: 35px;
}
.pl-\[49px\]{
  padding-left: 49px;
}
.pl-\[30px\]{
  padding-left: 30px;
}
.pb-\[20px\]{
  padding-bottom: 20px;
}
.pt-\[51px\]{
  padding-top: 51px;
}
.pb-\[42px\]{
  padding-bottom: 42px;
}
.pb-\[38px\]{
  padding-bottom: 38px;
}
.pb-\[50px\]{
  padding-bottom: 50px;
}
.pl-\[100px\]{
  padding-left: 100px;
}
.pt-\[40px\]{
  padding-top: 40px;
}
.pb-\[154px\]{
  padding-bottom: 154px;
}
.pb-\[491px\]{
  padding-bottom: 491px;
}
.pt-\[57px\]{
  padding-top: 57px;
}
.text-center{
  text-align: center;
}
.text-right{
  text-align: right;
}
.font-nanum{
  font-family: "Nanum Myeongjo" !important;
}
.text-18{
  font-size: 18px !important;
  line-height: 1.7 !important;
}
.text-14{
  font-size: 14px !important;
  line-height: 1.7 !important;
}
.text-24{
  font-size: 24px !important;
  line-height: 1.7 !important;
}
.text-20{
  font-size: 20px !important;
  line-height: 1.7 !important;
}
.text-28{
  font-size: 28px !important;
  line-height: 1.7 !important;
}
.text-12{
  font-size: 12px !important;
  line-height: 1.7 !important;
}
.text-26{
  font-size: 26px !important;
  line-height: 1.7 !important;
}
.text-16{
  font-size: 16px !important;
  line-height: 1.7 !important;
}
.text-\[164px\]{
  font-size: 164px !important;
}
.text-40{
  font-size: 40px !important;
  line-height: 1.7 !important;
}
.text-37{
  font-size: 37px !important;
  line-height: 1.7 !important;
}
.text-10{
  font-size: 10px !important;
  line-height: 1.7 !important;
}
.text-48{
  font-size: 48px !important;
  line-height: 1.7 !important;
}
.font-semibold{
  font-weight: 600;
}
.font-normal{
  font-weight: 400;
}
.font-light{
  font-weight: 300;
}
.leading-\[2\]{
  line-height: 2;
}
.leading-\[1\.41\]{
  line-height: 1.41;
}
.leading-\[1\.5\]{
  line-height: 1.5;
}
.leading-\[38px\]{
  line-height: 38px;
}
.leading-\[1\.69\]{
  line-height: 1.69;
}
.leading-\[20px\]{
  line-height: 20px;
}
.leading-\[1\.6\]{
  line-height: 1.6;
}
.leading-\[1\.3\]{
  line-height: 1.3;
}
.leading-\[1\.2\]{
  line-height: 1.2;
}
.leading-\[1\.4\]{
  line-height: 1.4;
}
.leading-\[1\.275\]{
  line-height: 1.275;
}
.leading-\[1\.43\]{
  line-height: 1.43;
}
.leading-\[1\]{
  line-height: 1;
}
.leading-\[1\.25\]{
  line-height: 1.25;
}
.leading-\[1\.258\]{
  line-height: 1.258;
}
.leading-\[1\.53\]{
  line-height: 1.53;
}
.leading-\[1\.477\]{
  line-height: 1.477;
}
.leading-\[1\.475\]{
  line-height: 1.475;
}
.leading-\[1\.375\]{
  line-height: 1.375;
}
.leading-\[1\.513\]{
  line-height: 1.513;
}
.text-primary{
  --tw-text-opacity: 1;
  color: rgb(240 135 0 / var(--tw-text-opacity));
}
.text-gray-30{
  --tw-text-opacity: 1;
  color: rgb(144 144 144 / var(--tw-text-opacity));
}
.text-gray-10{
  --tw-text-opacity: 1;
  color: rgb(244 244 244 / var(--tw-text-opacity));
}
.text-white{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.text-primary-10{
  --tw-text-opacity: 1;
  color: rgb(253 230 213 / var(--tw-text-opacity));
}
.underline{
  text-decoration-line: underline;
}
body{
  overflow-x: hidden;
}
@media (min-width: 641px) and (max-width: 1179px) {}
h1, h2, h3, h4, h5, h6{
  font-weight: 600;
}
.app{
  width: 100vw;
  font-family: "Spoqa Han Sans";
}
.app__header, .app__main{
  width: 100vw;
}
@media (max-width: 640px){
  .app__header{
    display: none;
  }
}
@media (min-width: 641px) and (max-width: 1179px){
  .app__header{
    display: none;
  }
}
.app__header{
  --tw-bg-opacity: 1;
  background-color: rgb(244 244 244 / var(--tw-bg-opacity));
  padding-top: 41px;
}
.app__header nav{
  display: flex;
  flex-direction: column;
  gap: 23px;
}
.app__header__nav_1{
  display: flex;
  font-size: 18px;
  line-height: 1.7;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(144 144 144 / var(--tw-text-opacity));
}
.app__header__nav_1 .active{
  --tw-text-opacity: 1;
  color: rgb(240 135 0 / var(--tw-text-opacity));
}
.app__header__nav_2 > div{
  display: flex;
  gap: 59px;
}
.app__header__nav_2 > div a{
  font-size: 24px;
  line-height: 1.7;
  font-weight: 300;
  --tw-text-opacity: 1;
  color: rgb(144 144 144 / var(--tw-text-opacity));
  display: block;
  padding-bottom: 25px;
}
.app__header__nav_2 > div a.active{
  position: relative;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.app__header__nav_2 > div a.active::after{
  position: absolute;
  left: 0px;
  bottom: 0px;
  height: 2px;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
  content: "";
}
.app__main__intro{
  --tw-bg-opacity: 1;
  background-color: rgb(236 236 236 / var(--tw-bg-opacity));
  padding-top: 98px;
  padding-bottom: 98px;
}
.app__main__intro__header h3{
  font-size: 24px;
  line-height: 1.7;
}
@media (max-width: 640px){
  .app__main__intro__contents{
    flex-direction: column;
    gap: 16px;
  }
}
@media (min-width: 641px) and (max-width: 1179px){
  .app__main__intro__contents{
    flex-direction: column;
    gap: 32px;
  }
}
.app__main__intro__contents{
  margin-top: 36px;
  display: flex;
  justify-content: space-between;
}
.app__main__intro__contents__item{
  font-size: 14px;
  line-height: 1.7;
}
.app__main__intro__contents__item > strong{
  margin-bottom: 10px;
}
@media (max-width: 640px){
  .app__main__contents-item{
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media (min-width: 641px) and (max-width: 1179px){
  .app__main__contents-item{
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media (min-width: 1180px){
  .app__main__contents-item{
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
@media (max-width: 640px){
  .reactive-wrapper{
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (min-width: 641px) and (max-width: 1179px){
  .reactive-wrapper{
    padding-left: 60px;
    padding-right: 60px;
  }
}
.reactive-wrapper{
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 1180px){
  .reactive-wrapper{
    width: 1180px;
  }
}
.first\:ml-0:first-child{
  margin-left: 0px;
}
@media (max-width: 640px){
  .sm\:top-\[-45px\]{
    top: -45px;
  }
  .sm\:left-\[-46px\]{
    left: -46px;
  }
  .sm\:top-\[24px\]{
    top: 24px;
  }
  .sm\:right-\[-46px\]{
    right: -46px;
  }
  .sm\:m-0{
    margin: 0px;
  }
  .sm\:mx-\[8px\]{
    margin-left: 8px;
    margin-right: 8px;
  }
  .sm\:my-0{
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .sm\:mx-\[-30px\]{
    margin-left: -30px;
    margin-right: -30px;
  }
  .sm\:mx-\[16px\]{
    margin-left: 16px;
    margin-right: 16px;
  }
  .sm\:mt-\[30px\]{
    margin-top: 30px;
  }
  .sm\:mt-\[31px\]{
    margin-top: 31px;
  }
  .sm\:mb-\[16px\]{
    margin-bottom: 16px;
  }
  .sm\:mb-\[12px\]{
    margin-bottom: 12px;
  }
  .sm\:mb-\[4px\]{
    margin-bottom: 4px;
  }
  .sm\:mb-\[24px\]{
    margin-bottom: 24px;
  }
  .sm\:mb-\[14px\]{
    margin-bottom: 14px;
  }
  .sm\:mt-\[24px\]{
    margin-top: 24px;
  }
  .sm\:mt-\[42px\]{
    margin-top: 42px;
  }
  .sm\:mb-0{
    margin-bottom: 0px;
  }
  .sm\:mb-\[20px\]{
    margin-bottom: 20px;
  }
  .sm\:mb-\[2px\]{
    margin-bottom: 2px;
  }
  .sm\:mb-\[8px\]{
    margin-bottom: 8px;
  }
  .sm\:mt-\[40px\]{
    margin-top: 40px;
  }
  .sm\:mt-\[26px\]{
    margin-top: 26px;
  }
  .sm\:mb-\[18px\]{
    margin-bottom: 18px;
  }
  .sm\:mt-0{
    margin-top: 0px;
  }
  .sm\:mt-\[16px\]{
    margin-top: 16px;
  }
  .sm\:mt-\[32px\]{
    margin-top: 32px;
  }
  .sm\:mt-\[20px\]{
    margin-top: 20px;
  }
  .sm\:hidden{
    display: none;
  }
  .sm\:h-fit{
    height: -moz-fit-content;
    height: fit-content;
  }
  .sm\:h-auto{
    height: auto !important;
  }
  .sm\:h-\[24px\]{
    height: 24px;
  }
  .sm\:h-\[80px\]{
    height: 80px;
  }
  .sm\:h-\[60px\]{
    height: 60px;
  }
  .sm\:h-\[16px\]{
    height: 16px;
  }
  .sm\:h-\[12px\]{
    height: 12px;
  }
  .sm\:h-\[32px\]{
    height: 32px;
  }
  .sm\:h-\[157px\]{
    height: 157px;
  }
  .sm\:min-h-\[455px\]{
    min-height: 455px;
  }
  .sm\:min-h-\[58px\]{
    min-height: 58px;
  }
  .sm\:min-h-\[22px\]{
    min-height: 22px;
  }
  .sm\:min-h-\[60px\]{
    min-height: 60px;
  }
  .sm\:w-fit{
    width: -moz-fit-content;
    width: fit-content;
  }
  .sm\:w-full{
    width: 100%;
  }
  .sm\:w-0{
    width: 0;
  }
  .sm\:w-\[28px\]{
    width: 28px;
  }
  .sm\:w-\[108px\]{
    width: 108px;
  }
  .sm\:w-\[16px\]{
    width: 16px;
  }
  .sm\:w-\[60px\]{
    width: 60px;
  }
  .sm\:flex-1{
    flex: 1 1 0%;
  }
  .sm\:rotate-90{
    --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));
  }
  .sm\:flex-row{
    flex-direction: row;
  }
  .sm\:flex-col{
    flex-direction: column;
  }
  .sm\:flex-wrap{
    flex-wrap: wrap;
  }
  .sm\:items-center{
    align-items: center;
  }
  .sm\:gap-\[29px\]{
    gap: 29px;
  }
  .sm\:gap-\[12px\]{
    gap: 12px;
  }
  .sm\:gap-\[8px\]{
    gap: 8px;
  }
  .sm\:gap-\[24px\]{
    gap: 24px;
  }
  .sm\:gap-\[14px\]{
    gap: 14px;
  }
  .sm\:gap-\[10px\]{
    gap: 10px;
  }
  .sm\:gap-\[16px\]{
    gap: 16px;
  }
  .sm\:gap-\[4px\]{
    gap: 4px;
  }
  .sm\:gap-\[2px\]{
    gap: 2px;
  }
  .sm\:gap-\[44px\]{
    gap: 44px;
  }
  .sm\:gap-\[3px\]{
    gap: 3px;
  }
  .sm\:gap-\[484px\]{
    gap: 484px;
  }
  .sm\:gap-\[88px\]{
    gap: 88px;
  }
  .sm\:whitespace-normal{
    white-space: normal;
  }
  .sm\:whitespace-pre-line{
    white-space: pre-line;
  }
  .sm\:rounded-\[12px\]{
    border-radius: 12px;
  }
  .sm\:rounded-\[8px\]{
    border-radius: 8px;
  }
  .sm\:p-\[18px\]{
    padding: 18px;
  }
  .sm\:p-\[14px\]{
    padding: 14px;
  }
  .sm\:py-\[12px\]{
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .sm\:px-0{
    padding-left: 0;
    padding-right: 0;
  }
  .sm\:px-\[12px\]{
    padding-left: 12px;
    padding-right: 12px;
  }
  .sm\:py-\[20px\]{
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .sm\:py-\[24px\]{
    padding-top: 24px;
    padding-bottom: 24px;
  }
  .sm\:px-\[16px\]{
    padding-left: 16px;
    padding-right: 16px;
  }
  .sm\:py-\[10px\]{
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .sm\:px-\[10px\]{
    padding-left: 10px;
    padding-right: 10px;
  }
  .sm\:py-\[40px\]{
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .sm\:px-\[30px\]{
    padding-left: 30px;
    padding-right: 30px;
  }
  .sm\:pl-0{
    padding-left: 0px;
  }
  .sm\:pt-\[8px\]{
    padding-top: 8px;
  }
  .sm\:pt-0{
    padding-top: 0px;
  }
  .sm\:pl-\[10px\]{
    padding-left: 10px;
  }
  .sm\:pl-\[14px\]{
    padding-left: 14px;
  }
  .sm\:pb-0{
    padding-bottom: 0px;
  }
  .sm\:pl-\[20px\]{
    padding-left: 20px;
  }
  .sm\:pl-\[22px\]{
    padding-left: 22px;
  }
  .sm\:pl-\[24px\]{
    padding-left: 24px;
  }
  .sm\:pl-\[32px\]{
    padding-left: 32px;
  }
  .sm\:pb-\[12px\]{
    padding-bottom: 12px;
  }
  .sm\:pb-\[27px\]{
    padding-bottom: 27px;
  }
  .sm\:pb-\[100px\]{
    padding-bottom: 100px;
  }
  .sm\:text-10{
    font-size: 10px !important;
    line-height: 1.7 !important;
  }
  .sm\:text-12{
    font-size: 12px !important;
    line-height: 1.7 !important;
  }
  .sm\:text-16{
    font-size: 16px !important;
    line-height: 1.7 !important;
  }
  .sm\:text-20{
    font-size: 20px !important;
    line-height: 1.7 !important;
  }
  .sm\:text-18{
    font-size: 18px !important;
    line-height: 1.7 !important;
  }
  .sm\:text-\[110px\]{
    font-size: 110px !important;
  }
  .sm\:text-14{
    font-size: 14px !important;
    line-height: 1.7 !important;
  }
  .sm\:text-32{
    font-size: 32px !important;
    line-height: 1.7 !important;
  }
  .sm\:text-34{
    font-size: 34px !important;
    line-height: 1.7 !important;
  }
  .sm\:text-36{
    font-size: 36px !important;
    line-height: 1.7 !important;
  }
  .sm\:leading-\[18px\]{
    line-height: 18px;
  }
  .sm\:tracking-\[-0\.25px\]{
    letter-spacing: -0.25px;
  }
  .sm\:tracking-\[-0\.5px\]{
    letter-spacing: -0.5px;
  }
  .sm\:tracking-\[-1\.5px\]{
    letter-spacing: -1.5px;
  }
  .sm\:border-l-\[9px\] { border-left-width: 9px; }
  .sm\:flex-1 { flex: 1 }
  .sm\:flex-col { flex-direction: column; }
  .sm\:gap-\[22px\] { gap: 22px; }
  .sm\:gap-\[24px\] { gap: 24px; }
  .sm\:gap-\[49px\] { gap: 49px; }
  .sm\:gap-\[88px\] { gap: 88px; }
  .sm\:h-\[131px\] { height: 131px; }
  .sm\:h-\[157px\] { height: 157px; }
  .sm\:h-\[164px\] { height: 164px; }
  .sm\:h-\[212px\] { height: 212px; }
  .sm\:h-\[28px\] { height: 28px; }
  .sm\:h-\[34px\] { height: 34px; }
  .sm\:mb-\[16px\] { margin-bottom: 16px; }
  .sm\:mb-\[-264px\] { margin-bottom: -264px; }
  .sm\:ml-\[-15.75px\] { margin-left: -15.75px; }
  .sm\:ml-\[-24px\] { margin-left: -24px; }
  .sm\:ml-\[-60px\] { margin-left: -60px; }
  .sm\:ml-\[-42px\] { margin-left: -42px; }
  .sm\:mt-\[14px\] { margin-top: 14px; }
  .sm\:mt-\[16px\] { margin-top: 16px; }
  .sm\:mt-\[20px\] { margin-top: 20px; }
  .sm\:mt-\[22px\] { margin-top: 22px; }
  .sm\:mt-\[24px\] { margin-top: 24px; }
  .sm\:mt-\[30px\] { margin-top: 30px; }
  .sm\:mt-\[31px\] { margin-top: 31px; }
  .sm\:mt-\[33px\] { margin-top: 33px; }
  .sm\:mt-\[34px\] { margin-top: 34px; }
  .sm\:mt-\[35px\] { margin-top: 35px; }
  .sm\:mt-\[37px\] { margin-top: 37px; }
  .sm\:mt-\[40px\] { margin-top: 40px; }
  .sm\:mt-\[56px\] { margin-top: 56px; }
  .sm\:mt-\[70px\] { margin-top: 70px; }
  .sm\:mx-\[28px\] { margin-left: 28px; margin-right: 28px; }
  .sm\:my-\[-24px\] { margin-top: -24px; margin-bottom: -24px; }
  .sm\:pb-\[108px\] { padding-bottom: 108px; }
  .sm\:pb-\[27px\] { padding-bottom: 27px; }
  .sm\:pb-\[30px\] { padding-bottom: 30px; }
  .sm\:pb-\[344px\] { padding-bottom: 344px; }
  .sm\:pb-\[35px\] { padding-bottom: 35px; }
  .sm\:pl-\[25px\] { padding-left: 25px; }
  .sm\:pl-\[70px\] { padding-left: 70px; }
  .sm\:pt-\[28px\] { padding-top: 28px; }
  .sm\:pt-\[36px\] { padding-top: 36px; }
  .sm\:pt-\[40px\] { padding-top: 40px; }
  .sm\:pt-\[7px\] { padding-top: 7px; }
  .sm\:px-\[14px\] { padding-left: 14px; padding-right: 14px; }
  .sm\:px-\[15px\] { padding-left: 15px; padding-right: 15px; }
  .sm\:px-\[23px\] { padding-left: 23px; padding-right: 23px; }
  .sm\:px-\[24px\] { padding-left: 24px; padding-right: 24px; }
  .sm\:px-\[31px\] { padding-left: 31px; padding-right: 31px; }
  .sm\:py-\[14px\] { padding-top: 14px; padding-bottom: 14px; }
  .sm\:py-\[5px\] { padding-top: 5px; padding-bottom: 5px; }
  .sm\:py-\[6px\] { padding-top: 6px; padding-bottom: 6px; }
  .sm\:py-\[9px\] { padding-top: 9px; padding-bottom: 9px; }
  .sm\:rounded-\[9px\] { border-radius: 9px; }
  .sm\:text-12 { font-size: 12px !important; line-height: 1.7 !important; }
  .sm\:text-14 { font-size: 14px !important; line-height: 1.7 !important; }
  .sm\:text-16 { font-size: 16px !important; line-height: 1.7 !important; }
  .sm\:text-20 { font-size: 20px !important; line-height: 1.7 !important; }
  .sm\:text-30 { font-size: 30px !important; line-height: 1.7 !important; }
  .sm\:text-32 { font-size: 32px !important; line-height: 1.7 !important; }
  .sm\:text-36 { font-size: 36px !important; line-height: 1.7 !important; }
  .sm\:w-0 { width: 0; }
  .sm\:w-\[1px\] { width: 1px; }
  .sm\:w-\[206px\] { width: 206px; }
  .sm\:w-\[245px\] { width: 245px; }
  .sm\:w-\[246px\] { width: 246px; }
  .sm\:w-\[369px\] { width: 369px; }
  .sm\:w-full { width: 100%; }
}
@media (min-width: 641px) and (max-width: 1179px){
  .md\:top-\[-61px\]{
    top: -61px;
  }
  .md\:left-\[-62px\]{
    left: -62px;
  }
  .md\:right-\[-62px\]{
    right: -62px;
  }
  .md\:m-0{
    margin: 0px;
  }
  .md\:mx-\[12px\]{
    margin-left: 12px;
    margin-right: 12px;
  }
  .md\:mx-auto{
    margin-left: auto;
    margin-right: auto;
  }
  .md\:my-0{
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .md\:mx-\[-60px\]{
    margin-left: -60px;
    margin-right: -60px;
  }
  .md\:mx-\[48px\]{
    margin-left: 48px;
    margin-right: 48px;
  }
  .md\:mt-\[60px\]{
    margin-top: 60px;
  }
  .md\:mb-\[24px\]{
    margin-bottom: 24px;
  }
  .md\:mb-\[20px\]{
    margin-bottom: 20px;
  }
  .md\:mb-\[8px\]{
    margin-bottom: 8px;
  }
  .md\:mb-\[32px\]{
    margin-bottom: 32px;
  }
  .md\:mb-\[48px\]{
    margin-bottom: 48px;
  }
  .md\:mt-\[48px\]{
    margin-top: 48px;
  }
  .md\:mt-\[40px\]{
    margin-top: 40px;
  }
  .md\:mb-0{
    margin-bottom: 0px;
  }
  .md\:mb-\[40px\]{
    margin-bottom: 40px;
  }
  .md\:mb-\[14px\]{
    margin-bottom: 14px;
  }
  .md\:mb-\[18px\]{
    margin-bottom: 18px;
  }
  .md\:mb-\[26px\]{
    margin-bottom: 26px;
  }
  .md\:mb-\[4px\]{
    margin-bottom: 4px;
  }
  .md\:mb-\[12px\]{
    margin-bottom: 12px;
  }
  .md\:mt-\[80px\]{
    margin-top: 80px;
  }
  .md\:mt-\[44px\]{
    margin-top: 44px;
  }
  .md\:mb-\[28px\]{
    margin-bottom: 28px;
  }
  .md\:mt-0{
    margin-top: 0px;
  }
  .md\:mt-\[42px\]{
    margin-top: 42px;
  }
  .md\:mt-\[32px\]{
    margin-top: 32px;
  }
  .md\:mt-\[64px\]{
    margin-top: 64px;
  }
  .md\:hidden{
    display: none;
  }
  .md\:h-fit{
    height: -moz-fit-content;
    height: fit-content;
  }
  .md\:h-auto{
    height: auto !important;
  }
  .md\:h-\[36px\]{
    height: 36px;
  }
  .md\:h-\[100px\]{
    height: 100px;
  }
  .md\:h-\[88px\]{
    height: 88px;
  }
  .md\:h-\[32px\]{
    height: 32px;
  }
  .md\:h-\[24px\]{
    height: 24px;
  }
  .md\:h-\[14px\]{
    height: 14px;
  }
  .md\:min-h-\[520px\]{
    min-height: 520px;
  }
  .md\:min-h-\[64px\]{
    min-height: 64px;
  }
  .md\:min-h-\[26px\]{
    min-height: 26px;
  }
  .md\:min-h-\[80px\]{
    min-height: 80px;
  }
  .md\:w-fit{
    width: -moz-fit-content;
    width: fit-content;
  }
  .md\:w-full{
    width: 100%;
  }
  .md\:w-0{
    width: 0;
  }
  .md\:w-\[124px\]{
    width: 124px;
  }
  .md\:w-\[34px\]{
    width: 34px;
  }
  .md\:w-\[88px\]{
    width: 88px;
  }
  .md\:flex-1{
    flex: 1 1 0%;
  }
  .md\:rotate-90{
    --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));
  }
  .md\:flex-row{
    flex-direction: row;
  }
  .md\:flex-col{
    flex-direction: column;
  }
  .md\:items-center{
    align-items: center;
  }
  .md\:gap-\[58px\]{
    gap: 58px;
  }
  .md\:gap-\[24px\]{
    gap: 24px;
  }
  .md\:gap-\[16px\]{
    gap: 16px;
  }
  .md\:gap-\[32px\]{
    gap: 32px;
  }
  .md\:gap-\[20px\]{
    gap: 20px;
  }
  .md\:gap-\[22px\]{
    gap: 22px;
  }
  .md\:gap-\[4px\]{
    gap: 4px;
  }
  .md\:gap-\[8px\]{
    gap: 8px;
  }
  .md\:gap-\[64px\]{
    gap: 64px;
  }
  .md\:gap-\[3px\]{
    gap: 3px;
  }
  .md\:gap-\[570px\]{
    gap: 570px;
  }
  .md\:whitespace-normal{
    white-space: normal;
  }
  .md\:whitespace-pre-line{
    white-space: pre-line;
  }
  .md\:rounded-\[16px\]{
    border-radius: 16px;
  }
  .md\:rounded-\[14px\]{
    border-radius: 14px;
  }
  .md\:rounded-\[12px\]{
    border-radius: 12px;
  }
  .md\:p-\[24px\]{
    padding: 24px;
  }
  .md\:p-\[22px\]{
    padding: 22px;
  }
  .md\:py-\[14px\]{
    padding-top: 14px;
    padding-bottom: 14px;
  }
  .md\:px-0{
    padding-left: 0;
    padding-right: 0;
  }
  .md\:px-\[14px\]{
    padding-left: 14px;
    padding-right: 14px;
  }
  .md\:py-\[24px\]{
    padding-top: 24px;
    padding-bottom: 24px;
  }
  .md\:py-\[30px\]{
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .md\:px-\[24px\]{
    padding-left: 24px;
    padding-right: 24px;
  }
  .md\:py-\[16px\]{
    padding-top: 16px;
    padding-bottom: 16px;
  }
  .md\:py-\[80px\]{
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .md\:px-\[60px\]{
    padding-left: 60px;
    padding-right: 60px;
  }
  .md\:pt-\[14px\]{
    padding-top: 14px;
  }
  .md\:pt-\[4px\]{
    padding-top: 4px;
  }
  .md\:pl-\[14px\]{
    padding-left: 14px;
  }
  .md\:pl-\[22px\]{
    padding-left: 22px;
  }
  .md\:pl-\[24px\]{
    padding-left: 24px;
  }
  .md\:pb-0{
    padding-bottom: 0px;
  }
  .md\:pl-\[28px\]{
    padding-left: 28px;
  }
  .md\:pl-\[36px\]{
    padding-left: 36px;
  }
  .md\:pb-\[16px\]{
    padding-bottom: 16px;
  }
  .md\:text-12{
    font-size: 12px;
    line-height: 1.7;
  }
  .md\:text-14{
    font-size: 14px;
    line-height: 1.7;
  }
  .md\:text-20{
    font-size: 20px;
    line-height: 1.7;
  }
  .md\:text-16{
    font-size: 16px;
    line-height: 1.7;
  }
  .md\:text-24{
    font-size: 24px;
    line-height: 1.7;
  }
  .md\:text-22{
    font-size: 22px;
    line-height: 1.7;
  }
  .md\:text-18{
    font-size: 18px;
    line-height: 1.7;
  }
  .md\:text-\[144px\]{
    font-size: 144px;
  }
  .md\:text-28{
    font-size: 28px;
    line-height: 1.7;
  }
  .md\:text-13{
    font-size: 13px;
    line-height: 1.7;
  }
  .md\:text-39{
    font-size: 39px;
    line-height: 1.7;
  }
  .md\:text-42{
    font-size: 42px;
    line-height: 1.7;
  }
  .md\:leading-\[28px\]{
    line-height: 28px;
  }
  .md\:border-l-\[10px\] { border-left-width: 10px; }
  .md\:flex-1 { flex: 1 }
  .md\:flex-col { flex-direction: column; }
  .md\:gap-\[100px\] { gap: 100px; }
  .md\:gap-\[25px\] { gap: 25px; }
  .md\:gap-\[27px\] { gap: 27px; }
  .md\:gap-\[56px\] { gap: 56px; }
  .md\:h-\[149px\] { height: 149px; }
  .md\:h-\[180px\] { height: 180px; }
  .md\:h-\[187px\] { height: 187px; }
  .md\:h-\[242px\] { height: 242px; }
  .md\:h-\[32px\] { height: 32px; }
  .md\:h-\[39px\] { height: 39px; }
  .md\:mb-\[24px\] { margin-bottom: 24px; }
  .md\:ml-\[-15.75px\] { margin-left: -15.75px; }
  .md\:ml-\[-60px\] { margin-left: -60px; }
  .md\:ml-\[-48px\] { margin-left: -48px; }
  .md\:mt-\[16px\] { margin-top: 16px; }
  .md\:mt-\[18px\] { margin-top: 18px; }
  .md\:mt-\[23px\] { margin-top: 23px; }
  .md\:mt-\[25px\] { margin-top: 25px; }
  .md\:mt-\[28px\] { margin-top: 28px; }
  .md\:mt-\[34px\] { margin-top: 34px; }
  .md\:mt-\[35px\] { margin-top: 35px; }
  .md\:mt-\[38px\] { margin-top: 38px; }
  .md\:mt-\[39px\] { margin-top: 39px; }
  .md\:mt-\[40px\] { margin-top: 40px; }
  .md\:mt-\[42px\] { margin-top: 42px; }
  .md\:mt-\[46px\] { margin-top: 46px; }
  .md\:mt-\[64px\] { margin-top: 64px; }
  .md\:mt-\[80px\] { margin-top: 80px; }
  .md\:mx-\[32px\] { margin-left: 32px; margin-right: 32px; }
  .md\:my-\[-24px\] { margin-top: -24px; margin-bottom: -24px; }
  .md\:pb-\[124px\] { padding-bottom: 124px; }
  .md\:pb-\[31px\] { padding-bottom: 31px; }
  .md\:pb-\[34px\] { padding-bottom: 34px; }
  .md\:pb-\[393px\] { padding-bottom: 393px; }
  .md\:pb-\[40px\] { padding-bottom: 40px; }
  .md\:pl-\[28px\] { padding-left: 28px; }
  .md\:pl-\[80px\] { padding-left: 80px; }
  .md\:pt-\[32px\] { padding-top: 32px; }
  .md\:pt-\[41px\] { padding-top: 41px; }
  .md\:pt-\[46px\] { padding-top: 46px; }
  .md\:pt-\[8px\] { padding-top: 8px; }
  .md\:px-\[16px\] { padding-left: 16px; padding-right: 16px; }
  .md\:px-\[17px\] { padding-left: 17px; padding-right: 17px; }
  .md\:px-\[26px\] { padding-left: 26px; padding-right: 26px; }
  .md\:px-\[27px\] { padding-left: 27px; padding-right: 27px; }
  .md\:px-\[36px\] { padding-left: 36px; padding-right: 36px; }
  .md\:py-\[10px\] { padding-top: 10px; padding-bottom: 10px; }
  .md\:py-\[16px\] { padding-top: 16px; padding-bottom: 16px; }
  .md\:py-\[5px\] { padding-top: 5px; padding-bottom: 5px; }
  .md\:py-\[7px\] { padding-top: 7px; padding-bottom: 7px; }
  .md\:rounded-\[10px\] { border-radius: 10px; }
  .md\:text-13 { font-size: 13px !important; line-height: 1.7 !important; }
  .md\:text-14 { font-size: 14px !important; line-height: 1.7 !important; }
  .md\:text-16 { font-size: 16px !important; line-height: 1.7 !important; }
  .md\:text-20 { font-size: 20px !important; line-height: 1.7 !important; }
  .md\:text-24 { font-size: 24px !important; line-height: 1.7 !important; }
  .md\:text-32 { font-size: 32px !important; line-height: 1.7 !important; }
  .md\:text-39 { font-size: 39px !important; line-height: 1.7 !important; }
  .md\:text-42 { font-size: 42px !important; line-height: 1.7 !important; }
  .md\:w-\[1px\] { width: 1px; }
  .md\:w-\[235px\] { width: 235px; }
  .md\:w-\[280px\] { width: 280px; }
  .md\:w-\[281px\] { width: 281px; }
  .md\:w-\[421px\] { width: 421px; }
}
@media (min-width: 1180px){
  .lg\:hidden{
    display: none;
  }
  .lg\:w-\[788px\]{
    width: 788px;
  }
  .lg\:w-\[1180px\]{
    width: 1180px;
  }
  .lg\:py-\[100px\]{
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .lg\:pb-0{
    padding-bottom: 0px;
  }
}

.card{position:relative;}
.card label{cursor:pointer;}
.card>[type="checkbox"]{display:none}
.card>[type="checkbox"]:checked ~ .card-front{transform:rotateY(180deg)}
.card>[type="checkbox"]:checked ~ .card-back{transform:rotateY(0deg)}
.card>[type="checkbox"] ~ .card-front{transform:rotateY(0deg)}
.card>[type="checkbox"] ~ .card-back{transform:rotateY(180deg)}
.card-front{position:absolute;left:0;top:0;width:100%;height:100%;transform-style:preserve-3d;backface-visibility:hidden;transition:all .5s ease-in-out}
.card-back{position:absolute;left:0;top:0;width:100%;height:100%;transform-style:preserve-3d;backface-visibility:hidden;transition:all .5s ease-in-out}