@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@400;500;700&display=swap');

@font-face {
  font-family: 'twayair';

  src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_tway@1.0/twayair.woff') format('woff');

  font-weight: normal;

  font-style: normal;
}

/*
! 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: Inter, sans-serif;
  /* 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;
}

[type='text'],[type='email'],[type='url'],[type='password'],[type='number'],[type='date'],[type='datetime-local'],[type='month'],[type='search'],[type='tel'],[type='time'],[type='week'],[multiple],textarea,select{
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #fff;
  border-color: #6b7280;
  border-width: 1px;
  border-radius: 0px;
  padding-top: 0.5rem;
  padding-right: 0.75rem;
  padding-bottom: 0.5rem;
  padding-left: 0.75rem;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-shadow: 0 0 #0000;
}

[type='text']:focus, [type='email']:focus, [type='url']:focus, [type='password']:focus, [type='number']:focus, [type='date']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='week']:focus, [multiple]:focus, textarea:focus, select:focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #2563eb;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  border-color: #2563eb;
}

input::-moz-placeholder, textarea::-moz-placeholder{
  color: #6b7280;
  opacity: 1;
}

input::placeholder,textarea::placeholder{
  color: #6b7280;
  opacity: 1;
}

::-webkit-datetime-edit-fields-wrapper{
  padding: 0;
}

::-webkit-date-and-time-value{
  min-height: 1.5em;
}

::-webkit-datetime-edit,::-webkit-datetime-edit-year-field,::-webkit-datetime-edit-month-field,::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-minute-field,::-webkit-datetime-edit-second-field,::-webkit-datetime-edit-millisecond-field,::-webkit-datetime-edit-meridiem-field{
  padding-top: 0;
  padding-bottom: 0;
}

select{
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");
  background-position: right 0.5rem center;
  background-repeat: no-repeat;
  background-size: 1.5em 1.5em;
  padding-right: 2.5rem;
  -webkit-print-color-adjust: exact;
          print-color-adjust: exact;
}

[multiple]{
  background-image: initial;
  background-position: initial;
  background-repeat: unset;
  background-size: initial;
  padding-right: 0.75rem;
  -webkit-print-color-adjust: unset;
          print-color-adjust: unset;
}

[type='checkbox'],[type='radio']{
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 0;
  -webkit-print-color-adjust: exact;
          print-color-adjust: exact;
  display: inline-block;
  vertical-align: middle;
  background-origin: border-box;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  flex-shrink: 0;
  height: 1rem;
  width: 1rem;
  color: #2563eb;
  background-color: #fff;
  border-color: #6b7280;
  border-width: 1px;
  --tw-shadow: 0 0 #0000;
}

[type='checkbox']{
  border-radius: 0px;
}

[type='radio']{
  border-radius: 100%;
}

[type='checkbox']:focus,[type='radio']:focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 2px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #2563eb;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}

[type='checkbox']:checked,[type='radio']:checked{
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}

[type='checkbox']:checked{
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3e%3c/svg%3e");
}

[type='radio']:checked{
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='8' cy='8' r='3'/%3e%3c/svg%3e");
}

[type='checkbox']:checked:hover,[type='checkbox']:checked:focus,[type='radio']:checked:hover,[type='radio']:checked:focus{
  border-color: transparent;
  background-color: currentColor;
}

[type='checkbox']:indeterminate{
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 16'%3e%3cpath stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 8h8'/%3e%3c/svg%3e");
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}

[type='checkbox']:indeterminate:hover,[type='checkbox']:indeterminate:focus{
  border-color: transparent;
  background-color: currentColor;
}

[type='file']{
  background: unset;
  border-color: inherit;
  border-width: 0;
  border-radius: 0;
  padding: 0;
  font-size: unset;
  line-height: inherit;
}

[type='file']:focus{
  outline: 1px solid ButtonText;
  outline: 1px auto -webkit-focus-ring-color;
}

[type='text'],
  [type='email'],
  [type='url'],
  [type='password'],
  [type='number'],
  [type='date'],
  [type='datetime-local'],
  [type='month'],
  [type='search'],
  [type='tel'],
  [type='time'],
  [type='week'],
  [multiple],
  textarea,
  select{
  display: block;
  height: 100%;
  min-height: 45px;
  width: 100%;
  min-width: 600px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(177 176 176 / var(--tw-border-opacity));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  line-height: 1.25;
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity));
}

[type='text']::-moz-placeholder, [type='email']::-moz-placeholder, [type='url']::-moz-placeholder, [type='password']::-moz-placeholder, [type='number']::-moz-placeholder, [type='date']::-moz-placeholder, [type='datetime-local']::-moz-placeholder, [type='month']::-moz-placeholder, [type='search']::-moz-placeholder, [type='tel']::-moz-placeholder, [type='time']::-moz-placeholder, [type='week']::-moz-placeholder, [multiple]::-moz-placeholder, textarea::-moz-placeholder, select::-moz-placeholder{
  --tw-text-opacity: 1;
  color: rgb(177 176 176 / var(--tw-text-opacity));
}

[type='text']::placeholder,
  [type='email']::placeholder,
  [type='url']::placeholder,
  [type='password']::placeholder,
  [type='number']::placeholder,
  [type='date']::placeholder,
  [type='datetime-local']::placeholder,
  [type='month']::placeholder,
  [type='search']::placeholder,
  [type='tel']::placeholder,
  [type='time']::placeholder,
  [type='week']::placeholder,
  [multiple]::placeholder,
  textarea::placeholder,
  select::placeholder{
  --tw-text-opacity: 1;
  color: rgb(177 176 176 / var(--tw-text-opacity));
}

[type='text']:focus,
  [type='email']:focus,
  [type='url']:focus,
  [type='password']:focus,
  [type='number']:focus,
  [type='date']:focus,
  [type='datetime-local']:focus,
  [type='month']:focus,
  [type='search']:focus,
  [type='tel']:focus,
  [type='time']:focus,
  [type='week']:focus,
  [multiple]:focus,
  textarea:focus,
  select:focus{
  --tw-border-opacity: 1;
  border-color: rgb(255 102 0 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

@media (max-width: 767px){
  [type='text'],
  [type='email'],
  [type='url'],
  [type='password'],
  [type='number'],
  [type='date'],
  [type='datetime-local'],
  [type='month'],
  [type='search'],
  [type='tel'],
  [type='time'],
  [type='week'],
  [multiple],
  textarea,
  select{
    min-width: 100%;
  }
}

[type='checkbox'],
  [type='radio']{
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity));
  --tw-text-opacity: 1;
  color: rgb(253 125 0 / var(--tw-text-opacity));
}

[type='checkbox']:focus,
  [type='radio']:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(253 125 0 / var(--tw-ring-opacity));
}

*, ::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:  ;
}

.container{
  width: 100%;
}

.aspect-w-16{
  position: relative;
  padding-bottom: calc(var(--tw-aspect-h) / var(--tw-aspect-w) * 100%);
  --tw-aspect-w: 16;
}

.aspect-w-16 > *{
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.aspect-h-9{
  --tw-aspect-h: 9;
}

.toggle_line{
  height: 10px;
  width: 40px;
  border-radius: 5px;
  --tw-bg-opacity: 1;
  background-color: rgb(254 179 54 / var(--tw-bg-opacity));
  --tw-shadow: inset 0 2px 4px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: inset 0 2px 4px 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);
}

.faq_q{
  display: block;
  cursor: pointer;
  padding: 1.25rem;
  line-height: 1.5;
}

@media (max-width: 767px){
  .faq_q{
    font-size: .875rem;
    line-height: 1.25rem;
  }
}

.faq_a{
  display: flex;
  flex-direction: column;
  overflow: hidden;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  line-height: 1.5;
  --tw-text-opacity: 1;
  color: rgb(253 125 0 / var(--tw-text-opacity));
}

@media (max-width: 767px){
  .faq_a{
    font-size: .875rem;
    line-height: 1.25rem;
  }
}

.vision{
  position: relative;
  height: 100%;
  width: 100%;
  max-width: 1920px;
  background-image: url('../img/vision/vision_bg.png');
  background-size: cover;
  background-repeat: no-repeat;
  mix-blend-mode: darken;
}

.vision_img {
}

.item_discription{
  text-align: left;
  font-size: 1.25rem;
  line-height: 1.813rem;
}

@media (max-width: 767px){
  .item_discription{
    font-size: 1.125rem;
    line-height: 1.563rem;
  }
}

.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;
}

.pointer-events-none{
  pointer-events: none;
}

.visible{
  visibility: visible;
}

.invisible{
  visibility: hidden;
}

.collapse{
  visibility: collapse;
}

.static{
  position: static;
}

.fixed{
  position: fixed;
}

.absolute{
  position: absolute;
}

.relative{
  position: relative;
}

.inset-0{
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}

.left-0{
  left: 0px;
}

.right-0{
  right: 0px;
}

.top-0{
  top: 0px;
}

.top-\[30px\]{
  top: 30px;
}

.-left-\[2px\]{
  left: -2px;
}

.-top-\[2px\]{
  top: -2px;
}

.top-\[60px\]{
  top: 60px;
}

.right-2{
  right: 0.5rem;
}

.bottom-0{
  bottom: 0px;
}

.left-1{
  left: 0.25rem;
}

.top-1{
  top: 0.25rem;
}

.bottom-\[8px\]{
  bottom: 8px;
}

.bottom-\[30px\]{
  bottom: 30px;
}

.right-\[30px\]{
  right: 30px;
}

.top-\[100px\]{
  top: 100px;
}

.right-\[50px\]{
  right: 50px;
}

.top-3{
  top: 0.75rem;
}

.z-20{
  z-index: 20;
}

.z-10{
  z-index: 10;
}

.z-50{
  z-index: 50;
}

.order-2{
  order: 2;
}

.order-1{
  order: 1;
}

.order-3{
  order: 3;
}

.order-4{
  order: 4;
}

.order-6{
  order: 6;
}

.order-5{
  order: 5;
}

.order-7{
  order: 7;
}

.order-8{
  order: 8;
}

.col-span-1{
  grid-column: span 1 / span 1;
}

.col-span-2{
  grid-column: span 2 / span 2;
}

.m-auto{
  margin: auto;
}

.m-0{
  margin: 0px;
}

.m-3{
  margin: 0.75rem;
}

.m-4{
  margin: 1rem;
}

.m-\[10px\]{
  margin: 10px;
}

.m-2{
  margin: 0.5rem;
}

.-m-4{
  margin: -1rem;
}

.my-auto{
  margin-top: auto;
  margin-bottom: auto;
}

.my-\[40px\]{
  margin-top: 40px;
  margin-bottom: 40px;
}

.my-8{
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.my-4{
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.my-16{
  margin-top: 4rem;
  margin-bottom: 4rem;
}

.mx-3{
  margin-left: 0.75rem;
  margin-right: 0.75rem;
}

.mx-auto{
  margin-left: auto;
  margin-right: auto;
}

.mx-4{
  margin-left: 1rem;
  margin-right: 1rem;
}

.mx-5{
  margin-left: 1.25rem;
  margin-right: 1.25rem;
}

.my-2{
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.mx-2{
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}

.my-12{
  margin-top: 3rem;
  margin-bottom: 3rem;
}

.my-6{
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.ml-auto{
  margin-left: auto;
}

.mr-\[15px\]{
  margin-right: 15px;
}

.mr-3\.5{
  margin-right: 0.875rem;
}

.mr-3{
  margin-right: 0.75rem;
}

.mr-30px{
  margin-right: 1.875rem;
}

.mr-35px{
  margin-right: 2.188rem;
}

.ml-3{
  margin-left: 0.75rem;
}

.mt-60px{
  margin-top: 3.75rem;
}

.mb-3{
  margin-bottom: 0.75rem;
}

.mt-\[33px\]{
  margin-top: 33px;
}

.mb-\[10px\]{
  margin-bottom: 10px;
}

.mr-auto{
  margin-right: auto;
}

.mt-\[15px\]{
  margin-top: 15px;
}

.mt-\[25px\]{
  margin-top: 25px;
}

.mb-\[18px\]{
  margin-bottom: 18px;
}

.mb-auto{
  margin-bottom: auto;
}

.mb-7{
  margin-bottom: 1.75rem;
}

.mb-10{
  margin-bottom: 2.5rem;
}

.mt-\[10px\]{
  margin-top: 10px;
}

.mb-6{
  margin-bottom: 1.5rem;
}

.mb-4{
  margin-bottom: 1rem;
}

.mr-4{
  margin-right: 1rem;
}

.ml-4{
  margin-left: 1rem;
}

.mt-2{
  margin-top: 0.5rem;
}

.mb-2{
  margin-bottom: 0.5rem;
}

.mt-7{
  margin-top: 1.75rem;
}

.mt-4{
  margin-top: 1rem;
}

.-mb-px{
  margin-bottom: -1px;
}

.mt-8{
  margin-top: 2rem;
}

.mt-1{
  margin-top: 0.25rem;
}

.ml-2{
  margin-left: 0.5rem;
}

.mr-2{
  margin-right: 0.5rem;
}

.mt-20\.25px{
  margin-top: 1.266rem;
}

.mt-20{
  margin-top: 5rem;
}

.mt-19px{
  margin-top: 1.188rem;
}

.mt-23px{
  margin-top: 1.438rem;
}

.ml-34px{
  margin-left: 2.125rem;
}

.mb-30px{
  margin-bottom: 1.875rem;
}

.mt-\[74px\]{
  margin-top: 74px;
}

.mt-16px{
  margin-top: 1rem;
}

.mt-\[30px\]{
  margin-top: 30px;
}

.ml-20\.25px{
  margin-left: 1.266rem;
}

.ml-20{
  margin-left: 5rem;
}

.mt-2\.5{
  margin-top: 0.625rem;
}

.mt-10{
  margin-top: 2.5rem;
}

.mt-13px{
  margin-top: 0.813rem;
}

.mt-81px{
  margin-top: 5.063rem;
}

.mt-3\.5{
  margin-top: 0.875rem;
}

.mt-3{
  margin-top: 0.75rem;
}

.mt-122px{
  margin-top: 7.625rem;
}

.mb-60{
  margin-bottom: 15rem;
}

.mt-30px{
  margin-top: 1.875rem;
}

.mt-83px{
  margin-top: 5.188rem;
}

.mt-7px{
  margin-top: 0.438rem;
}

.mt-74px{
  margin-top: 4.625rem;
}

.mt-70px{
  margin-top: 4.375rem;
}

.mb-23px{
  margin-bottom: 1.438rem;
}

.mt-65px{
  margin-top: 4.063rem;
}

.ml-43px{
  margin-left: 2.688rem;
}

.mt-11px{
  margin-top: 0.688rem;
}

.mt-32px{
  margin-top: 2rem;
}

.mb-20\.25px{
  margin-bottom: 1.266rem;
}

.mb-20{
  margin-bottom: 5rem;
}

.mb-\[35px\]{
  margin-bottom: 35px;
}

.mt-35px{
  margin-top: 2.188rem;
}

.mt-\[140px\]{
  margin-top: 140px;
}

.mt-\[115px\]{
  margin-top: 115px;
}

.mt-135px{
  margin-top: 8.438rem;
}

.mb-135px{
  margin-bottom: 8.438rem;
}

.mt-auto{
  margin-top: auto;
}

.mb-12{
  margin-bottom: 3rem;
}

.mt-\[120px\]{
  margin-top: 120px;
}

.mb-\[80px\]{
  margin-bottom: 80px;
}

.mb-5{
  margin-bottom: 1.25rem;
}

.mt-\[150px\]{
  margin-top: 150px;
}

.box-border{
  box-sizing: border-box;
}

.block{
  display: block;
}

.inline-block{
  display: inline-block;
}

.inline{
  display: inline;
}

.flex{
  display: flex;
}

.inline-flex{
  display: inline-flex;
}

.table{
  display: table;
}

.grid{
  display: grid;
}

.contents{
  display: contents;
}

.hidden{
  display: none;
}

.h-\[60px\]{
  height: 60px;
}

.h-30px{
  height: 1.875rem;
}

.h-\[14px\]{
  height: 14px;
}

.h-\[53px\]{
  height: 53px;
}

.h-full{
  height: 100%;
}

.h-8{
  height: 2rem;
}

.h-5{
  height: 1.25rem;
}

.h-55px{
  height: 3.438rem;
}

.h-220px{
  height: 13.75rem;
}

.h-61px{
  height: 3.813rem;
}

.h-px{
  height: 1px;
}

.h-6{
  height: 1.5rem;
}

.h-530px{
  height: 33.125rem;
}

.h-max{
  height: -moz-max-content;
  height: max-content;
}

.h-auto{
  height: auto;
}

.h-\[100px\]{
  height: 100px;
}

.h-\[33px\]{
  height: 33px;
}

.h-\[57px\]{
  height: 57px;
}

.h-\[95px\]{
  height: 95px;
}

.h-50px{
  height: 3.125rem;
}

.h-\[555px\]{
  height: 555px;
}

.h-\[61px\]{
  height: 61px;
}

.h-1{
  height: 0.25rem;
}

.max-h-320px{
  max-height: 320px;
}

.max-h-530px{
  max-height: 530px;
}

.max-h-90px{
  max-height: 90px;
}

.max-h-\[800px\]{
  max-height: 800px;
}

.max-h-855px{
  max-height: 855px;
}

.max-h-\[200px\]{
  max-height: 200px;
}

.max-h-\[350px\]{
  max-height: 350px;
}

.max-h-\[555px\]{
  max-height: 555px;
}

.max-h-\[400px\]{
  max-height: 400px;
}

.max-h-\[100px\]{
  max-height: 100px;
}

.min-h-\[45px\]{
  min-height: 45px;
}

.w-full{
  width: 100%;
}

.w-32{
  width: 8rem;
}

.w-120px{
  width: 7.5rem;
}

.w-\[13px\]{
  width: 13px;
}

.w-12{
  width: 3rem;
}

.w-1\/2{
  width: 50%;
}

.w-\[130px\]{
  width: 130px;
}

.w-\[53px\]{
  width: 53px;
}

.w-10{
  width: 2.5rem;
}

.w-\[80\%\]{
  width: 80%;
}

.w-8\/12{
  width: 66.666667%;
}

.w-283px{
  width: 17.688rem;
}

.w-\[868px\]{
  width: 868px;
}

.w-280px{
  width: 17.5rem;
}

.w-14{
  width: 3.5rem;
}

.w-6{
  width: 1.5rem;
}

.w-290px{
  width: 18.125rem;
}

.w-\[390px\]{
  width: 390px;
}

.w-\[360px\]{
  width: 360px;
}

.w-\[100px\]{
  width: 100px;
}

.w-230px{
  width: 14.375rem;
}

.w-\[278px\]{
  width: 278px;
}

.w-fit{
  width: -moz-fit-content;
  width: fit-content;
}

.min-w-\[122px\]{
  min-width: 122px;
}

.min-w-\[700px\]{
  min-width: 700px;
}

.min-w-full{
  min-width: 100%;
}

.min-w-fit{
  min-width: -moz-fit-content;
  min-width: fit-content;
}

.max-w-1320px{
  max-width: 1320px;
}

.max-w-1280px{
  max-width: 1280px;
}

.max-w-1060px{
  max-width: 1060px;
}

.max-w-\[600px\]{
  max-width: 600px;
}

.max-w-\[80\%\]{
  max-width: 80%;
}

.max-w-\[730px\]{
  max-width: 730px;
}

.max-w-690px{
  max-width: 690px;
}

.max-w-\[690px\]{
  max-width: 690px;
}

.max-w-\[580px\]{
  max-width: 580px;
}

.max-w-280px{
  max-width: 280px;
}

.max-w-290px{
  max-width: 290px;
}

.max-w-1200px{
  max-width: 1200px;
}

.max-w-\[120px\]{
  max-width: 120px;
}

.max-w-\[320px\]{
  max-width: 320px;
}

.max-w-\[278px\]{
  max-width: 278px;
}

.max-w-\[1100px\]{
  max-width: 1100px;
}

.flex-1{
  flex: 1 1 0%;
}

.flex-shrink{
  flex-shrink: 1;
}

.shrink{
  flex-shrink: 1;
}

.flex-grow{
  flex-grow: 1;
}

.grow{
  flex-grow: 1;
}

.table-auto{
  table-layout: auto;
}

.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));
}

.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));
}

.transform{
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

@keyframes floating{
  0%{
    transform: translate(0,  0px);
  }

  50%{
    transform: translate(0, 15px);
  }

  100%{
    transform: translate(0, -0px);
  }
}

.animate-floating{
  animation: floating 3s ease-in-out infinite;
}

.cursor-pointer{
  cursor: pointer;
}

.resize{
  resize: both;
}

.list-none{
  list-style-type: none;
}

.list-disc{
  list-style-type: disc;
}

.grid-cols-1{
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

.grid-cols-2{
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.grid-cols-3{
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.flex-row{
  flex-direction: row;
}

.flex-col{
  flex-direction: column;
}

.flex-wrap{
  flex-wrap: wrap;
}

.flex-nowrap{
  flex-wrap: nowrap;
}

.place-content-center{
  place-content: center;
}

.place-items-center{
  place-items: center;
}

.content-center{
  align-content: center;
}

.content-start{
  align-content: flex-start;
}

.content-between{
  align-content: space-between;
}

.items-start{
  align-items: flex-start;
}

.items-center{
  align-items: center;
}

.justify-start{
  justify-content: flex-start;
}

.justify-end{
  justify-content: flex-end;
}

.justify-center{
  justify-content: center;
}

.justify-between{
  justify-content: space-between;
}

.justify-around{
  justify-content: space-around;
}

.justify-items-center{
  justify-items: center;
}

.gap-4{
  gap: 1rem;
}

.gap-x-48px{
  -moz-column-gap: 3rem;
       column-gap: 3rem;
}

.gap-x-\[120px\]{
  -moz-column-gap: 120px;
       column-gap: 120px;
}

.gap-y-\[110px\]{
  row-gap: 110px;
}

.space-x-12 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(3rem * var(--tw-space-x-reverse));
  margin-left: calc(3rem * calc(1 - var(--tw-space-x-reverse)));
}

.place-self-start{
  place-self: start;
}

.self-center{
  align-self: center;
}

.overflow-hidden{
  overflow: hidden;
}

.overflow-y-auto{
  overflow-y: auto;
}

.rounded-5px{
  border-radius: 5px;
}

.rounded-\[100\%\]{
  border-radius: 100%;
}

.rounded-10px{
  border-radius: 10px;
}

.rounded-\[3px\]{
  border-radius: 3px;
}

.rounded-\[50px\]{
  border-radius: 50px;
}

.rounded-\[10px\]{
  border-radius: 10px;
}

.rounded-b-\[50px\]{
  border-bottom-right-radius: 50px;
  border-bottom-left-radius: 50px;
}

.border{
  border-width: 1px;
}

.border-\[1px\]{
  border-width: 1px;
}

.border-5{
  border-width: 5px;
}

.border-y-\[5px\]{
  border-top-width: 5px;
  border-bottom-width: 5px;
}

.border-b-2{
  border-bottom-width: 2px;
}

.border-b-4{
  border-bottom-width: 4px;
}

.border-t{
  border-top-width: 1px;
}

.border-t-\[20px\]{
  border-top-width: 20px;
}

.border-t-7{
  border-top-width: 7px;
}

.border-b{
  border-bottom-width: 1px;
}

.border-solid{
  border-style: solid;
}

.border-none{
  border-style: none;
}

.border-headerBorderColor{
  --tw-border-opacity: 1;
  border-color: rgb(254 179 54 / var(--tw-border-opacity));
}

.border-FD7D00{
  --tw-border-opacity: 1;
  border-color: rgb(253 125 0 / var(--tw-border-opacity));
}

.border-262626{
  --tw-border-opacity: 1;
  border-color: rgb(38 38 38 / var(--tw-border-opacity));
}

.border-707070{
  --tw-border-opacity: 1;
  border-color: rgb(112 112 112 / var(--tw-border-opacity));
}

.border-orange-400{
  --tw-border-opacity: 1;
  border-color: rgb(251 146 60 / var(--tw-border-opacity));
}

.border-B1B0B0{
  --tw-border-opacity: 1;
  border-color: rgb(177 176 176 / var(--tw-border-opacity));
}

.border-FEB336{
  --tw-border-opacity: 1;
  border-color: rgb(254 179 54 / var(--tw-border-opacity));
}

.border-FFFFFF{
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}

.border-black{
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
}

.bg-white{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.bg-FD7D00{
  --tw-bg-opacity: 1;
  background-color: rgb(253 125 0 / var(--tw-bg-opacity));
}

.bg-262626{
  --tw-bg-opacity: 1;
  background-color: rgb(38 38 38 / var(--tw-bg-opacity));
}

.bg-jc-primary-accent{
  --tw-bg-opacity: 1;
  background-color: rgb(255 102 0 / var(--tw-bg-opacity));
}

.bg-F9F9F9{
  --tw-bg-opacity: 1;
  background-color: rgb(249 249 249 / var(--tw-bg-opacity));
}

.bg-gray-900{
  --tw-bg-opacity: 1;
  background-color: rgb(17 24 39 / var(--tw-bg-opacity));
}

.bg-transparent{
  background-color: transparent;
}

.bg-orange-500{
  --tw-bg-opacity: 1;
  background-color: rgb(249 115 22 / var(--tw-bg-opacity));
}

.bg-textBackground{
  background-color: rgba(255,214,148,1);
}

.bg-B1B0B0{
  --tw-bg-opacity: 1;
  background-color: rgb(177 176 176 / var(--tw-bg-opacity));
}

.bg-jc-primary-color{
  --tw-bg-opacity: 1;
  background-color: rgb(253 125 0 / var(--tw-bg-opacity));
}

.bg-freePlanBackground{
  --tw-bg-opacity: 1;
  background-color: rgb(84 126 206 / var(--tw-bg-opacity));
}

.bg-basicPlanBackground{
  --tw-bg-opacity: 1;
  background-color: rgb(13 156 164 / var(--tw-bg-opacity));
}

.bg-standardPlanBackground{
  --tw-bg-opacity: 1;
  background-color: rgb(253 125 0 / var(--tw-bg-opacity));
}

.bg-premiumPlanBackground{
  --tw-bg-opacity: 1;
  background-color: rgb(38 38 38 / var(--tw-bg-opacity));
}

.bg-orange-400{
  --tw-bg-opacity: 1;
  background-color: rgb(251 146 60 / var(--tw-bg-opacity));
}

.bg-youtube-g{
  background-image: url('../img/sns/youtube_g.svg');
}

.bg-naver-blog-g{
  background-image: url('../img/sns/blog_g.svg');
}

.bg-instagram-g{
  background-image: url('../img/sns/instag_g.svg');
}

.bg-facebook-g{
  background-image: url('../img/sns/facebook_g.svg');
}

.bg-index-section{
  background-image: url('../img/main/main_bg.jpg');
}

.bg-gradient-to-t{
  background-image: linear-gradient(to top, var(--tw-gradient-stops));
}

.bg-jco{
  background-image: url('../img/main/jco.png');
}

.bg-add-section{
  background-image: url('../img/main/renewal/커스텀 배경.png');
}

.from-gray-300{
  --tw-gradient-from: #d1d5db;
  --tw-gradient-to: rgb(209 213 219 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-white{
  --tw-gradient-from: #fff;
  --tw-gradient-to: rgb(255 255 255 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.to-white{
  --tw-gradient-to: #fff;
}

.to-gray-200{
  --tw-gradient-to: #e5e7eb;
}

.bg-auto{
  background-size: auto;
}

.bg-cover{
  background-size: cover;
}

.bg-center-top{
  background-position: 50% 0%;
}

.bg-no-repeat{
  background-repeat: no-repeat;
}

.bg-origin-padding{
  background-origin: padding-box;
}

.fill-current{
  fill: currentColor;
}

.object-contain{
  -o-object-fit: contain;
     object-fit: contain;
}

.object-cover{
  -o-object-fit: cover;
     object-fit: cover;
}

.p-0{
  padding: 0px;
}

.p-2{
  padding: 0.5rem;
}

.p-4{
  padding: 1rem;
}

.p-1{
  padding: 0.25rem;
}

.p-\[10px\]{
  padding: 10px;
}

.p-\[52px\]{
  padding: 52px;
}

.p-3{
  padding: 0.75rem;
}

.p-5{
  padding: 1.25rem;
}

.p-12{
  padding: 3rem;
}

.px-2{
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.px-\[15px\]{
  padding-left: 15px;
  padding-right: 15px;
}

.py-\[5px\]{
  padding-top: 5px;
  padding-bottom: 5px;
}

.py-\[14px\]{
  padding-top: 14px;
  padding-bottom: 14px;
}

.px-\[22px\]{
  padding-left: 22px;
  padding-right: 22px;
}

.py-2{
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.px-4{
  padding-left: 1rem;
  padding-right: 1rem;
}

.px-1{
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}

.px-6{
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.py-4{
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.py-1{
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.px-\[10px\]{
  padding-left: 10px;
  padding-right: 10px;
}

.pl-6{
  padding-left: 1.5rem;
}

.pt-2{
  padding-top: 0.5rem;
}

.pb-3{
  padding-bottom: 0.75rem;
}

.pt-70px{
  padding-top: 4.375rem;
}

.pl-\[30px\]{
  padding-left: 30px;
}

.pb-8{
  padding-bottom: 2rem;
}

.pt-8{
  padding-top: 2rem;
}

.text-left{
  text-align: left;
}

.text-center{
  text-align: center;
}

.indent-10{
  text-indent: 2.5rem;
}

.align-middle{
  vertical-align: middle;
}

.font-NotoSansKR{
  font-family: Noto Sans KR, sans-serif;
}

.font-NotoSansJP{
  font-family: Noto Sans JP, sans-serif;
}

.font-twayair{
  font-family: twayair, woff;
}

.text-15\/22px{
  font-size: .938rem;
  line-height: 1.375rem;
}

.text-12\/18px{
  font-size: .75rem;
  line-height: 1.125rem;
}

.text-16\/24px{
  font-size: 1rem;
  line-height: 1.5rem;
}

.text-30\/45px{
  font-size: 1.875rem;
  line-height: 2.813rem;
}

.text-18\/25px{
  font-size: 1.125rem;
  line-height: 1.563rem;
}

.text-22\/33px{
  font-size: 1.375rem;
  line-height: 2.063rem;
}

.text-25\/37px{
  font-size: 1.563rem;
  line-height: 2.313rem;
}

.text-20\/29px{
  font-size: 1.25rem;
  line-height: 1.813rem;
}

.text-16\/25px{
  font-size: 1rem;
  line-height: 1.563rem;
}

.text-12\/25px{
  font-size: .75rem;
  line-height: 1.563rem;
}

.text-40\/59px{
  font-size: 2.5rem;
  line-height: 3.688rem;
}

.text-15\/25px{
  font-size: .938rem;
  line-height: 1.563rem;
}

.text-14\/20px{
  font-size: .875rem;
  line-height: 1.25rem;
}

.text-24\/24px{
  font-size: 1.5rem;
  line-height: 1.5rem;
}

.text-28\/41px{
  font-size: 1.75rem;
  line-height: 2.563rem;
}

.text-126\/140px{
  font-size: 7.875rem;
  line-height: 7.875rem;
}

.text-23\/36px{
  font-size: 1.4381rem;
  line-height: 2.25rem;
}

.text-68\/68px{
  font-size: 4.25rem;
  line-height: 4.25rem;
}

.text-\[18px\]{
  font-size: 18px;
}

.text-61\/61px{
  font-size: 3.813rem;
  line-height: 3.813rem;
}

.text-60\/89px{
  font-size: 3.75rem;
  line-height: 5.563rem;
}

.text-16\/36px{
  font-size: 1rem;
  line-height: 2.25rem;
}

.text-20\/18px{
  font-size: 1.25rem;
  line-height: 1.125rem;
}

.text-15\/20px{
  font-size: .938rem;
  line-height: 1.25rem;
}

.text-45\/45px{
  font-size: 2.813rem;
  line-height: 2.813rem;
}

.text-45\/66px{
  font-size: 2.813rem;
  line-height: 4.125rem;
}

.text-60\/71px{
  font-size: 3.75rem;
  line-height: 4.438rem;
}

.text-\[56px\]{
  font-size: 56px;
}

.text-30\/42px{
  font-size: 1.875rem;
  line-height: 2.625rem;
}

.text-24\/36px{
  font-size: 1.5rem;
  line-height: 2.25rem;
}

.font-bold{
  font-weight: 700;
}

.font-normal{
  font-weight: 400;
}

.font-semibold{
  font-weight: 600;
}

.font-medium{
  font-weight: 500;
}

.font-light{
  font-weight: 300;
}

.italic{
  font-style: italic;
}

.leading-\[19px\]{
  line-height: 19px;
}

.leading-0\.7{
  line-height: 0.7;
}

.leading-3{
  line-height: .75rem;
}

.leading-68px{
  line-height: 4.25rem;
}

.leading-\[2\.188rem\]{
  line-height: 2.188rem;
}

.leading-61px{
  line-height: 3.813rem;
}

.leading-tight{
  line-height: 1.25;
}

.leading-\[26px\]{
  line-height: 26px;
}

.tracking-\[\.015rem\]{
  letter-spacing: .015rem;
}

.tracking-\[\.24px\]{
  letter-spacing: .24px;
}

.text-474747{
  --tw-text-opacity: 1;
  color: rgb(71 71 71 / var(--tw-text-opacity));
}

.text-white{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.text-gray-700{
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity));
}

.text-5A5A5A{
  --tw-text-opacity: 1;
  color: rgb(90 90 90 / var(--tw-text-opacity));
}

.text-black{
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.text-B1B0B0{
  --tw-text-opacity: 1;
  color: rgb(177 176 176 / var(--tw-text-opacity));
}

.text-878787{
  --tw-text-opacity: 1;
  color: rgb(135 135 135 / var(--tw-text-opacity));
}

.text-646464{
  --tw-text-opacity: 1;
  color: rgb(100 100 100 / var(--tw-text-opacity));
}

.text-FD7D00{
  --tw-text-opacity: 1;
  color: rgb(253 125 0 / var(--tw-text-opacity));
}

.text-FEB336{
  --tw-text-opacity: 1;
  color: rgb(254 179 54 / var(--tw-text-opacity));
}

.text-gray-800{
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity));
}

.text-547ECE{
  --tw-text-opacity: 1;
  color: rgb(84 126 206 / var(--tw-text-opacity));
}

.text-gray-600{
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity));
}

.text-\[\#E10000\]{
  --tw-text-opacity: 1;
  color: rgb(225 0 0 / var(--tw-text-opacity));
}

.text-orange-500{
  --tw-text-opacity: 1;
  color: rgb(249 115 22 / var(--tw-text-opacity));
}

.text-262626{
  --tw-text-opacity: 1;
  color: rgb(38 38 38 / var(--tw-text-opacity));
}

.text-999898{
  --tw-text-opacity: 1;
  color: rgb(153 152 152 / var(--tw-text-opacity));
}

.text-\[\#999898\]{
  --tw-text-opacity: 1;
  color: rgb(153 152 152 / var(--tw-text-opacity));
}

.text-jc-primary-light{
  --tw-text-opacity: 1;
  color: rgb(254 179 54 / var(--tw-text-opacity));
}

.text-FFEDCC{
  --tw-text-opacity: 1;
  color: rgb(255 237 204 / var(--tw-text-opacity));
}

.text-basicPlanBackground{
  --tw-text-opacity: 1;
  color: rgb(13 156 164 / var(--tw-text-opacity));
}

.text-gray-900{
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity));
}

.text-\[\#777\]{
  --tw-text-opacity: 1;
  color: rgb(119 119 119 / var(--tw-text-opacity));
}

.text-inherit{
  color: inherit;
}

.underline{
  text-decoration-line: underline;
}

.decoration-70\%{
  text-decoration-thickness: 70%;
}

.opacity-100{
  opacity: 1;
}

.opacity-50{
  opacity: 0.5;
}

.opacity-0{
  opacity: 0;
}

.shadow-headerShadow{
  --tw-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
  --tw-shadow-colored: 0 2px 3px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-lnbShadow{
  --tw-shadow: 0 4px 16px rgba(22, 22, 49, 0.24);
  --tw-shadow-colored: 0 4px 16px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-lnbLiShadow{
  --tw-shadow: 1px 0 0 0 #888, 0 1px 0 0 #888, 1px 1px 0 0 #888, 1px 0 0 0 #888 inset, 0 1px 0 0 #888 inset;
  --tw-shadow-colored: 1px 0 0 0 var(--tw-shadow-color), 0 1px 0 0 var(--tw-shadow-color), 1px 1px 0 0 var(--tw-shadow-color), inset 1px 0 0 0 var(--tw-shadow-color), inset 0 1px 0 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);
}

.shadow{
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-lg{
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-md{
  --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);
}

.shadow-bottomButtonShadow{
  --tw-shadow: 0 3px 6px #00000029;
  --tw-shadow-colored: 0 3px 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);
}

.shadow-planShadow{
  --tw-shadow: 0px 3px 6px #00000029;
  --tw-shadow-colored: 0px 3px 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);
}

.shadow-section0{
  --tw-shadow: 0px 3px 6px #00000029;
  --tw-shadow-colored: 0px 3px 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);
}

.shadow-headerShadow{
  --tw-shadow-color: #0000001A;
  --tw-shadow: var(--tw-shadow-colored);
}

.outline{
  outline-style: solid;
}

.ring{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.blur{
  --tw-blur: blur(8px);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.invert{
  --tw-invert: invert(100%);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.filter{
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.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;
}

.ease-in-out{
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.placeholder\:text-15\/25px::-moz-placeholder{
  font-size: .938rem;
  line-height: 1.563rem;
}

.placeholder\:text-15\/25px::placeholder{
  font-size: .938rem;
  line-height: 1.563rem;
}

.placeholder\:text-B1B0B0::-moz-placeholder{
  --tw-text-opacity: 1;
  color: rgb(177 176 176 / var(--tw-text-opacity));
}

.placeholder\:text-B1B0B0::placeholder{
  --tw-text-opacity: 1;
  color: rgb(177 176 176 / var(--tw-text-opacity));
}

.before\:absolute::before{
  content: var(--tw-content);
  position: absolute;
}

.before\:-top-1::before{
  content: var(--tw-content);
  top: -0.25rem;
}

.before\:left-0::before{
  content: var(--tw-content);
  left: 0px;
}

.before\:-z-10::before{
  content: var(--tw-content);
  z-index: -10;
}

.before\:flex::before{
  content: var(--tw-content);
  display: flex;
}

.before\:h-3px::before{
  content: var(--tw-content);
  height: 0.188rem;
}

.before\:h-fit::before{
  content: var(--tw-content);
  height: -moz-fit-content;
  height: fit-content;
}

.before\:w-30px::before{
  content: var(--tw-content);
  width: 1.875rem;
}

.before\:-translate-y-2::before{
  content: var(--tw-content);
  --tw-translate-y: -0.5rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.before\:-translate-y-1::before{
  content: var(--tw-content);
  --tw-translate-y: -0.25rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.before\:-translate-x-5::before{
  content: var(--tw-content);
  --tw-translate-x: -1.25rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.before\:bg-jc-primary-color::before{
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(253 125 0 / var(--tw-bg-opacity));
}

.before\:bg-FFCC79::before{
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(255 204 121 / var(--tw-bg-opacity));
}

.before\:content-\[\'\'\]::before{
  --tw-content: '';
  content: var(--tw-content);
}

.before\:content-check-og::before{
  --tw-content: url('../img/main/check_og.png');
  content: var(--tw-content);
}

.before\:content-check-bk::before{
  --tw-content: url('../img/main/check_bk.png');
  content: var(--tw-content);
}

.after\:ml-0\.5::after{
  content: var(--tw-content);
  margin-left: 0.125rem;
}

.after\:ml-0::after{
  content: var(--tw-content);
  margin-left: 0px;
}

.after\:content-\[\'_\|_\'\]::after{
  --tw-content: ' | ';
  content: var(--tw-content);
}

.hover\:block:hover{
  display: block;
}

.hover\:scale-105:hover{
  --tw-scale-x: 1.05;
  --tw-scale-y: 1.05;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.hover\:bg-\[\#FFF6E6\]:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(255 246 230 / var(--tw-bg-opacity));
}

.hover\:bg-jc-primary-accent:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(255 102 0 / var(--tw-bg-opacity));
}

.hover\:bg-gray-100:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
}

.hover\:bg-orange-400:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(251 146 60 / var(--tw-bg-opacity));
}

.hover\:bg-orange-500:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(249 115 22 / var(--tw-bg-opacity));
}

.hover\:bg-youtube:hover{
  background-image: url('../img/sns/youtube.svg');
}

.hover\:bg-naver-blog:hover{
  background-image: url('../img/sns/blog.svg');
}

.hover\:bg-instagram:hover{
  background-image: url('../img/sns/instag.svg');
}

.hover\:bg-facebook:hover{
  background-image: url('../img/sns/facebook.svg');
}

.hover\:bg-jco-hover:hover{
  background-image: url('../img/main/jco_over.png');
}

.hover\:bg-no-repeat:hover{
  background-repeat: no-repeat;
}

.hover\:bg-origin-padding:hover{
  background-origin: padding-box;
}

.hover\:font-bold:hover{
  font-weight: 700;
}

.hover\:text-orange-500:hover{
  --tw-text-opacity: 1;
  color: rgb(249 115 22 / var(--tw-text-opacity));
}

.hover\:duration-700:hover{
  transition-duration: 700ms;
}

.focus\:border-jc-primary-accent:focus{
  --tw-border-opacity: 1;
  border-color: rgb(255 102 0 / var(--tw-border-opacity));
}

.focus\:bg-white:focus{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.focus\:outline-none:focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.focus\:ring-0:focus{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.group:hover .group-hover\:block{
  display: block;
}

@media (max-width: 1279px){
  .xl\:top-\[40px\]{
    top: 40px;
  }

  .xl\:bottom-0{
    bottom: 0px;
  }

  .xl\:mx-auto{
    margin-left: auto;
    margin-right: auto;
  }

  .xl\:my-auto{
    margin-top: auto;
    margin-bottom: auto;
  }

  .xl\:mx-\[auto\]{
    margin-left: auto;
    margin-right: auto;
  }

  .xl\:ml-1{
    margin-left: 0.25rem;
  }

  .xl\:mt-\[20px\]{
    margin-top: 20px;
  }

  .xl\:mt-\[18px\]{
    margin-top: 18px;
  }

  .xl\:mb-23px{
    margin-bottom: 1.438rem;
  }

  .xl\:ml-\[20px\]{
    margin-left: 20px;
  }

  .xl\:mt-\[100px\]{
    margin-top: 100px;
  }

  .xl\:ml-\[40px\]{
    margin-left: 40px;
  }

  .xl\:mt-\[6px\]{
    margin-top: 6px;
  }

  .xl\:mt-\[10px\]{
    margin-top: 10px;
  }

  .xl\:mt-\[30px\]{
    margin-top: 30px;
  }

  .xl\:mb-\[80px\]{
    margin-bottom: 80px;
  }

  .xl\:ml-auto{
    margin-left: auto;
  }

  .xl\:mt-0{
    margin-top: 0px;
  }

  .xl\:mt-\[70px\]{
    margin-top: 70px;
  }

  .xl\:mt-\[50px\]{
    margin-top: 50px;
  }

  .xl\:mb-\[40px\]{
    margin-bottom: 40px;
  }

  .xl\:box-border{
    box-sizing: border-box;
  }

  .xl\:block{
    display: block;
  }

  .xl\:grid{
    display: grid;
  }

  .xl\:hidden{
    display: none;
  }

  .xl\:h-\[35px\]{
    height: 35px;
  }

  .xl\:h-\[45px\]{
    height: 45px;
  }

  .xl\:h-\[51px\]{
    height: 51px;
  }

  .xl\:h-\[160px\]{
    height: 160px;
  }

  .xl\:h-\[75px\]{
    height: 75px;
  }

  .xl\:h-\[33px\]{
    height: 33px;
  }

  .xl\:max-h-\[550px\]{
    max-height: 550px;
  }

  .xl\:w-\[100px\]{
    width: 100px;
  }

  .xl\:w-\[45px\]{
    width: 45px;
  }

  .xl\:w-\[263px\]{
    width: 263px;
  }

  .xl\:w-\[260px\]{
    width: 260px;
  }

  .xl\:w-full{
    width: 100%;
  }

  .xl\:w-\[250px\]{
    width: 250px;
  }

  .xl\:w-\[230px\]{
    width: 230px;
  }

  .xl\:min-w-\[370px\]{
    min-width: 370px;
  }

  .xl\:max-w-\[80\%\]{
    max-width: 80%;
  }

  .xl\:max-w-\[767px\]{
    max-width: 767px;
  }

  .xl\:max-w-\[450px\]{
    max-width: 450px;
  }

  .xl\:max-w-\[750px\]{
    max-width: 750px;
  }

  .xl\:basis-8\/12{
    flex-basis: 66.666667%;
  }

  .xl\:basis-4\/12{
    flex-basis: 33.333333%;
  }

  .xl\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .xl\:flex-row{
    flex-direction: row;
  }

  .xl\:flex-col{
    flex-direction: column;
  }

  .xl\:place-items-center{
    place-items: center;
  }

  .xl\:items-center{
    align-items: center;
  }

  .xl\:justify-center{
    justify-content: center;
  }

  .xl\:justify-items-center{
    justify-items: center;
  }

  .xl\:gap-1{
    gap: 0.25rem;
  }

  .xl\:gap-10{
    gap: 2.5rem;
  }

  .xl\:gap-8{
    gap: 2rem;
  }

  .xl\:self-end{
    align-self: flex-end;
  }

  .xl\:rounded-5px{
    border-radius: 5px;
  }

  .xl\:border{
    border-width: 1px;
  }

  .xl\:border-solid{
    border-style: solid;
  }

  .xl\:border-262626{
    --tw-border-opacity: 1;
    border-color: rgb(38 38 38 / var(--tw-border-opacity));
  }

  .xl\:bg-262626{
    --tw-bg-opacity: 1;
    background-color: rgb(38 38 38 / var(--tw-bg-opacity));
  }

  .xl\:bg-origin-padding{
    background-origin: padding-box;
  }

  .xl\:p-\[30px\]{
    padding: 30px;
  }

  .xl\:p-1{
    padding: 0.25rem;
  }

  .xl\:p-4{
    padding: 1rem;
  }

  .xl\:px-4{
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .xl\:px-1{
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  .xl\:pb-4{
    padding-bottom: 1rem;
  }

  .xl\:pt-4{
    padding-top: 1rem;
  }

  .xl\:text-center{
    text-align: center;
  }

  .xl\:align-middle{
    vertical-align: middle;
  }

  .xl\:text-18\/27px{
    font-size: 1.125rem;
    line-height: 1.688rem;
  }

  .xl\:text-14\/30px{
    font-size: .875rem;
    line-height: 1.875rem;
  }

  .xl\:text-30\/45px{
    font-size: 1.875rem;
    line-height: 2.813rem;
  }

  .xl\:text-26\/38px{
    font-size: 1.625rem;
    line-height: 2.375rem;
  }

  .xl\:text-110\/120px{
    font-size: 6.875rem;
    line-height: 7.5rem;
  }

  .xl\:text-20\/33px{
    font-size: 1.25rem;
    line-height: 2.063rem;
  }

  .xl\:text-22\/33px{
    font-size: 1.375rem;
    line-height: 2.063rem;
  }

  .xl\:text-13\/18px{
    font-size: .813rem;
    line-height: 1.125rem;
  }

  .xl\:text-45\/66px{
    font-size: 2.813rem;
    line-height: 4.125rem;
  }

  .xl\:text-40\/59px{
    font-size: 2.5rem;
    line-height: 3.688rem;
  }

  .xl\:text-16\/25px{
    font-size: 1rem;
    line-height: 1.563rem;
  }

  .xl\:text-30\/30px{
    font-size: 1.875rem;
    line-height: 1.875rem;
  }

  .xl\:text-24\/24px{
    font-size: 1.5rem;
    line-height: 1.5rem;
  }

  .xl\:text-20\/29px{
    font-size: 1.25rem;
    line-height: 1.813rem;
  }

  .xl\:text-30\/40px{
    font-size: 1.875rem;
    line-height: 2.5rem;
  }

  .xl\:leading-\[3\.188rem\]{
    line-height: 3.188rem;
  }

  .xl\:text-white{
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
  }
}

@media (max-width: 1023px){
  .lg\:mx-auto{
    margin-left: auto;
    margin-right: auto;
  }

  .lg\:mt-10{
    margin-top: 2.5rem;
  }

  .lg\:grid{
    display: grid;
  }

  .lg\:w-11\/12{
    width: 91.666667%;
  }

  .lg\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .lg\:flex-col{
    flex-direction: column;
  }

  .lg\:space-x-8 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(2rem * var(--tw-space-x-reverse));
    margin-left: calc(2rem * calc(1 - var(--tw-space-x-reverse)));
  }
}

@media (max-width: 767px){
  .md\:order-1{
    order: 1;
  }

  .md\:order-2{
    order: 2;
  }

  .md\:order-5{
    order: 5;
  }

  .md\:order-6{
    order: 6;
  }

  .md\:col-span-3{
    grid-column: span 3 / span 3;
  }

  .md\:m-0{
    margin: 0px;
  }

  .md\:my-\[20px\]{
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .md\:my-8{
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .md\:mx-2{
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  .md\:mx-\[18px\]{
    margin-left: 18px;
    margin-right: 18px;
  }

  .md\:mx-auto{
    margin-left: auto;
    margin-right: auto;
  }

  .md\:mx-\[14px\]{
    margin-left: 14px;
    margin-right: 14px;
  }

  .md\:mt-\[10px\]{
    margin-top: 10px;
  }

  .md\:mt-\[15px\]{
    margin-top: 15px;
  }

  .md\:mt-4{
    margin-top: 1rem;
  }

  .md\:mb-4{
    margin-bottom: 1rem;
  }

  .md\:ml-\[12px\]{
    margin-left: 12px;
  }

  .md\:mt-5{
    margin-top: 1.25rem;
  }

  .md\:mt-6{
    margin-top: 1.5rem;
  }

  .md\:mt-16{
    margin-top: 4rem;
  }

  .md\:mt-10{
    margin-top: 2.5rem;
  }

  .md\:mb-10{
    margin-bottom: 2.5rem;
  }

  .md\:mt-\[38px\]{
    margin-top: 38px;
  }

  .md\:mt-\[17px\]{
    margin-top: 17px;
  }

  .md\:mt-\[36px\]{
    margin-top: 36px;
  }

  .md\:mb-\[40px\]{
    margin-bottom: 40px;
  }

  .md\:mt-8{
    margin-top: 2rem;
  }

  .md\:mb-6{
    margin-bottom: 1.5rem;
  }

  .md\:mt-\[40px\]{
    margin-top: 40px;
  }

  .md\:mt-\[50px\]{
    margin-top: 50px;
  }

  .md\:block{
    display: block;
  }

  .md\:inline-block{
    display: inline-block;
  }

  .md\:flex{
    display: flex;
  }

  .md\:hidden{
    display: none;
  }

  .md\:h-3{
    height: 0.75rem;
  }

  .md\:h-80{
    height: 20rem;
  }

  .md\:h-8{
    height: 2rem;
  }

  .md\:max-h-\[60px\]{
    max-height: 60px;
  }

  .md\:min-h-\[355px\]{
    min-height: 355px;
  }

  .md\:w-full{
    width: 100%;
  }

  .md\:min-w-\[350px\]{
    min-width: 350px;
  }

  .md\:min-w-\[340px\]{
    min-width: 340px;
  }

  .md\:min-w-full{
    min-width: 100%;
  }

  .md\:max-w-\[330px\]{
    max-width: 330px;
  }

  .md\:max-w-1\/2{
    max-width: 50%;
  }

  .md\:max-w-\[160px\]{
    max-width: 160px;
  }

  .md\:max-w-\[320px\]{
    max-width: 320px;
  }

  .md\:max-w-\[450px\]{
    max-width: 450px;
  }

  .md\:max-w-\[340px\]{
    max-width: 340px;
  }

  .md\:grid-cols-1{
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .md\:grid-cols-4{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .md\:flex-row{
    flex-direction: row;
  }

  .md\:flex-col{
    flex-direction: column;
  }

  .md\:flex-nowrap{
    flex-wrap: nowrap;
  }

  .md\:items-baseline{
    align-items: baseline;
  }

  .md\:gap-4{
    gap: 1rem;
  }

  .md\:space-x-0 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(0px * var(--tw-space-x-reverse));
    margin-left: calc(0px * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:self-start{
    align-self: flex-start;
  }

  .md\:bg-white{
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  }

  .md\:p-0{
    padding: 0px;
  }

  .md\:p-2{
    padding: 0.5rem;
  }

  .md\:p-4{
    padding: 1rem;
  }

  .md\:px-2{
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .md\:px-0{
    padding-left: 0px;
    padding-right: 0px;
  }

  .md\:py-0{
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .md\:px-1{
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  .md\:py-2{
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .md\:py-1{
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  .md\:pt-2{
    padding-top: 0.5rem;
  }

  .md\:pt-3{
    padding-top: 0.75rem;
  }

  .md\:text-center{
    text-align: center;
  }

  .md\:text-16\/24px{
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .md\:text-24\/36px{
    font-size: 1.5rem;
    line-height: 2.25rem;
  }

  .md\:text-18\/25px{
    font-size: 1.125rem;
    line-height: 1.563rem;
  }

  .md\:text-16\/25px{
    font-size: 1rem;
    line-height: 1.563rem;
  }

  .md\:text-14\/20px{
    font-size: .875rem;
    line-height: 1.25rem;
  }

  .md\:text-26\/38px{
    font-size: 1.625rem;
    line-height: 2.375rem;
  }

  .md\:text-60\/71px{
    font-size: 3.75rem;
    line-height: 4.438rem;
  }

  .md\:text-20\/29px{
    font-size: 1.25rem;
    line-height: 1.813rem;
  }

  .md\:text-30\/30px{
    font-size: 1.875rem;
    line-height: 1.875rem;
  }

  .md\:text-45\/66px{
    font-size: 2.813rem;
    line-height: 4.125rem;
  }

  .md\:text-30\/40px{
    font-size: 1.875rem;
    line-height: 2.5rem;
  }

  .md\:text-45\/45px{
    font-size: 2.813rem;
    line-height: 2.813rem;
  }

  .md\:text-10\/14px{
    font-size: .625rem;
    line-height: .875rem;
  }

  .md\:text-\[14px\]{
    font-size: 14px;
  }

  .md\:text-13\/18px{
    font-size: .813rem;
    line-height: 1.125rem;
  }

  .md\:text-15\/20px{
    font-size: .938rem;
    line-height: 1.25rem;
  }

  .md\:tracking-tighter{
    letter-spacing: -.05em;
  }
}
