*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

/*
! tailwindcss v3.4.19 | MIT License | https://tailwindcss.com
*/

/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box;
  /* 1 */
  border-width: 0;
  /* 2 */
  border-style: solid;
  /* 2 */
  border-color: #e5e7eb;
  /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/

html,
:host {
  line-height: 1.5;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -moz-tab-size: 4;
  /* 3 */
  -o-tab-size: 4;
     tab-size: 4;
  /* 3 */
  font-family: Pretendard, sans-serif;
  /* 4 */
  font-feature-settings: normal;
  /* 5 */
  font-variation-settings: normal;
  /* 6 */
  -webkit-tap-highlight-color: transparent;
  /* 7 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0;
  /* 1 */
  line-height: inherit;
  /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0;
  /* 1 */
  color: inherit;
  /* 2 */
  border-top-width: 1px;
  /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
  color: inherit;
  text-decoration: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  /* 1 */
  font-feature-settings: normal;
  /* 2 */
  font-variation-settings: normal;
  /* 3 */
  font-size: 1em;
  /* 4 */
}

/*
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0;
  /* 1 */
  border-color: inherit;
  /* 2 */
  border-collapse: collapse;
  /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-feature-settings: inherit;
  /* 1 */
  font-variation-settings: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  font-weight: inherit;
  /* 1 */
  line-height: inherit;
  /* 1 */
  letter-spacing: inherit;
  /* 1 */
  color: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
  padding: 0;
  /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button;
  /* 1 */
  background-color: transparent;
  /* 2 */
  background-image: none;
  /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search'] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
Reset default styling for dialogs.
*/

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/

:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block;
  /* 1 */
  vertical-align: middle;
  /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

img,
video {
  max-width: 100%;
  height: auto;
}

/* Make elements with the HTML hidden attribute stay hidden by default */

[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}

:root {
  /* ==========================================================================
       Color Palette Variables
       ========================================================================== */
  --c-primary: 0 100 240;
  /* #0064F0 */
  --c-primary-light: 243 248 251;
  /* #F3F8FB */
  --c-primary-dark: 6 91 211;
  /* #065BD3 */
  --c-green: 51 199 89;
  /* #33C759 */
  --c-green-light: 219 246 225;
  /* #DBF6E1 */
  --c-green-dark: 31 121 54;
  /* #1F7936 */
  --c-blue: 5 128 249;
  /* #0580F9 */
  --c-blue-light: 229 242 255;
  /* #E5F2FF */
  --c-blue-dark: 3 79 153;
  /* #034F99 */
  --c-gray: 64 64 64;
  /* #404040 */
  --c-gray-light: 244 244 244;
  /* #F4F4F4 */
  --c-gray-dark: 93 93 93;
  /* #5D5D5D */
  --c-orange: 248 115 22;
  /* #F87316 */
  --c-orange-light: 255 239 227;
  /* #FDE1CE */
  --c-orange-dark: 170 78 14;
  /* #AA4E0E */
  --c-purple: 149 83 248;
  /* #9553F8 */
  --c-purple-light: 244 238 254;
  /* #F4EEFE */
  --c-purple-dark: 102 51 178;
  /* #6633B2 */
  --c-mint: 20 187 198;
  /* #14BBC6 */
  --c-mint-light: 212 249 252;
  /* #D4F9FC */
  --c-mint-dark: 12 112 119;
  /* #0C7077 */
  --c-navy: 2 51 100;
  /* #023364 */
  --c-navy-light: 222 228 235;
  /* #DEE4EB */
  --c-navy-dark: 42 82 121;
  /* #2A5279 */
  --c-error: 235 72 72;
  /* #EB4848 */
  --c-error-light: 244 244 244;
  /* #F4F4F4 */
  --c-error-dark: 235 72 72;
  /* #EB4848 */
  --bg-select-arrow: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10 4L6 8L2 4' stroke='%23313131' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  --bg-select-arrow-white: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10 4L6 8L2 4' stroke='%23ffffff' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

html,  body {
  /* iOS에서 탭 시 회색 배경이 나타나는 현상 제거 */
  -webkit-tap-highlight-color: transparent;
  /* 가로 모드에서 글자 크기가 비정상적으로 커지는 현상 방지 */
  -webkit-text-size-adjust: 100%;
  overflow-x: clip;
  line-height: 1.4;
  --tw-text-opacity: 1;
  color: rgb(17 17 17 / var(--tw-text-opacity, 1));
}

@media (max-width: 320px) {
  html {
    font-size: 14px;
  }
}

form {
  display: contents;
  width: 100%;
}

.wrap {
  display: flex;
  min-height: 100vh;
  flex-direction: column;
  padding-top: env(safe-area-inset-top);
  padding-bottom: env(safe-area-inset-bottom);
  padding-left: env(safe-area-inset-left);
  padding-right: env(safe-area-inset-right);
}

main {
  display: flex;
  min-height: 100%;
  flex-grow: 1;
  flex-direction: column;
  gap: 0px;
  padding-left: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
}

@media (min-width: 1024px) {
  main {
    padding-bottom: 300px;
  }
}

.main-content main {
  gap: 0px;
  padding-left: 0px;
  padding-right: 0px;
}

.sub-page {
  display: flex;
  min-height: 100%;
  flex-grow: 1;
  flex-direction: column;
}

main>.\!container {
  position: relative;
  z-index: 2;
  display: flex;
  min-height: 100%;
  flex-grow: 1;
  flex-direction: column;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

@media (min-width: 1024px) {
  main>.\!container {
    border-bottom-right-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
  }
}

@media (min-width: 1280px) {
  main>.\!container {
    border-bottom-right-radius: 60px;
    border-bottom-left-radius: 60px;
  }
}

main>.container {
  position: relative;
  z-index: 2;
  display: flex;
  min-height: 100%;
  flex-grow: 1;
  flex-direction: column;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

@media (min-width: 1024px) {
  main>.container {
    border-bottom-right-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
  }
}

@media (min-width: 1280px) {
  main>.container {
    border-bottom-right-radius: 60px;
    border-bottom-left-radius: 60px;
  }
}

button, a {
  -webkit-tap-highlight-color: rgba(30, 30, 30, 0.01);
}

input[type="text"], input[type="search"], input[type="password"], input[type="email"], input[type="tel"], input[type="url"], input[type="number"], textarea, select {
  font-size: 16px;
  /* iOS에서 input 포커스 시 자동 확대(zoom-in) 방지-16px 이상으로 설정 */
}

input, textarea, select {
  -webkit-appearance: none;
  /* iOS 기본 스타일 초기화 (그림자, 둥근 모서리 등) */
}

/* 숫자 입력 필드의 기본 화살표(스피너) 숨기기 */

input[type="number"] {
  -moz-appearance: textfield;
  /* Firefox */
}

input[type="number"]::-webkit-inner-spin-button,input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  /* WebKit browsers */
  margin: 0;
}

textarea {
  resize: none;
}

select {
  background-position: right 16px bottom 50%;
  background-repeat: no-repeat;
  background-image: var(--bg-select-arrow);
}

/* 자동완성 시 배경색 변경 방지 */

.item_id input:-webkit-autofill,  .item_id input:-webkit-autofill:hover,  .item_id input:-webkit-autofill:focus,  .item_id input:-webkit-autofill:active,  .item_pw input:-webkit-autofill,  .item_pw input:-webkit-autofill:hover,  .item_pw input:-webkit-autofill:focus,
  .item_pw input:-webkit-autofill:active {
  box-shadow: 0 0 1000px 0 #fff inset;
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
  -webkit-text-fill-color: inherit !important;
  border-radius: 8px;
  overflow: hidden !important;
}

.\!container {
  width: 100% !important;
}

.container {
  width: 100%;
}

@media (min-width: 640px) {
  .\!container {
    max-width: 640px !important;
  }

  .container {
    max-width: 640px;
  }
}

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

  .container {
    max-width: 768px;
  }
}

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

  .container {
    max-width: 1024px;
  }
}

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

  .container {
    max-width: 1280px;
  }
}

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

  .container {
    max-width: 1536px;
  }
}

/* ==========================================================================
   button
   ========================================================================== */

/* 1. 기본 버튼 스타일 */

.\!btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  overflow: hidden;
  white-space: nowrap;
  border-radius: 0.5rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(217 217 217 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding: 0.75rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(40 40 40 / var(--tw-text-opacity, 1));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  overflow: hidden;
  white-space: nowrap;
  border-radius: 0.5rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(217 217 217 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding: 0.75rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(40 40 40 / var(--tw-text-opacity, 1));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.btn-primary {
  --tw-border-opacity: 1;
  border-color: rgb(0 100 240 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(0 100 240 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1)) !important;
}

.btn-point {
  --tw-border-opacity: 1;
  border-color: rgb(238 90 0 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(238 90 0 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.btn-secondary {
  --tw-border-opacity: 1;
  border-color: rgb(17 17 17 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(17 17 17 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1)) !important;
}

.btn-sm {
  border-radius: 0.25rem;
  --tw-border-opacity: 1;
  border-color: rgb(137 137 137 / var(--tw-border-opacity, 1));
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-size: 0.75rem;
  line-height: 1.4;
  --tw-text-opacity: 1;
  color: rgb(93 93 93 / var(--tw-text-opacity, 1));
}

.btn-df {
  height: 2.5rem;
}

.btn-lg {
  height: 2.75rem;
}

.\!btn:disabled {
  opacity: 0.4;
}

.btn:disabled {
  opacity: 0.4;
}

.confirm-g {
  display: flex;
  width: 100%;
  gap: 0.5rem;
}

.confirm-g>button {
  width: 100%;
}

/* ==========================================================================
   Text Button
   ========================================================================== */

.btn-text-underline {
  text-decoration-line: underline;
  text-underline-offset: 2px;
}

/* ==========================================================================
   Top Button
   ========================================================================== */

.scroll-to-top {
  position: fixed;
  right: 0.25rem;
  bottom: 1.25rem;
  z-index: 10;
  display: flex;
  height: 2.5rem;
  width: 2.5rem;
  align-items: center;
  justify-content: center;
  border-radius: 0.75rem;
  background-color: rgb(0 100 240 / 0.5);
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

@media (min-width: 1024px) {
  .scroll-to-top {
    right: 1.25rem;
    bottom: 2.5rem;
    height: 3.5rem;
    width: 3.5rem;
    --tw-bg-opacity: 1;
    background-color: rgb(0 100 240 / var(--tw-bg-opacity, 1));
  }
}

.scroll-to-top svg {
  --tw-scale-x: .75;
  --tw-scale-y: .75;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

@media (min-width: 1024px) {
  .scroll-to-top svg {
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
}

/* ==========================================================================
    달력
    ========================================================================== */

/* Flatpickr Customization */

.flatpickr-calendar.custom-flatpickr {
  border-radius: 0.5rem;
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(217 217 217 / var(--tw-border-opacity, 1));
  font-family: Pretendard, sans-serif;
  --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);
}

.flatpickr-calendar.custom-flatpickr .flatpickr-months {
  display: flex;
  justify-content: center;
  padding-top: 1.25rem;
  padding-bottom: 0.75rem;
}

.flatpickr-calendar.custom-flatpickr .flatpickr-months .flatpickr-month {
  flex: none;
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
}

.flatpickr-calendar.custom-flatpickr .flatpickr-current-month {
  position: relative;
  left: auto;
  right: auto;
  top: auto;
  bottom: auto;
  display: flex;
  width: auto;
  align-items: center;
  gap: 1rem;
  padding: 0px;
}

.flatpickr-calendar.custom-flatpickr .flatpickr-current-month .flatpickr-monthDropdown-months,
  .flatpickr-calendar.custom-flatpickr .flatpickr-current-month input.cur-year {
  font-weight: 700;
}

.flatpickr-calendar.custom-flatpickr .flatpickr-months .flatpickr-prev-month,
  .flatpickr-calendar.custom-flatpickr .flatpickr-months .flatpickr-next-month {
  position: relative;
  left: auto;
  right: auto;
  top: auto;
  bottom: auto;
  fill: #404040;
}

.flatpickr-calendar.custom-flatpickr .flatpickr-months .flatpickr-prev-month:hover svg, 
  .flatpickr-calendar.custom-flatpickr .flatpickr-months .flatpickr-next-month:hover svg {
  fill: #000000;
}

.flatpickr-calendar.custom-flatpickr .flatpickr-innerContainer {
  width: 100%;
  padding: 0.5rem;
  padding-bottom: 1.25rem;
}

.flatpickr-calendar.custom-flatpickr .dayContainer, 
  .flatpickr-calendar.custom-flatpickr .flatpickr-days {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
}

.flatpickr-calendar.custom-flatpickr .flatpickr-day:not(.prevMonthDay):not(.nextMonthDay):nth-child(7n) {
  --tw-text-opacity: 1;
  color: rgb(0 100 240 / var(--tw-text-opacity, 1));
}

/* 토: 파랑 */

.flatpickr-calendar.custom-flatpickr .flatpickr-day:not(.prevMonthDay):not(.nextMonthDay):nth-child(7n+1) {
  --tw-text-opacity: 1;
  color: rgb(255 57 77 / var(--tw-text-opacity, 1));
}

/*  일: 빨강 */

.flatpickr-calendar.custom-flatpickr .flatpickr-day.selected, 
  .flatpickr-calendar.custom-flatpickr .flatpickr-day.startRange, 
  .flatpickr-calendar.custom-flatpickr .flatpickr-day.endRange, 
  .flatpickr-calendar.custom-flatpickr .flatpickr-day.selected.inRange, 
  .flatpickr-calendar.custom-flatpickr .flatpickr-day.startRange.inRange, 
  .flatpickr-calendar.custom-flatpickr .flatpickr-day.endRange.inRange, 
  .flatpickr-calendar.custom-flatpickr .flatpickr-day.selected:focus, 
  .flatpickr-calendar.custom-flatpickr .flatpickr-day.startRange:focus, 
  .flatpickr-calendar.custom-flatpickr .flatpickr-day.endRange:focus, 
  .flatpickr-calendar.custom-flatpickr .flatpickr-day.selected:hover, 
  .flatpickr-calendar.custom-flatpickr .flatpickr-day.startRange:hover, 
  .flatpickr-calendar.custom-flatpickr .flatpickr-day.endRange:hover {
  --tw-border-opacity: 1;
  border-color: rgb(0 100 240 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(0 100 240 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1)) !important;
}

.flatpickr-calendar.custom-flatpickr .flatpickr-day.today {
  --tw-border-opacity: 1;
  border-color: rgb(0 100 240 / var(--tw-border-opacity, 1));
}

.flatpickr-calendar.custom-flatpickr .flatpickr-day.today:hover,
  .flatpickr-calendar.custom-flatpickr .flatpickr-day:hover {
  border-color: rgb(var(--c-primary-light));
  background-color: rgb(var(--c-primary-light));
  --tw-text-opacity: 1;
  color: rgb(17 17 17 / var(--tw-text-opacity, 1));
}

.flatpickr-calendar.custom-flatpickr.arrowTop:before, .flatpickr-calendar.custom-flatpickr.arrowTop:after, .flatpickr-calendar.arrowBottom.custom-flatpickr:before, .flatpickr-calendar.custom-flatpickr.arrowBottom:after {
  display: none !important;
}

/* 화살표 숨김 */

/* Mobile: Center Modal Style */

@media (max-width: 768px) {
  .flatpickr-calendar.custom-flatpickr {
    position: fixed;
    z-index: 9999;
    --tw-translate-x: -50%;
    --tw-translate-y: -50%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    top: 50% !important;
    left: 50% !important;
    right: auto !important;
    bottom: auto !important;
    box-shadow: 0 0 0 100vmax rgba(0,0,0,0.5), 0 10px 15px -3px rgba(0, 0, 0, 0.1) !important;
    animation: none !important;
    opacity: 0;
    transform: translate(-50%, -50%) scale(0.9) !important;
    transition: opacity 0.3s ease, transform 0.3s ease;
  }

  .flatpickr-calendar.custom-flatpickr.open {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1) !important;
  }
}

/* ==========================================================================
   tag,chip
   ========================================================================== */

.\!tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(251 251 251 / var(--tw-bg-opacity, 1));
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-size: 0.875rem;
  line-height: 1.4;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(93 93 93 / var(--tw-text-opacity, 1));
}

.tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(251 251 251 / var(--tw-bg-opacity, 1));
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-size: 0.875rem;
  line-height: 1.4;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(93 93 93 / var(--tw-text-opacity, 1));
}

.chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  border-radius: 0.25rem;
  background-color: rgb(var(--c-gray-light));
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-size: 0.9375rem;
  line-height: 1.4;
  font-weight: 500;
  color: rgb(var(--c-gray-dark));
}

.chip-label {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  max-width: 100%;
}

.\!tag.tag_primary, .\!tag.tag-primary {
  background-color: rgb(0 100 240 / 0.1) !important;
  --tw-text-opacity: 1 !important;
  color: rgb(0 100 240 / var(--tw-text-opacity, 1)) !important;
}

.tag.tag_primary, .chip-primary, .tag.tag-primary {
  background-color: rgb(0 100 240 / 0.1) !important;
  --tw-text-opacity: 1 !important;
  color: rgb(0 100 240 / var(--tw-text-opacity, 1)) !important;
}

.\!tag.tag_primary, .\!tag.tag-primary {
  background-color: rgb(0 100 240 / 0.1) !important;
  --tw-text-opacity: 1 !important;
  color: rgb(0 100 240 / var(--tw-text-opacity, 1)) !important;
}

.tag-solid-primary, .chip-solid-primary {
  --tw-bg-opacity: 1;
  background-color: rgb(0 100 240 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.tag-solid-gray,.chip-solid-gray {
  background-color: rgb(var(--c-gray));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.tag-solid-navy,.chip-solid-navy {
  background-color: rgb(var(--c-navy));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.\!tag.tag_secondary, .\!tag.tag-secondary {
  background-color: rgb(var(--c-green-light)) !important;
  color: rgb(var(--c-green)) !important;
}

.tag.tag_secondary,.chip-secondary, .tag.tag-secondary {
  background-color: rgb(var(--c-green-light)) !important;
  color: rgb(var(--c-green)) !important;
}

.\!tag.tag_secondary, .\!tag.tag-secondary {
  background-color: rgb(var(--c-green-light)) !important;
  color: rgb(var(--c-green)) !important;
}

.tag_orange, .tag-orange, .chip-orange {
  background-color: rgb(var(--c-orange-light)) !important;
  color: rgb(var(--c-orange)) !important;
}

.tag-gray, .chip-gray {
  background-color: rgb(var(--c-gray-light));
  color: rgb(var(--c-gray-dark));
}

/* ==========================================================================
   아코디언 [data-slot="accordion"]
   ========================================================================== */

.qa-list .qa-item:last-of-type .divider {
  display: none;
}

.accr-head {
  position: relative;
}

.accr-head-g {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(244 244 244 / var(--tw-border-opacity, 1));
  padding-bottom: 1rem;
}

.accr-head-info, .answer-info {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding-top: 1.5rem;
  padding-bottom: 0.375rem;
  font-size: 0.875rem;
  line-height: 1.4;
  --tw-text-opacity: 1;
  color: rgb(93 93 93 / var(--tw-text-opacity, 1));
}

.law-box .accr-head-info>div+div::before,.law-box  .answer-info>div+div::before {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  --tw-text-opacity: 1;
  color: rgb(40 40 40 / var(--tw-text-opacity, 1));
}

.law-box .accr-head-info>div+div h3::before,.law-box  .answer-info>div+div h3::before {
  font-size: 1.125rem;
  line-height: 1.4;
  font-weight: 700;
}

.law-box .accr-head-info>div+div table::before,.law-box  .answer-info>div+div table::before {
  text-align: center;
  font-size: 0.875rem;
  line-height: 1.4;
}

.law-box .accr-head-info>div+div table td::before,.law-box  .answer-info>div+div table td::before {
  height: 2rem;
  word-break: keep-all;
  padding: 0.25rem;
}

.law-box .accr-head-info>div+div table th::before,.law-box  .answer-info>div+div table th::before {
  height: 2rem;
  padding: 0.25rem;
}

.accr-head-info>div+div::before, .answer-info>div+div::before {
  display: block;
  height: 0.25rem;
  width: 0.25rem;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(228 228 228 / var(--tw-bg-opacity, 1));
  --tw-content: '';
  content: var(--tw-content);
}

.accr-head-info>div, .answer-info>div {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.accr-head-info {
  flex-wrap: wrap;
}

@media (min-width: 768px) {
  .accr-head-info {
    flex-wrap: nowrap;
  }
}

.accr-head-info .qa-view {
  display: none;
}

@media (min-width: 768px) {
  .accr-head-info .qa-view {
    display: flex;
  }
}

[data-slot="accordion"] .accr-head-info {
  padding-right: 2rem;
}

.answer-info {
  padding-top: 0px;
  padding-bottom: 0px;
}

.law-box .answer-info>*+*::before {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  --tw-text-opacity: 1;
  color: rgb(40 40 40 / var(--tw-text-opacity, 1));
}

.law-box .answer-info>*+* h3::before {
  font-size: 1.125rem;
  line-height: 1.4;
  font-weight: 700;
}

.law-box .answer-info>*+* table::before {
  text-align: center;
  font-size: 0.875rem;
  line-height: 1.4;
}

.law-box .answer-info>*+* table td::before {
  height: 2rem;
  word-break: keep-all;
  padding: 0.25rem;
}

.law-box .answer-info>*+* table th::before {
  height: 2rem;
  padding: 0.25rem;
}

.answer-info>*+*::before {
  display: block;
  height: 0.25rem;
  width: 0.25rem;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(228 228 228 / var(--tw-bg-opacity, 1));
  --tw-content: '';
  content: var(--tw-content);
}

/*Q&A Status */

.qa-status {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.9375rem;
  line-height: 1.4;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(40 40 40 / var(--tw-text-opacity, 1));
}

.qa-status.is-answered {
  gap: 0.5rem;
  --tw-text-opacity: 1;
  color: rgb(0 100 240 / var(--tw-text-opacity, 1));
}

.qa-status.is-answered i {
  --tw-text-opacity: 1;
  color: rgb(40 40 40 / var(--tw-text-opacity, 1));
}

.qa-date, .date,.qa-view, .qa-file, .answer-info > * {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.4;
  --tw-text-opacity: 1;
  color: rgb(137 137 137 / var(--tw-text-opacity, 1));
}

 .\!date {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.4;
  --tw-text-opacity: 1;
  color: rgb(137 137 137 / var(--tw-text-opacity, 1));
}

.accr-trigger {
  width: 100%;
}

.accr-arrow {
  position: absolute;
  right: 0px;
  top: 1rem;
  height: 1.5rem;
  width: 1.5rem;
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6 9L12 15L18 9' stroke='%23999999' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

.qa-item.is-open .accr-arrow, [data-slot="accordion"].is-open .accr-arrow {
  --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));
}

.accr-content {
  visibility: visible;
  display: grid;
  transition-property: grid-template-rows,height;
  transition-duration: 100ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  grid-template-rows: 1fr;
}

.accr-content > * {
  min-height: 0px;
  padding-bottom: 1.25rem;
}

/* 아코디언 일때 */

[data-slot="accordion"] .accr-content {
  visibility: hidden;
  display: none;
  height: 0px;
  overflow: hidden;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  grid-template-rows: 0fr;
}

[data-slot="accordion"] .accr-content > * {
  padding-bottom: 0px;
}

[data-slot="accordion"] .uploadfile-group {
  margin-top: 0px;
  border-width: 0px;
  padding: 0px;
}

[data-slot="accordion"] .uploadfile-group .uploadfile-list {
  padding: 0px;
}

[data-slot="accordion"] .accr-arrow {
  top: 1.75rem;
}

/**/

.accr-content-inner {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}

.qa-item.is-open .accr-content > div {
  padding-bottom: 1.25rem;
}

.qa-item.is-open .accr-content, [data-slot="accordion"].is-open .accr-content {
  visibility: visible;
  display: grid;
  height: auto;
  overflow: auto;
  grid-template-rows: 1fr;
}

.qa-item {
  display: flex;
  flex-direction: column;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.qa-question {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  padding-bottom: 1.25rem;
}

.qa-question-title {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 0.25rem;
  font-size: 0.875rem;
  line-height: 1.4;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(40 40 40 / var(--tw-text-opacity, 1));
}

@media (min-width: 768px) {
  .qa-question-title {
    gap: 0.75rem;
  }
}

@media (min-width: 1024px) {
  .qa-question-title {
    flex-direction: row;
    flex-wrap: nowrap;
  }
}

.qa-question-title .tit {
  display: flex;
  flex-grow: 1;
  gap: 0.375rem;
  word-break: break-all;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  text-align: left;
  font-size: 0.9375rem;
  line-height: 1.4;
}

@media (min-width: 1024px) {
  .qa-question-title .tit {
    flex-wrap: wrap;
    font-size: 1rem;
    line-height: 1.4;
  }
}

.qa-question-title .tit .descript {
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(93 93 93 / var(--tw-text-opacity, 1));
}

.qa-question-title .tit:has(.descript) {
  flex-wrap: wrap;
}

.qa-question-title .tag+.tag {
  margin-left: -0.125rem;
}

@media (min-width: 1024px) {
  .qa-question-title .tag+.tag {
    margin-left: -0.25rem;
  }
}

.qa-question-title .\!tag+.\!tag {
  margin-left: -0.125rem;
}

@media (min-width: 1024px) {
  .qa-question-title .\!tag+.\!tag {
    margin-left: -0.25rem;
  }
}

.qa-question-title .\!tag+.\!tag {
  margin-left: -0.125rem;
}

@media (min-width: 1024px) {
  .qa-question-title .\!tag+.\!tag {
    margin-left: -0.25rem;
  }
}

.qa-question-title span:not(.tag) {
  width: 100%;
  flex-grow: 1;
}

.qa-question-title span.tag {
  flex: none;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(244 244 244 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(64 64 64 / var(--tw-text-opacity, 1));
}

.qa-question-title span.\!tag {
  flex: none;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(244 244 244 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(64 64 64 / var(--tw-text-opacity, 1));
}

.qa-question-body {
  word-break: break-all;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  padding-bottom: 0px;
  font-size: 1rem;
  line-height: 1.4;
  --tw-text-opacity: 1;
  color: rgb(93 93 93 / var(--tw-text-opacity, 1));
}

.qa-question-foot, .qa-answer-foot {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
}

.qa-btn-bx {
  display: flex;
  flex-grow: 1;
  justify-content: flex-end;
  gap: 0.5rem;
}

.qa-btn-bx button {
  border-radius: 0.25rem;
  --tw-border-opacity: 1;
  border-color: rgb(137 137 137 / var(--tw-border-opacity, 1));
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-size: 0.75rem;
  line-height: 1.4;
  --tw-text-opacity: 1;
  color: rgb(93 93 93 / var(--tw-text-opacity, 1));
}

.qa-answer {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  padding-bottom: 1.5rem;
}

.qa-answer-header {
  font-size: 1rem;
  line-height: 1.4;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(40 40 40 / var(--tw-text-opacity, 1));
}

.qa-answer-body {
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(244 244 244 / var(--tw-bg-opacity, 1));
  padding: 1.5rem;
  font-size: 1rem;
  line-height: 1.4;
  --tw-text-opacity: 1;
  color: rgb(93 93 93 / var(--tw-text-opacity, 1));
}

.law-box .ico-lock,.law-box  .ico-file {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  --tw-text-opacity: 1;
  color: rgb(40 40 40 / var(--tw-text-opacity, 1));
}

.law-box .ico-lock h3,.law-box  .ico-file h3 {
  font-size: 1.125rem;
  line-height: 1.4;
  font-weight: 700;
}

.law-box .ico-lock table,.law-box  .ico-file table {
  text-align: center;
  font-size: 0.875rem;
  line-height: 1.4;
}

.law-box .ico-lock table td,.law-box  .ico-file table td {
  height: 2rem;
  word-break: keep-all;
  padding: 0.25rem;
}

.law-box .ico-lock table th,.law-box  .ico-file table th {
  height: 2rem;
  padding: 0.25rem;
}

.ico-lock, .ico-file {
  display: block;
  height: 1.25rem;
  width: 1rem;
  flex: none;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.45492 21.7553L6.68668 21.042L6.45492 21.7553ZM3.24472 18.5451L3.95801 18.3133L3.24472 18.5451ZM20.7553 18.5451L20.042 18.3133L20.7553 18.5451ZM17.5451 21.7553L17.3133 21.042L17.5451 21.7553ZM17.5451 8.24472L17.3133 8.95801L17.5451 8.24472ZM20.7553 11.4549L20.042 11.6867L20.7553 11.4549ZM6.45492 8.24472L6.68668 8.95801L6.45492 8.24472ZM3.24472 11.4549L3.95801 11.6867L3.24472 11.4549ZM12.75 13C12.75 12.5858 12.4142 12.25 12 12.25C11.5858 12.25 11.25 12.5858 11.25 13H12.75ZM11.25 17C11.25 17.4142 11.5858 17.75 12 17.75C12.4142 17.75 12.75 17.4142 12.75 17H11.25ZM10 8.75H14V7.25H10V8.75ZM14 21.25H10V22.75H14V21.25ZM10 21.25C8.08034 21.25 7.29839 21.2407 6.68668 21.042L6.22315 22.4686C7.11777 22.7593 8.19709 22.75 10 22.75V21.25ZM2.25 15C2.25 16.8029 2.24075 17.8822 2.53142 18.7768L3.95801 18.3133C3.75925 17.7016 3.75 16.9197 3.75 15H2.25ZM6.68668 21.042C5.39282 20.6216 4.37841 19.6072 3.95801 18.3133L2.53142 18.7768C3.1002 20.5274 4.47263 21.8998 6.22315 22.4686L6.68668 21.042ZM20.25 15C20.25 16.9197 20.2407 17.7016 20.042 18.3133L21.4686 18.7768C21.7593 17.8822 21.75 16.8029 21.75 15H20.25ZM14 22.75C15.8029 22.75 16.8822 22.7593 17.7768 22.4686L17.3133 21.042C16.7016 21.2407 15.9197 21.25 14 21.25V22.75ZM20.042 18.3133C19.6216 19.6072 18.6072 20.6216 17.3133 21.042L17.7768 22.4686C19.5274 21.8998 20.8998 20.5274 21.4686 18.7768L20.042 18.3133ZM21.75 15C21.75 13.1971 21.7593 12.1178 21.4686 11.2232L20.042 11.6867C20.2407 12.2984 20.25 13.0803 20.25 15H21.75ZM17.3133 8.95801C18.6072 9.37841 19.6216 10.3928 20.042 11.6867L21.4686 11.2232C20.8998 9.47263 19.5274 8.1002 17.7768 7.53142L17.3133 8.95801ZM3.75 15C3.75 13.0803 3.75925 12.2984 3.95801 11.6867L2.53142 11.2232C2.24075 12.1178 2.25 13.1971 2.25 15H3.75ZM6.22315 7.53142C4.47263 8.1002 3.1002 9.47263 2.53142 11.2232L3.95801 11.6867C4.37841 10.3928 5.39282 9.37841 6.68668 8.95801L6.22315 7.53142ZM16.25 7V8H17.75V7H16.25ZM7.75 8V7H6.25V8H7.75ZM12 2.75C14.3472 2.75 16.25 4.65279 16.25 7H17.75C17.75 3.82436 15.1756 1.25 12 1.25V2.75ZM12 1.25C8.82436 1.25 6.25 3.82436 6.25 7H7.75C7.75 4.65279 9.65279 2.75 12 2.75V1.25ZM11.25 13V17H12.75V13H11.25ZM10 7.25C8.58853 7.25 7.6278 7.24738 6.8754 7.37414L7.1246 8.85329C7.7222 8.75262 8.52815 8.75 10 8.75V7.25ZM6.8754 7.37414C6.64772 7.4125 6.43257 7.46338 6.22315 7.53142L6.68668 8.95801C6.81685 8.91571 6.95935 8.88113 7.1246 8.85329L6.8754 7.37414ZM6.25 8V8.11372H7.75V8H6.25ZM14 8.75C15.4719 8.75 16.2778 8.75262 16.8754 8.85329L17.1246 7.37414C16.3722 7.24738 15.4115 7.25 14 7.25V8.75ZM16.8754 8.85329C17.0407 8.88113 17.1831 8.91571 17.3133 8.95801L17.7768 7.53142C17.5674 7.46338 17.3523 7.4125 17.1246 7.37414L16.8754 8.85329ZM16.25 8V8.11372H17.75V8H16.25Z' fill='%232D264B'/%3E%3C/svg%3E%0A");
}

.ico-file{
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='rgba(173,184,194,1)'%3E%3Cpath d='M14.8287 7.75737L9.1718 13.4142C8.78127 13.8047 8.78127 14.4379 9.1718 14.8284C9.56232 15.219 10.1955 15.219 10.586 14.8284L16.2429 9.17158C17.4144 8.00001 17.4144 6.10052 16.2429 4.92894C15.0713 3.75737 13.1718 3.75737 12.0002 4.92894L6.34337 10.5858C4.39075 12.5384 4.39075 15.7042 6.34337 17.6569C8.29599 19.6095 11.4618 19.6095 13.4144 17.6569L19.0713 12L20.4855 13.4142L14.8287 19.0711C12.095 21.8047 7.66283 21.8047 4.92916 19.0711C2.19549 16.3374 2.19549 11.9053 4.92916 9.17158L10.586 3.51473C12.5386 1.56211 15.7045 1.56211 17.6571 3.51473C19.6097 5.46735 19.6097 8.63317 17.6571 10.5858L12.0002 16.2427C10.8287 17.4142 8.92916 17.4142 7.75759 16.2427C6.58601 15.0711 6.58601 13.1716 7.75759 12L13.4144 6.34316L14.8287 7.75737Z' %3E%3C/path%3E%3C/svg%3E");
}

/* ==========================================================================
   Guide List
   ========================================================================== */

.guide-list {
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: 0.375rem;
  border-radius: 0.375rem;
  --tw-bg-opacity: 1;
  background-color: rgb(244 244 244 / var(--tw-bg-opacity, 1));
  padding: 1rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.guide-list-item {
  position: relative;
  padding-left: 0.625rem;
  font-size: 13px;
  line-height: 1.4;
  --tw-text-opacity: 1;
  color: rgb(93 93 93 / var(--tw-text-opacity, 1));
}

.guide-list-item::before {
  position: absolute;
  left: 0px;
  top: 0.375rem;
  height: 3px;
  width: 3px;
  flex: none;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(93 93 93 / var(--tw-bg-opacity, 1));
  --tw-content: '';
  content: var(--tw-content);
}

.guide-list-typ2 {
  background-color: transparent;
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
}

.guide-list-typ2>* {
  --tw-text-opacity: 1;
  color: rgb(64 64 64 / var(--tw-text-opacity, 1));
}

.guide-list-typ3 {
  background-color: rgb(var(--c-primary-light));
}

.guide-list-typ3 .guide-list-item {
  --tw-text-opacity: 1;
  color: rgb(0 100 240 / var(--tw-text-opacity, 1));
}

.guide-list-typ4 {
  min-height: 7rem;
  align-items: center;
  justify-content: center;
  background-color: rgb(var(--c-primary-light));
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.guide-list-typ4 .guide-list-item:before {
  display: none;
}

.guide-list-typ4 .guide-list-item {
  padding-left: 0px;
  padding-right: 0px;
  text-align: center;
  --tw-text-opacity: 1;
  color: rgb(0 100 240 / var(--tw-text-opacity, 1));
}

.guide-list-typ5 {
  background-color: rgb(var(--c-primary-light));
}

/*form*/

.default-form {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  padding-top: 0px;
}

@media (min-width: 768px) {
  .default-form {
    padding-top: 1.25rem;
  }
}

.form-head {
  margin-bottom: 1.25rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.form-head h3 {
  font-size: 1.5rem;
  line-height: 1.4;
  font-weight: 700;
}

@media (min-width: 1024px) {
  .form-head h3 {
    font-size: 1.875rem;
    line-height: 1.4;
  }
}

.default-form .form-head {
  margin-bottom: 0px;
}

.form-info-guide {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0.625rem;
  align-self: stretch;
}

.form-info-guide-label {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  font-size: 0.875rem;
  line-height: 1.4;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(137 137 137 / var(--tw-text-opacity, 1));
}

.form-info-guide-required {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  font-size: 0.875rem;
  line-height: 1.4;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(0 100 240 / var(--tw-text-opacity, 1));
}

.form-group {
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: 1.25rem;
}

.form-group input[type="text"], input[type="search"], .form-group input[type="password"], .form-group input[type="email"], .form-group input[type="tel"], .form-group input[type="url"], .form-group input[type="number"], .form-group select, .form-group .select-group, .form-group .input-group {
  height: 3rem;
}

.form-group .btn {
  flex: none;
  font-size: 0.875rem;
  line-height: 1.4;
}

.form-group .\!btn {
  flex: none;
  font-size: 0.875rem;
  line-height: 1.4;
}

.form-group .btn-confirm {
  --tw-border-opacity: 1;
  border-color: rgb(137 137 137 / var(--tw-border-opacity, 1));
}

.form-group .item-delete {
  height: 1.25rem;
}

.form-group .input-group {
  overflow: hidden;
}

.form-item {
  width: 100%;
}

.form-item-col {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.form-label {
  position: relative;
  display: inline-flex;
  min-height: 2.5rem;
  align-items: center;
  justify-content: flex-start;
  align-self: stretch;
  white-space: nowrap;
}

.form-label>.form-label-tit {
  display: flex;
  flex: 1 1 0%;
  align-items: center;
}

.form-label .form-label-addon .btn-secondary {
  --tw-text-opacity: 1;
  color: rgb(64 64 64 / var(--tw-text-opacity, 1));
}

.form-label-text {
  font-size: 0.9375rem;
  line-height: 1.4;
  font-weight: 600;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(40 40 40 / var(--tw-text-opacity, 1));
}

.form-label-text .desc {
  font-size: 0.75rem;
  line-height: 1.4;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(93 93 93 / var(--tw-text-opacity, 1));
}

.form-label-required::before {
  --tw-text-opacity: 1;
  color: rgb(0 100 240 / var(--tw-text-opacity, 1));
  --tw-content: '*';
  content: var(--tw-content);
}

.form-control {
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: 0.375rem;
}

.form-control>.flex {
  gap: 0.5rem;
}

.input-group {
  display: flex;
  height: 3.25rem;
  width: 100%;
  align-items: center;
  border-radius: 0.5rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(217 217 217 / var(--tw-border-opacity, 1));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
}

.input-group:focus-within {
  --tw-border-opacity: 1;
  border-color: rgb(17 17 17 / var(--tw-border-opacity, 1));
}

.input-group[data-error] {
  --tw-border-opacity: 1;
  border-color: rgb(0 100 240 / var(--tw-border-opacity, 1));
}

.form-item-row .input-group {
  height: auto;
}

.input-group:has(input:disabled) {
  --tw-bg-opacity: 1;
  background-color: rgb(244 244 244 / var(--tw-bg-opacity, 1));
}

.input-group > input {
  height: 100%;
  width: 100%;
  background-color: transparent;
  padding-left: 0.875rem;
  padding-right: 0.875rem;
  font-size: 0.875rem;
  line-height: 1.4;
  font-weight: 600;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(17 17 17 / var(--tw-text-opacity, 1));
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.input-group > input:disabled {
  --tw-text-opacity: 1;
  color: rgb(137 137 137 / var(--tw-text-opacity, 1));
}

.input-group-addon {
  display: flex;
  flex: none;
  align-items: center;
  gap: 0.375rem;
  padding-right: 0.875rem;
}

.input-group-addon button:disabled i {
  --tw-text-opacity: 1;
  color: rgb(137 137 137 / var(--tw-text-opacity, 1));
}

.check-group {
  display: flex;
  min-height: 2.25rem;
  flex-wrap: wrap;
  align-items: center;
  gap: 1.5rem;
}

.item-ph {
  flex-direction: column;
  align-items: center;
}

@media (min-width: 768px) {
  .law-box .item-ph>.unit {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    --tw-text-opacity: 1;
    color: rgb(40 40 40 / var(--tw-text-opacity, 1));
  }

  .law-box .item-ph>.unit h3 {
    font-size: 1.125rem;
    line-height: 1.4;
    font-weight: 700;
  }

  .law-box .item-ph>.unit table {
    text-align: center;
    font-size: 0.875rem;
    line-height: 1.4;
  }

  .law-box .item-ph>.unit table td {
    height: 2rem;
    word-break: keep-all;
    padding: 0.25rem;
  }

  .law-box .item-ph>.unit table th {
    height: 2rem;
    padding: 0.25rem;
  }

  .item-ph {
    flex-direction: row;
  }
}

.item-ph>.unit {
  display: none;
}

@media (min-width: 768px) {
  .item-ph>.unit {
    display: block;
  }
}

.item-ph .btn {
  width: 100%;
  --tw-border-opacity: 1;
  border-color: rgb(137 137 137 / var(--tw-border-opacity, 1));
  font-size: 0.875rem;
  line-height: 1.4;
}

@media (min-width: 768px) {
  .item-ph .btn {
    width: auto;
  }
}

.item-ph .select-group {
  width: 100%;
  flex: none;
}

@media (min-width: 768px) {
  .item-ph .select-group {
    width: 33.333333%;
  }
}

.item-email {
  flex-direction: column;
  align-items: center;
}

@media (min-width: 768px) {
  .item-email {
    flex-direction: row;
  }
}

.item-email .btn {
  width: 100%;
  --tw-border-opacity: 1;
  border-color: rgb(137 137 137 / var(--tw-border-opacity, 1));
  font-size: 0.875rem;
  line-height: 1.4;
}

@media (min-width: 768px) {
  .item-email .btn {
    width: auto;
  }
}

.item-email .select-group {
  width: 100%;
  flex: none;
}

@media (min-width: 768px) {
  .item-email .select-group {
    width: 25%;
  }
}

.item-pw {
  flex-direction: column;
  align-items: center;
}

@media (min-width: 768px) {
  .item-pw {
    flex-direction: row;
  }

  .item-pw .input-group:first-child {
    width: 60%;
  }
}

.item-pw .input-group .form-label {
  padding-left: 0.875rem;
}

.item-adress {
  flex-direction: column;
  align-items: center;
}

@media (min-width: 768px) {
  .item-adress {
    flex-direction: row;
  }
}

.item-adress .btn-confirm {
  width: 100%;
}

@media (min-width: 768px) {
  .item-adress .btn-confirm {
    width: auto;
  }
}

.uploadfile-group {
  position: relative;
  margin-top: 0.75rem;
  margin-bottom: 0.5rem;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
}

@media (min-width: 1024px) {
  .uploadfile-group {
    border-radius: 0.5rem;
    border-width: 2px;
    border-style: dashed;
    --tw-border-opacity: 1;
    border-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
    padding: 1.5rem;
    text-align: center;
  }
}

.uploadfile-group.drag-over {
  --tw-border-opacity: 1;
  border-color: rgb(102 102 102 / var(--tw-border-opacity, 1));
  background-color: rgb(0 0 0 / 0.05);
}

.upload-guide {
  margin-top: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.4;
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity, 1));
}

.upload-spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 10;
  margin-top: -1rem;
  margin-left: -1rem;
  display: none;
  height: 2rem;
  width: 2rem;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

.upload-spinner {
  animation: spin 1s linear infinite;
  border-radius: 9999px;
  border-width: 3px;
  border-color: rgb(243 243 243 / var(--tw-border-opacity, 1));
  --tw-border-opacity: 1;
  border-top-color: rgb(0 100 240 / var(--tw-border-opacity, 1));
}

.law-box .uploadfile-group.is-loading .upload-spinner {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  --tw-text-opacity: 1;
  color: rgb(40 40 40 / var(--tw-text-opacity, 1));
}

.law-box .uploadfile-group.is-loading .upload-spinner h3 {
  font-size: 1.125rem;
  line-height: 1.4;
  font-weight: 700;
}

.law-box .uploadfile-group.is-loading .upload-spinner table {
  text-align: center;
  font-size: 0.875rem;
  line-height: 1.4;
}

.law-box .uploadfile-group.is-loading .upload-spinner table td {
  height: 2rem;
  word-break: keep-all;
  padding: 0.25rem;
}

.law-box .uploadfile-group.is-loading .upload-spinner table th {
  height: 2rem;
  padding: 0.25rem;
}

.uploadfile-group.is-loading .upload-spinner {
  display: block;
}

.uploadfile-group.is-loading > *:not(.upload-spinner) {
  pointer-events: none;
  opacity: 0.4;
}

.uploadfile-list {
  padding-top: 1rem;
}

.law-box .uploadfile-list li:before {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  --tw-text-opacity: 1;
  color: rgb(40 40 40 / var(--tw-text-opacity, 1));
}

.law-box .uploadfile-list li h3:before {
  font-size: 1.125rem;
  line-height: 1.4;
  font-weight: 700;
}

.law-box .uploadfile-list li table:before {
  text-align: center;
  font-size: 0.875rem;
  line-height: 1.4;
}

.law-box .uploadfile-list li table td:before {
  height: 2rem;
  word-break: keep-all;
  padding: 0.25rem;
}

.law-box .uploadfile-list li table th:before {
  height: 2rem;
  padding: 0.25rem;
}

.uploadfile-list li:before {
  display: block;
  flex: none;
  background-size: contain;
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.45492 21.7553L6.68668 21.042L6.45492 21.7553ZM3.24472 18.5451L3.95801 18.3133L3.24472 18.5451ZM20.7553 18.5451L20.042 18.3133L20.7553 18.5451ZM17.5451 21.7553L17.3133 21.042L17.5451 21.7553ZM17.5451 8.24472L17.3133 8.95801L17.5451 8.24472ZM20.7553 11.4549L20.042 11.6867L20.7553 11.4549ZM6.45492 8.24472L6.68668 8.95801L6.45492 8.24472ZM3.24472 11.4549L3.95801 11.6867L3.24472 11.4549ZM12.75 13C12.75 12.5858 12.4142 12.25 12 12.25C11.5858 12.25 11.25 12.5858 11.25 13H12.75ZM11.25 17C11.25 17.4142 11.5858 17.75 12 17.75C12.4142 17.75 12.75 17.4142 12.75 17H11.25ZM10 8.75H14V7.25H10V8.75ZM14 21.25H10V22.75H14V21.25ZM10 21.25C8.08034 21.25 7.29839 21.2407 6.68668 21.042L6.22315 22.4686C7.11777 22.7593 8.19709 22.75 10 22.75V21.25ZM2.25 15C2.25 16.8029 2.24075 17.8822 2.53142 18.7768L3.95801 18.3133C3.75925 17.7016 3.75 16.9197 3.75 15H2.25ZM6.68668 21.042C5.39282 20.6216 4.37841 19.6072 3.95801 18.3133L2.53142 18.7768C3.1002 20.5274 4.47263 21.8998 6.22315 22.4686L6.68668 21.042ZM20.25 15C20.25 16.9197 20.2407 17.7016 20.042 18.3133L21.4686 18.7768C21.7593 17.8822 21.75 16.8029 21.75 15H20.25ZM14 22.75C15.8029 22.75 16.8822 22.7593 17.7768 22.4686L17.3133 21.042C16.7016 21.2407 15.9197 21.25 14 21.25V22.75ZM20.042 18.3133C19.6216 19.6072 18.6072 20.6216 17.3133 21.042L17.7768 22.4686C19.5274 21.8998 20.8998 20.5274 21.4686 18.7768L20.042 18.3133ZM21.75 15C21.75 13.1971 21.7593 12.1178 21.4686 11.2232L20.042 11.6867C20.2407 12.2984 20.25 13.0803 20.25 15H21.75ZM17.3133 8.95801C18.6072 9.37841 19.6216 10.3928 20.042 11.6867L21.4686 11.2232C20.8998 9.47263 19.5274 8.1002 17.7768 7.53142L17.3133 8.95801ZM3.75 15C3.75 13.0803 3.75925 12.2984 3.95801 11.6867L2.53142 11.2232C2.24075 12.1178 2.25 13.1971 2.25 15H3.75ZM6.22315 7.53142C4.47263 8.1002 3.1002 9.47263 2.53142 11.2232L3.95801 11.6867C4.37841 10.3928 5.39282 9.37841 6.68668 8.95801L6.22315 7.53142ZM16.25 7V8H17.75V7H16.25ZM7.75 8V7H6.25V8H7.75ZM12 2.75C14.3472 2.75 16.25 4.65279 16.25 7H17.75C17.75 3.82436 15.1756 1.25 12 1.25V2.75ZM12 1.25C8.82436 1.25 6.25 3.82436 6.25 7H7.75C7.75 4.65279 9.65279 2.75 12 2.75V1.25ZM11.25 13V17H12.75V13H11.25ZM10 7.25C8.58853 7.25 7.6278 7.24738 6.8754 7.37414L7.1246 8.85329C7.7222 8.75262 8.52815 8.75 10 8.75V7.25ZM6.8754 7.37414C6.64772 7.4125 6.43257 7.46338 6.22315 7.53142L6.68668 8.95801C6.81685 8.91571 6.95935 8.88113 7.1246 8.85329L6.8754 7.37414ZM6.25 8V8.11372H7.75V8H6.25ZM14 8.75C15.4719 8.75 16.2778 8.75262 16.8754 8.85329L17.1246 7.37414C16.3722 7.24738 15.4115 7.25 14 7.25V8.75ZM16.8754 8.85329C17.0407 8.88113 17.1831 8.91571 17.3133 8.95801L17.7768 7.53142C17.5674 7.46338 17.3523 7.4125 17.1246 7.37414L16.8754 8.85329ZM16.25 8V8.11372H17.75V8H16.25Z' fill='%232D264B'/%3E%3C/svg%3E%0A");
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='rgba(173,184,194,1)'%3E%3Cpath d='M14.8287 7.75737L9.1718 13.4142C8.78127 13.8047 8.78127 14.4379 9.1718 14.8284C9.56232 15.219 10.1955 15.219 10.586 14.8284L16.2429 9.17158C17.4144 8.00001 17.4144 6.10052 16.2429 4.92894C15.0713 3.75737 13.1718 3.75737 12.0002 4.92894L6.34337 10.5858C4.39075 12.5384 4.39075 15.7042 6.34337 17.6569C8.29599 19.6095 11.4618 19.6095 13.4144 17.6569L19.0713 12L20.4855 13.4142L14.8287 19.0711C12.095 21.8047 7.66283 21.8047 4.92916 19.0711C2.19549 16.3374 2.19549 11.9053 4.92916 9.17158L10.586 3.51473C12.5386 1.56211 15.7045 1.56211 17.6571 3.51473C19.6097 5.46735 19.6097 8.63317 17.6571 10.5858L12.0002 16.2427C10.8287 17.4142 8.92916 17.4142 7.75759 16.2427C6.58601 15.0711 6.58601 13.1716 7.75759 12L13.4144 6.34316L14.8287 7.75737Z' %3E%3C/path%3E%3C/svg%3E");
  margin-right: -0.125rem;
  height: 1rem;
  width: 1rem;
  background-position: center;
  background-repeat: no-repeat;
  --tw-content: '';
  content: var(--tw-content);
}

.uploadfile-list li {
  gap: 0.25rem;
}

.uploadfile-list li a {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  max-width: 300px;
}

.uploadfile-list ul {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.page-body, .page_body {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
  padding-top: 2rem;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1500px;
}

@media (min-width: 1024px) {
  .page-body, .page_body {
    padding-top: 3rem;
  }
}

.page-body:before, .page_body:before {
  position: absolute;
  top: 0px;
  left: 50%;
  height: 1px;
  width: 100vw;
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  border-top-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(228 228 228 / var(--tw-border-opacity, 1));
  --tw-content: '';
  content: var(--tw-content);
}

.page-foot, .page_foot {
  margin-top: 2.5rem;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1500px;
}

/* 보기 */

article {
  width: 100%;
}

.default-form-view .form-head {
  margin-bottom: 0px;
}

.default-form-view .form-item {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.default-form-view .form-item .form-label-text {
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(137 137 137 / var(--tw-text-opacity, 1));
}

.default-form-view .form-item .form-label {
  min-width: 7rem;
}

.btn-clear {
  display: inline-block;
  height: 22px;
  width: 22px;
  flex-shrink: 0;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg width='22' height='22' viewBox='0 0 22 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cellipse cx='11.0002' cy='11.0002' rx='8.8' ry='8.8' fill='%23ADADAD'/%3E%3Cline x1='8.04114' y1='8.2002' x2='14.0255' y2='14.1846' stroke='white' stroke-width='1.26316' stroke-linecap='round'/%3E%3Cline x1='14.0254' y1='8.26672' x2='8.04103' y2='14.2511' stroke='white' stroke-width='1.26316' stroke-linecap='round'/%3E%3C/svg%3E");
}

.btn-date {
  display: inline-block;
  height: 1.25rem;
  width: 1.25rem;
  flex-shrink: 0;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M19 4H5C3.89543 4 3 4.89543 3 6V20C3 21.1046 3.89543 22 5 22H19C20.1046 22 21 21.1046 21 20V6C21 4.89543 20.1046 4 19 4Z' stroke='%23111111' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M16 2V6' stroke='%23111111' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M8 2V6' stroke='%23111111' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M3 10H21' stroke='%23111111' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

/* Choices.js  */

.select-group {
  display: flex;
  height: 3.25rem;
  width: 100%;
  align-items: center;
  border-radius: 0.5rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(217 217 217 / var(--tw-border-opacity, 1));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
}

.select-group:focus-within {
  --tw-border-opacity: 1;
  border-color: rgb(17 17 17 / var(--tw-border-opacity, 1));
}

.select-group[data-error] {
  --tw-border-opacity: 1;
  border-color: rgb(0 100 240 / var(--tw-border-opacity, 1));
}

.form-item-row .select-group {
  height: auto;
}

.select-group:has(button:disabled) {
  --tw-bg-opacity: 1;
  background-color: rgb(244 244 244 / var(--tw-bg-opacity, 1));
}

.select-search select, .select-search .choices {
  width: 100%;
  background-color: transparent;
}

.select-search select .choices__inner, 
  .select-search .choices .choices__inner {
  border-width: 0px;
  background-color: transparent;
  font-weight: 600;
}

.select-search .choices[data-type*="select-one"]::after {
  margin: 0px;
  height: 0.75rem;
  width: 0.75rem;
  border-width: 0px;
  transition-property: transform;
  transition-duration: 200ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  content: '';
  background-image: var(--bg-select-arrow);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%);
}

.select-search .choices[data-type*="select-one"].is-open::after {
  transform: translateY(-50%) rotate(180deg);
  margin-top: 0;
  font-weight: 600;
}

.select-search .choices .choices__input {
  background-size: 16px;
  background-position: 1rem center;
  background-repeat: no-repeat;
  padding-left: 2.5rem;
  font-size: 0.9375rem;
  line-height: 1.4;
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11 19C15.4183 19 19 15.4183 19 11C19 6.58172 15.4183 3 11 3C6.58172 3 3 6.58172 3 11C3 15.4183 6.58172 19 11 19Z' stroke='%23111111' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M21 21L16.65 16.65' stroke='%23111111' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.select-search .choices.is-open {
  z-index: 10;
}

.select-search .choices__list--dropdown {
  --tw-border-opacity: 1 !important;
  border-color: rgb(17 17 17 / var(--tw-border-opacity, 1)) !important;
}

.select-search .choices__item {
  align-items: center;
  justify-content: space-between;
  padding-right: 0px;
}

.choices__list--dropdown .choices__item--selectable[data-select-text], .choices__list[aria-expanded] .choices__item--selectable[data-select-text] {
  padding-right: 0.75rem !important;
}

.select-search .choices__item:after {
  position: absolute;
  right: 0px;
  top: 50%;
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.select-search .desc {
  font-size: 0.75rem;
  line-height: 1.4;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(137 137 137 / var(--tw-text-opacity, 1));
}

.select-trigger {
  display: flex;
  height: 100%;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  gap: 0.25rem;
  white-space: nowrap;
  background-color: transparent;
  padding-left: 0.875rem;
  padding-right: 0.875rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-size: 0.875rem;
  line-height: 1.4;
  font-weight: 600;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(17 17 17 / var(--tw-text-opacity, 1));
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.select-trigger:disabled {
  --tw-text-opacity: 1;
  color: rgb(137 137 137 / var(--tw-text-opacity, 1));
}

.select-trigger:disabled .select-icon {
  --tw-text-opacity: 1;
  color: rgb(173 173 173 / var(--tw-text-opacity, 1));
}

.select-trigger.is-active .select-placehold {
  --tw-text-opacity: 1;
  color: rgb(17 17 17 / var(--tw-text-opacity, 1));
}

/* Custom Select Component */

.select-custom {
  position: relative;
}

/* form-item-row 안에 있을 때, small variant는 너비를 컨텐츠에 맞춤 */

.form-item-row .select-custom[data-select-variant="small"] {
  width: auto;
}

/* form-item-col 안에 있을 때, large variant는 너비를 100%로 */

.form-item-col .select-custom[data-select-variant="large"] {
  width: 100%;
}

/*트리거 스타일 변경*/

.select-custom[data-select-variant="small"].is-open .select-trigger{
}

.select-custom[data-select-variant="large"].is-open .select-group {
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  --tw-border-opacity: 1;
  border-color: rgb(40 40 40 / var(--tw-border-opacity, 1));
  border-bottom-color: transparent;
}

.select-custom[data-select-variant="small"] > .select-panel {
  right: 0px;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 9rem;
}

.select-custom[data-select-variant="large"] > .select-panel {
  left: 0px;
  margin-top: 0px;
  width: 100%;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-width: 1px;
  border-top-width: 0px;
  --tw-border-opacity: 1;
  border-color: rgb(40 40 40 / var(--tw-border-opacity, 1));
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

/* large variant의 옵션 스타일 */

.select-custom[data-select-variant="large"] .select-option {
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-size: 0.875rem;
  line-height: 1.4;
  --tw-text-opacity: 1;
  color: rgb(17 17 17 / var(--tw-text-opacity, 1));
}

.select-custom .select-option[disabled] {
  --tw-text-opacity: 1;
  color: rgb(173 173 173 / var(--tw-text-opacity, 1));
}

/* Native Select */

.textarea-group {
  position: relative;
  display: flex;
  width: 100%;
  border-radius: 0.5rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(217 217 217 / var(--tw-border-opacity, 1));
  padding-left: 0.875rem;
  padding-right: 0.875rem;
  padding-top: 0.75rem;
  padding-bottom: 2rem;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
}

.textarea-group:has(textarea:disabled) {
  --tw-bg-opacity: 1;
  background-color: rgb(244 244 244 / var(--tw-bg-opacity, 1));
}

.textarea-group[data-error] {
  --tw-border-opacity: 1;
  border-color: rgb(0 100 240 / var(--tw-border-opacity, 1));
}

.textarea-group:focus-within {
  --tw-border-opacity: 1;
  border-color: rgb(17 17 17 / var(--tw-border-opacity, 1));
}

.textarea-group > textarea {
  height: 10rem;
  width: 100%;
  background-color: transparent;
  font-size: 0.875rem;
  line-height: 1.4;
  font-weight: 600;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(40 40 40 / var(--tw-text-opacity, 1));
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.board-form .textarea-group > textarea {
  height: 12rem;
}

.form-description {
  display: flex;
  flex-direction: column;
  gap: 0.125rem;
  font-size: 0.75rem;
  line-height: 1.4;
}

.toggle-guide {
  display: flex;
  align-items: center;
}

[data-js="toggle-content"] {
  visibility: hidden;
  position: absolute;
  bottom: 0px;
  left: 0px;
  z-index: 10;
  margin-bottom: 0.5rem;
  height: 0px;
  width: -moz-max-content;
  width: max-content;
  max-width: 20rem;
  border-radius: 0.375rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(217 217 217 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.4;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  opacity: 0;
  --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);
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

.group.is-active [data-js="toggle-content"] {
  visibility: visible;
  margin-top: 0.75rem;
  height: auto;
  --tw-translate-y: calc(100% + 10px);
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  opacity: 1;
}

/* ==========================================================================
   Checkbox & Switch (Original Styles)
   ========================================================================== */

.law-box [class^="custom-checkbox-icon"] {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  --tw-text-opacity: 1;
  color: rgb(40 40 40 / var(--tw-text-opacity, 1));
}

.law-box [class^="custom-checkbox-icon"] h3 {
  font-size: 1.125rem;
  line-height: 1.4;
  font-weight: 700;
}

.law-box [class^="custom-checkbox-icon"] table {
  text-align: center;
  font-size: 0.875rem;
  line-height: 1.4;
}

.law-box [class^="custom-checkbox-icon"] table td {
  height: 2rem;
  word-break: keep-all;
  padding: 0.25rem;
}

.law-box [class^="custom-checkbox-icon"] table th {
  height: 2rem;
  padding: 0.25rem;
}

[class^="custom-checkbox-icon"] {
  position: relative;
  display: block;
  aspect-ratio: 1 / 1;
  height: 1.25rem;
  width: 1.25rem;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(228 228 228 / var(--tw-bg-opacity, 1));
  background-position: center;
  background-repeat: no-repeat;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.custom-checkbox-icon-type3 {
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(228 228 228 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  transition-property: none;
}

.custom-checkbox-icon-type5 {
  border-radius: 0.375rem;
}

[class^="custom-checkbox-icon"]:before {
  position: absolute;
  inset: 0px;
  z-index: 10;
  height: 100%;
  width: 100%;
  background-size: 60%;
  background-position: center;
  background-repeat: no-repeat;
  content: "";
  background-image: url("data:image/svg+xml,%3csvg width='14' height='11' viewBox='0 0 14 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.3818 0.38208C12.6913 0.0727124 13.1933 0.07277 13.5029 0.38208H13.5039C13.8131 0.691579 13.813 1.1936 13.5039 1.50317H13.5029L5.25293 9.75317C4.9433 10.0628 4.44146 10.0628 4.13184 9.75317L0.381836 6.00317C0.0724192 5.69354 0.0723 5.19164 0.381836 4.88208C0.691398 4.57252 1.19328 4.57265 1.50293 4.88208L4.69141 8.07056L12.3818 0.38208Z' fill='rgba(255,255,255,1)' stroke='rgba(255,255,255,1)' stroke-width='0.3' stroke-linecap='round' stroke-linejoin='round'/%3e%3c/svg%3e");
}

.custom-checkbox-icon-type3:before {
  left: 50%;
  top: 50%;
  height: 40%;
  width: 40%;
  --tw-translate-x: -50%;
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  opacity: 1;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  content: "";
  background-image: none;
}

.peer:checked ~ [class^="custom-checkbox-icon"] {
  --tw-bg-opacity: 1;
  background-color: rgb(40 40 40 / var(--tw-bg-opacity, 1));
}

.peer:checked ~ .custom-checkbox-icon-type3 {
  --tw-border-opacity: 1;
  border-color: rgb(17 17 17 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(17 17 17 / var(--tw-bg-opacity, 1));
}

.peer:disabled ~ [class^="custom-checkbox-icon"] {
  --tw-bg-opacity: 1;
  background-color: rgb(244 244 244 / var(--tw-bg-opacity, 1));
}

.peer:disabled ~ .custom-checkbox-icon-type2,  .peer:checked ~ .custom-checkbox-icon-type2 {
  background-color: transparent;
}

.peer:disabled ~ .custom-checkbox-icon-type3 {
  --tw-border-opacity: 1;
  border-color: rgb(173 173 173 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(173 173 173 / var(--tw-bg-opacity, 1));
}

.peer:disabled:checked ~ .custom-checkbox-icon-type4 {
  background-color: rgba(40,40,40,0.3);
}

.peer:checked ~ .custom-checkbox-icon-type2:before {
  opacity: 1;
}

.peer:checked ~ .custom-checkbox-icon-type4:before {
  left: auto;
  right: 0.125rem;
  background-image: none;
}

.peer:disabled ~ [class^="custom-checkbox-icon"]:before,
  .peer:checked:disabled ~ [class^="custom-checkbox-icon"]:before {
  opacity: 1;
  background-image: url("data:image/svg+xml,%3csvg width='14' height='11' viewBox='0 0 14 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.3818 0.38208C12.6913 0.0727124 13.1933 0.07277 13.5029 0.38208H13.5039C13.8131 0.691579 13.813 1.1936 13.5039 1.50317H13.5029L5.25293 9.75317C4.9433 10.0628 4.44146 10.0628 4.13184 9.75317L0.381836 6.00317C0.0724192 5.69354 0.0723 5.19164 0.381836 4.88208C0.691398 4.57252 1.19328 4.57265 1.50293 4.88208L4.69141 8.07056L12.3818 0.38208Z' fill='rgba(217,217,217,1)' stroke='rgba(217,217,217,1)' stroke-width='0.3' stroke-linecap='round' stroke-linejoin='round'/%3e%3c/svg%3e");
}

.peer:disabled ~ .custom-checkbox-icon-type3:before,  .peer:checked:disabled ~ .custom-checkbox-icon-type3:before {
  opacity: 0.4;
  background-image: none;
}

.peer:disabled ~ .custom-checkbox-icon-type4:before,  .peer:checked:disabled ~ .custom-checkbox-icon-type4:before {
  background-image: none;
}

/* ==========================================================================
   Component Styles
   ========================================================================== */

.\!checkbox {
  position: relative;
  display: inline-flex;
  cursor: pointer;
  align-items: center;
  gap: 0.5rem;
}

.checkbox {
  position: relative;
  display: inline-flex;
  cursor: pointer;
  align-items: center;
  gap: 0.5rem;
}

.\!checkbox .check-label {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  vertical-align: middle;
  font-size: 0.9375rem;
  line-height: 1.4;
  font-weight: 500;
  font-style: normal;
  --tw-text-opacity: 1;
  color: rgb(137 137 137 / var(--tw-text-opacity, 1));
}

.\!checkbox .check-label>strong {
  flex: none;
}

.checkbox .check-label {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  vertical-align: middle;
  font-size: 0.9375rem;
  line-height: 1.4;
  font-weight: 500;
  font-style: normal;
  --tw-text-opacity: 1;
  color: rgb(137 137 137 / var(--tw-text-opacity, 1));
}

.checkbox .check-label>strong {
  flex: none;
}

.checkbox-lg .check-label, .checkbox-lg .check-label * {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  vertical-align: middle;
  font-size: 0.9375rem;
  line-height: 1.4;
  font-weight: 500;
  font-style: normal;
  --tw-text-opacity: 1;
  color: rgb(137 137 137 / var(--tw-text-opacity, 1));
}

.checkbox-md .check-label, .checkbox-md .check-label * {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  vertical-align: middle;
  font-size: 0.875rem;
  line-height: 1.4;
  font-weight: 600;
  font-style: normal;
  --tw-text-opacity: 1;
  color: rgb(137 137 137 / var(--tw-text-opacity, 1));
}

.checkbox-lg .check-label em {
  gap: 0px;
}

.peer:checked ~ .check-label {
  --tw-text-opacity: 1;
  color: rgb(17 17 17 / var(--tw-text-opacity, 1));
}

.law-box .\!checkbox .chk-icon {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  --tw-text-opacity: 1;
  color: rgb(40 40 40 / var(--tw-text-opacity, 1));
}

.law-box .\!checkbox .chk-icon h3 {
  font-size: 1.125rem;
  line-height: 1.4;
  font-weight: 700;
}

.law-box .\!checkbox .chk-icon table {
  text-align: center;
  font-size: 0.875rem;
  line-height: 1.4;
}

.law-box .\!checkbox .chk-icon table td {
  height: 2rem;
  word-break: keep-all;
  padding: 0.25rem;
}

.law-box .\!checkbox .chk-icon table th {
  height: 2rem;
  padding: 0.25rem;
}

.\!checkbox .chk-icon {
  position: relative;
  display: block;
  aspect-ratio: 1 / 1;
  height: 100%;
  flex: none;
  border-radius: 0.375rem;
  --tw-bg-opacity: 1;
  background-color: rgb(228 228 228 / var(--tw-bg-opacity, 1));
  background-position: center;
  background-repeat: no-repeat;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.law-box .checkbox .chk-icon {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  --tw-text-opacity: 1;
  color: rgb(40 40 40 / var(--tw-text-opacity, 1));
}

.law-box .checkbox .chk-icon h3 {
  font-size: 1.125rem;
  line-height: 1.4;
  font-weight: 700;
}

.law-box .checkbox .chk-icon table {
  text-align: center;
  font-size: 0.875rem;
  line-height: 1.4;
}

.law-box .checkbox .chk-icon table td {
  height: 2rem;
  word-break: keep-all;
  padding: 0.25rem;
}

.law-box .checkbox .chk-icon table th {
  height: 2rem;
  padding: 0.25rem;
}

.checkbox .chk-icon {
  position: relative;
  display: block;
  aspect-ratio: 1 / 1;
  height: 100%;
  flex: none;
  border-radius: 0.375rem;
  --tw-bg-opacity: 1;
  background-color: rgb(228 228 228 / var(--tw-bg-opacity, 1));
  background-position: center;
  background-repeat: no-repeat;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.\!checkbox .chk-icon:before {
  position: absolute;
  inset: 0px;
  z-index: 10;
  height: 100%;
  width: 100%;
  background-size: 60%;
  background-position: center;
  background-repeat: no-repeat;
}

.checkbox .chk-icon:before {
  position: absolute;
  inset: 0px;
  z-index: 10;
  height: 100%;
  width: 100%;
  background-size: 60%;
  background-position: center;
  background-repeat: no-repeat;
}

.\!checkbox .chk-icon:before {
  content: "" !important;
  background-image: url("data:image/svg+xml,%3csvg width='14' height='11' viewBox='0 0 14 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.3818 0.38208C12.6913 0.0727124 13.1933 0.07277 13.5029 0.38208H13.5039C13.8131 0.691579 13.813 1.1936 13.5039 1.50317H13.5029L5.25293 9.75317C4.9433 10.0628 4.44146 10.0628 4.13184 9.75317L0.381836 6.00317C0.0724192 5.69354 0.0723 5.19164 0.381836 4.88208C0.691398 4.57252 1.19328 4.57265 1.50293 4.88208L4.69141 8.07056L12.3818 0.38208Z' fill='rgba(255,255,255,1)' stroke='rgba(255,255,255,1)' stroke-width='0.3' stroke-linecap='round' stroke-linejoin='round'/%3e%3c/svg%3e") !important;
}

.checkbox .chk-icon:before {
  content: "";
  background-image: url("data:image/svg+xml,%3csvg width='14' height='11' viewBox='0 0 14 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.3818 0.38208C12.6913 0.0727124 13.1933 0.07277 13.5029 0.38208H13.5039C13.8131 0.691579 13.813 1.1936 13.5039 1.50317H13.5029L5.25293 9.75317C4.9433 10.0628 4.44146 10.0628 4.13184 9.75317L0.381836 6.00317C0.0724192 5.69354 0.0723 5.19164 0.381836 4.88208C0.691398 4.57252 1.19328 4.57265 1.50293 4.88208L4.69141 8.07056L12.3818 0.38208Z' fill='rgba(255,255,255,1)' stroke='rgba(255,255,255,1)' stroke-width='0.3' stroke-linecap='round' stroke-linejoin='round'/%3e%3c/svg%3e");
}

.\!checkbox [type="checkbox"]:checked ~ .chk-icon {
  --tw-bg-opacity: 1;
  background-color: rgb(40 40 40 / var(--tw-bg-opacity, 1));
}

.checkbox [type="checkbox"]:checked ~ .chk-icon {
  --tw-bg-opacity: 1;
  background-color: rgb(40 40 40 / var(--tw-bg-opacity, 1));
}

.bottom-sheet-body .\!checkbox {
  font-size: 0.9375rem;
  line-height: 1.4;
  font-weight: 500;
}

.bottom-sheet-body .checkbox {
  font-size: 0.9375rem;
  line-height: 1.4;
  font-weight: 500;
}

.switch {
  position: relative;
  display: inline-flex;
  cursor: pointer;
  align-items: center;
  gap: 0.5rem;
}

/*
   * GNB(네비게이션 바) 관련 스타일
   */

.nav-item.is-open .accordion-trigger svg {
  transform: rotate(180deg);
}

#header {
  position: sticky;
  top: 0px;
  z-index: 40;
  transition-property: transform;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.gnb-container {
  width: 100%;
}

.\!header {
  position: relative;
  z-index: 10;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

@media (min-width: 1024px) {
  .\!header {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}

.header {
  position: relative;
  z-index: 10;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

@media (min-width: 1024px) {
  .header {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}

.\!header .logo_box {
  position: relative;
  z-index: 60;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
}

@media (min-width: 1024px) {
  .\!header .logo_box {
    z-index: auto;
    width: 12rem;
    flex: none;
  }
}

@media (min-width: 1280px) {
  .\!header .logo_box {
    width: 18rem;
  }
}

.header .logo_box {
  position: relative;
  z-index: 60;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
}

@media (min-width: 1024px) {
  .header .logo_box {
    z-index: auto;
    width: 12rem;
    flex: none;
  }
}

@media (min-width: 1280px) {
  .header .logo_box {
    width: 18rem;
  }
}

.\!header .logo_tit {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.header .logo_tit {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.\!header .logo_tit>span {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgb(93 93 93 / var(--tw-text-opacity, 1));
}

@media (min-width: 1280px) {
  .\!header .logo_tit>span {
    font-size: 17px;
  }
}

.\!header .logo_tit>span i {
  padding-right: 0.25rem;
  font-style: normal;
}

.header .logo_tit>span {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgb(93 93 93 / var(--tw-text-opacity, 1));
}

@media (min-width: 1280px) {
  .header .logo_tit>span {
    font-size: 17px;
  }
}

.header .logo_tit>span i {
  padding-right: 0.25rem;
  font-style: normal;
}

.\!header .logo_tit>span>strong {
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

.header .logo_tit>span>strong {
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

.\!header .logo_tit img,  .\!header .logo_tit svg {
  height: 2.5rem;
}

@media (min-width: 1024px) {
  .\!header .logo_tit img,  .\!header .logo_tit svg {
    height: 2.5rem;
  }
}

@media (min-width: 1280px) {
  .\!header .logo_tit img,  .\!header .logo_tit svg {
    height: 3.5rem;
  }
}

.header .logo_tit img,  .header .logo_tit svg {
  height: 2.5rem;
}

@media (min-width: 1024px) {
  .header .logo_tit img,  .header .logo_tit svg {
    height: 2.5rem;
  }
}

@media (min-width: 1280px) {
  .header .logo_tit img,  .header .logo_tit svg {
    height: 3.5rem;
  }
}

.\!header .logo_tit img,  .\!header .logo_tit svg {
  height: 2.5rem;
}

@media (min-width: 1024px) {
  .\!header .logo_tit img,  .\!header .logo_tit svg {
    height: 2.5rem;
  }
}

@media (min-width: 1280px) {
  .\!header .logo_tit img,  .\!header .logo_tit svg {
    height: 3.5rem;
  }
}

.header-inner {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1500px;
}

.header-content, .gnb-container {
  display: flex;
  height: 3.5rem;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

@media (min-width: 1024px) {
  .header-content, .gnb-container {
    height: 108px;
    gap: 1.25rem;
  }
}

@media (min-width: 1280px) {
  .header-content, .gnb-container {
    gap: 1.25rem;
  }
}

@media (min-width: 1536px) {
  .header-content, .gnb-container {
    gap: 5rem;
  }
}

.gnb-container {
  position: fixed;
  inset: 0px;
  z-index: 50;
  height: 100%;
  --tw-translate-x: -100%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding: 1rem;
  padding-top: 4rem;
  transition-property: transform;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

@media (min-width: 1024px) {
  .gnb-container {
    position: static;
    display: flex;
    flex-grow: 1;
    transform: none;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    background-color: transparent;
    padding: 0px;
  }

  .nav-list {
    position: relative;
    z-index: 10;
    display: flex;
    height: 4rem;
    align-items: center;
  }
}

.nav-item:hover .nav-link {
  --tw-text-opacity: 1;
  color: rgb(0 100 240 / var(--tw-text-opacity, 1));
}

@media (hover: hover) {
  .nav-item:hover .nav-link {
    --tw-text-opacity: 1;
    color: rgb(0 100 240 / var(--tw-text-opacity, 1));
  }
}

.nav-item {
  position: relative;
  justify-content: center;
  white-space: nowrap;
  border-bottom-width: 1px;
}

@media (min-width: 1024px) {
  .nav-item {
    display: flex;
    height: 100%;
    width: 100%;
    align-items: center;
    border-style: none;
    padding-left: 1rem;
    padding-right: 1rem;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 300ms;
  }
}

@media (min-width: 1536px) {
  .nav-item {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

.accordion-trigger {
  display: flex;
  cursor: pointer;
  align-items: center;
  justify-content: space-between;
}

@media (min-width: 1024px) {
  .accordion-trigger {
    cursor: default;
  }
}

.law-box .nav-link {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  --tw-text-opacity: 1;
  color: rgb(40 40 40 / var(--tw-text-opacity, 1));
}

.law-box .nav-link h3 {
  font-size: 1.125rem;
  line-height: 1.4;
  font-weight: 700;
}

.law-box .nav-link table {
  text-align: center;
  font-size: 0.875rem;
  line-height: 1.4;
}

.law-box .nav-link table td {
  height: 2rem;
  word-break: keep-all;
  padding: 0.25rem;
}

.law-box .nav-link table th {
  height: 2rem;
  padding: 0.25rem;
}

.nav-link {
  display: block;
  width: 100%;
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-weight: 700;
}

@media (min-width: 1024px) {
  .nav-link {
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: center;
    padding-top: 0px;
    padding-bottom: 0px;
    font-size: 1rem;
    line-height: 1.4;
    font-weight: 600;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 300ms;
  }
}

@media (min-width: 1280px) {
  .nav-link {
    font-size: 1.25rem;
    line-height: 1.4;
  }
}

.nav-link:hover, .group\/item:hover .nav-link {
  --tw-text-opacity: 1;
  color: rgb(0 100 240 / var(--tw-text-opacity, 1));
}

@media (hover: hover) {
  .nav-link:hover,  .group\/item:hover .nav-link {
    --tw-text-opacity: 1;
    color: rgb(0 100 240 / var(--tw-text-opacity, 1));
  }
}

@media (min-width: 1024px) {
  .group.submenu-open .nav-item {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

.accordion-arrow {
  padding: 1rem;
}

@media (min-width: 1024px) {
  .accordion-arrow {
    display: none;
  }
}

.\!submenu {
  /* Mobile */
}

.submenu {
  /* Mobile */
}

.\!submenu {
  visibility: hidden;
  max-height: 0px;
  overflow: hidden;
  --tw-bg-opacity: 1;
  background-color: rgb(251 251 251 / var(--tw-bg-opacity, 1));
  opacity: 0;
  transition-property: all;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.submenu {
  visibility: hidden;
  max-height: 0px;
  overflow: hidden;
  --tw-bg-opacity: 1;
  background-color: rgb(251 251 251 / var(--tw-bg-opacity, 1));
  opacity: 0;
  transition-property: all;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.\!submenu {
  /* Desktop */
}

.submenu {
  /* Desktop */
}

@media (min-width: 1024px) {
  .\!submenu {
    visibility: hidden;
    position: absolute;
    top: 66.666667%;
    left: 0px;
    max-height: none;
    width: 100%;
    background-color: transparent;
    padding-top: 1rem;
    padding-bottom: 1rem;
    text-align: center;
    opacity: 0;
    transition-property: opacity;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 300ms;
  }
}

@media (min-width: 1280px) {
  .\!submenu {
    top: 100%;
  }
}

@media (min-width: 1024px) {
  .submenu {
    visibility: hidden;
    position: absolute;
    top: 66.666667%;
    left: 0px;
    max-height: none;
    width: 100%;
    background-color: transparent;
    padding-top: 1rem;
    padding-bottom: 1rem;
    text-align: center;
    opacity: 0;
    transition-property: opacity;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 300ms;
  }
}

@media (min-width: 1280px) {
  .submenu {
    top: 100%;
  }
}

/* 데스크톱: GNB에 호버 또는 클릭 시 2뎁스 메뉴 보임 */

@media (min-width: 1024px) {
  .group.submenu-open .submenu {
    visibility: visible;
    min-height: 11rem;
    opacity: 1;
    transition: visibility 0s, opacity 0.2s linear;
  }

  .group.submenu-open .\!submenu {
    visibility: visible;
    min-height: 11rem;
    opacity: 1;
    transition: visibility 0s, opacity 0.2s linear !important;
  }
}

/* 모바일: 아코디언 메뉴가 열렸을 때 서브메뉴 보임 */

.nav-item.is-open .submenu {
  visibility: visible;
  margin-bottom: 0.75rem;
  opacity: 1;
}

.nav-item.is-open .\!submenu {
  visibility: visible;
  margin-bottom: 0.75rem;
  opacity: 1;
}

/* 모바일: 메뉴가 열렸을 때의 상태 */

header.is-open .logo_box {
  position: absolute;
  left: 0px;
  top: 0px;
  height: 56px;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

header.is-open .gnb-container {
  transform: none;
  gap: 1.25rem;
  overflow-y: auto;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 56px;
}

header.is-open .gnb-container .nav {
  order: 2;
  width: 100%;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

header.is-open .gnb-container .\!nav {
  order: 2;
  width: 100%;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

header.is-open .gnb-container .util_tool {
  position: sticky;
  top: 0px;
  order: 1;
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.25rem;
  border-bottom-width: 8px;
  --tw-border-opacity: 1;
  border-color: rgb(244 244 244 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

header.is-open .gnb-container .util_tool a {
  display: inline-flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  border-radius: 0.375rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(217 217 217 / var(--tw-border-opacity, 1));
  background-color: rgb(0 100 240 / 0.1);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  text-align: center;
  font-size: 0.875rem;
  line-height: 1.4;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(0 100 240 / var(--tw-text-opacity, 1));
}

header.is-open .gnb-container .util_tool >div {
  display: flex;
  width: 100%;
  gap: 0.25rem;
}

header.is-open .gnb-container .nav-link {
  padding-left: 0.5rem;
  font-weight: 700;
}

header.is-open .gnb-container .submenu > li > a {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-size: 0.9375rem;
  line-height: 1.4;
  font-weight: 500;
}

header.is-open .gnb-container .\!submenu > li > a {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-size: 0.9375rem;
  line-height: 1.4;
  font-weight: 500;
}

header.is-open .gnb-container .nav-item.is-open .submenu {
  border-radius: 0.375rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

header.is-open .gnb-container .nav-item.is-open .\!submenu {
  border-radius: 0.375rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.law-box .\!submenu > li > a {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  --tw-text-opacity: 1;
  color: rgb(40 40 40 / var(--tw-text-opacity, 1));
}

.law-box .\!submenu > li > a h3 {
  font-size: 1.125rem;
  line-height: 1.4;
  font-weight: 700;
}

.law-box .\!submenu > li > a table {
  text-align: center;
  font-size: 0.875rem;
  line-height: 1.4;
}

.law-box .\!submenu > li > a table td {
  height: 2rem;
  word-break: keep-all;
  padding: 0.25rem;
}

.law-box .\!submenu > li > a table th {
  height: 2rem;
  padding: 0.25rem;
}

.\!submenu > li > a {
  display: block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.\!submenu > li > a:hover {
  --tw-text-opacity: 1;
  color: rgb(0 100 240 / var(--tw-text-opacity, 1));
}

@media (min-width: 1280px) {
  .\!submenu > li > a {
    font-size: 1.125rem;
    line-height: 1.4;
  }
}

.law-box .submenu > li > a {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  --tw-text-opacity: 1;
  color: rgb(40 40 40 / var(--tw-text-opacity, 1));
}

.law-box .submenu > li > a h3 {
  font-size: 1.125rem;
  line-height: 1.4;
  font-weight: 700;
}

.law-box .submenu > li > a table {
  text-align: center;
  font-size: 0.875rem;
  line-height: 1.4;
}

.law-box .submenu > li > a table td {
  height: 2rem;
  word-break: keep-all;
  padding: 0.25rem;
}

.law-box .submenu > li > a table th {
  height: 2rem;
  padding: 0.25rem;
}

.submenu > li > a {
  display: block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.submenu > li > a:hover {
  --tw-text-opacity: 1;
  color: rgb(0 100 240 / var(--tw-text-opacity, 1));
}

@media (min-width: 1280px) {
  .submenu > li > a {
    font-size: 1.125rem;
    line-height: 1.4;
  }
}

@media (min-width: 1024px) {
  .mobile-menu-trigger {
    display: none;
  }
}

.mobile-menu-trigger > button {
  padding: 0.5rem;
}

.menu-line {
  transition: all 0.3s ease-in-out;
  transform-origin: 12px 12px;
}

#mobile-menu-open-btn.is-active .menu-line-top {
  transform: translateY(2.25px) rotate(45deg);
}

#mobile-menu-open-btn.is-active .menu-line-middle {
  opacity: 0;
}

#mobile-menu-open-btn.is-active .menu-line-bottom {
  transform: translateY(-5.25px) rotate(-45deg);
}

.mobile-menu-backdrop {
  position: fixed;
  inset: 0px;
  z-index: 40;
  display: none;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
  --tw-bg-opacity: 0.5;
}

@media (min-width: 1024px) {
  .mobile-menu-backdrop {
    display: none;
  }
}

.util_tool {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.submenu-open .submenu-bg {
  display: none;
}

@media (min-width: 1024px) {
  .law-box .submenu-open .submenu-bg {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    --tw-text-opacity: 1;
    color: rgb(40 40 40 / var(--tw-text-opacity, 1));
  }

  .law-box .submenu-open .submenu-bg h3 {
    font-size: 1.125rem;
    line-height: 1.4;
    font-weight: 700;
  }

  .law-box .submenu-open .submenu-bg table {
    text-align: center;
    font-size: 0.875rem;
    line-height: 1.4;
  }

  .law-box .submenu-open .submenu-bg table td {
    height: 2rem;
    word-break: keep-all;
    padding: 0.25rem;
  }

  .law-box .submenu-open .submenu-bg table th {
    height: 2rem;
    padding: 0.25rem;
  }

  .submenu-open .submenu-bg {
    display: block;
  }

  .util_tool {
    display: flex;
    gap: 0.5rem;
    border-radius: 9999px;
    --tw-bg-opacity: 1;
    background-color: rgb(238 90 0 / var(--tw-bg-opacity, 1));
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
  }

  .law-box .util_tool>*+*::before {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    --tw-text-opacity: 1;
    color: rgb(40 40 40 / var(--tw-text-opacity, 1));
  }

  .law-box .util_tool>*+* h3::before {
    font-size: 1.125rem;
    line-height: 1.4;
    font-weight: 700;
  }

  .law-box .util_tool>*+* table::before {
    text-align: center;
    font-size: 0.875rem;
    line-height: 1.4;
  }

  .law-box .util_tool>*+* table td::before {
    height: 2rem;
    word-break: keep-all;
    padding: 0.25rem;
  }

  .law-box .util_tool>*+* table th::before {
    height: 2rem;
    padding: 0.25rem;
  }

  .util_tool>*+*::before {
    display: block;
    height: 1rem;
    width: 1px;
    align-items: center;
    background-color: rgb(255 255 255 / 0.4);
    --tw-content: '';
    content: var(--tw-content);
  }

  .util_tool>*+* {
    align-items: center;
    gap: 0.5rem;
  }

  .util_tool>div {
    display: flex;
    gap: 0.5rem;
  }

  .law-box .util_tool>div>*+*::before {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    --tw-text-opacity: 1;
    color: rgb(40 40 40 / var(--tw-text-opacity, 1));
  }

  .law-box .util_tool>div>*+* h3::before {
    font-size: 1.125rem;
    line-height: 1.4;
    font-weight: 700;
  }

  .law-box .util_tool>div>*+* table::before {
    text-align: center;
    font-size: 0.875rem;
    line-height: 1.4;
  }

  .law-box .util_tool>div>*+* table td::before {
    height: 2rem;
    word-break: keep-all;
    padding: 0.25rem;
  }

  .law-box .util_tool>div>*+* table th::before {
    height: 2rem;
    padding: 0.25rem;
  }

  .util_tool>div>*+*::before {
    display: block;
    height: 1rem;
    width: 1px;
    background-color: rgb(255 255 255 / 0.4);
    --tw-content: '';
    content: var(--tw-content);
  }

  .util_tool>div>*+* {
    gap: 0.5rem;
  }

  .law-box .submenu-bg {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    --tw-text-opacity: 1;
    color: rgb(40 40 40 / var(--tw-text-opacity, 1));
  }

  .law-box .submenu-bg h3 {
    font-size: 1.125rem;
    line-height: 1.4;
    font-weight: 700;
  }

  .law-box .submenu-bg table {
    text-align: center;
    font-size: 0.875rem;
    line-height: 1.4;
  }

  .law-box .submenu-bg table td {
    height: 2rem;
    word-break: keep-all;
    padding: 0.25rem;
  }

  .law-box .submenu-bg table th {
    height: 2rem;
    padding: 0.25rem;
  }

  .submenu-bg {
    position: absolute;
    top: 100%;
    left: 0px;
    display: block;
    height: 0px;
    width: 100%;
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
    transition-duration: 300ms;
    transition-property: height;
  }

  .submenu-open .submenu-bg {
    top: 100%;
    --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);
  }

  .gnb-container .nav {
    width: 100%;
  }

  .gnb-container .nav ul {
    justify-content: space-between;
  }

  .gnb-container .\!nav {
    width: 100%;
  }

  .gnb-container .\!nav ul {
    justify-content: space-between;
  }

  .util_tool a {
    display: inline-flex;
    height: 2rem;
    align-items: center;
    white-space: nowrap;
    font-size: 0.75rem;
    line-height: 1.4;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  }
}

@media (min-width: 1280px) {
  .util_tool a {
    font-size: 0.875rem;
    line-height: 1.4;
  }
}

@media (min-width: 1024px) {
  .submenu-open .logo_box, .submenu-open .util_tool {
    display: none;
  }
}

@media (min-width: 1280px) {
  .submenu-open .logo_box, .submenu-open .util_tool {
    display: flex;
  }
}

/* ==========================================================================
   메인
   ========================================================================== */

/* 스와이퍼 */

.key_visual_w {
  position: relative;
  z-index: 4;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

@media (min-width: 1024px) {
  .key_visual_w {
    overflow: hidden;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
    padding-bottom: 2.5rem;
  }
}

.key_visual_w>.container {
  display: flex;
  flex-direction: column;
}

@media (min-width: 1024px) {
  .key_visual_w>.container {
    flex-direction: row;
    justify-content: space-between;
    gap: 1.75rem;
  }
}

@media (min-width: 1280px) {
  .key_visual_w>.container {
    padding-bottom: 2.5rem;
  }
}

.key_visual_w>.\!container {
  display: flex;
  flex-direction: column;
}

@media (min-width: 1024px) {
  .key_visual_w>.\!container {
    flex-direction: row;
    justify-content: space-between;
    gap: 1.75rem;
  }
}

@media (min-width: 1280px) {
  .key_visual_w>.\!container {
    padding-bottom: 2.5rem;
  }
}

.key_visual_w  .key_visual {
  position: relative;
  width: 100%;
  overflow: hidden;
}

@media (min-width: 1024px) {
  .key_visual_w  .key_visual {
    min-height: 20rem;
    border-radius: 1rem;
  }
}

.key_visual_w  .key_visual .img {
  height: 100%;
  overflow: hidden;
}

.key_visual_w  .key_visual .\!img {
  height: 100%;
  overflow: hidden;
}

.key_visual_w  .key_visual .noImg {
  aspect-ratio: auto;
  border-width: 0px;
}

.key_visual_w  .key_visual .img img {
  height: 100%;
  width: 100%;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  -o-object-fit: cover;
     object-fit: cover;
  transition-property: transform;
  transition-duration: 5000ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.key_visual_w  .key_visual .\!img img {
  height: 100%;
  width: 100%;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  -o-object-fit: cover;
     object-fit: cover;
  transition-property: transform;
  transition-duration: 5000ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.key_visual_w  .swiper-slide-active .img img {
  --tw-scale-x: 1.1;
  --tw-scale-y: 1.1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.key_visual_w  .swiper-slide-active .\!img img {
  --tw-scale-x: 1.1;
  --tw-scale-y: 1.1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.key_visual_w  .key_visual .autoplay-progress {
  position: absolute;
  bottom: 0px;
  left: 0px;
  z-index: 10;
  height: 3px;
  width: 100%;
  transform-origin: left;
  --tw-bg-opacity: 1;
  background-color: rgb(238 90 0 / var(--tw-bg-opacity, 1));
}

.key_visual_w  .swiper-slide {
  position: relative;
}

.key_visual_w  .key_visual .txt {
  position: absolute;
  left: 1.25rem;
  bottom: 3rem;
  z-index: 10;
  width: 70%;
  font-size: 1.125rem;
  line-height: 1.4;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

@media (min-width: 1024px) {
  .key_visual_w  .key_visual .txt {
    left: 2rem;
    bottom: 7rem;
    font-size: 1.5rem;
    line-height: 1.4;
  }
}

@media (min-width: 1280px) {
  .key_visual_w  .key_visual .txt {
    left: 7rem;
    font-size: 1.875rem;
    line-height: 1.4;
  }
}

.key_visual_w  .key_visual .txt .desc, 
  .key_visual_w  .key_visual .txt h3 {
  --tw-translate-y: 2.5rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  word-break: keep-all;
  opacity: 0;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 1000ms;
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}

.key_visual_w  .swiper-slide-active .txt .desc, 
  .key_visual_w  .swiper-slide-active .txt h3 {
  --tw-translate-y: 0px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  opacity: 1;
}

.key_visual_w  .key_visual .txt h3 {
  padding-top: 0.25rem;
  font-size: 1.5rem;
  line-height: 1.4;
  font-weight: 700;
  transition-delay: 300ms;
}

@media (min-width: 1024px) {
  .key_visual_w  .key_visual .txt h3 {
    padding-top: 0.75rem;
    font-size: 3rem;
    line-height: 1.4;
  }
}

@media (min-width: 1280px) {
  .key_visual_w  .key_visual .txt h3 {
    font-size: 3.75rem;
    line-height: 1.4;
  }
}

.key_visual_w  .key_visual .noImg + .txt {
  --tw-text-opacity: 1;
  color: rgb(17 17 17 / var(--tw-text-opacity, 1));
}

.key_visual_w  .key_visual .txt h3>strong {
  font-weight: 700;
  --tw-text-opacity: 1 !important;
  color: rgb(238 90 0 / var(--tw-text-opacity, 1)) !important;
}

.key_visual_w  .swiper-pagination-bullet-active {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.key_visual_w  .quick_banner {
  display: flex;
  flex-grow: 1;
  flex-direction: column;
  justify-content: space-between;
  gap: 0.5rem;
  padding: 1.25rem;
}

@media (min-width: 1024px) {
  .key_visual_w  .quick_banner {
    max-width: 335px;
    gap: 1.5rem;
    padding: 0px;
  }
}

.key_visual_w  .quick_banner dl {
  position: relative;
  display: flex;
  flex-grow: 1;
  flex-direction: column;
  gap: 0.75rem;
  border-radius: 1rem;
  background-color: rgb(var(--c-primary-light));
  background-size: 40px;
  background-position: right 1.75rem bottom 2rem;
  background-repeat: no-repeat;
  padding: 1.25rem;
  font-size: 0.875rem;
  line-height: 1.4;
}

@media (min-width: 1024px) {
  .key_visual_w  .quick_banner dl {
    background-size: 56px;
    padding-top: 2rem;
    padding-bottom: 2rem;
    padding-left: 1.75rem;
    padding-right: 1.75rem;
    font-size: 1rem;
    line-height: 1.4;
  }
}

.key_visual_w  .quick_banner dl{
  background-image: url("../img/main-ico1.svg");
}

.key_visual_w  .quick_banner dl.q2 {
  background-size: 40px;
}

@media (min-width: 1024px) {
  .key_visual_w  .quick_banner dl.q2 {
    background-size: 60px;
  }
}

.key_visual_w  .quick_banner dl.q2{
  background-image: url("../img/main-ico2.svg");
}

.key_visual_w  .quick_banner dl.q3 {
  --tw-bg-opacity: 1;
  background-color: rgb(0 100 240 / var(--tw-bg-opacity, 1));
  background-image: none;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.key_visual_w  .quick_banner dl dt {
  font-size: 1.25rem;
  line-height: 1.4;
  font-weight: 700;
}

@media (min-width: 1024px) {
  .key_visual_w  .quick_banner dl dt {
    font-size: 1.5rem;
    line-height: 1.4;
  }
}

.key_visual_w  .quick_banner dl a::after {
  position: absolute;
  inset: 0px;
  z-index: 0;
  background-color: transparent;
  content: "";
}

.key_visual_w  .quick_banner dl.q3 {
  justify-content: space-between;
}

.key_visual_w  .quick_banner dl.q3 dd {
  display: flex;
  flex-grow: 1;
  flex-direction: column;
  justify-content: space-between;
  gap: 0.5rem;
  padding-top: 0.25rem;
}

@media (min-width: 1024px) {
  .key_visual_w  .quick_banner dl.q3 dd {
    gap: 0.5rem;
    padding-top: 1.25rem;
  }
}

.key_visual_w  .quick_banner dl.q3 .btn_box {
  position: absolute;
  right: 0px;
  top: 0px;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-bottom: 0.5rem;
  padding-left: 0.5rem;
}

.law-box .key_visual_w  .quick_banner dl.q3 .btn_box::before{
  content: var(--tw-content);
  display: flex;
  flex-direction: column;
  gap: 1rem;
  --tw-text-opacity: 1;
  color: rgb(40 40 40 / var(--tw-text-opacity, 1))
}

.law-box .key_visual_w  .quick_banner dl.q3 .btn_box h3::before {
  font-size: 1.125rem;
  line-height: 1.4;
  font-weight: 700;
}

.law-box .key_visual_w  .quick_banner dl.q3 .btn_box table::before {
  text-align: center;
  font-size: 0.875rem;
  line-height: 1.4;
}

.law-box .key_visual_w  .quick_banner dl.q3 .btn_box table td::before {
  height: 2rem;
  word-break: keep-all;
  padding: 0.25rem;
}

.law-box .key_visual_w  .quick_banner dl.q3 .btn_box table th::before {
  height: 2rem;
  padding: 0.25rem;
}

.law-box .key_visual_w  .quick_banner dl.q3 .btn_box::after{
  content: var(--tw-content);
  display: flex;
  flex-direction: column;
  gap: 1rem;
  --tw-text-opacity: 1;
  color: rgb(40 40 40 / var(--tw-text-opacity, 1))
}

.law-box .key_visual_w  .quick_banner dl.q3 .btn_box h3::after {
  font-size: 1.125rem;
  line-height: 1.4;
  font-weight: 700;
}

.law-box .key_visual_w  .quick_banner dl.q3 .btn_box table::after {
  text-align: center;
  font-size: 0.875rem;
  line-height: 1.4;
}

.law-box .key_visual_w  .quick_banner dl.q3 .btn_box table td::after {
  height: 2rem;
  word-break: keep-all;
  padding: 0.25rem;
}

.law-box .key_visual_w  .quick_banner dl.q3 .btn_box table th::after {
  height: 2rem;
  padding: 0.25rem;
}

.key_visual_w  .quick_banner dl.q3 .btn_box::before {
  position: absolute;
  display: block;
  --tw-content: '';
  content: var(--tw-content);
}

.key_visual_w  .quick_banner dl.q3 .btn_box::after {
  position: absolute;
  display: block;
  --tw-content: '';
  content: var(--tw-content);
}

.key_visual_w  .quick_banner dl.q3 .btn_box{
  border-radius: 0 0 0 30px;
}

.key_visual_w  .quick_banner dl.q3 .btn_box button {
  display: flex;
  height: 3.5rem;
  width: 9rem;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(17 17 17 / var(--tw-bg-opacity, 1));
}

.law-box .key_visual_w  .quick_banner dl.q3 .btn_box button:after {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  --tw-text-opacity: 1;
  color: rgb(40 40 40 / var(--tw-text-opacity, 1));
}

.law-box .key_visual_w  .quick_banner dl.q3 .btn_box button h3:after {
  font-size: 1.125rem;
  line-height: 1.4;
  font-weight: 700;
}

.law-box .key_visual_w  .quick_banner dl.q3 .btn_box button table:after {
  text-align: center;
  font-size: 0.875rem;
  line-height: 1.4;
}

.law-box .key_visual_w  .quick_banner dl.q3 .btn_box button table td:after {
  height: 2rem;
  word-break: keep-all;
  padding: 0.25rem;
}

.law-box .key_visual_w  .quick_banner dl.q3 .btn_box button table th:after {
  height: 2rem;
  padding: 0.25rem;
}

.key_visual_w  .quick_banner dl.q3 .btn_box button:after {
  display: block;
  height: 2rem;
  width: 1rem;
  background-position: center;
  background-repeat: no-repeat;
  --tw-content: '';
  content: var(--tw-content);
  background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_119_77)'%3E%3Cpath d='M12.6666 19.3334L19.3333 12.6667' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M12.6666 12.6667H19.3333V19.3334' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_119_77'%3E%3Crect width='32' height='32' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}

.key_visual_w  .quick_banner dl.q3 .btn_box:before{
  box-shadow:15px -15px 0 0 #ffffff;
  border-radius:50%;
  overflow: hidden;
  top:auto;
  left: auto;
  right:0px;
  bottom: -30px;
  width: 30px;
  height: 30px
}

.key_visual_w  .quick_banner dl.q3 .btn_box:after{
  box-shadow:16px -20px 0 0 #ffffff;
  border-radius:50%;
  overflow: hidden;
  top:0px;
  left: -30px;
  right:auto;
  bottom:auto;
  width:30px;
  height:36px;
}

.key_visual_w  .quick_banner dl.q3 .tag_g {
  position: relative;
  z-index: 4;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.4;
}

.key_visual_w  .quick_banner dl.q3 .tag {
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  --tw-text-opacity: 1;
  color: rgb(0 100 240 / var(--tw-text-opacity, 1));
}

.key_visual_w  .quick_banner dl.q3 .\!tag {
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  --tw-text-opacity: 1;
  color: rgb(0 100 240 / var(--tw-text-opacity, 1));
}

/*공지*/

.notice_w {
  position: relative;
  z-index: 4;
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding: 1.25rem;
}

@media (min-width: 1024px) {
  .notice_w {
    padding: 0px;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}

@media (min-width: 1280px) {
  .notice_w {
    padding-bottom: 0px;
  }
}

.notice_w>.container {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

@media (min-width: 1024px) {
  .notice_w>.container {
    gap: 2.5rem;
    padding-bottom: 4rem;
  }
}

.notice_w>.\!container {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

@media (min-width: 1024px) {
  .notice_w>.\!container {
    gap: 2.5rem;
    padding-bottom: 4rem;
  }
}

.notice_w  .notice-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(228 228 228 / var(--tw-border-opacity, 1));
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.notice_w  .notice-head>h3 {
  font-size: 1.5rem;
  line-height: 1.4;
  font-weight: 700;
}

.notice_w  .notice-head .more-btn {
  display: inline-flex;
  height: 2.25rem;
  align-items: center;
  justify-content: center;
  border-radius: 0.25rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(217 217 217 / var(--tw-border-opacity, 1));
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  font-size: 0.875rem;
  line-height: 1.4;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(137 137 137 / var(--tw-text-opacity, 1));
}

.notice_important ul {
  margin-left: auto;
  margin-right: auto;
  display: flex;
  width: 100%;
  max-width: 1500px;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.5rem;
  padding-top: 0.5rem;
}

@media (min-width: 1024px) {
  .notice_important ul {
    flex-direction: row;
    gap: 1rem;
  }
}

@media (min-width: 1280px) {
  .notice_important ul {
    gap: 2.5rem;
  }
}

.notice_important ul li {
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  display: flex;
  width: 100%;
  border-radius: 1rem;
  border-width: 1px;
  border-color: transparent;
  --tw-bg-opacity: 1;
  background-color: rgb(244 244 244 / var(--tw-bg-opacity, 1));
  padding: 0.75rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-right: 3rem;
  font-size: 1rem;
  line-height: 1.4;
  font-weight: 600;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

@media (min-width: 1024px) {
  .notice_important ul li {
    height: 6rem;
    padding-left: 2rem;
    padding-right: 2.5rem;
    font-size: 1.125rem;
    line-height: 1.4;
  }
}

@media (min-width: 1280px) {
  .notice_important ul li {
    font-size: 1.25rem;
    line-height: 1.4;
  }
}

.law-box .notice_important ul li:after {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  --tw-text-opacity: 1;
  color: rgb(40 40 40 / var(--tw-text-opacity, 1));
}

.law-box .notice_important ul li h3:after {
  font-size: 1.125rem;
  line-height: 1.4;
  font-weight: 700;
}

.law-box .notice_important ul li table:after {
  text-align: center;
  font-size: 0.875rem;
  line-height: 1.4;
}

.law-box .notice_important ul li table td:after {
  height: 2rem;
  word-break: keep-all;
  padding: 0.25rem;
}

.law-box .notice_important ul li table th:after {
  height: 2rem;
  padding: 0.25rem;
}

.notice_important ul li:after {
  position: absolute;
  right: 0.5rem;
  top: 50%;
  display: block;
  height: 2rem;
  width: 2rem;
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  background-position: center;
  background-repeat: no-repeat;
  --tw-content: '';
  content: var(--tw-content);
}

@media (min-width: 1024px) {
  .notice_important ul li:after {
    right: 2rem;
  }
}

.notice_important ul li:after{
  background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.6665 19.3332L19.3331 12.6665' stroke='%230064F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M12.6665 12.6665H19.3331V19.3332' stroke='%230064F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

.notice_important ul li:not(.new):after {
  --tw-grayscale: grayscale(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);
}

.notice_important ul li a {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  display: flex;
  height: 100%;
  width: 100%;
  align-items: center;
  padding-right: 2.5rem;
}

.notice_important ul .noti_tit {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.notice_important ul li a:hover .noti_tit {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.notice_important ul li a::after {
  position: absolute;
  inset: 0px;
  z-index: 0;
  background-color: transparent;
  content: "";
}

.notice_important ul li.new {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  border-color: rgb(var(--c-primary-light));
  background-color: rgb(var(--c-primary-light));
  --tw-text-opacity: 1;
  color: rgb(0 100 240 / var(--tw-text-opacity, 1));
}

.notice_important ul li.\!new {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  border-color: rgb(var(--c-primary-light));
  background-color: rgb(var(--c-primary-light));
  --tw-text-opacity: 1;
  color: rgb(0 100 240 / var(--tw-text-opacity, 1));
}

.notice_important ul li:hover, .notice_important ul li:focus-within {
  --tw-translate-y: -2px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  --tw-border-opacity: 1;
  border-color: rgb(228 228 228 / var(--tw-border-opacity, 1));
}

.notice_important ul li.new:hover, .notice_important ul li.new:focus-within {
  border-color: rgb(0 100 240 / 0.9);
}

.notice_important ul li.\!new:hover, .notice_important ul li.\!new:focus-within {
  border-color: rgb(0 100 240 / 0.9);
}

.law-box .notice_important ul li.new:before {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  --tw-text-opacity: 1;
  color: rgb(40 40 40 / var(--tw-text-opacity, 1));
}

.law-box .notice_important ul li.new h3:before {
  font-size: 1.125rem;
  line-height: 1.4;
  font-weight: 700;
}

.law-box .notice_important ul li.new table:before {
  text-align: center;
  font-size: 0.875rem;
  line-height: 1.4;
}

.law-box .notice_important ul li.new table td:before {
  height: 2rem;
  word-break: keep-all;
  padding: 0.25rem;
}

.law-box .notice_important ul li.new table th:before {
  height: 2rem;
  padding: 0.25rem;
}

.notice_important ul li.new:before {
  display: block;
  height: 1rem;
  width: 1rem;
  flex: none;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  --tw-content: '';
  content: var(--tw-content);
}

@media (min-width: 1024px) {
  .notice_important ul li.new:before {
    height: 1.5rem;
    width: 1.5rem;
  }
}

.law-box .notice_important ul li.\!new:before {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  --tw-text-opacity: 1;
  color: rgb(40 40 40 / var(--tw-text-opacity, 1));
}

.law-box .notice_important ul li.\!new h3:before {
  font-size: 1.125rem;
  line-height: 1.4;
  font-weight: 700;
}

.law-box .notice_important ul li.\!new table:before {
  text-align: center;
  font-size: 0.875rem;
  line-height: 1.4;
}

.law-box .notice_important ul li.\!new table td:before {
  height: 2rem;
  word-break: keep-all;
  padding: 0.25rem;
}

.law-box .notice_important ul li.\!new table th:before {
  height: 2rem;
  padding: 0.25rem;
}

.notice_important ul li.\!new:before {
  display: block;
  height: 1rem;
  width: 1rem;
  flex: none;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  --tw-content: '';
  content: var(--tw-content);
}

@media (min-width: 1024px) {
  .notice_important ul li.\!new:before {
    height: 1.5rem;
    width: 1.5rem;
  }
}

.notice_important ul li.new:before{
  background-image: url("data:image/svg+xml,%3Csvg width='22' height='21' viewBox='0 0 22 21' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.7011 17.125L5.51359 20.25C5.28443 20.3958 5.04484 20.4583 4.79484 20.4375C4.54484 20.4167 4.32609 20.3333 4.13859 20.1875C3.95109 20.0417 3.80526 19.8596 3.70109 19.6413C3.59693 19.4229 3.57609 19.1779 3.63859 18.9063L5.01359 13L0.419845 9.03125C0.211511 8.84375 0.0815114 8.63 0.0298447 8.39C-0.0218219 8.15 -0.00640533 7.91583 0.0760947 7.6875C0.158595 7.45917 0.283595 7.27167 0.451095 7.125C0.618595 6.97833 0.847761 6.88458 1.13859 6.84375L7.20109 6.3125L9.54484 0.75C9.64901 0.5 9.81068 0.3125 10.0298 0.1875C10.249 0.0624998 10.4728 0 10.7011 0C10.9294 0 11.1532 0.0624998 11.3723 0.1875C11.5915 0.3125 11.7532 0.5 11.8573 0.75L14.2011 6.3125L20.2636 6.84375C20.5553 6.88542 20.7844 6.97917 20.9511 7.125C21.1178 7.27083 21.2428 7.45833 21.3261 7.6875C21.4094 7.91667 21.4253 8.15125 21.3736 8.39125C21.3219 8.63125 21.1915 8.84458 20.9823 9.03125L16.3886 13L17.7636 18.9063C17.8261 19.1771 17.8053 19.4221 17.7011 19.6413C17.5969 19.8604 17.4511 20.0425 17.2636 20.1875C17.0761 20.3325 16.8573 20.4158 16.6073 20.4375C16.3573 20.4592 16.1178 20.3967 15.8886 20.25L10.7011 17.125Z' fill='%230064F0'/%3E%3C/svg%3E%0A");
}

.notice_important ul li.\!new:before{
  background-image: url("data:image/svg+xml,%3Csvg width='22' height='21' viewBox='0 0 22 21' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.7011 17.125L5.51359 20.25C5.28443 20.3958 5.04484 20.4583 4.79484 20.4375C4.54484 20.4167 4.32609 20.3333 4.13859 20.1875C3.95109 20.0417 3.80526 19.8596 3.70109 19.6413C3.59693 19.4229 3.57609 19.1779 3.63859 18.9063L5.01359 13L0.419845 9.03125C0.211511 8.84375 0.0815114 8.63 0.0298447 8.39C-0.0218219 8.15 -0.00640533 7.91583 0.0760947 7.6875C0.158595 7.45917 0.283595 7.27167 0.451095 7.125C0.618595 6.97833 0.847761 6.88458 1.13859 6.84375L7.20109 6.3125L9.54484 0.75C9.64901 0.5 9.81068 0.3125 10.0298 0.1875C10.249 0.0624998 10.4728 0 10.7011 0C10.9294 0 11.1532 0.0624998 11.3723 0.1875C11.5915 0.3125 11.7532 0.5 11.8573 0.75L14.2011 6.3125L20.2636 6.84375C20.5553 6.88542 20.7844 6.97917 20.9511 7.125C21.1178 7.27083 21.2428 7.45833 21.3261 7.6875C21.4094 7.91667 21.4253 8.15125 21.3736 8.39125C21.3219 8.63125 21.1915 8.84458 20.9823 9.03125L16.3886 13L17.7636 18.9063C17.8261 19.1771 17.8053 19.4221 17.7011 19.6413C17.5969 19.8604 17.4511 20.0425 17.2636 20.1875C17.0761 20.3325 16.8573 20.4158 16.6073 20.4375C16.3573 20.4592 16.1178 20.3967 15.8886 20.25L10.7011 17.125Z' fill='%230064F0'/%3E%3C/svg%3E%0A") !important;
}

.notice_bx {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1.25rem;
}

@media (min-width: 1024px) {
  .notice_bx {
    flex-direction: row;
    gap: 2.5rem;
  }
}

@media (min-width: 1280px) {
  .notice_bx {
    gap: 5rem;
  }
}

.notice_bx>* {
  width: 100%;
}

.notice_bx li {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
  padding: 0px;
  font-size: 0.9375rem;
  line-height: 1.4;
}

@media (min-width: 1024px) {
  .notice_bx li {
    padding: 1.25rem;
    font-size: 1.125rem;
    line-height: 1.4;
  }
}

.law-box .notice_bx li:before {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  --tw-text-opacity: 1;
  color: rgb(40 40 40 / var(--tw-text-opacity, 1));
}

.law-box .notice_bx li h3:before {
  font-size: 1.125rem;
  line-height: 1.4;
  font-weight: 700;
}

.law-box .notice_bx li table:before {
  text-align: center;
  font-size: 0.875rem;
  line-height: 1.4;
}

.law-box .notice_bx li table td:before {
  height: 2rem;
  word-break: keep-all;
  padding: 0.25rem;
}

.law-box .notice_bx li table th:before {
  height: 2rem;
  padding: 0.25rem;
}

.notice_bx li:before {
  display: block;
  height: 1rem;
  width: 1rem;
  flex: none;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  --tw-content: '';
  content: var(--tw-content);
}

@media (min-width: 1024px) {
  .notice_bx li:before {
    height: 1.5rem;
    width: 1.5rem;
  }
}

.notice_bx li:before{
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='19' viewBox='0 0 24 19' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M19 13.5C20.2286 12.54 20.9714 11.07 21 9.5C20.9714 7.93 20.2286 6.46 19 5.5' stroke='%23111111' stroke-width='1.5' stroke-miterlimit='10' stroke-linecap='round'/%3E%3Cpath d='M16 11.5C17.1 10.67 17.33 9.1 16.5 8C16.36 7.81 16.19 7.64 16 7.5' stroke='%23111111' stroke-width='1.5' stroke-miterlimit='10' stroke-linecap='round'/%3E%3Cpath d='M3 7.5V12.5H6L12 16.5V2.5L6 7.5H3Z' fill='%23111111' stroke='%23111111' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

.notice_bx li+li {
  border-top-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(244 244 244 / var(--tw-border-opacity, 1));
}

.notice_bx li a {
  display: flex;
  width: 100%;
  justify-content: space-between;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  --tw-text-opacity: 1;
  color: rgb(64 64 64 / var(--tw-text-opacity, 1));
}

@media (min-width: 1024px) {
  .notice_bx li a {
    padding: 0px;
  }
}

.notice_bx li:hover a {
  --tw-text-opacity: 1;
  color: rgb(17 17 17 / var(--tw-text-opacity, 1));
}

.notice_bx li a::after {
  position: absolute;
  inset: 0px;
  z-index: 0;
  background-color: transparent;
  content: "";
}

.notice_bx .noti_tit {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  width: 100%;
}

.notice_bx .noti_date {
  flex: none;
  padding-left: 2.5rem;
  font-size: 0.75rem;
  line-height: 1.4;
  --tw-text-opacity: 1;
  color: rgb(137 137 137 / var(--tw-text-opacity, 1));
}

@media (min-width: 1024px) {
  .notice_bx .noti_date {
    font-size: 1rem;
    line-height: 1.4;
  }
}

.notice_bx .data_box li:before{
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='19' viewBox='0 0 24 19' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.3242 5.93602L9.49518 9.69002C9.13118 10.05 8.93118 10.542 8.93918 11.059C8.95009 11.582 9.16549 12.0799 9.53918 12.446C9.91418 12.817 10.4192 13.03 10.9422 13.039C11.1982 13.0444 11.4527 12.9985 11.6908 12.9041C11.9288 12.8096 12.1455 12.6685 12.3282 12.489L16.1562 8.73502C16.5173 8.37776 16.8021 7.95084 16.9933 7.48018C17.1844 7.00952 17.2779 6.50492 17.2682 5.99702C17.2472 4.95094 16.8171 3.95474 16.0702 3.22202C15.3212 2.48088 14.3157 2.05653 13.2622 2.03702C12.7507 2.02681 12.2423 2.11865 11.7667 2.30718C11.291 2.49571 10.8578 2.77714 10.4922 3.13502L6.66118 6.89002C6.11989 7.42618 5.69305 8.06662 5.40651 8.77257C5.11997 9.47852 4.9797 10.2353 4.99418 10.997C5.02638 12.5658 5.67183 14.0595 6.79218 15.158C7.91504 16.2695 9.42256 16.9061 11.0022 16.936C11.7697 16.952 12.5328 16.8147 13.2466 16.532C13.9604 16.2494 14.6106 15.8271 15.1592 15.29L18.9882 11.534' stroke='black' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

.banner_w {
  font-size: 1.125rem;
  line-height: 1.4;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

@media (min-width: 1024px) {
  .banner_w {
    font-size: 1.875rem;
    line-height: 1.4;
  }
}

.video_bx {
  z-index: 1;
}

.video_bx video {
  width: 100%;
}

.banner_w .txt {
  position: relative;
  z-index: 4;
  padding-top: 0px;
  padding-bottom: 0px;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

.banner-hole {
  position: relative;
  height: 13rem;
  overflow: hidden;
}

@media (min-width: 1024px) {
  .banner-hole {
    height: 320px;
  }
}

.banner-hole .video_bx {
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 0;
  margin: 0px;
  height: 100%;
  width: 100%;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s ease;
}

.banner-hole .video_bx video {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.banner-hole .mask_layer {
  pointer-events: none;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 10;
  width: 100%;
}

.banner-hole .hole_box {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  height: 13rem;
  border-radius: 0.375rem;
}

@media (min-width: 1024px) {
  .banner-hole .hole_box {
    height: 300px;
    border-radius: 20px;
  }
}

.banner-hole .hole_box {
  will-change: width;
  box-shadow: 0 0 0 200vmax #fff;
}

.banner-hole .txt_box {
  pointer-events: auto;
  position: absolute;
  top: 50%;
  left: 0px;
  width: 100%;
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  text-align: center;
}

.hole_box .btn_box {
  margin-top: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.25rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

@media (min-width: 1024px) {
  .hole_box .btn_box {
    margin-top: 1.25rem;
    gap: 1rem;
    padding-left: 0px;
    padding-right: 0px;
  }
}

.hole_box .btn_box button {
  position: relative;
  display: flex;
  gap: 0.75rem;
  word-break: keep-all;
  border-radius: 9999px;
  border-width: 1px;
  border-color: rgb(255 255 255 / 0.7);
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 1rem;
  padding-right: 1rem;
  font-size: 0.875rem;
  line-height: 1.4;
}

@media (min-width: 768px) {
  .hole_box .btn_box button {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

@media (min-width: 1024px) {
  .hole_box .btn_box button {
    font-size: 1.25rem;
    line-height: 1.4;
  }
}

.law-box .hole_box .btn_box button:after {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  --tw-text-opacity: 1;
  color: rgb(40 40 40 / var(--tw-text-opacity, 1));
}

.law-box .hole_box .btn_box button h3:after {
  font-size: 1.125rem;
  line-height: 1.4;
  font-weight: 700;
}

.law-box .hole_box .btn_box button table:after {
  text-align: center;
  font-size: 0.875rem;
  line-height: 1.4;
}

.law-box .hole_box .btn_box button table td:after {
  height: 2rem;
  word-break: keep-all;
  padding: 0.25rem;
}

.law-box .hole_box .btn_box button table th:after {
  height: 2rem;
  padding: 0.25rem;
}

.hole_box .btn_box button:after {
  display: block;
  height: 2rem;
  width: 2rem;
  flex: none;
  border-radius: 9999px;
  background-position: center;
  background-repeat: no-repeat;
}

@media (min-width: 1024px) {
  .hole_box .btn_box button:after {
    --tw-content: '';
    content: var(--tw-content);
  }
}

.hole_box .btn_box button:after{
  background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.6665 19.3332L19.3331 12.6665' stroke='%23ffffff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M12.6665 12.6665H19.3331V19.3332' stroke='%23ffffff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

.banner-hole .txt {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  font-size: 1.25rem;
  line-height: 1.4;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

@media (min-width: 1024px) {
  .banner-hole .txt {
    padding-left: 0px;
    padding-right: 0px;
    font-size: 3rem;
    line-height: 1.4;
  }
}

.banner-hole .txt {
  text-shadow: 0 2px 4px rgb(0 0 0 / 0.5);
}

.law-box .banner-hole .txt span {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  --tw-text-opacity: 1;
  color: rgb(40 40 40 / var(--tw-text-opacity, 1));
}

.law-box .banner-hole .txt span h3 {
  font-size: 1.125rem;
  line-height: 1.4;
  font-weight: 700;
}

.law-box .banner-hole .txt span table {
  text-align: center;
  font-size: 0.875rem;
  line-height: 1.4;
}

.law-box .banner-hole .txt span table td {
  height: 2rem;
  word-break: keep-all;
  padding: 0.25rem;
}

.law-box .banner-hole .txt span table th {
  height: 2rem;
  padding: 0.25rem;
}

.banner-hole .txt span {
  display: block;
}

@media (min-width: 768px) {
  .banner-hole .txt span {
    display: inline;
  }
}

.banner-hole .txt strong {
  font-weight: 700;
}

.lec_w, .buy_w {
  position: relative;
  z-index: 4;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-bottom: 3.5rem;
  padding-top: 3.5rem;
}

@media (min-width: 1024px) {
  .lec_w, .buy_w {
    padding-top: 0px;
  }
}

@media (min-width: 1280px) {
  .lec_w, .buy_w {
    min-height: 960px;
    padding-top: 5rem;
  }
}

.lec_w .section_header, .buy_w .section_header {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

@media (min-width: 1024px) {
  .lec_w .section_header, .buy_w .section_header {
    flex-direction: row;
    align-items: flex-end;
    justify-content: space-between;
    gap: 0px;
    padding: 0px;
    padding-bottom: 2rem;
  }
}

.lec_w .section_header h3, .buy_w .section_header h3 {
  display: flex;
  flex-direction: column;
  gap: 0.125rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

@media (min-width: 1024px) {
  .lec_w .section_header h3, .buy_w .section_header h3 {
    gap: 0.5rem;
    padding-left: 0px;
    padding-right: 0px;
  }
}

.lec_w .section_header h3 .desc, .buy_w .section_header h3 .desc {
  font-size: 0.9375rem;
  line-height: 1.4;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(238 90 0 / var(--tw-text-opacity, 1));
}

@media (min-width: 1024px) {
  .lec_w .section_header h3 .desc, .buy_w .section_header h3 .desc {
    font-size: 1.125rem;
    line-height: 1.4;
  }
}

.lec_w .section_header h3 .tit, .buy_w .section_header h3 .tit {
  font-size: 1.875rem;
  line-height: 1.4;
  font-weight: 700;
}

@media (min-width: 1024px) {
  .lec_w .section_header h3 .tit, .buy_w .section_header h3 .tit {
    font-size: 3.5rem;
  }
}

.lec_w .filter_g, .buy_w .filter_g {
  display: flex;
  width: 100%;
  scroll-padding-left: 1.25rem;
  scroll-padding-right: 1.25rem;
  gap: 0.125rem;
  overflow-x: auto;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.lec_w .filter_g::-webkit-scrollbar, .buy_w .filter_g::-webkit-scrollbar {
  display: none;
}

.lec_w .filter_g, .buy_w .filter_g {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

@media (min-width: 1024px) {
  .lec_w .filter_g, .buy_w .filter_g {
    width: auto;
    gap: 0.5rem;
    overflow: hidden;
    padding-left: 0px;
    padding-right: 0px;
  }
}

.lec_w .filter_g button, .buy_w .filter_g button {
  white-space: nowrap;
  border-radius: 9999px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(228 228 228 / var(--tw-border-opacity, 1));
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  font-size: 0.9375rem;
  line-height: 1.4;
  --tw-text-opacity: 1;
  color: rgb(93 93 93 / var(--tw-text-opacity, 1));
}

@media (min-width: 1024px) {
  .lec_w .filter_g button, .buy_w .filter_g button {
    min-width: 5rem;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    font-size: 1.125rem;
    line-height: 1.4;
  }
}

.lec_w .filter_g button.is-active, .buy_w .filter_g button.is-active {
  --tw-border-opacity: 1;
  border-color: rgb(0 100 240 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(0 100 240 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.lec_w .lecture_body, .buy_w .lecture_body {
  width: 100%;
  overflow: hidden;
  padding-bottom: 0px;
  padding-top: 1.25rem;
}

@media (min-width: 1024px) {
  .lec_w .lecture_body, .buy_w .lecture_body {
    padding-bottom: 3rem;
    padding-top: 0.5rem;
  }
}

.lec_w {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

@media (min-width: 1024px) {
  .lec_w {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}

.lec_w .lecture_body {
  margin-left: -1.25rem;
  width: calc(100% + 40px);
}

@media (min-width: 1024px) {
  .lec_w .lecture_body {
    margin-left: -2.5rem;
    width: calc(100% + 80px);
  }
}

.lec_w .swiper-slide {
  height: auto;
}

@media (min-width: 1024px) {
  .lec_w .swiper-slide {
    height: 100%;
  }
}

.lec_w .card, .card, .card_full {
  position: relative;
  box-sizing: border-box;
  display: flex;
  height: 100%;
  width: 83.333333%;
  max-width: 32rem;
  flex-direction: column;
  justify-content: space-between;
  border-radius: 0.375rem;
  --tw-bg-opacity: 1;
  background-color: rgb(239 239 239 / var(--tw-bg-opacity, 1));
  padding: 1.25rem;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

@media (min-width: 1024px) {
  .lec_w .card, .card, .card_full {
    border-radius: 1.5rem;
    padding: 2.5rem;
  }
}

.lec_w .card_head, .card_head {
  margin-bottom: 1rem;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.lec_w .card_head h4, .card_head h4 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  font-size: 1.25rem;
  line-height: 1.4;
  font-weight: 700;
}

@media (min-width: 1024px) {
  .lec_w .card_head h4, .card_head h4 {
    font-size: 1.875rem;
    line-height: 1.4;
  }
}

.lec_w .tag_g {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.lec_w .card_body, .card_body {
  display: flex;
  flex-grow: 1;
  flex-direction: column;
  gap: 1rem;
}

@media (min-width: 1024px) {
  .lec_w .card_body, .card_body {
    min-height: 400px;
  }
}

.lec_w .book,.buy_w .book {
  font-size: 1rem;
  line-height: 1.4;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(40 40 40 / var(--tw-text-opacity, 1));
}

@media (min-width: 1024px) {
  .lec_w .book,.buy_w .book {
    font-size: 1.125rem;
    line-height: 1.4;
  }
}

.lec_w .desc,.buy_w .desc {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  font-size: 0.9375rem;
  line-height: 1.4;
  --tw-text-opacity: 1;
  color: rgb(40 40 40 / var(--tw-text-opacity, 1));
}

@media (min-width: 1024px) {
  .lec_w .desc,.buy_w .desc {
    font-size: 1rem;
    line-height: 1.4;
  }
}

.lec_w .writer {
  margin-top: 0px;
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-size: 0.875rem;
  line-height: 1.4;
  --tw-text-opacity: 1;
  color: rgb(93 93 93 / var(--tw-text-opacity, 1));
}

@media (min-width: 1024px) {
  .lec_w .writer {
    margin-top: auto;
  }
}

.lec_w .img, .buy_w .img {
  margin-left: -1.25rem;
  margin-bottom: -1.25rem;
  height: 8rem;
  width: 100%;
  width: calc(100% + 40px);
  overflow: hidden;
  border-radius: 0.375rem;
  --tw-bg-opacity: 1;
  background-color: rgb(251 251 251 / var(--tw-bg-opacity, 1));
}

@media (min-width: 1024px) {
  .lec_w .img, .buy_w .img {
    margin-left: -2.5rem;
    margin-bottom: -2.5rem;
    height: 15rem;
    width: calc(100% + 80px);
    border-radius: 32px;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }
}

.lec_w .\!img, .buy_w .\!img {
  margin-left: -1.25rem;
  margin-bottom: -1.25rem;
  height: 8rem;
  width: 100%;
  width: calc(100% + 40px);
  overflow: hidden;
  border-radius: 0.375rem;
  --tw-bg-opacity: 1;
  background-color: rgb(251 251 251 / var(--tw-bg-opacity, 1));
}

@media (min-width: 1024px) {
  .lec_w .\!img, .buy_w .\!img {
    margin-left: -2.5rem;
    margin-bottom: -2.5rem;
    height: 15rem;
    width: calc(100% + 80px);
    border-radius: 32px;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }
}

.lec_w .\!img, .buy_w .\!img {
  margin-left: -1.25rem;
  margin-bottom: -1.25rem;
  height: 8rem;
  width: 100%;
  width: calc(100% + 40px);
  overflow: hidden;
  border-radius: 0.375rem;
  --tw-bg-opacity: 1;
  background-color: rgb(251 251 251 / var(--tw-bg-opacity, 1));
}

@media (min-width: 1024px) {
  .lec_w .\!img, .buy_w .\!img {
    margin-left: -2.5rem;
    margin-bottom: -2.5rem;
    height: 15rem;
    width: calc(100% + 80px);
    border-radius: 32px;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }
}

.lec_w .img img, .buy_w .img img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

.lec_w .\!img img, .buy_w .\!img img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

.lec_w .card:hover .img img {
  --tw-scale-x: 1.1;
  --tw-scale-y: 1.1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.lec_w .card:hover .\!img img {
  --tw-scale-x: 1.1;
  --tw-scale-y: 1.1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.lec_w .card_foot {
  position: absolute;
  right: 0px;
  bottom: 0px;
}

.law-box .lec_w .card_foot:after {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  --tw-text-opacity: 1;
  color: rgb(40 40 40 / var(--tw-text-opacity, 1));
}

.law-box .lec_w .card_foot h3:after {
  font-size: 1.125rem;
  line-height: 1.4;
  font-weight: 700;
}

.law-box .lec_w .card_foot table:after {
  text-align: center;
  font-size: 0.875rem;
  line-height: 1.4;
}

.law-box .lec_w .card_foot table td:after {
  height: 2rem;
  word-break: keep-all;
  padding: 0.25rem;
}

.law-box .lec_w .card_foot table th:after {
  height: 2rem;
  padding: 0.25rem;
}

.lec_w .card_foot:after {
  position: absolute;
  right: 0px;
  bottom: 0px;
  z-index: 2;
  display: block;
  height: 1rem;
  width: 1rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-content: '';
  content: var(--tw-content);
}

.law-box .lec_w .card_foot .ico {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  --tw-text-opacity: 1;
  color: rgb(40 40 40 / var(--tw-text-opacity, 1));
}

.law-box .lec_w .card_foot .ico h3 {
  font-size: 1.125rem;
  line-height: 1.4;
  font-weight: 700;
}

.law-box .lec_w .card_foot .ico table {
  text-align: center;
  font-size: 0.875rem;
  line-height: 1.4;
}

.law-box .lec_w .card_foot .ico table td {
  height: 2rem;
  word-break: keep-all;
  padding: 0.25rem;
}

.law-box .lec_w .card_foot .ico table th {
  height: 2rem;
  padding: 0.25rem;
}

.lec_w .card_foot .ico {
  position: absolute;
  position: relative;
  bottom: -0.5rem;
  right: -0.5rem;
  z-index: 3;
  display: block;
  height: 5rem;
  width: 5rem;
  border-radius: 9999px;
  border-width: 10px;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg width='67' height='67' viewBox='0 0 67 67' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M28.6533 37.8966L37.8964 28.6536' stroke='white' stroke-width='1.84861' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M28.6533 28.6536H37.8964V37.8966' stroke='white' stroke-width='1.84861' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

.lec_w .card_foot .ico:before, .lec_w .card_foot .ico:after{
  position: absolute;
  right: -2px;
  top: -48px;
  width: 40px;
  height: 40px;
  overflow: hidden;
  border-radius: 50%;
  box-shadow: 20px 20px 0 0 #fff;
  content: "";
  display: block;
  z-index: 1;
}

.lec_w .card_foot .ico:before{
  top: auto;
  bottom: -2px;
  right: 68px;
}

.main-content .lec_w {
  margin: 0px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-left: 0px;
  padding-right: 0px;
}

@media (min-width: 1024px) {
  .main-content .lec_w {
    padding-top: 2.5rem;
  }
}

@media (min-width: 1280px) {
  .main-content .lec_w {
    padding-top: 4rem;
  }
}

@media (min-width: 1024px) {
  .main-content .lec_w .section_header {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}

@media (min-width: 1536px) {
  .main-content .lec_w .section_header {
    padding-left: 0px;
    padding-right: 0px;
  }
}

.main-content .lec_w .lecture_body {
  margin: 0px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1500px;
}

@media (min-width: 1024px) {
  .main-content .lec_w .lecture_body {
    overflow: visible;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}

@media (min-width: 1536px) {
  .main-content .lec_w .lecture_body {
    padding-left: 0px;
    padding-right: 0px;
  }
}

.main-content .lec_w .swiper-wrapper {
  box-sizing: border-box;
  width: 100%;
  scroll-snap-type: x var(--tw-scroll-snap-strictness);
  --tw-scroll-snap-strictness: mandatory;
  scroll-padding-left: 1.25rem;
  scroll-padding-right: 1.25rem;
  gap: 1.25rem;
  overflow: hidden;
  overflow-x: auto;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.main-content .lec_w .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.main-content .lec_w .swiper-wrapper {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

@media (min-width: 1024px) {
  .main-content .lec_w .swiper-wrapper {
    box-sizing: content-box;
    scroll-snap-type: none;
    gap: 0px;
    overflow: visible;
  }
}

@media (min-width: 1536px) {
  .main-content .lec_w .swiper-wrapper {
    padding-left: 0px;
    padding-right: 0px;
  }
}

.main-content .lec_w .swiper-slide {
  height: auto !important;
  scroll-snap-align: start;
}

@media (min-width: 1024px) {
  .main-content .lec_w .swiper-slide {
    width: 512px;
  }
}

.main-content .lec_w .card_body, .main-content .lec_w .card a {
  display: flex;
  height: 100%;
  flex-direction: column;
  justify-content: space-between;
}

.main-content .lec_w .card_body .text-g {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.main-content .lec_w .card_body .text-g .writer {
  padding: 0px;
}

.main-content .lec_w .card {
  padding: 0px;
}

.main-content .lec_w .card>a {
  padding: 1.25rem;
}

@media (min-width: 1024px) {
  .main-content .lec_w .card>a {
    padding: 2.5rem;
  }
}

.sitelink_w,.footer {
  position: relative;
  z-index: 4;
  overflow: hidden;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.sitelink_w {
  border-top-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(244 244 244 / var(--tw-border-opacity, 1));
  padding-top: 2.5rem;
  padding-bottom: 5rem;
}

@media (min-width: 1024px) {
  .sitelink_w {
    border-bottom-right-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
  }
}

@media (min-width: 1280px) {
  .sitelink_w {
    border-bottom-right-radius: 60px;
    border-bottom-left-radius: 60px;
  }
}

.sitelink_header {
  margin-bottom: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

@media (min-width: 1024px) {
  .sitelink_header {
    padding-left: 0px;
    padding-right: 0px;
  }
}

.sitelink_header .tit {
  font-size: 1.5rem;
  line-height: 1.4;
  font-weight: 700;
}

.sitelink_controls {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: flex-end;
  gap: 0.5rem;
  align-self: flex-end;
}

.sitelink_controls button {
  display: flex;
  height: 2.5rem;
  width: 2.5rem;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(244 244 244 / var(--tw-border-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(137 137 137 / var(--tw-text-opacity, 1));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.sitelink_controls button:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(251 251 251 / var(--tw-bg-opacity, 1));
}

.sitelink_controls button svg {
  height: 1.25rem;
  width: 1.25rem;
}

.sitelink_controls .sitelink-play .ico_play {
  display: none;
}

.law-box .sitelink_controls .sitelink-play.is-playing .ico_pause {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  --tw-text-opacity: 1;
  color: rgb(40 40 40 / var(--tw-text-opacity, 1));
}

.law-box .sitelink_controls .sitelink-play.is-playing .ico_pause h3 {
  font-size: 1.125rem;
  line-height: 1.4;
  font-weight: 700;
}

.law-box .sitelink_controls .sitelink-play.is-playing .ico_pause table {
  text-align: center;
  font-size: 0.875rem;
  line-height: 1.4;
}

.law-box .sitelink_controls .sitelink-play.is-playing .ico_pause table td {
  height: 2rem;
  word-break: keep-all;
  padding: 0.25rem;
}

.law-box .sitelink_controls .sitelink-play.is-playing .ico_pause table th {
  height: 2rem;
  padding: 0.25rem;
}

.sitelink_controls .sitelink-play.is-playing .ico_pause {
  display: block;
}

.law-box .sitelink_controls .sitelink-play:not(.is-playing) .ico_play {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  --tw-text-opacity: 1;
  color: rgb(40 40 40 / var(--tw-text-opacity, 1));
}

.law-box .sitelink_controls .sitelink-play:not(.is-playing) .ico_play h3 {
  font-size: 1.125rem;
  line-height: 1.4;
  font-weight: 700;
}

.law-box .sitelink_controls .sitelink-play:not(.is-playing) .ico_play table {
  text-align: center;
  font-size: 0.875rem;
  line-height: 1.4;
}

.law-box .sitelink_controls .sitelink-play:not(.is-playing) .ico_play table td {
  height: 2rem;
  word-break: keep-all;
  padding: 0.25rem;
}

.law-box .sitelink_controls .sitelink-play:not(.is-playing) .ico_play table th {
  height: 2rem;
  padding: 0.25rem;
}

.sitelink_controls .sitelink-play:not(.is-playing) .ico_play {
  display: block;
}

.sitelink_controls .sitelink-play:not(.is-playing) .ico_pause {
  display: none;
}

.sitelink.swiper {
  margin: auto;
  width: 100%;
  overflow: hidden;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.sitelink .swiper-wrapper {
  align-items: center;
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

.sitelink .swiper-slide {
  width: 120px;
}

@media (min-width: 1024px) {
  .sitelink .swiper-slide {
    width: auto;
  }
}

.sitelink .swiper-slide img {
  aspect-ratio: 120/35;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  opacity: 0.6;
  --tw-grayscale: grayscale(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);
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.sitelink .swiper-slide img:hover {
  opacity: 1;
  --tw-grayscale: grayscale(0);
  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);
}

@media (min-width: 1024px) {
  .sitelink .swiper-slide img {
    width: auto;
  }
}

.law-box .sitelink a.noImg {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  --tw-text-opacity: 1;
  color: rgb(40 40 40 / var(--tw-text-opacity, 1));
}

.law-box .sitelink a.noImg h3 {
  font-size: 1.125rem;
  line-height: 1.4;
  font-weight: 700;
}

.law-box .sitelink a.noImg table {
  text-align: center;
  font-size: 0.875rem;
  line-height: 1.4;
}

.law-box .sitelink a.noImg table td {
  height: 2rem;
  word-break: keep-all;
  padding: 0.25rem;
}

.law-box .sitelink a.noImg table th {
  height: 2rem;
  padding: 0.25rem;
}

.sitelink a.noImg {
  display: block;
  aspect-ratio: 120/35;
  height: 35px !important;
  width: 100%;
  width: 120px !important;
  background-size: 15px;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.lec_w .swiper-slide.animate-in {
  animation: fadeInUp 0.5s ease-out forwards;
  opacity: 0;
}

#footer {
  z-index: 1;
  width: 100%;
}

@media (min-width: 1024px) {
  #footer {
    position: fixed;
    left: 0px;
    bottom: 0px;
    height: 100%;
  }
}

#footer .footer {
  display: flex;
  width: 100%;
  flex-grow: 1;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  --tw-bg-opacity: 1;
  background-color: rgb(2 51 100 / var(--tw-bg-opacity, 1));
}

@media (min-width: 1024px) {
  #footer .footer {
    position: absolute;
    left: 0px;
    bottom: 0px;
    height: 400px;
  }
}

.footer .container {
  position: relative;
  display: flex;
  flex-grow: 1;
  flex-direction: column;
  justify-content: center;
  gap: 1rem;
  padding: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

@media (min-width: 1024px) {
  .footer .container {
    gap: 2rem;
    padding-top: 5rem;
  }
}

.footer .\!container {
  position: relative;
  display: flex;
  flex-grow: 1;
  flex-direction: column;
  justify-content: center;
  gap: 1rem;
  padding: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

@media (min-width: 1024px) {
  .footer .\!container {
    gap: 2rem;
    padding-top: 5rem;
  }
}

.footer .container .link {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 0.75rem;
  line-height: 1.4;
}

@media (min-width: 1024px) {
  .footer .container .link {
    gap: 2rem;
    font-size: 1rem;
    line-height: 1.4;
  }
}

.footer .\!container .link {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 0.75rem;
  line-height: 1.4;
}

@media (min-width: 1024px) {
  .footer .\!container .link {
    gap: 2rem;
    font-size: 1rem;
    line-height: 1.4;
  }
}

.footer .container .info_w {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

@media (min-width: 1024px) {
  .footer .container .info_w {
    flex-direction: row;
    align-items: flex-start;
    gap: 4rem;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }
}

.footer .\!container .info_w {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

@media (min-width: 1024px) {
  .footer .\!container .info_w {
    flex-direction: row;
    align-items: flex-start;
    gap: 4rem;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }
}

.footer .container .logo_box {
  order: 1;
  display: flex;
  flex: none;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.75rem;
  line-height: 1.4;
}

@media (min-width: 1024px) {
  .footer .container .logo_box {
    order: 0;
    font-size: 1rem;
    line-height: 1.4;
  }
}

.footer .\!container .logo_box {
  order: 1;
  display: flex;
  flex: none;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.75rem;
  line-height: 1.4;
}

@media (min-width: 1024px) {
  .footer .\!container .logo_box {
    order: 0;
    font-size: 1rem;
    line-height: 1.4;
  }
}

.footer .container .logo_box>span {
  display: flex;
  flex-direction: column;
  font-weight: 700;
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgb(93 93 93 / var(--tw-text-opacity, 1));
}

.footer .\!container .logo_box>span {
  display: flex;
  flex-direction: column;
  font-weight: 700;
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgb(93 93 93 / var(--tw-text-opacity, 1));
}

.footer .container .logo_box>span>strong {
  font-size: 1rem;
  line-height: 1.4;
  font-weight: 800;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

.footer .\!container .logo_box>span>strong {
  font-size: 1rem;
  line-height: 1.4;
  font-weight: 800;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

.footer .container .logo_box img, .footer .container  .logo_box svg {
  height: 2.5rem;
  --tw-brightness: brightness(800);
  --tw-grayscale: grayscale(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);
}

@media (min-width: 1024px) {
  .footer .container .logo_box img, .footer .container  .logo_box svg {
    height: 3.5rem;
  }
}

.footer .\!container .logo_box img, .footer .\!container  .logo_box svg {
  height: 2.5rem;
  --tw-brightness: brightness(800);
  --tw-grayscale: grayscale(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);
}

@media (min-width: 1024px) {
  .footer .\!container .logo_box img, .footer .\!container  .logo_box svg {
    height: 3.5rem;
  }
}

.footer .\!container .logo_box img, .footer .\!container  .logo_box svg {
  height: 2.5rem;
  --tw-brightness: brightness(800);
  --tw-grayscale: grayscale(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);
}

@media (min-width: 1024px) {
  .footer .\!container .logo_box img, .footer .\!container  .logo_box svg {
    height: 3.5rem;
  }
}

.footer .container .logo_box img, .footer .container  .logo_box svg{
  filter:  grayscale(1) brightness(150)
}

.footer .\!container .logo_box img, .footer .\!container  .logo_box svg{
  filter:  grayscale(1) brightness(150) !important
}

.footer .container .logo_tit {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0px;
}

.footer .\!container .logo_tit {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0px;
}

.footer .container .info_box {
  order: 3;
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: 0.75rem;
  font-size: 15px;
}

@media (min-width: 1024px) {
  .footer .container .info_box {
    order: 0;
  }
}

.footer .\!container .info_box {
  order: 3;
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: 0.75rem;
  font-size: 15px;
}

@media (min-width: 1024px) {
  .footer .\!container .info_box {
    order: 0;
  }
}

.footer .container p.info {
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
  word-break: keep-all;
  font-size: 0.75rem;
  line-height: 1.4;
}

@media (min-width: 1024px) {
  .footer .container p.info {
    font-size: 0.875rem;
    line-height: 1.4;
  }
}

.footer .container p.info>span {
  white-space: nowrap;
}

.footer .\!container p.info {
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
  word-break: keep-all;
  font-size: 0.75rem;
  line-height: 1.4;
}

@media (min-width: 1024px) {
  .footer .\!container p.info {
    font-size: 0.875rem;
    line-height: 1.4;
  }
}

.footer .\!container p.info>span {
  white-space: nowrap;
}

.footer .container p.\!info {
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
  word-break: keep-all;
  font-size: 0.75rem;
  line-height: 1.4;
}

@media (min-width: 1024px) {
  .footer .container p.\!info {
    font-size: 0.875rem;
    line-height: 1.4;
  }
}

.footer .container p.\!info>span {
  white-space: nowrap;
}

.footer .container .family_w {
  order: 2;
  flex: none;
  align-self: flex-start;
}

@media (min-width: 1024px) {
  .footer .container .family_w {
    order: 0;
  }
}

.footer .\!container .family_w {
  order: 2;
  flex: none;
  align-self: flex-start;
}

@media (min-width: 1024px) {
  .footer .\!container .family_w {
    order: 0;
  }
}

.footer .container .family_w select {
  height: 2.25rem;
  border-radius: 9999px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
  background-color: transparent;
  padding-left: 1.25rem;
  padding-right: 2.5rem;
  font-size: 0.75rem;
  line-height: 1.4;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

@media (min-width: 1024px) {
  .footer .container .family_w select {
    height: 2.75rem;
    font-size: 1rem;
    line-height: 1.4;
  }
}

.footer .\!container .family_w select {
  height: 2.25rem;
  border-radius: 9999px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
  background-color: transparent;
  padding-left: 1.25rem;
  padding-right: 2.5rem;
  font-size: 0.75rem;
  line-height: 1.4;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

@media (min-width: 1024px) {
  .footer .\!container .family_w select {
    height: 2.75rem;
    font-size: 1rem;
    line-height: 1.4;
  }
}

.footer .container .family_w select{
  background-image: var(--bg-select-arrow-white);
}

.footer .\!container .family_w select{
  background-image: var(--bg-select-arrow-white) !important;
}

.footer .container .family_w select option {
  --tw-text-opacity: 1;
  color: rgb(64 64 64 / var(--tw-text-opacity, 1));
}

.footer .\!container .family_w select option {
  --tw-text-opacity: 1;
  color: rgb(64 64 64 / var(--tw-text-opacity, 1));
}

.footer .container .copy {
  font-size: 0.75rem;
  line-height: 1.4;
  --tw-text-opacity: 1;
  color: rgb(228 228 228 / var(--tw-text-opacity, 1));
}

@media (min-width: 1024px) {
  .footer .container .copy {
    font-size: 0.9375rem;
    line-height: 1.4;
  }
}

.footer .\!container .copy {
  font-size: 0.75rem;
  line-height: 1.4;
  --tw-text-opacity: 1;
  color: rgb(228 228 228 / var(--tw-text-opacity, 1));
}

@media (min-width: 1024px) {
  .footer .\!container .copy {
    font-size: 0.9375rem;
    line-height: 1.4;
  }
}

.footer .container .\!copy {
  font-size: 0.75rem;
  line-height: 1.4;
  --tw-text-opacity: 1;
  color: rgb(228 228 228 / var(--tw-text-opacity, 1));
}

@media (min-width: 1024px) {
  .footer .container .\!copy {
    font-size: 0.9375rem;
    line-height: 1.4;
  }
}

/* Modal */

.modal-container {
  position: fixed;
  inset: 0px;
  z-index: 50;
  display: none;
  align-items: center;
  justify-content: center;
}

.modal-container[data-state=open] {
  display: flex;
}

.modal-backdrop {
  position: absolute;
  inset: 0px;
  background-color: rgb(0 0 0 / 0.8);
}

.modal-panel {
  visibility: hidden;
  position: fixed;
  inset: 0px;
  z-index: 50;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  opacity: 0;
  transition-property: opacity;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.modal-content {
  position: relative;
  display: flex;
  max-height: calc(var(--vh,1vh) * 90);
  min-width: 16rem;
  max-width: 42rem;
  --tw-scale-x: .95;
  --tw-scale-y: .95;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  flex-direction: column;
  border-radius: 20px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding: 0.5rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 1.75rem;
  transition-property: all;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

@media (min-width: 1024px) {
  .modal-content {
    padding: 1.25rem;
  }
}

.modal-header {
  position: relative;
  margin-bottom: 1rem;
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: flex-start;
}

.modal-header h2 {
  padding-right: 3rem;
  font-size: 1.5rem;
  line-height: 1.4;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(40 40 40 / var(--tw-text-opacity, 1));
}

.modal-content-type2 .modal-header {
  margin: 0px;
  justify-content: space-between;
  padding-top: 0.5rem;
  padding-bottom: 1rem;
}

.modal-body {
  margin-bottom: 1.75rem;
  display: flex;
  flex-grow: 1;
  flex-direction: column;
  gap: 1rem;
  overflow: hidden;
  overflow-y: auto;
  font-size: 0.9375rem;
  line-height: 1.4;
}

.modal-content-type2 .modal-body {
  margin: 0px;
}

.modal-actions {
  display: flex;
  width: 100%;
  flex-shrink: 0;
  justify-content: center;
  gap: 0.5rem;
}

.modal-actions>* {
  width: 100%;
}

.modal-actions .btn-box {
  display: flex;
  gap: 0.5rem;
}

.modal-actions button {
  width: 100%;
}

.modal-header + .modal-actions {
  margin-top: 1.5rem;
}

.alert-modal .modal-content {
  max-width: 20rem;
  padding: 1.25rem;
  text-align: center;
}

@media (min-width: 1024px) {
  .alert-modal .modal-content {
    width: -moz-fit-content;
    width: fit-content;
    min-width: 320px;
    max-width: 28rem;
  }
}

.alert-modal .modal-content .alert-MSG {
  padding-top: 1.25rem;
  font-size: 1rem;
  line-height: 1.4;
}

.alert-modal.modal-container .modal-header .btn-icon-close {
  background-size: 22px;
  background-position: 100% 0;
}

/* Modal Popup 컴포넌트 스타일 */

.modal-container[data-state="open"] > [data-js="modal-backdrop"],  .modal-container[data-state="open"] > [data-state-group] {
  visibility: visible;
  opacity: 1;
}

.modal-container .modal-header .btn-icon-close {
  left: auto;
  top: 0px;
  right: 0px;
}

.modal-container[data-state="open"] [data-js="modal-content"] {
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

/* Modal Popup 컴포넌트 닫힘 스타일 */

.modal-container[data-state="closed"] > [data-js="modal-backdrop"],  .modal-container[data-state="closed"] > [data-state-group] {
  visibility: hidden;
  opacity: 0;
}

.modal-container[data-state="closed"] [data-js="modal-content"] {
  --tw-scale-x: .95;
  --tw-scale-y: .95;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.modal-container[data-state="open"] [data-js="modal-content"] {
  --tw-shadow: 0px 0px 50px 0px rgba(0,0,0,0.24);
  --tw-shadow-colored: 0px 0px 50px 0px var(--tw-shadow-color);
  --tw-shadow: 0px 0px 10px 0px rgba(0,0,0,0.08);
  --tw-shadow-colored: 0px 0px 10px 0px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

/* 이미지 미리보기 모달팝업 */

.modal-container .modal-prvcontent {
  position: relative;
  z-index: 10;
  margin-left: 1rem;
  margin-right: 1rem;
  width: 100%;
  max-width: 32rem;
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding: 0.5rem;
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.modal-container .modal-prvcontent .modal-content {
  max-height: none;
  max-width: none;
  padding: 0px;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.modal-container .modal-prvcontent .btn-icon-close {
  position: absolute;
  top: -2.5rem;
  right: 0px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.modal-container .modal-prvcontent .btn-icon-close:hover {
  --tw-text-opacity: 1;
  color: rgb(209 213 219 / var(--tw-text-opacity, 1));
}

@media (min-width: 640px) {
  .modal-container .modal-prvcontent .btn-icon-close {
    top: 0.5rem;
    right: 0.5rem;
    --tw-text-opacity: 1;
    color: rgb(107 114 128 / var(--tw-text-opacity, 1));
  }
}

.modal-container .modal-prvcontent .modal-body {
  display: flex;
  min-height: 300px;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 0.25rem;
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
}

/* ==========================================================================
   Tabs
   ========================================================================== */

.sticky-tab-wrapper {
  position: sticky;
  top: 0px;
  z-index: 22;
  display: flex;
  width: 100%;
  align-items: flex-start;
  justify-content: space-between;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
  will-change: top;
}

.sticky-tab-wrapper::before {
  content: '';
  position: absolute;
  bottom: 100%;
  left: 0px;
  height: 54px;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.tab-list {
  position: relative;
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
  display: grid;
  overflow-x: auto;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.tab-list::-webkit-scrollbar {
  display: none;
}

.tab-list {
  -ms-overflow-style: none;
  scrollbar-width: none;
  grid-template-rows: 1fr;
  /* 기본 상태 (펼쳐짐) */
}

.tab-list > ul {
  display: flex;
  width: -moz-max-content;
  width: max-content;
  align-items: center;
  justify-content: flex-start;
}

.tab-item {
  position: relative;
  z-index: 1;
  display: inline-flex;
  min-width: 5rem;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  font-size: 1rem;
  line-height: 1.4;
  font-weight: 600;
  line-height: 1.25rem;
}

.tab-item[data-state="inactive"] {
  --tw-text-opacity: 1;
  color: rgb(93 93 93 / var(--tw-text-opacity, 1));
}

.tab-item[data-state="active"] {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

@media (min-width: 1024px) {
  .tab-item {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    font-size: 1.125rem;
    line-height: 1.4;
  }
}

/* Style: Pill */

.tab-list > ul {
  gap: 0px;
  row-gap: 0.25rem;
}

.tab-list > [data-js="motion-highlight"] {
  bottom: 0.25rem;
  height: 2.5rem;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(0 100 240 / var(--tw-bg-opacity, 1));
}

.motion-highlight {
  position: absolute;
  bottom: 0px;
  left: 0px;
  z-index: 0;
  transition-property: all;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

/* Style: Underline Legacy */

.tab-list-underline {
  margin-bottom: 0px;
  min-width: 3rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.5rem;
  padding-bottom: 0px;
  font-size: 0.9375rem;
  line-height: 1.4;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(64 64 64 / var(--tw-text-opacity, 1));
}

.tab-list-underline > [data-js="motion-highlight"] {
  bottom: 0px;
  height: 0.125rem;
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
}

.tab-list-underline > ul {
  gap: 1.25rem;
}

@media (min-width: 1024px) {
  .tab-list-underline > ul {
    gap: 2rem;
  }
}

.sticky-tab-wrapper .tab-list {
  scroll-padding-left: 1rem;
  scroll-padding-right: 1rem;
  padding-left: 1rem;
  padding-right: 1rem;
  margin-left: -1.25rem;
  width: calc(100% + 40px);
}

@media (min-width: 1024px) {
  .sticky-tab-wrapper .tab-list {
    margin-left: -2.5rem;
    width: calc(100% + 80px);
  }
}

@media (min-width: 768px) {
  .sticky-tab-wrapper .tab-list {
    margin-left: 0px;
    margin-right: 0px;
    width: 100%;
  }
}

@media (min-width: 1024px) {
  .sticky-tab-wrapper .tab-list.tab-list-underline {
    justify-content: center;
  }
}

.sticky-tab-wrapper:has(.tab-list-underline) {
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(228 228 228 / var(--tw-border-opacity, 1));
}

.tab-item-underline {
  min-width: 62px;
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 0.5rem;
  padding-bottom: 1rem;
  font-weight: 700;
}

.tab-item-underline[data-state="inactive"] {
  --tw-text-opacity: 1;
  color: rgb(137 137 137 / var(--tw-text-opacity, 1));
}

.tab-item-underline[data-state="active"] {
  --tw-text-opacity: 1;
  color: rgb(40 40 40 / var(--tw-text-opacity, 1));
}

.tab-item-underline {
  padding-left: 0.375rem;
  padding-right: 0.375rem;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
}

@media (min-width: 1024px) {
  .tab-item-underline {
    font-size: 1.25rem;
    line-height: 1.4;
  }
}

.tab-item-underline .counter_unit {
  margin-left: 0.25rem;
  line-height: 1;
}

/**/

.tab-list-full-width > ul .tab-item, .tab-list-full-width > ul > li {
  display: flex;
  flex: 1 1 0%;
  flex-direction: row;
  text-align: center;
}

/* Panels */

.tab-panels {
  position: relative;
  z-index: 1;
  display: grid;
}

.tab-panel {
  border-radius: 0.375rem;
  padding: 1rem;
  transition-property: opacity;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.tab-panel[data-state="inactive"] {
  visibility: hidden;
  position: absolute;
  z-index: -2;
  height: 0px;
  opacity: 0;
}

[data-tabtype="anchors"] .tab-panel[data-state="inactive"] {
  visibility: visible;
  position: relative;
  z-index: auto;
  height: auto;
  opacity: 1;
}

.tab-panel .pannel-head {
  margin-bottom: 2rem;
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
}

.tab-panel .pannel-head h3 {
  font-size: 1.875rem;
  line-height: 1.4;
  font-weight: 700;
}

.tab-panel .pannel-head p {
  --tw-text-opacity: 1;
  color: rgb(64 64 64 / var(--tw-text-opacity, 1));
}

/* 테이블 기본 */

table {
  width: 100%;
}

table thead th {
  border-top-width: 1px;
  background-color: rgb(255 255 255 / 0.5);
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(137 137 137 / var(--tw-text-opacity, 1));
}

table th, table td {
  height: 3rem;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(228 228 228 / var(--tw-border-opacity, 1));
  padding: 1rem;
}

.pannel-body {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.list-item {
  position: relative;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  padding-left: 0.75rem;
  font-size: 0.9375rem;
  line-height: 1.4;
  --tw-text-opacity: 1;
  color: rgb(93 93 93 / var(--tw-text-opacity, 1));
}

.list-item::before {
  position: absolute;
  left: 0.25rem;
  top: 0.5rem;
  height: 3px;
  width: 3px;
  flex: none;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(93 93 93 / var(--tw-bg-opacity, 1));
  --tw-content: '';
  content: var(--tw-content);
}

@media (min-width: 1024px) {
  .list-item {
    font-size: 1rem;
    line-height: 1.4;
  }
}

.define_g {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  border-radius: 0.5rem;
  padding: 1.5rem;
}

.bg-define_g {
  --tw-bg-opacity: 1;
  background-color: rgb(244 244 244 / var(--tw-bg-opacity, 1));
}

.board-define_g {
  border-width: 1px;
}

.define-list {
  position: relative;
  display: flex;
  gap: 1rem;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(40 40 40 / var(--tw-text-opacity, 1));
}

.define-list dt {
  display: flex;
  min-width: 8rem;
  flex: none;
  align-items: center;
  gap: 0.5rem;
  --tw-text-opacity: 1;
  color: rgb(137 137 137 / var(--tw-text-opacity, 1));
}

.define-list dt::before {
  height: 3px;
  width: 3px;
  flex: none;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(173 173 173 / var(--tw-bg-opacity, 1));
  --tw-content: '';
  content: var(--tw-content);
}

/* 기본 레이아웃 */

.page-wrapper {
  position: relative;
  z-index: 4;
  display: flex;
  min-height: 70vh;
  width: 100%;
  flex-direction: column;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-bottom: 5rem;
}

@media (min-width: 1024px) {
  .page-wrapper {
    min-height: calc(100vh - 108px);
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}

.page_header {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-top: 60px;
  padding-bottom: 0px;
  text-align: center;
}

@media (min-width: 768px) {
  .page_header {
    gap: 60px;
  }
}

.page_header h2 {
  position: relative;
  z-index: 6;
  width: 100%;
  max-width: 70%;
  padding-bottom: 2.5rem;
  font-size: 1.875rem;
  line-height: 1.4;
  font-weight: 700;
}

@media (min-width: 1024px) {
  .page_header h2 {
    font-size: 3rem;
    line-height: 1.4;
  }
}

.law-box .page_header h2 .desc {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  --tw-text-opacity: 1;
  color: rgb(40 40 40 / var(--tw-text-opacity, 1));
}

.law-box .page_header h2 .desc h3 {
  font-size: 1.125rem;
  line-height: 1.4;
  font-weight: 700;
}

.law-box .page_header h2 .desc table {
  text-align: center;
  font-size: 0.875rem;
  line-height: 1.4;
}

.law-box .page_header h2 .desc table td {
  height: 2rem;
  word-break: keep-all;
  padding: 0.25rem;
}

.law-box .page_header h2 .desc table th {
  height: 2rem;
  padding: 0.25rem;
}

.page_header h2 .desc {
  margin-left: auto;
  margin-right: auto;
  margin-top: 0.75rem;
  display: block;
  word-break: keep-all;
  text-align: center;
  font-size: 0.875rem;
  line-height: 1.4;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(137 137 137 / var(--tw-text-opacity, 1));
}

@media (min-width: 768px) {
  .page_header h2 .desc {
    width: 75%;
  }
}

@media (min-width: 1024px) {
  .page_header h2 .desc {
    font-size: 1rem;
    line-height: 1.4;
  }
}

.page_header .sticky-tab-wrapper {
  margin-top: -1.25rem;
  border-style: none;
}

.page_header .sticky-tab-wrapper .tab-list {
  margin-top: 0px !important;
}

.page_header .step_w {
  margin-top: -1.25rem;
  padding-bottom: 2.5rem;
}

.page_header+[data-js="tab-container"] .sticky-tab-wrapper {
  border-style: none;
}

.page_header+[data-js="tab-container"] .sticky-tab-wrapper .tab-list {
  margin-top: 0px !important;
}

/* 강의 차시 안내 */

.lec-list li {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
  border-top-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(228 228 228 / var(--tw-border-opacity, 1));
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

@media (min-width: 1024px) {
  .lec-list li {
    gap: 1rem;
    row-gap: 0.5rem;
    padding: 1.25rem;
  }
}

@media (min-width: 1280px) {
  .lec-list li {
    flex-direction: row;
    flex-wrap: nowrap;
  }
}

@media (min-width: 1536px) {
  .lec-list li {
    gap: 3.5rem;
  }
}

.lec-list li>div:not(.progrsbar):not(.tit) {
  order: 2;
  width: 100%;
  flex: none;
}

@media (min-width: 1024px) {
  .lec-list li>div:not(.progrsbar):not(.tit) {
    width: auto;
  }
}

.lec-list li .tit {
  width: 100%;
  flex: 1 1 auto;
  font-size: 1.125rem;
  line-height: 1.4;
}

@media (min-width: 1024px) {
  .lec-list li .tit {
    width: calc(100% - 200px);
  }
}

@media (min-width: 1280px) {
  .lec-list li .tit {
    width: 100%;
  }
}

.progrsbar {
  display: flex;
  width: 9rem;
  flex: none;
  align-items: center;
  gap: 0.5rem;
}

.progrsbar .rate {
  font-size: 0.75rem;
  line-height: 1.4;
  --tw-text-opacity: 1;
  color: rgb(137 137 137 / var(--tw-text-opacity, 1));
}

.bar_bg {
  position: relative;
  height: 0.5rem;
  width: 100%;
  overflow: hidden;
  border-radius: 1.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(217 217 217 / var(--tw-bg-opacity, 1));
}

.bar_bg .bar {
  position: absolute;
  left: 0px;
  top: 0px;
  height: 100%;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(0 100 240 / var(--tw-bg-opacity, 1));
}

.lec-list li .date_g {
  display: flex;
  flex-grow: 1 !important;
  flex-direction: column;
  gap: 0.5rem;
}

@media (min-width: 1536px) {
  .lec-list li .date_g {
    flex: none !important;
  }
}

.date_g div {
  width: 190px;
  flex: none;
  white-space: nowrap;
  font-size: 0.875rem;
  line-height: 1.4;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(93 93 93 / var(--tw-text-opacity, 1));
}

.date_g div >strong {
  font-size: 1rem;
  line-height: 1.4;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

@media (min-width: 1800px) {
  .lec-list li .date_g {
    flex-direction: row;
  }
}

.race_g .lec-list li .chk_box {
  order: 1 !important;
  height: 1.5rem;
  width: 1.5rem !important;
}

@media (min-width: 1024px) {
  .race_g .lec-list li .chk_box {
    order: 2 !important;
  }
}

/* 강의 상세 페이지 */

.lecview-content .page-wrapper {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 249 / var(--tw-bg-opacity, 1));
}

.lecview-content .page-wrapper > div.container:first-child {
  display: flex;
  max-width: none;
  flex-direction: row;
  flex-direction: column;
}

@media (min-width: 1024px) {
  .lecview-content .page-wrapper > div.container:first-child {
    flex-direction: row;
    justify-content: space-between;
    gap: 2rem;
  }
}

@media (min-width: 1280px) {
  .lecview-content .page-wrapper > div.container:first-child {
    gap: 3rem;
  }
}

@media (min-width: 1536px) {
  .lecview-content .page-wrapper > div.container:first-child {
    gap: 5rem;
  }
}

.lecview-content .page-wrapper > div.\!container:first-child {
  display: flex;
  max-width: none;
  flex-direction: row;
  flex-direction: column;
}

@media (min-width: 1024px) {
  .lecview-content .page-wrapper > div.\!container:first-child {
    flex-direction: row;
    justify-content: space-between;
    gap: 2rem;
  }
}

@media (min-width: 1280px) {
  .lecview-content .page-wrapper > div.\!container:first-child {
    gap: 3rem;
  }
}

@media (min-width: 1536px) {
  .lecview-content .page-wrapper > div.\!container:first-child {
    gap: 5rem;
  }
}

.lecview-content .sticky-tab-wrapper {
  background-color: rgb(243 244 249 / 0.9);
  --tw-backdrop-blur: blur(4px);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

@media (min-width: 1024px) {
  .lecview-content .sticky-tab-wrapper {
    padding-top: 1.25rem;
    padding-left: 1.5rem;
  }
}

.lecview-content  .tit-area {
  flex: none;
}

@media (min-width: 1024px) {
  .lecview-content  .tit-area {
    width: 300px;
  }
}

@media (min-width: 1536px) {
  .lecview-content  .tit-area {
    width: 400px;
  }
}

.lecview-content  .content-area {
  width: 100%;
}

.lecview-content .tit-area {
  left: 0px;
  top: 40px;
  z-index: 5;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  align-self: flex-start;
  padding-top: 3.5rem;
  transition-property: all;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

@media (min-width: 1024px) {
  .lecview-content .tit-area {
    position: sticky;
    gap: 1.75rem;
    padding-top: 0px;
  }
}

.lecview-content .tit-area .tit_bx {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  font-size: 1.5rem;
  line-height: 1.4;
  font-weight: 700;
}

@media (min-width: 1024px) {
  .lecview-content .tit-area .tit_bx {
    gap: 1.25rem;
    font-size: 2.25rem;
    line-height: 1.4;
    font-weight: 400;
  }
}

.lecview-content .tit-area .tit_bx .ico-box {
  display: flex;
  gap: 0.25rem;
}

.lecview-content .tit-area .book_thum, .lecview-content .tit-area .ico-box>div {
  display: flex;
  aspect-ratio: 1 / 1;
  height: 4rem;
  width: 4rem;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 9999px;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(0 100 240 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(244 244 244 / var(--tw-bg-opacity, 1));
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.lecview-content .tit-area .ico-box>div {
  border-width: 1px;
  border-color: rgb(0 100 240 / 0.3);
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  background-size: 26px;
  background-position: center;
  background-repeat: no-repeat;
}

.lecview-content .tit-area .ico-box>div.book-ico{
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M22 16.7402V4.67019C22 3.47019 21.02 2.58019 19.83 2.68019H19.77C17.67 2.86019 14.48 3.93019 12.7 5.05019L12.53 5.16019C12.24 5.34019 11.76 5.34019 11.47 5.16019L11.22 5.01019C9.44 3.90019 6.26 2.84019 4.16 2.67019C2.97 2.57019 2 3.47019 2 4.66019V16.7402C2 17.7002 2.78 18.6002 3.74 18.7202L4.03 18.7602C6.2 19.0502 9.55 20.1502 11.47 21.2002L11.51 21.2202C11.78 21.3702 12.21 21.3702 12.47 21.2202C14.39 20.1602 17.75 19.0502 19.93 18.7602L20.26 18.7202C21.22 18.6002 22 17.7002 22 16.7402Z' stroke='%230064f0' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath opacity='0.4' d='M12 5.49023V20.4902' stroke='%230064f0' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath opacity='0.4' d='M7.75 8.49023H5.5' stroke='%230064f0' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath opacity='0.4' d='M8.5 11.4902H5.5' stroke='%230064f0' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

.lecview-content .tit-area  .ico-box>div.mv-ico{
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M22 15V9C22 4 20 2 15 2H9C4 2 2 4 2 9V15C2 20 4 22 9 22H15C20 22 22 20 22 15Z' stroke='%230064f0' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M2.51953 7.10986H21.4795' stroke='%230064f0' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M8.51953 2.10986V6.96986' stroke='%230064f0' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M15.4805 2.10986V6.51986' stroke='%230064f0' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath opacity='0.4' d='M9.75 14.4501V13.2501C9.75 11.7101 10.84 11.0801 12.17 11.8501L13.21 12.4501L14.25 13.0501C15.58 13.8201 15.58 15.0801 14.25 15.8501L13.21 16.4501L12.17 17.0501C10.84 17.8201 9.75 17.1901 9.75 15.6501V14.4501V14.4501Z' stroke='%230064f0' stroke-width='1.5' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

.lecview-content .tit-area .book_thum img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.lecview-content .tit-area .info_bx {
  overflow-wrap: break-word;
  word-break: keep-all;
  font-size: 1rem;
  line-height: 1.4;
  --tw-text-opacity: 1;
  color: rgb(64 64 64 / var(--tw-text-opacity, 1));
}

@media (min-width: 1024px) {
  .lecview-content .tit-area .info_bx {
    padding-right: 3.5rem;
    font-size: 1.125rem;
    line-height: 1.4;
    line-height: 1.75rem;
  }
}

.lecview-content .tit-area .btn_bx {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  padding-top: 0px;
  padding-bottom: 1.25rem;
}

@media (min-width: 1024px) {
  .lecview-content .tit-area .btn_bx {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }
}

.lecview-content .tit-area .btn_bx button {
  height: 3rem;
  font-size: 1.125rem;
  line-height: 1.4;
}

@media (min-width: 1024px) {
  .lecview-content .tit-area .btn_bx button {
    height: 3.5rem;
  }
}

.lecview-content .tit-area .price_bx {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.law-box .lecview-content .tit-area .price_bx .orgprice+.discount:before {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  --tw-text-opacity: 1;
  color: rgb(40 40 40 / var(--tw-text-opacity, 1));
}

.law-box .lecview-content .tit-area .price_bx .orgprice+.discount h3:before {
  font-size: 1.125rem;
  line-height: 1.4;
  font-weight: 700;
}

.law-box .lecview-content .tit-area .price_bx .orgprice+.discount table:before {
  text-align: center;
  font-size: 0.875rem;
  line-height: 1.4;
}

.law-box .lecview-content .tit-area .price_bx .orgprice+.discount table td:before {
  height: 2rem;
  word-break: keep-all;
  padding: 0.25rem;
}

.law-box .lecview-content .tit-area .price_bx .orgprice+.discount table th:before {
  height: 2rem;
  padding: 0.25rem;
}

@media (min-width: 1024px) {
  .lecview-content .tit-area .price_bx {
    gap: 0.75rem;
    padding: 0.75rem;
  }
}

.lecview-content .tit-area .price_bx .define-list {
  justify-content: space-between;
}

@media (min-width: 1024px) {
  .lecview-content .tit-area .price_bx .define-list {
    justify-content: flex-start;
  }
}

.lecview-content .tit-area .price_bx .define-list dt {
  min-width: 0px;
}

@media (min-width: 1024px) {
  .lecview-content .tit-area .price_bx .define-list dt {
    min-width: 8rem;
  }
}

.lecview-content .tit-area .price_bx .discount {
  margin: 0px;
  width: auto;
  align-items: center;
  gap: 0.25rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(0 100 240 / var(--tw-text-opacity, 1));
}

.lecview-content .tit-area .price_bx .orgprice+.discount:before {
  display: block;
  height: 0.75rem;
  width: 0.75rem;
  background-position: center;
  background-repeat: no-repeat;
  --tw-content: '';
  content: var(--tw-content);
}

.lecview-content .tit-area .price_bx .orgprice {
  width: auto;
}

.orgprice+.discount:before{
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='12' height='12' fill='rgba(131,131,131,1)'%3E%3Cpath d='M16.1716 10.9999L10.8076 5.63589L12.2218 4.22168L20 11.9999L12.2218 19.778L10.8076 18.3638L16.1716 12.9999H4V10.9999H16.1716Z'%3E%3C/path%3E%3C/svg%3E");
}

.lecview-content .orgprice {
  display: inline-flex;
  width: 100%;
  font-size: 0.875rem;
  line-height: 1.4;
  --tw-text-opacity: 1;
  color: rgb(238 90 0 / var(--tw-text-opacity, 1));
  text-decoration-line: line-through;
}

@media (min-width: 1536px) {
  .lecview-content .orgprice {
    width: auto;
  }
}

.lecview-content .discount {
  display: inline-flex;
  width: 100%;
}

@media (min-width: 1536px) {
  .lecview-content .discount {
    margin-left: 1rem;
    width: auto;
  }
}

.lecview-content .content-area{
}

.lecview-content .content-area .sticky-tab-wrapper::before {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 249 / var(--tw-bg-opacity, 1));
}

.lecview-content .content-area .tab-panels {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  padding-top: 0px;
}

@media (min-width: 1024px) {
  .lecview-content .content-area .tab-panels {
    padding-top: 0.75rem;
  }
}

.lecview-content .content-area .tab-panel {
  border-radius: 1rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding: 1.5rem;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

@media (min-width: 1024px) {
  .lecview-content .content-area .tab-panel {
    border-radius: 40px;
  }
}

@media (min-width: 1280px) {
  .lecview-content .content-area .tab-panel {
    padding: 2.75rem;
  }
}

.lecview-content .content-area .tab-panel .pannel-head {
  margin-bottom: 1rem;
}

@media (min-width: 1024px) {
  .lecview-content .content-area .tab-panel .pannel-head {
    margin-bottom: 2rem;
  }
}

.lecview-content .content-area .tab-panel .pannel-head h3 {
  font-size: 1.25rem;
  line-height: 1.4;
}

@media (min-width: 1024px) {
  .lecview-content .content-area .tab-panel .pannel-head h3 {
    font-size: 1.875rem;
    line-height: 1.4;
  }
}

.lecview-content .content-area td,  .lecview-content .content-area th {
  height: auto;
  border-width: 1px;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.lecview-content .content-area .card_g {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  align-items: stretch;
  gap: 2.5rem;
}

@media (min-width: 768px) {
  .lecview-content .content-area .card_g {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 1280px) {
  .lecview-content .content-area .card_g {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.lecview-content .content-area .card {
  height: 100%;
  width: auto;
  max-width: none;
  gap: 1.5rem;
  border-radius: 1.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(244 244 244 / var(--tw-bg-opacity, 1));
  padding: 2rem;
}

.lecview-content .content-area .card_body {
  min-height: -moz-max-content;
  min-height: max-content;
}

.lecview-content .content-area .card_head {
  display: flex;
  align-items: center;
  gap: 1.25rem;
}

.lecview-content .content-area .teacher_g .teacher-card .card_head {
  margin-bottom: 0px;
}

.lecview-content .content-area h4 {
  order: 2;
  font-size: 1.5rem;
  line-height: 1.4;
  font-weight: 600;
}

.law-box .lecview-content .content-area .card_head h4>.company {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  --tw-text-opacity: 1;
  color: rgb(40 40 40 / var(--tw-text-opacity, 1));
}

.law-box .lecview-content .content-area .card_head h4>.company h3 {
  font-size: 1.125rem;
  line-height: 1.4;
  font-weight: 700;
}

.law-box .lecview-content .content-area .card_head h4>.company table {
  text-align: center;
  font-size: 0.875rem;
  line-height: 1.4;
}

.law-box .lecview-content .content-area .card_head h4>.company table td {
  height: 2rem;
  word-break: keep-all;
  padding: 0.25rem;
}

.law-box .lecview-content .content-area .card_head h4>.company table th {
  height: 2rem;
  padding: 0.25rem;
}

.lecview-content .content-area .card_head h4>.company {
  display: block;
  text-align: center;
  font-size: 1.125rem;
  line-height: 1.4;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(64 64 64 / var(--tw-text-opacity, 1));
}

.lecview-content .content-area .card_head .thum {
  order: 1;
  display: flex;
  aspect-ratio: 1 / 1;
  height: 6rem;
  width: 6rem;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(244 244 244 / var(--tw-bg-opacity, 1));
}

.lecview-content .content-area .card_head .thum img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.lecview-content .content-area .card h5 {
  margin-bottom: 0.75rem;
  font-size: 1.125rem;
  line-height: 1.4;
  font-weight: 600;
}

.lecview-content .content-area .race_g h4 {
  margin-bottom: 1rem;
}

.lecview-content .content-area .race_g .race-g-head {
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media (min-width: 1024px) {
  .law-box .lecview-content .content-area .race_g .race-g-head .btn svg {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    --tw-text-opacity: 1;
    color: rgb(40 40 40 / var(--tw-text-opacity, 1));
  }

  .law-box .lecview-content .content-area .race_g .race-g-head .btn svg h3 {
    font-size: 1.125rem;
    line-height: 1.4;
    font-weight: 700;
  }

  .law-box .lecview-content .content-area .race_g .race-g-head .btn svg table {
    text-align: center;
    font-size: 0.875rem;
    line-height: 1.4;
  }

  .law-box .lecview-content .content-area .race_g .race-g-head .btn svg table td {
    height: 2rem;
    word-break: keep-all;
    padding: 0.25rem;
  }

  .law-box .lecview-content .content-area .race_g .race-g-head .btn svg table th {
    height: 2rem;
    padding: 0.25rem;
  }
}

.lecview-content .content-area .race_g .race-g-head .btn {
  display: flex;
  width: auto;
  align-items: center;
  gap: 0.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
}

.lecview-content .content-area .race_g .race-g-head .btn svg {
  display: none;
}

@media (min-width: 1024px) {
  .lecview-content .content-area .race_g .race-g-head .btn svg {
    display: block;
  }
}

.lecview-content .content-area .race_g .race-g-head h4 {
  order: 0;
  margin: 0px;
}

@media (min-width: 1024px) {
  .lecview-content .content-area .race_g {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}

.lecview-content .content-area .define_g.mypace {
  display: grid;
  -moz-column-gap: 3.5rem;
       column-gap: 3.5rem;
  border-radius: 0.5rem;
  background-color: rgb(var(--c-primary-light));
  padding: 1.5rem;
}

@media (min-width: 1280px) {
  .lecview-content .content-area .define_g.mypace {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.lecview-content .content-area .define_g.mypace .define-list {
  align-items: center;
}

@media (min-width: 1280px) {
  .lecview-content .content-area .define_g.mypace dt {
    min-width: 7rem;
  }
}

.lecview-content .content-area .pannel-body:has(table) {
  overflow: hidden;
  overflow-x: auto;
}

.lecview-content .content-area .pannel-body:has(table)::-webkit-scrollbar {
  display: none;
}

.lecview-content .content-area .pannel-body:has(table) {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

@media (min-width: 1024px) {
  .lecview-content .content-area .pannel-body:has(table) {
    overflow: hidden;
  }
}

.lecview-content .content-area .pannel-body:has(table) td {
  word-break: keep-all;
  font-size: 0.875rem;
  line-height: 1.4;
}

@media (min-width: 768px) {
  .lecview-content .content-area .pannel-body:has(table) td {
    word-break: break-all;
  }
}

@media (min-width: 1024px) {
  .lecview-content .content-area .pannel-body:has(table) td {
    font-size: 0.9375rem;
    line-height: 1.4;
  }
}

@media (min-width: 1280px) {
  .lecview-content .content-area .pannel-body:has(table) td {
    word-break: keep-all;
  }
}

.lecview-content .content-area .pannel-body:has(table) th {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
}

@media (min-width: 1024px) {
  .lecview-content .content-area .pannel-body:has(table) th {
    font-size: 0.9375rem;
    line-height: 1.4;
  }
}

.lecview-content .content-area .pannel-body:has(table) thead th {
  white-space: nowrap;
  font-size: 0.875rem;
  line-height: 1.4;
  --tw-text-opacity: 1;
  color: rgb(93 93 93 / var(--tw-text-opacity, 1));
}

.lecview-content .content-area .pannel-body {
  width: 100%;
}

.lecview-content .content-area .define_g {
  padding: 0px;
}

@media (min-width: 1960px) {
  .lecview-content .content-area .define_g.mypace {
    display: flex;
    justify-content: center;
  }

  .lecview-content .content-area .define_g.mypace dt {
    width: auto;
    min-width: 0px;
  }
}

.lecview-content .content-area .race_g .btn {
  width: 100%;
  min-width: 105px;
  --tw-text-opacity: 1;
  color: rgb(0 100 240 / var(--tw-text-opacity, 1));
}

.lecview-content .content-area .race_g .\!btn {
  width: 100%;
  min-width: 105px;
  --tw-text-opacity: 1;
  color: rgb(0 100 240 / var(--tw-text-opacity, 1));
}

.lecview-content .content-area .race_g .btn.end {
  --tw-border-opacity: 1;
  border-color: rgb(228 228 228 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(251 251 251 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(40 40 40 / var(--tw-text-opacity, 1));
}

.lecview-content .content-area .race_g .\!btn.end {
  --tw-border-opacity: 1;
  border-color: rgb(228 228 228 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(251 251 251 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(40 40 40 / var(--tw-text-opacity, 1));
}

.lecview-content .content-area .pannel-body .btn_bx {
  position: relative;
  display: flex;
  min-height: 3rem;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
}

@media (min-width: 1024px) {
  .lecview-content .content-area .pannel-body .btn_bx {
    flex-wrap: nowrap;
  }
}

.lecview-content .content-area .pannel-body .btn_bx button {
  margin: 0px;
  width: auto;
  min-width: 105px;
  flex-grow: 0;
  font-size: 1.125rem;
  line-height: 1.4;
}

@media (min-width: 1024px) {
  .lecview-content .content-area .pannel-body .btn_bx button.btn-more {
    min-width: 13rem;
    border-radius: 9999px;
  }

  .lecview-content .content-area .pannel-body .btn_bx button.btn-write {
    position: absolute;
    right: 0px;
    top: 0px;
  }
}

@media (min-width: 1536px) {
  .lecview-content .content-area .card_g.teacher_g {
    display: flex;
    justify-content: center;
  }
}

.lecview-content .content-area .card_g.teacher_g .card {
  height: auto;
}

@media (min-width: 1536px) {
  .lecview-content .content-area .card_g.teacher_g .card {
    width: calc(100% / 3 - 20px);
  }
}

/* 강의목록 */

.leclist-content main {
  padding-left: 0px;
  padding-right: 0px;
}

.leclist-content .page-wrapper {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 249 / var(--tw-bg-opacity, 1));
  padding-left: 0px;
  padding-right: 0px;
}

.leclist-content .tab-list-underline {
  margin-left: 0px;
  margin-right: 0px;
}

@media (min-width: 768px) {
  .leclist-content .tab-list-underline {
    justify-content: center;
    padding-left: 0px;
    padding-right: 0px;
  }
}

.leclist-content .tab-panels {
  margin-bottom: 2.5rem;
  max-width: none;
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 249 / var(--tw-bg-opacity, 1));
  padding: 0px;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  padding-bottom: 0px;
}

@media (min-width: 1024px) {
  .leclist-content .tab-panels {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}

.leclist-content .pannel-head {
  margin-bottom: 1.5rem;
  justify-content: center;
}

.leclist-content .lec_w {
  min-height: 0px;
  align-items: flex-start;
  justify-content: flex-start;
  overflow: visible;
  background-color: transparent;
  padding: 0px;
}

.leclist-content .lec_w .lecture_body {
  margin: 0px;
  width: 100%;
}

.leclist-content .lec_w .card {
  width: 100%;
  max-width: none;
}

.leclist-content .lec_w .card_foot:after {
  display: none;
}

.leclist-content .lec_w .tag:not(.tag_secondary):not(.tag_primary) {
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(228 228 228 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.leclist-content .lec_w .\!tag:not(.tag_secondary):not(.tag_primary) {
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(228 228 228 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.leclist-content .tab-panel {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1500px;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  padding-right: 0px;
}

.leclist-content .lec_w .lecture_body {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  align-items: stretch;
  gap: 1.25rem;
  overflow: visible;
  padding-top: 0px;
}

@media (min-width: 1024px) {
  .leclist-content .lec_w .lecture_body {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 2.5rem;
    row-gap: 3rem;
  }
}

@media (min-width: 1280px) {
  .leclist-content .lec_w .lecture_body {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (min-width: 1536px) {
  .leclist-content .lec_w .lecture_body {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1rem;
  }
}

.leclist-content .lec_w .lecture_body .card {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

@media (min-width: 1536px) {
  .leclist-content .lec_w .lecture_body .card {
    padding: 1.75rem;
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
  }
}

.leclist-content .lec_w .lecture_body .card_body {
  position: relative;
  min-height: 0px;
}

.leclist-content .lec_w .lecture_body .card_head .tit {
  position: relative;
  display: flex;
  min-height: 140px;
  flex-direction: column;
  justify-content: center;
  gap: 0.75rem;
}

.leclist-content .lec_w .lecture_body .card .img {
  position: absolute;
  left: 0px;
  top: 50%;
  margin: 0px;
  aspect-ratio: 2/2.83;
  height: auto;
  width: 4rem;
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  overflow: hidden;
  border-radius: 0.25rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(228 228 228 / var(--tw-border-opacity, 1));
}

@media (min-width: 768px) {
  .leclist-content .lec_w .lecture_body .card .img {
    width: 6rem;
  }
}

.leclist-content .lec_w .lecture_body .card .\!img {
  position: absolute;
  left: 0px;
  top: 50%;
  margin: 0px;
  aspect-ratio: 2/2.83;
  height: auto;
  width: 4rem;
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  overflow: hidden;
  border-radius: 0.25rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(228 228 228 / var(--tw-border-opacity, 1));
}

@media (min-width: 768px) {
  .leclist-content .lec_w .lecture_body .card .\!img {
    width: 6rem;
  }
}

.leclist-content .lec_w .lecture_body .card .img img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.leclist-content .lec_w .lecture_body .card .\!img img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.leclist-content .lec_w .lecture_body .define_g {
  padding: 0px;
  font-size: 0.875rem;
  line-height: 1.4;
}

.leclist-content .lec_w .lecture_body .define_g dd {
  font-weight: 600;
}

.law-box .leclist-content .lec_w .lecture_body .define_g dd .orgprice+.discount:before {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  --tw-text-opacity: 1;
  color: rgb(40 40 40 / var(--tw-text-opacity, 1));
}

.law-box .leclist-content .lec_w .lecture_body .define_g dd .orgprice+.discount h3:before {
  font-size: 1.125rem;
  line-height: 1.4;
  font-weight: 700;
}

.law-box .leclist-content .lec_w .lecture_body .define_g dd .orgprice+.discount table:before {
  text-align: center;
  font-size: 0.875rem;
  line-height: 1.4;
}

.law-box .leclist-content .lec_w .lecture_body .define_g dd .orgprice+.discount table td:before {
  height: 2rem;
  word-break: keep-all;
  padding: 0.25rem;
}

.law-box .leclist-content .lec_w .lecture_body .define_g dd .orgprice+.discount table th:before {
  height: 2rem;
  padding: 0.25rem;
}

.leclist-content .lec_w .lecture_body .define_g dd .discount {
  margin: 0px;
  display: inline-flex;
  width: auto;
  align-items: center;
  gap: 0.25rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(0 100 240 / var(--tw-text-opacity, 1));
}

.leclist-content .lec_w .lecture_body .define_g dd .orgprice+.discount:before {
  display: block;
  height: 0.75rem;
  width: 0.75rem;
  background-position: center;
  background-repeat: no-repeat;
  --tw-content: '';
  content: var(--tw-content);
}

.leclist-content .lec_w .lecture_body .define_g dd .orgprice {
  display: inline-flex;
  width: auto;
}

.leclist-content .lec_w .lecture_body .define_g .orgprice {
  font-size: 0.875rem;
  line-height: 1.4;
  --tw-text-opacity: 1;
  color: rgb(238 90 0 / var(--tw-text-opacity, 1));
  text-decoration-line: line-through;
}

@media (min-width: 1536px) {
  .leclist-content .lec_w .lecture_body .card_head h4 {
    font-size: 1.65rem;
    letter-spacing: -0.025em;
  }
}

.leclist-content .lec_w .lecture_body .card_head h4,   .leclist-content .lec_w .lecture_body  .card_head .book {
  padding-left: 5rem;
}

@media (min-width: 768px) {
  .leclist-content .lec_w .lecture_body .card_head h4,   .leclist-content .lec_w .lecture_body  .card_head .book {
    padding-left: 8rem;
  }
}

@media (min-width: 1536px) {
  .leclist-content .lec_w .lecture_body .card_head h4,   .leclist-content .lec_w .lecture_body  .card_head .book {
    padding-left: 7.25rem;
  }
}

.leclist-content .lec_w .card_foot {
  position: relative;
  right: auto;
  bottom: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding-top: 2rem;
}

.leclist-content .lec_w .card_foot button {
  width: 100%;
  max-width: 9rem;
}

.leclist-content .lec_w .card_foot button.btn-primary,.leclist-content .lec_w .card_foot button.btn-secondary {
  max-width: none;
}

.leclist-content .tab-panel+.tab-panel {
  margin-top: 2.5rem;
}

.modal-lecture-content {
  position: relative;
  width: 100%;
  max-width: none;
  background-color: transparent;
  padding: 0px;
}

@media (min-width: 1024px) {
  .modal-lecture-content {
    width: -moz-fit-content;
    width: fit-content;
    padding: 1.25rem;
    padding-top: 1.75rem;
  }
}

.modal-lecture-content .lecture-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 1.25rem;
}

@media (min-width: 1024px) {
  .modal-lecture-content .lecture-container {
    max-height: calc(100% - 300px);
    flex-direction: row;
    gap: 2.5rem;
    overflow: hidden;
  }
}

.modal-lecture-content .video-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  -o-object-fit: contain;
     object-fit: contain;
  padding: 0px;
}

@media (min-width: 1024px) {
  .modal-lecture-content .video-box {
    border-radius: 1.5rem;
    padding: 2rem;
  }
}

.modal-lecture-content .video-box video {
  aspect-ratio: 16 / 9;
  height: 100%;
  width: 100%;
}

.modal-lecture-content .lec-list li {
  gap: 1.25rem;
  padding: 1rem;
}

.modal-lecture-content .lec-list li a {
  display: flex;
  width: 100%;
  align-items: center;
  gap: 1.25rem;
}

.modal-lecture-content .lec-list{
  overflow-y: auto;
  height: 100%;
}

.modal-lecture-content .lec-list li .progrsbar {
  width: 5rem;
}

.modal-lecture-content .race_g {
  position: relative;
  width: 100%;
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding: 1rem;
}

@media (min-width: 1024px) {
  .modal-lecture-content .race_g {
    max-width: 440px;
    border-radius: 1.5rem;
    padding: 2rem;
  }
}

.modal-lecture-content .lec-list li .tit {
  font-size: 0.875rem;
  line-height: 1.4;
}

.modal-lecture-content .lec-list li.active{
  background: rgb(var(--c-primary-light));
}

.modal-lecture-content .chk_box{
  width: 24px;
  height: 24px;
}

.modal-lecture-content .modal-header h2 {
  padding-bottom: 0px;
  font-size: 1.25rem;
  line-height: 1.4;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

@media (min-width: 1024px) {
  .modal-lecture-content .modal-header h2 {
    font-size: 2.25rem;
    line-height: 1.4;
  }
}

.modal-container .btn-list-close {
  position: absolute;
  left: -1.25rem;
  top: 50%;
  z-index: 10;
  display: flex;
  height: 4rem;
  width: 1.5rem;
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  align-items: center;
  justify-content: center;
  background-size: cover;
  background-position: left;
  background-repeat: no-repeat;
}

.modal-container .btn-list-close::before {
  height: 1.5rem;
  width: 1.5rem;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  --tw-content: '';
  content: var(--tw-content);
}

.modal-container .btn-list-close{
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='61' viewBox='0 0 24 61' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M24 60.3438L23.9951 60.3379C23.9265 58.1845 22.4978 56.3754 20.5391 55.7422L7.86328 52.9697C3.27249 51.9655 6.25178e-05 47.9005 0 43.2012V17.2988C6.16462e-05 12.5995 3.27249 8.53451 7.86328 7.53027L20.5352 4.75781C22.5454 4.11007 24 2.22572 24 0V60.3438Z' fill='%23ffffff'/%3E%3C/svg%3E%0A");
}

.modal-container .lecture-container.is-closed .race_g {
  width: 0.25rem;
  padding: 0px;
}

.modal-container .lecture-container.is-closed .race_g .lec-list {
  display: none;
}

.modal-container .btn-list-close:before{
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='12' height='12' fill='rgba(11,113,199,1)'%3E%3Cpath d='M12.1717 12.0005L9.34326 9.17203L10.7575 7.75781L15.0001 12.0005L10.7575 16.2431L9.34326 14.8289L12.1717 12.0005Z'%3E%3C/path%3E%3C/svg%3E");
}

.modal-container .lecture-container.is-closed .btn-list-close:before {
  --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));
}

.btn-close, .btn-icon-close {
  position: absolute;
  right: 0px;
  top: 0px;
  height: 2rem;
  width: 2rem;
  background-size: 30px;
  background-position: center;
  background-repeat: no-repeat;
}

@media (min-width: 1024px) {
  .btn-close, .btn-icon-close {
    right: 2rem;
    top: 2rem;
    background-size: cover;
  }
}

.btn-close, .btn-icon-close{
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 5L19 19M5.00003 19L12 12L19 5' stroke='%23ffffff' stroke-width='1' stroke-linecap='round'/%3E%3C/svg%3E%0A");;  outline: none !important;
}

.btn-icon-close{
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 5L19 19M5.00003 19L12 12L19 5' stroke='%23333333' stroke-width='1' stroke-linecap='round'/%3E%3C/svg%3E%0A");
}

.buy_w {
  min-height: 0px;
  align-items: flex-start;
  justify-content: flex-start;
  overflow: visible;
  background-color: transparent;
  padding: 0px;
}

.buy_w .lecture_body {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.buy_w .card_full {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

@media (min-width: 1024px) {
  .buy_w .card_full {
    flex-direction: row;
  }
}

.buy_w .card_foot {
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: 0.25rem;
}

@media (min-width: 1024px) {
  .buy_w .card_foot {
    min-height: 10rem;
    width: 360px;
    flex: none;
  }
}

.buy_w .chk {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  overflow: hidden;
  white-space: nowrap;
  font-weight: 500;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.buy_w .chk-label {
  position: relative;
  z-index: 1;
  display: flex;
  width: 100%;
  cursor: pointer;
  justify-content: space-between;
  gap: 0.5rem;
  border-radius: 0.375rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(217 217 217 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding: 0.75rem;
  padding-right: 1rem;
  padding-left: 2.5rem;
  font-size: 0.9375rem;
  line-height: 1.4;
}

.buy_w .chk-label:hover {
  --tw-border-opacity: 1;
  border-color: rgb(93 93 93 / var(--tw-border-opacity, 1));
}

@media (min-width: 1024px) {
  .buy_w .chk-label {
    gap: 1.25rem;
  }
}

.buy_w [type="checkbox"] {
  position: absolute;
}

.buy_w [type="checkbox"]:checked~.chk-label {
  --tw-border-opacity: 1;
  border-color: rgb(0 100 240 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(0 100 240 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.law-box .buy_w .chk-icon {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  --tw-text-opacity: 1;
  color: rgb(40 40 40 / var(--tw-text-opacity, 1));
}

.law-box .buy_w .chk-icon h3 {
  font-size: 1.125rem;
  line-height: 1.4;
  font-weight: 700;
}

.law-box .buy_w .chk-icon table {
  text-align: center;
  font-size: 0.875rem;
  line-height: 1.4;
}

.law-box .buy_w .chk-icon table td {
  height: 2rem;
  word-break: keep-all;
  padding: 0.25rem;
}

.law-box .buy_w .chk-icon table th {
  height: 2rem;
  padding: 0.25rem;
}

.buy_w .chk-icon {
  position: absolute;
  left: 0.25rem;
  top: 50%;
  z-index: 2;
  display: block;
  height: 2rem;
  width: 2rem;
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  background-size: 20px;
  background-position: center;
  background-repeat: no-repeat;
}

.buy_w .chk_book .chk-icon{
  background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M26 3H9C7.93913 3 6.92172 3.42143 6.17157 4.17157C5.42143 4.92172 5 5.93913 5 7V28C5 28.2652 5.10536 28.5196 5.29289 28.7071C5.48043 28.8946 5.73478 29 6 29H24C24.2652 29 24.5196 28.8946 24.7071 28.7071C24.8946 28.5196 25 28.2652 25 28C25 27.7348 24.8946 27.4804 24.7071 27.2929C24.5196 27.1054 24.2652 27 24 27H7C7 26.4696 7.21071 25.9609 7.58579 25.5858C7.96086 25.2107 8.46957 25 9 25H26C26.2652 25 26.5196 24.8946 26.7071 24.7071C26.8946 24.5196 27 24.2652 27 24V4C27 3.73478 26.8946 3.48043 26.7071 3.29289C26.5196 3.10536 26.2652 3 26 3ZM25 23H9C8.29768 22.999 7.60763 23.1841 7 23.5362V7C7 6.46957 7.21071 5.96086 7.58579 5.58579C7.96086 5.21071 8.46957 5 9 5H25V23Z' fill='%231C1C1C'/%3E%3C/svg%3E%0A");
}

.buy_w .chk_mv .chk-icon{
  background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20.555 13.1675L14.555 9.1675C14.4044 9.067 14.2293 9.00928 14.0484 9.00052C13.8675 8.99176 13.6877 9.03227 13.528 9.11774C13.3684 9.20321 13.2349 9.33043 13.1419 9.48581C13.0489 9.6412 12.9999 9.81891 13 10V18C12.9999 18.1811 13.0489 18.3588 13.1419 18.5142C13.2349 18.6696 13.3684 18.7968 13.528 18.8823C13.6877 18.9677 13.8675 19.0082 14.0484 18.9995C14.2293 18.9907 14.4044 18.933 14.555 18.8325L20.555 14.8325C20.6922 14.7412 20.8047 14.6175 20.8825 14.4722C20.9603 14.327 21.001 14.1648 21.001 14C21.001 13.8352 20.9603 13.673 20.8825 13.5278C20.8047 13.3825 20.6922 13.2588 20.555 13.1675ZM15 16.1313V11.875L18.1975 14L15 16.1313ZM27 5H5C4.46957 5 3.96086 5.21071 3.58579 5.58579C3.21071 5.96086 3 6.46957 3 7V21C3 21.5304 3.21071 22.0391 3.58579 22.4142C3.96086 22.7893 4.46957 23 5 23H27C27.5304 23 28.0391 22.7893 28.4142 22.4142C28.7893 22.0391 29 21.5304 29 21V7C29 6.46957 28.7893 5.96086 28.4142 5.58579C28.0391 5.21071 27.5304 5 27 5ZM27 21H5V7H27V21ZM29 26C29 26.2652 28.8946 26.5196 28.7071 26.7071C28.5196 26.8946 28.2652 27 28 27H4C3.73478 27 3.48043 26.8946 3.29289 26.7071C3.10536 26.5196 3 26.2652 3 26C3 25.7348 3.10536 25.4804 3.29289 25.2929C3.48043 25.1054 3.73478 25 4 25H28C28.2652 25 28.5196 25.1054 28.7071 25.2929C28.8946 25.4804 29 25.7348 29 26Z' fill='%231C1C1C'/%3E%3C/svg%3E%0A");
}

.buy_w .chk_pkg .chk-icon{
  background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M24 19.6787V12.3212C24.0006 12.0374 23.9269 11.7583 23.7861 11.5118C23.6453 11.2653 23.4423 11.0599 23.1975 10.9163L16.78 7.21C16.5429 7.07308 16.2738 7.001 16 7.001C15.7262 7.001 15.4572 7.07308 15.22 7.21L8.80375 10.9163C8.55868 11.0598 8.35551 11.265 8.21449 11.5116C8.07346 11.7581 7.99951 12.0372 8 12.3212V19.6787C7.99938 19.9626 8.07315 20.2417 8.21395 20.4882C8.35474 20.7347 8.55767 20.9401 8.8025 21.0837L15.22 24.79C15.4572 24.9268 15.7262 24.9988 16 24.9988C16.2738 24.9988 16.5428 24.9268 16.78 24.79L23.1963 21.0837C23.4413 20.9402 23.6445 20.735 23.7855 20.4884C23.9265 20.2419 24.0005 19.9628 24 19.6787ZM16 9.06875L21.0737 12L16 14.9288L10.9263 12L16 9.06875ZM10 13.7738L15 16.6612V22.3538L10 19.4662V13.7738ZM17 22.3538V16.6612L22 13.7738V19.4662L17 22.3538ZM29 6V11C29 11.2652 28.8946 11.5196 28.7071 11.7071C28.5196 11.8946 28.2652 12 28 12C27.7348 12 27.4804 11.8946 27.2929 11.7071C27.1054 11.5196 27 11.2652 27 11V7H23C22.7348 7 22.4804 6.89464 22.2929 6.70711C22.1054 6.51957 22 6.26522 22 6C22 5.73478 22.1054 5.48043 22.2929 5.29289C22.4804 5.10536 22.7348 5 23 5H28C28.2652 5 28.5196 5.10536 28.7071 5.29289C28.8946 5.48043 29 5.73478 29 6ZM10 26C10 26.2652 9.89464 26.5196 9.70711 26.7071C9.51957 26.8946 9.26522 27 9 27H4C3.73478 27 3.48043 26.8946 3.29289 26.7071C3.10536 26.5196 3 26.2652 3 26V21C3 20.7348 3.10536 20.4804 3.29289 20.2929C3.48043 20.1054 3.73478 20 4 20C4.26522 20 4.51957 20.1054 4.70711 20.2929C4.89464 20.4804 5 20.7348 5 21V25H9C9.26522 25 9.51957 25.1054 9.70711 25.2929C9.89464 25.4804 10 25.7348 10 26ZM29 21V26C29 26.2652 28.8946 26.5196 28.7071 26.7071C28.5196 26.8946 28.2652 27 28 27H23C22.7348 27 22.4804 26.8946 22.2929 26.7071C22.1054 26.5196 22 26.2652 22 26C22 25.7348 22.1054 25.4804 22.2929 25.2929C22.4804 25.1054 22.7348 25 23 25H27V21C27 20.7348 27.1054 20.4804 27.2929 20.2929C27.4804 20.1054 27.7348 20 28 20C28.2652 20 28.5196 20.1054 28.7071 20.2929C28.8946 20.4804 29 20.7348 29 21ZM3 11V6C3 5.73478 3.10536 5.48043 3.29289 5.29289C3.48043 5.10536 3.73478 5 4 5H9C9.26522 5 9.51957 5.10536 9.70711 5.29289C9.89464 5.48043 10 5.73478 10 6C10 6.26522 9.89464 6.51957 9.70711 6.70711C9.51957 6.89464 9.26522 7 9 7H5V11C5 11.2652 4.89464 11.5196 4.70711 11.7071C4.51957 11.8946 4.26522 12 4 12C3.73478 12 3.48043 11.8946 3.29289 11.7071C3.10536 11.5196 3 11.2652 3 11Z' fill='%231C1C1C'/%3E%3C/svg%3E%0A");
}

.buy_w [type="checkbox"]:checked~.chk-icon {
  --tw-brightness: brightness(200);
  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);
}

.buy_w .chk-label>strong {
  display: inline-flex;
  width: auto;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  gap: 0.25rem;
  font-size: 1rem;
  line-height: 1.4;
  --tw-text-opacity: 1;
  color: rgb(238 90 0 / var(--tw-text-opacity, 1));
}

@media (min-width: 1024px) {
  .buy_w .chk-label>strong {
    flex-wrap: nowrap;
  }
}

.buy_w .card_foot .chk [type="checkbox"]:disabled ~ .chk-label {
  cursor: auto;
  opacity: 0.4;
}

.buy_w .card_foot .chk [type="checkbox"]:disabled ~ .chk-label:hover {
  --tw-border-opacity: 1;
  border-color: rgb(217 217 217 / var(--tw-border-opacity, 1));
}

.card_full {
  width: 100%;
  max-width: none;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

@media (min-width: 1024px) {
  .card_full {
    padding-left: 12rem;
  }
}

.card_full  .card_head {
  padding-left: 5rem;
}

.card_full  .card_body {
  min-height: 0px;
}

@media (min-width: 1024px) {
  .card_full  .card_body {
    padding-right: 2rem;
  }
}

.card_full  .define_g {
  flex-direction: column;
  flex-wrap: nowrap;
  gap: 0.5rem;
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

@media (min-width: 1024px) {
  .card_full  .define_g {
    flex-direction: row;
    flex-wrap: wrap;
    -moz-column-gap: 3.5rem;
         column-gap: 3.5rem;
  }
}

.card_full  .define-list dt {
  min-width: 0px;
}

.card_full  .card_head {
  margin-bottom: 0px;
  gap: 1rem;
}

@media (min-width: 1024px) {
  .card_full  .card_head {
    padding-left: 0px;
    padding-right: 0px;
  }
}

.card_full .orgprice {
  font-size: 0.875rem;
  line-height: 1.4;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(173 173 173 / var(--tw-text-opacity, 1));
  text-decoration-line: line-through;
}

.card_full .img {
  position: absolute;
  left: 1.25rem;
  margin: 0px;
  aspect-ratio: 2/2.83;
  height: auto;
  width: 4rem;
  overflow: hidden;
  border-radius: 0.25rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(228 228 228 / var(--tw-border-opacity, 1));
}

@media (min-width: 1024px) {
  .card_full .img {
    left: 2.5rem;
    top: 2.5rem;
    width: 7rem;
  }
}

.card_full .\!img {
  position: absolute;
  left: 1.25rem;
  margin: 0px;
  aspect-ratio: 2/2.83;
  height: auto;
  width: 4rem;
  overflow: hidden;
  border-radius: 0.25rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(228 228 228 / var(--tw-border-opacity, 1));
}

@media (min-width: 1024px) {
  .card_full .\!img {
    left: 2.5rem;
    top: 2.5rem;
    width: 7rem;
  }
}

.card_full .img img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.card_full .\!img img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

/* 상품구매 */

.cart-container {
  position: sticky;
  bottom: 2.5rem;
  z-index: 5;
  margin-left: auto;
  margin-right: auto;
  height: 3.5rem;
  width: 3.5rem;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(40 40 40 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  --tw-shadow-color: #5D5D5D;
  --tw-shadow: var(--tw-shadow-colored);
}

@media (min-width: 1536px) {
  .cart-container {
    margin-left: 0px;
    margin-right: 0px;
    margin-right: 6rem;
    align-self: flex-end;
  }
}

.cart-container .cart-inner {
  display: none;
}

.btn-cart-open {
  position: relative;
  display: flex;
  height: 3.5rem;
  width: 3.5rem;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(40 40 40 / var(--tw-bg-opacity, 1));
  background-size: 30px;
  background-position: center;
  background-repeat: no-repeat;
}

.btn-cart-open .count {
  position: absolute;
  top: 0.75rem;
  right: 0.5rem;
  display: flex;
  height: 1rem;
  width: 1rem;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(238 90 0 / var(--tw-bg-opacity, 1));
  font-size: 0.75rem;
  line-height: 1.4;
}

.btn-cart-open{
  background-image: url("data:image/svg+xml,%3Csvg width='45' height='45' viewBox='0 0 45 45' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.66584 26.7322C5.31872 20.4457 4.64516 17.3024 6.33369 15.2137C8.02222 13.125 11.2368 13.125 17.6661 13.125H27.3339C33.7632 13.125 36.9778 13.125 38.6663 15.2137C40.3549 17.3024 39.6813 20.4457 38.3342 26.7322L37.5306 30.4822C36.6175 34.7432 36.161 36.8737 34.614 38.1244C33.067 39.375 30.8881 39.375 26.5303 39.375H18.4697C14.1119 39.375 11.933 39.375 10.386 38.1244C8.83902 36.8737 8.38248 34.7432 7.46941 30.4822L6.66584 26.7322Z' stroke='%23ffffff' stroke-width='2'/%3E%3Cpath d='M5.625 20.625H39.375' stroke='%23ffffff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M18.75 26.25H26.25' stroke='%23ffffff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M33.75 16.875L28.125 5.625' stroke='%23ffffff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.25 16.875L16.875 5.625' stroke='%23ffffff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

@keyframes cart-shake {
  0% {
    transform: rotate(0);
  }

  25% {
    transform: rotate(-10deg);
  }

  50% {
    transform: rotate(10deg);
  }

  75% {
    transform: rotate(-10deg);
  }

  100% {
    transform: rotate(0);
  }
}

.btn-cart-open.shake {
  animation: cart-shake 0.5s ease-in-out;
}

@keyframes cart-scale {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.1);
  }

  100% {
    transform: scale(1);
  }
}

.cart-container.scale {
  animation: cart-scale 0.5s ease-in-out;
}

.cart-container.is-open, .lecbuy-content .cart-container {
  bottom: 0px;
  margin-bottom: -5rem;
  height: auto;
  width: 100%;
  border-radius: 0px;
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
  padding: 1rem;
}

@media (min-width: 1024px) {
  .cart-container.is-open, .lecbuy-content .cart-container {
    bottom: 2.5rem;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0px;
    width: 91.666667%;
    border-radius: 1.5rem;
    padding: 1.5rem;
  }
}

.cart-container.is-open .btn-cart-open, .lecbuy-content .cart-container .btn-cart-open {
  position: absolute;
  right: 50%;
  top: -1rem;
  --tw-translate-x: 50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  background-position: center 36%;
}

.cart-container.is-open .btn-cart-open .count, .lecbuy-content .cart-container .btn-cart-open .count {
  display: none;
}

.cart-container.is-open .btn-cart-open, .lecbuy-content .cart-container .btn-cart-open {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6 9L12 15L18 9' stroke='%23999999' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

.cart-container.is-open .checkbox .chk-icon, .lecbuy-content .cart-container .checkbox .chk-icon {
  height: 1.25rem;
  width: 1.25rem;
}

.cart-container.is-open .\!checkbox .chk-icon, .lecbuy-content .cart-container .\!checkbox .chk-icon {
  height: 1.25rem;
  width: 1.25rem;
}

.cart-container.is-open .cart-item .img, .lecbuy-content .cart-container .cart-item .img {
  display: none;
  aspect-ratio: 2/2.63;
  width: 4rem;
  overflow: hidden;
  border-radius: 0.375rem;
}

@media (min-width: 1024px) {
  .law-box .cart-container.is-open .cart-item .img,.law-box  .lecbuy-content .cart-container .cart-item .img {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    --tw-text-opacity: 1;
    color: rgb(40 40 40 / var(--tw-text-opacity, 1));
  }

  .law-box .cart-container.is-open .cart-item .img h3,.law-box  .lecbuy-content .cart-container .cart-item .img h3 {
    font-size: 1.125rem;
    line-height: 1.4;
    font-weight: 700;
  }

  .law-box .cart-container.is-open .cart-item .img table,.law-box  .lecbuy-content .cart-container .cart-item .img table {
    text-align: center;
    font-size: 0.875rem;
    line-height: 1.4;
  }

  .law-box .cart-container.is-open .cart-item .img table td,.law-box  .lecbuy-content .cart-container .cart-item .img table td {
    height: 2rem;
    word-break: keep-all;
    padding: 0.25rem;
  }

  .law-box .cart-container.is-open .cart-item .img table th,.law-box  .lecbuy-content .cart-container .cart-item .img table th {
    height: 2rem;
    padding: 0.25rem;
  }

  .cart-container.is-open .cart-item .img, .lecbuy-content .cart-container .cart-item .img {
    display: block;
  }
}

.cart-container.is-open .cart-item .\!img, .lecbuy-content .cart-container .cart-item .\!img {
  display: none;
  aspect-ratio: 2/2.63;
  width: 4rem;
  overflow: hidden;
  border-radius: 0.375rem;
}

@media (min-width: 1024px) {
  .law-box .cart-container.is-open .cart-item .\!img,.law-box  .lecbuy-content .cart-container .cart-item .\!img {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    --tw-text-opacity: 1;
    color: rgb(40 40 40 / var(--tw-text-opacity, 1));
  }

  .law-box .cart-container.is-open .cart-item .\!img h3,.law-box  .lecbuy-content .cart-container .cart-item .\!img h3 {
    font-size: 1.125rem;
    line-height: 1.4;
    font-weight: 700;
  }

  .law-box .cart-container.is-open .cart-item .\!img table,.law-box  .lecbuy-content .cart-container .cart-item .\!img table {
    text-align: center;
    font-size: 0.875rem;
    line-height: 1.4;
  }

  .law-box .cart-container.is-open .cart-item .\!img table td,.law-box  .lecbuy-content .cart-container .cart-item .\!img table td {
    height: 2rem;
    word-break: keep-all;
    padding: 0.25rem;
  }

  .law-box .cart-container.is-open .cart-item .\!img table th,.law-box  .lecbuy-content .cart-container .cart-item .\!img table th {
    height: 2rem;
    padding: 0.25rem;
  }

  .cart-container.is-open .cart-item .\!img, .lecbuy-content .cart-container .cart-item .\!img {
    display: block;
  }
}

.cart-container.is-open .cart-item .\!img, .lecbuy-content .cart-container .cart-item .\!img {
  display: none;
  aspect-ratio: 2/2.63;
  width: 4rem;
  overflow: hidden;
  border-radius: 0.375rem;
}

@media (min-width: 1024px) {
  .law-box .cart-container.is-open .cart-item .\!img,.law-box  .lecbuy-content .cart-container .cart-item .\!img {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    --tw-text-opacity: 1;
    color: rgb(40 40 40 / var(--tw-text-opacity, 1));
  }

  .law-box .cart-container.is-open .cart-item .\!img h3,.law-box  .lecbuy-content .cart-container .cart-item .\!img h3 {
    font-size: 1.125rem;
    line-height: 1.4;
    font-weight: 700;
  }

  .law-box .cart-container.is-open .cart-item .\!img table,.law-box  .lecbuy-content .cart-container .cart-item .\!img table {
    text-align: center;
    font-size: 0.875rem;
    line-height: 1.4;
  }

  .law-box .cart-container.is-open .cart-item .\!img table td,.law-box  .lecbuy-content .cart-container .cart-item .\!img table td {
    height: 2rem;
    word-break: keep-all;
    padding: 0.25rem;
  }

  .law-box .cart-container.is-open .cart-item .\!img table th,.law-box  .lecbuy-content .cart-container .cart-item .\!img table th {
    height: 2rem;
    padding: 0.25rem;
  }

  .cart-container.is-open .cart-item .\!img, .lecbuy-content .cart-container .cart-item .\!img {
    display: block;
  }
}

.cart-container.is-open .cart-inner, .lecbuy-content .cart-container .cart-inner {
  display: flex;
  width: 100%;
  flex-direction: column;
  justify-content: space-between;
}

@media (min-width: 1024px) {
  .cart-container.is-open .cart-inner, .lecbuy-content .cart-container .cart-inner {
    flex-direction: row;
    flex-wrap: wrap;
  }
}

.cart-container.is-open .cart-head, .lecbuy-content .cart-container .cart-head {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  border-bottom-width: 1px;
  border-color: rgb(255 255 255 / 0.3);
  padding-bottom: 0.75rem;
}

.cart-container.is-open .cart-head [type="checkbox"]:checked ~ .chk-icon, .lecbuy-content .cart-container .cart-head [type="checkbox"]:checked ~ .chk-icon {
  --tw-bg-opacity: 1;
  background-color: rgb(0 100 240 / var(--tw-bg-opacity, 1));
}

.cart-container.is-open .cart-head .btn, .lecbuy-content .cart-container .cart-head .btn {
  height: 2rem;
  border-radius: 0.375rem;
  font-size: 0.9375rem;
  line-height: 1.4;
}

.cart-container.is-open .cart-head .\!btn, .lecbuy-content .cart-container .cart-head .\!btn {
  height: 2rem;
  border-radius: 0.375rem;
  font-size: 0.9375rem;
  line-height: 1.4;
}

.cart-container.is-open .cart-list, .lecbuy-content .cart-container .cart-list {
  display: flex;
  min-height: 110px;
  width: 100%;
  gap: 1rem;
  overflow-x: auto;
  padding-top: 1.25rem;
}

@media (min-width: 1024px) {
  .cart-container.is-open .cart-list, .lecbuy-content .cart-container .cart-list {
    width: calc(100% - 230px);
  }
}

.cart-container.is-open .cart-list li, .lecbuy-content .cart-container .cart-list li {
  position: relative;
  display: flex;
  min-width: 9rem;
  cursor: pointer;
  align-items: center;
  gap: 0.75rem;
  border-radius: 0.375rem;
  --tw-bg-opacity: 1;
  background-color: rgb(64 64 64 / var(--tw-bg-opacity, 1));
  padding: 0.75rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  opacity: 0.7;
}

@media (min-width: 1024px) {
  .cart-container.is-open .cart-list li, .lecbuy-content .cart-container .cart-list li {
    min-width: 220px;
  }
}

@media (min-width: 1280px) {
  .cart-container.is-open .cart-list li, .lecbuy-content .cart-container .cart-list li {
    padding-left: 2.5rem;
    padding-right: 1.25rem;
  }
}

.cart-container.is-open .cart-list li .tag, .lecbuy-content .cart-container .cart-list li .tag {
  height: 1.25rem;
  white-space: nowrap;
  border-radius: 0.125rem;
  background-color: rgb(var(--c-primary-light));
  padding-left: 0.25rem;
  padding-right: 0.25rem;
  padding-top: 0px;
  padding-bottom: 0px;
  font-size: 0.75rem;
  line-height: 1.4;
}

@media (min-width: 1024px) {
  .cart-container.is-open .cart-list li .tag, .lecbuy-content .cart-container .cart-list li .tag {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
}

.cart-container.is-open .cart-list li .\!tag, .lecbuy-content .cart-container .cart-list li .\!tag {
  height: 1.25rem;
  white-space: nowrap;
  border-radius: 0.125rem;
  background-color: rgb(var(--c-primary-light));
  padding-left: 0.25rem;
  padding-right: 0.25rem;
  padding-top: 0px;
  padding-bottom: 0px;
  font-size: 0.75rem;
  line-height: 1.4;
}

@media (min-width: 1024px) {
  .cart-container.is-open .cart-list li .\!tag, .lecbuy-content .cart-container .cart-list li .\!tag {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
}

.cart-container.is-open .cart-list li .\!tag, .lecbuy-content .cart-container .cart-list li .\!tag {
  height: 1.25rem;
  white-space: nowrap;
  border-radius: 0.125rem;
  background-color: rgb(var(--c-primary-light));
  padding-left: 0.25rem;
  padding-right: 0.25rem;
  padding-top: 0px;
  padding-bottom: 0px;
  font-size: 0.75rem;
  line-height: 1.4;
}

@media (min-width: 1024px) {
  .cart-container.is-open .cart-list li .\!tag, .lecbuy-content .cart-container .cart-list li .\!tag {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
}

.cart-container.is-open .cart-list li .cart, .lecbuy-content .cart-container .cart-list li .cart {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}

.cart-container.is-open .item-tit, .lecbuy-content .cart-container .item-tit {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.25rem;
  padding-top: 0.5rem;
  font-size: 0.9375rem;
  line-height: 1.4;
}

@media (min-width: 1024px) {
  .cart-container.is-open .item-tit, .lecbuy-content .cart-container .item-tit {
    padding-top: 0px;
    font-size: 1rem;
    line-height: 1.4;
  }
}

.cart-container.is-open .item-price, .lecbuy-content .cart-container .item-price {
  font-size: 1rem;
  line-height: 1.4;
  font-weight: 700;
}

@media (min-width: 1024px) {
  .cart-container.is-open .item-price, .lecbuy-content .cart-container .item-price {
    font-size: 1.125rem;
    line-height: 1.4;
  }
}

.cart-container.is-open .cart-list li .checkbox, .lecbuy-content .cart-container .cart-list li .checkbox {
  position: absolute;
  left: 0.25rem;
  top: 0.75rem;
}

.cart-container.is-open .cart-list li .\!checkbox, .lecbuy-content .cart-container .cart-list li .\!checkbox {
  position: absolute;
  left: 0.25rem;
  top: 0.75rem;
}

.cart-container.is-open .cart-list li:has([type="checkbox"]:checked), .lecbuy-content .cart-container .cart-list li:has([type="checkbox"]:checked) {
  --tw-bg-opacity: 1;
  background-color: rgb(0 100 240 / var(--tw-bg-opacity, 1));
  opacity: 1;
}

.cart-container.is-open .item-type, .lecbuy-content .cart-container .item-type {
  display: flex;
  gap: 0.25rem;
  padding-left: 1.5rem;
}

@media (min-width: 1024px) {
  .cart-container.is-open .item-type, .lecbuy-content .cart-container .item-type {
    padding-left: 0px;
  }
}

.cart-container.is-open .cart-foot, .lecbuy-content .cart-container .cart-foot {
  display: flex;
  width: 100%;
  flex-direction: column;
  justify-content: space-between;
  gap: 0.5rem;
  padding-top: 1.25rem;
}

@media (min-width: 1024px) {
  .cart-container.is-open .cart-foot, .lecbuy-content .cart-container .cart-foot {
    width: 13rem;
  }
}

.cart-container.is-open .cart-foot .btn-point, .lecbuy-content .cart-container .cart-foot .btn-point {
  width: 100%;
}

.cart-container.is-open .total-price, .lecbuy-content .cart-container .total-price {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.cart-container.is-open .total-price dd, .lecbuy-content .cart-container .total-price dd {
  font-size: 1.25rem;
  line-height: 1.4;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(238 90 0 / var(--tw-text-opacity, 1));
}

.lecbuy-content .page-body {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1500px;
}

@media (min-width: 1024px) {
  .lecbuy-content .page-body {
    flex-direction: row;
    align-items: flex-start;
  }
}

@media (min-width: 1280px) {
  .lecbuy-content .page-body {
    gap: 3.5rem;
  }
}

.lecbuy-content .page-body h3 {
  font-size: 1.5rem;
  line-height: 1.4;
  font-weight: 700;
}

@media (min-width: 1024px) {
  .lecbuy-content .page-body h3 {
    font-size: 1.875rem;
    line-height: 1.4;
  }
}

.lecbuy-content .page-body .buy_w {
  gap: 2.5rem;
}

@media (min-width: 1024px) {
  .lecbuy-content .page-body .buy_w {
    flex-grow: 1;
  }

  .lecbuy-content .page-body .pay_w {
    position: sticky;
    top: 2.5rem;
    width: 320px;
    flex: none;
  }
}

@media (min-width: 1280px) {
  .lecbuy-content .page-body .pay_w {
    width: 380px;
  }
}

.lecbuy-content .page-body .pay_w .agree-container {
  padding-left: 0px;
  padding-right: 0px;
}

.lecbuy-content .page-body .form-head {
  margin-bottom: 0px;
}

.lecbuy-content .page-body .delevery-container {
  width: 100%;
}

.lecbuy-content .buy_w .cart-container {
  margin: 0px;
  height: auto;
  width: 100%;
  background-color: transparent;
  padding: 0px;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.law-box .lecbuy-content .buy_w .cart-container  .cart-item .img {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  --tw-text-opacity: 1;
  color: rgb(40 40 40 / var(--tw-text-opacity, 1));
}

.law-box .lecbuy-content .buy_w .cart-container  .cart-item .img h3 {
  font-size: 1.125rem;
  line-height: 1.4;
  font-weight: 700;
}

.law-box .lecbuy-content .buy_w .cart-container  .cart-item .img table {
  text-align: center;
  font-size: 0.875rem;
  line-height: 1.4;
}

.law-box .lecbuy-content .buy_w .cart-container  .cart-item .img table td {
  height: 2rem;
  word-break: keep-all;
  padding: 0.25rem;
}

.law-box .lecbuy-content .buy_w .cart-container  .cart-item .img table th {
  height: 2rem;
  padding: 0.25rem;
}

.lecbuy-content .buy_w .cart-container  .cart-item .img {
  margin: 0px;
  display: block;
  height: auto;
  overflow: hidden;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(137 137 137 / var(--tw-border-opacity, 1));
}

.law-box .lecbuy-content .buy_w .cart-container  .cart-item .\!img {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  --tw-text-opacity: 1;
  color: rgb(40 40 40 / var(--tw-text-opacity, 1));
}

.law-box .lecbuy-content .buy_w .cart-container  .cart-item .\!img h3 {
  font-size: 1.125rem;
  line-height: 1.4;
  font-weight: 700;
}

.law-box .lecbuy-content .buy_w .cart-container  .cart-item .\!img table {
  text-align: center;
  font-size: 0.875rem;
  line-height: 1.4;
}

.law-box .lecbuy-content .buy_w .cart-container  .cart-item .\!img table td {
  height: 2rem;
  word-break: keep-all;
  padding: 0.25rem;
}

.law-box .lecbuy-content .buy_w .cart-container  .cart-item .\!img table th {
  height: 2rem;
  padding: 0.25rem;
}

.lecbuy-content .buy_w .cart-container  .cart-item .\!img {
  margin: 0px;
  display: block;
  height: auto;
  overflow: hidden;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(137 137 137 / var(--tw-border-opacity, 1));
}

.lecbuy-content .buy_w .cart-container  .cart-list {
  min-height: 0px;
  width: 100%;
  flex-direction: column;
  overflow: hidden;
  padding-top: 0.75rem;
  --tw-text-opacity: 1;
  color: rgb(40 40 40 / var(--tw-text-opacity, 1));
}

.lecbuy-content .buy_w .cart-container  .cart-item {
  cursor: auto;
  background-color: transparent;
  padding: 0px;
  opacity: 1;
}

.lecbuy-content .buy_w .cart-container  .cart-item .discount {
  font-size: 0.9375rem;
  line-height: 1.4;
  --tw-text-opacity: 1;
  color: rgb(219 39 119 / var(--tw-text-opacity, 1));
}

.lecbuy-content .buy_w .cart-container  .cart-item .final {
  font-size: 0.9375rem;
  line-height: 1.4;
}

.lecbuy-content .buy_w .cart-container  .cart-item .img {
  width: 5rem;
}

.lecbuy-content .buy_w .cart-container  .cart-item .item-tit {
  font-weight: 700;
}

.lecbuy-content .buy_w .cart-container  .cart-item .original {
  font-size: 13px;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(137 137 137 / var(--tw-text-opacity, 1));
  text-decoration-line: line-through;
}

.lecbuy-content .buy_w .cart-container  .cart-item .price {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  font-size: 0.9375rem;
  line-height: 1.4;
  font-weight: 700;
}

.lecbuy-content .buy_w .cart-container  .cart-item .sale {
  display: flex;
  gap: 0.75rem;
}

.lecbuy-content .buy_w .cart-container  .item-type, 
  .lecbuy-content .buy_w .cart-container  .item-tit {
  padding: 0px;
}

.lecbuy-content .buy_w .cart-container  .cart-item + .cart-item {
  border-top-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(244 244 244 / var(--tw-border-opacity, 1));
  padding-top: 1.25rem;
}

/* 결제관련 */

.pay_w {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

.pay_w h3 {
  font-size: 1.5rem;
  line-height: 1.4;
  font-weight: 700;
}

@media (min-width: 1024px) {
  .pay_w h3 {
    font-size: 1.875rem;
    line-height: 1.4;
  }
}

.pay_w .payment-g {
  width: 100%;
  padding: 0px;
}

.pay_w .payment-g .current-pay * {
  font-weight: 700;
  --tw-text-opacity: 1 !important;
  color: rgb(0 100 240 / var(--tw-text-opacity, 1)) !important;
}

.pay_w .payment-g .current-pay dt:before {
  --tw-bg-opacity: 1;
  background-color: rgb(0 100 240 / var(--tw-bg-opacity, 1));
}

.pay_w .payment-g dl {
  width: 100%;
  justify-content: space-between;
  gap: 0.5rem;
}

.pay_w .payment-g.bg-define_g {
  background-color: rgb(0 100 240 / 0.1);
  padding: 1.5rem;
}

.pay_w .payment-g.bg-define_g dl dd {
  --tw-text-opacity: 1;
  color: rgb(17 17 17 / var(--tw-text-opacity, 1));
}

.pay_w .payment-g.bg-define_g dl dt {
  --tw-text-opacity: 1;
  color: rgb(64 64 64 / var(--tw-text-opacity, 1));
}

.pay_w .total-price {
  border-top-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(137 137 137 / var(--tw-border-opacity, 1));
  padding-top: 1rem;
  font-size: 1rem;
  line-height: 1.4;
  font-weight: 700;
}

.pay_w .total-price dd {
  --tw-text-opacity: 1;
  color: rgb(17 17 17 / var(--tw-text-opacity, 1));
}

.pay_w .total-price dt {
  --tw-text-opacity: 1;
  color: rgb(17 17 17 / var(--tw-text-opacity, 1));
}

.pay_w .total-coupon {
  flex-wrap: wrap;
}

@media (min-width: 768px) {
  .pay_w .total-coupon {
    flex-wrap: nowrap;
  }
}

.pay_w .total-coupon .btn-confirm {
  height: 2.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  font-size: 0.875rem;
  line-height: 1.4;
  font-weight: 400;
}

.pay_w .total-coupon .form-control {
  flex-direction: row;
}

.pay_w .total-coupon .form-description {
  padding-top: 0.5rem;
}

.pay_w .total-coupon .input-group {
  height: 2.5rem;
}

.pay_w .total-coupon .select-group {
  height: 2.5rem;
}

.pay_w .total-coupon dd {
  width: 100%;
}

@media (min-width: 768px) {
  .pay_w .total-coupon dd {
    width: -moz-fit-content;
    width: fit-content;
  }
}

.pay_w .total-coupon select {
  width: 100%;
  padding-right: 2rem;
  padding-left: 0.5rem;
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.pay_w .form-description .text-discount {
  text-align: right;
  font-size: 1rem;
  line-height: 1.4;
}

.pay_w>.confirm-g {
  padding-top: 2rem;
}

.agree-container .agree {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.agree_bx, .agree-container {
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: 1.25rem;
}

@media (min-width: 768px) {
  .agree_bx, .agree-container {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}

.agree_bx .agree, .agree-container .agree {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
}

.agree_bx .btn-text-underline, .agree-container .btn-text-underline {
  display: flex;
  flex: none;
  cursor: pointer;
  align-items: center;
  gap: 0px;
  font-size: 0.9375rem;
  line-height: 1.4;
  --tw-text-opacity: 1;
  color: rgb(93 93 93 / var(--tw-text-opacity, 1));
}

.agree_bx .check-label>strong, .agree-container .check-label>strong {
  font-weight: 500;
}

.agree_bx .check-label, .agree-container .check-label {
  font-weight: 500;
}

.agree_bx .checkbox, .agree-container .checkbox {
  height: auto;
  width: 100%;
  white-space: normal;
  word-break: keep-all;
}

.law-box .agree_bx .btn-text-underline:after,.law-box  .agree-container .btn-text-underline:after {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  --tw-text-opacity: 1;
  color: rgb(40 40 40 / var(--tw-text-opacity, 1));
}

.law-box .agree_bx .btn-text-underline h3:after,.law-box  .agree-container .btn-text-underline h3:after {
  font-size: 1.125rem;
  line-height: 1.4;
  font-weight: 700;
}

.law-box .agree_bx .btn-text-underline table:after,.law-box  .agree-container .btn-text-underline table:after {
  text-align: center;
  font-size: 0.875rem;
  line-height: 1.4;
}

.law-box .agree_bx .btn-text-underline table td:after,.law-box  .agree-container .btn-text-underline table td:after {
  height: 2rem;
  word-break: keep-all;
  padding: 0.25rem;
}

.law-box .agree_bx .btn-text-underline table th:after,.law-box  .agree-container .btn-text-underline table th:after {
  height: 2rem;
  padding: 0.25rem;
}

.agree_bx .btn-text-underline:after, .agree-container .btn-text-underline:after {
  display: block;
  height: 0.75rem;
  width: 0.75rem;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  --tw-content: '';
  content: var(--tw-content);
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10 12L14 8L10 4' stroke='%235d5d5d' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

/*로그인*/

.login_w, .join_w {
  margin-left: auto !important;
  margin-right: auto !important;
  display: flex;
  min-height: 100%;
  width: 100%;
  max-width: 600px !important;
  flex-grow: 1;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2.5rem;
  text-align: center;
}

.login_w h3, .join_w h3 {
  text-align: center;
  font-size: 1.875rem;
  line-height: 1.4;
  font-weight: 700;
}

@media (min-width: 1024px) {
  .login_w h3, .join_w h3 {
    font-size: 3rem;
    line-height: 1.4;
  }
}

.login_w .tit_g>p, .join_w .tit_g>p {
  padding-top: 0.75rem;
  font-size: 0.875rem;
  line-height: 1.4;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(137 137 137 / var(--tw-text-opacity, 1));
}

@media (min-width: 1024px) {
  .login_w .tit_g>p, .join_w .tit_g>p {
    font-size: 1rem;
    line-height: 1.4;
  }
}

.login_w .login_box, .join_w .login_box {
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: 1.5rem;
}

.login_w .login_box dl, .join_w .login_box dl {
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: 0.25rem;
  text-align: left;
  font-size: 0.875rem;
  line-height: 1.4;
}

.login_w .login_box dl dt, .join_w .login_box dl dt {
  --tw-text-opacity: 1;
  color: rgb(93 93 93 / var(--tw-text-opacity, 1));
}

@media (min-width: 1024px) {
  .login_w .login_box dl dt, .join_w .login_box dl dt {
    font-size: 0.9375rem;
    line-height: 1.4;
  }
}

.login_w .login_box .confirm_g, .join_w .login_box .confirm_g {
  margin-top: 0.75rem;
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: 0.5rem;
}

.login_w .login_box .item_etc, .join_w .login_box .item_etc {
  margin-bottom: -0.75rem;
  padding-top: 1.25rem;
}

.login_w .login_box .item_etc dd, .join_w .login_box .item_etc dd {
  display: flex;
  justify-content: space-between;
}

.login_w .login_box .item_etc .btn-g, .join_w .login_box .item_etc .btn-g {
  display: flex;
  flex-grow: 1;
  justify-content: flex-end;
  gap: 0.5rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(137 137 137 / var(--tw-text-opacity, 1));
}

.law-box .login_w .login_box .item_etc .btn-g>*+*:before,.law-box  .join_w .login_box .item_etc .btn-g>*+*:before {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  --tw-text-opacity: 1;
  color: rgb(40 40 40 / var(--tw-text-opacity, 1));
}

.law-box .login_w .login_box .item_etc .btn-g>*+* h3:before,.law-box  .join_w .login_box .item_etc .btn-g>*+* h3:before {
  font-size: 1.125rem;
  line-height: 1.4;
  font-weight: 700;
}

.law-box .login_w .login_box .item_etc .btn-g>*+* table:before,.law-box  .join_w .login_box .item_etc .btn-g>*+* table:before {
  text-align: center;
  font-size: 0.875rem;
  line-height: 1.4;
}

.law-box .login_w .login_box .item_etc .btn-g>*+* table td:before,.law-box  .join_w .login_box .item_etc .btn-g>*+* table td:before {
  height: 2rem;
  word-break: keep-all;
  padding: 0.25rem;
}

.law-box .login_w .login_box .item_etc .btn-g>*+* table th:before,.law-box  .join_w .login_box .item_etc .btn-g>*+* table th:before {
  height: 2rem;
  padding: 0.25rem;
}

.login_w .login_box .item_etc .btn-g>*+*:before, .join_w .login_box .item_etc .btn-g>*+*:before {
  display: block;
  height: 0.25rem;
  width: 0.25rem;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(217 217 217 / var(--tw-bg-opacity, 1));
  --tw-content: '';
  content: var(--tw-content);
}

.login_w .login_box .item_etc .btn-g>*, .join_w .login_box .item_etc .btn-g>* {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
}

.login_w .form_ok, .join_w .form_ok {
  border-radius: 0.25rem;
  background-color: rgb(0 100 240 / 0.05);
  padding: 1.25rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
  font-size: 1.125rem;
  line-height: 1.4;
  --tw-text-opacity: 1;
  color: rgb(0 100 240 / var(--tw-text-opacity, 1));
}

.login_w .find_ok .guide-list, .join_w .find_ok .guide-list {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  text-align: left;
}

.login_w {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

@media (min-width: 1024px) {
  .login_w {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }
}

.join_w {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
}

@media (min-width: 1024px) {
  .join_w {
    gap: 2.5rem;
  }
}

.join_w h3 {
  text-align: left;
  font-size: 1.5rem;
  line-height: 1.4;
  --tw-text-opacity: 1;
  color: rgb(64 64 64 / var(--tw-text-opacity, 1));
}

.join_w .join-list {
  display: flex;
  width: 100%;
  flex-direction: column;
  border-top-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(217 217 217 / var(--tw-border-opacity, 1));
  font-size: 1.125rem;
  line-height: 1.4;
}

.join_w .join-list a>span {
  font-size: 1rem;
  line-height: 1.4;
  --tw-text-opacity: 1;
  color: rgb(93 93 93 / var(--tw-text-opacity, 1));
}

.join_w .join-list a {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.join_w .join-list li {
  position: relative;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(217 217 217 / var(--tw-border-opacity, 1));
}

.law-box .join_w .join-list li:after {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  --tw-text-opacity: 1;
  color: rgb(40 40 40 / var(--tw-text-opacity, 1));
}

.law-box .join_w .join-list li h3:after {
  font-size: 1.125rem;
  line-height: 1.4;
  font-weight: 700;
}

.law-box .join_w .join-list li table:after {
  text-align: center;
  font-size: 0.875rem;
  line-height: 1.4;
}

.law-box .join_w .join-list li table td:after {
  height: 2rem;
  word-break: keep-all;
  padding: 0.25rem;
}

.law-box .join_w .join-list li table th:after {
  height: 2rem;
  padding: 0.25rem;
}

.join_w .join-list li:after {
  position: absolute;
  right: 0.5rem;
  top: 50%;
  display: block;
  height: 1.25rem;
  width: 1.25rem;
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  background-position: center;
  background-repeat: no-repeat;
  --tw-content: '';
  content: var(--tw-content);
  background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M22.7076 16.7075L12.7076 26.7075C12.6147 26.8004 12.5044 26.8741 12.383 26.9244C12.2616 26.9747 12.1315 27.0006 12.0001 27.0006C11.8687 27.0006 11.7386 26.9747 11.6172 26.9244C11.4958 26.8741 11.3855 26.8004 11.2926 26.7075C11.1997 26.6146 11.126 26.5043 11.0757 26.3829C11.0254 26.2615 10.9995 26.1314 10.9995 26C10.9995 25.8686 11.0254 25.7385 11.0757 25.6171C11.126 25.4957 11.1997 25.3854 11.2926 25.2925L20.5863 16L11.2926 6.70751C11.1049 6.51987 10.9995 6.26537 10.9995 6.00001C10.9995 5.73464 11.1049 5.48015 11.2926 5.29251C11.4802 5.10487 11.7347 4.99945 12.0001 4.99945C12.2654 4.99945 12.5199 5.10487 12.7076 5.29251L22.7076 15.2925C22.8005 15.3854 22.8743 15.4957 22.9246 15.6171C22.975 15.7385 23.0009 15.8686 23.0009 16C23.0009 16.1314 22.975 16.2615 22.9246 16.3829C22.8743 16.5043 22.8005 16.6146 22.7076 16.7075Z' fill='%23999999'/%3E%3C/svg%3E%0A");
}

.join_w .auth_box .guide-list {
  background-color: rgb(var(--c-orange-light));
}

.join_w .auth_box .guide-list .guide-list-item {
  color: rgb(var(--c-orange-dark));
}

/* 스텝퍼 */

.step_w ol {
  position: relative;
  display: flex;
  gap: 1.75rem;
  text-align: center;
}

@media (min-width: 768px) {
  .step_w ol {
    gap: 2.5rem;
  }
}

.step_w li {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.25rem;
  padding-left: 0.25rem;
  padding-right: 0.25rem;
  font-size: 0.875rem;
  line-height: 1.4;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(113 113 122 / var(--tw-text-opacity, 1));
}

@media (min-width: 768px) {
  .step_w li {
    flex-direction: row;
  }
}

.law-box .step_w li+li:before {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  --tw-text-opacity: 1;
  color: rgb(40 40 40 / var(--tw-text-opacity, 1));
}

.law-box .step_w li+li h3:before {
  font-size: 1.125rem;
  line-height: 1.4;
  font-weight: 700;
}

.law-box .step_w li+li table:before {
  text-align: center;
  font-size: 0.875rem;
  line-height: 1.4;
}

.law-box .step_w li+li table td:before {
  height: 2rem;
  word-break: keep-all;
  padding: 0.25rem;
}

.law-box .step_w li+li table th:before {
  height: 2rem;
  padding: 0.25rem;
}

.step_w li+li:before {
  position: absolute;
  top: 0.75rem;
  left: 0px;
  display: block;
  height: 1px;
  width: 2rem;
  --tw-translate-x: -100%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  --tw-bg-opacity: 1;
  background-color: rgb(228 228 228 / var(--tw-bg-opacity, 1));
  background-position: center;
  background-repeat: no-repeat;
  --tw-content: '';
  content: var(--tw-content);
}

@media (min-width: 768px) {
  .step_w li+li:before {
    margin-left: -0.25rem;
  }
}

.step_w li>span.step {
  display: inline-flex;
  height: 1.5rem;
  width: 1.5rem;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(113 113 122 / var(--tw-border-opacity, 1));
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgb(113 113 122 / var(--tw-text-opacity, 1));
}

.step_w li.curr>span.step {
  border-width: 0px;
  --tw-bg-opacity: 1;
  background-color: rgb(0 100 240 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.step_w li.end>span.step {
  position: relative;
  border-width: 0px;
  --tw-bg-opacity: 1;
  background-color: rgb(0 100 240 / var(--tw-bg-opacity, 1));
  font-size: 0px;
}

.law-box .step_w li.end>span.step:before {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  --tw-text-opacity: 1;
  color: rgb(40 40 40 / var(--tw-text-opacity, 1));
}

.law-box .step_w li.end>span.step h3:before {
  font-size: 1.125rem;
  line-height: 1.4;
  font-weight: 700;
}

.law-box .step_w li.end>span.step table:before {
  text-align: center;
  font-size: 0.875rem;
  line-height: 1.4;
}

.law-box .step_w li.end>span.step table td:before {
  height: 2rem;
  word-break: keep-all;
  padding: 0.25rem;
}

.law-box .step_w li.end>span.step table th:before {
  height: 2rem;
  padding: 0.25rem;
}

.step_w li.end>span.step:before {
  position: absolute;
  left: 50%;
  top: 50%;
  display: block;
  height: 100%;
  width: 100%;
  --tw-translate-x: -50%;
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  background-size: 12px;
  background-position: center;
  background-repeat: no-repeat;
  --tw-content: '';
  content: var(--tw-content);
  background-image: url("data:image/svg+xml,%3csvg width='14' height='11' viewBox='0 0 14 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.3818 0.38208C12.6913 0.0727124 13.1933 0.07277 13.5029 0.38208H13.5039C13.8131 0.691579 13.813 1.1936 13.5039 1.50317H13.5029L5.25293 9.75317C4.9433 10.0628 4.44146 10.0628 4.13184 9.75317L0.381836 6.00317C0.0724192 5.69354 0.0723 5.19164 0.381836 4.88208C0.691398 4.57252 1.19328 4.57265 1.50293 4.88208L4.69141 8.07056L12.3818 0.38208Z' fill='rgba(255,255,255,1)' stroke='rgba(255,255,255,1)' stroke-width='0.3' stroke-linecap='round' stroke-linejoin='round'/%3e%3c/svg%3e");
}

.step_w li .tit {
  font-size: 0.75rem;
  line-height: 1.25;
}

@media (min-width: 768px) {
  .step_w li .tit {
    font-size: 0.875rem;
    line-height: 1.4;
  }
}

.step_w li.curr .tit, .step_w li.end .tit {
  --tw-text-opacity: 1;
  color: rgb(0 100 240 / var(--tw-text-opacity, 1));
}

/*회원가입*/

.join_agree, .join_form {
  padding-top: 2.5rem;
}

.join_agree .confirm-g, .join_form .confirm-g {
  width: 100%;
}

.join_agree .confirm-g button, .join_form .confirm-g button {
  width: 100%;
}

.laws_box {
  display: flex;
  flex-direction: column;
  gap: 1.75rem;
}

.laws_box  .all_agree {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.laws_box  .all_agree p {
  word-break: keep-all;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.4;
  --tw-text-opacity: 1;
  color: rgb(137 137 137 / var(--tw-text-opacity, 1));
}

.laws_box  .all_agree .checkbox {
  height: auto;
  width: 100%;
  border-radius: 0.25rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(137 137 137 / var(--tw-border-opacity, 1));
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.laws_box  .all_agree .checkbox .check-label {
  white-space: normal;
  font-size: 1.125rem;
  line-height: 1.4;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(64 64 64 / var(--tw-text-opacity, 1));
}

.laws_box  .all_agree .checkbox .custom-checkbox-icon-type5 {
  height: 1.5rem;
  width: 1.5rem;
}

.laws_box  .all_agree .\!checkbox {
  height: auto;
  width: 100%;
  border-radius: 0.25rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(137 137 137 / var(--tw-border-opacity, 1));
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.laws_box  .all_agree .\!checkbox .check-label {
  white-space: normal;
  font-size: 1.125rem;
  line-height: 1.4;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(64 64 64 / var(--tw-text-opacity, 1));
}

.laws_box  .all_agree .\!checkbox .custom-checkbox-icon-type5 {
  height: 1.5rem;
  width: 1.5rem;
}

.laws_box  .all_agree .peer:checked ~ .custom-checkbox-icon-type5 {
  --tw-border-opacity: 1;
  border-color: rgb(238 90 0 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(238 90 0 / var(--tw-bg-opacity, 1));
}

.laws_box  .agree_bx {
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: 1.25rem;
}

@media (min-width: 768px) {
  .laws_box  .agree_bx {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}

.laws_box  .agree_bx .agree {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
}

.laws_box  .agree_bx .btn-text-underline {
  display: flex;
  flex: none;
  cursor: pointer;
  align-items: center;
  gap: 0px;
  font-size: 0.9375rem;
  line-height: 1.4;
  --tw-text-opacity: 1;
  color: rgb(93 93 93 / var(--tw-text-opacity, 1));
}

.laws_box  .agree_bx .check-label>strong {
  font-weight: 500;
}

.laws_box  .agree_bx .check-label {
  font-weight: 500;
}

.laws_box  .agree_bx .checkbox {
  height: auto;
  width: 100%;
  white-space: normal;
  word-break: keep-all;
}

.law-box .laws_box  .agree_bx .btn-text-underline:after {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  --tw-text-opacity: 1;
  color: rgb(40 40 40 / var(--tw-text-opacity, 1));
}

.law-box .laws_box  .agree_bx .btn-text-underline h3:after {
  font-size: 1.125rem;
  line-height: 1.4;
  font-weight: 700;
}

.law-box .laws_box  .agree_bx .btn-text-underline table:after {
  text-align: center;
  font-size: 0.875rem;
  line-height: 1.4;
}

.law-box .laws_box  .agree_bx .btn-text-underline table td:after {
  height: 2rem;
  word-break: keep-all;
  padding: 0.25rem;
}

.law-box .laws_box  .agree_bx .btn-text-underline table th:after {
  height: 2rem;
  padding: 0.25rem;
}

.laws_box  .agree_bx .btn-text-underline:after {
  display: block;
  height: 0.75rem;
  width: 0.75rem;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  --tw-content: '';
  content: var(--tw-content);
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10 12L14 8L10 4' stroke='%235d5d5d' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

/* 검색 */

.sch-container .sch-form {
  position: relative;
  margin: auto;
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  max-width: none;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  border-radius: 9999px;
  background-color: transparent;
  --tw-bg-opacity: 1;
  background-color: rgb(244 244 244 / var(--tw-bg-opacity, 1));
  padding: 0.5rem;
  padding-left: 1.25rem;
  padding-right: 0.75rem;
}

.sch-container .sch-form  .sch-box {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.25rem;
  line-height: 1;
}

.sch-container .sch-form  .sch-box>div {
  display: flex;
  align-items: center;
}

.sch-container .sch-form  .sch-input {
  height: 100%;
  width: 100%;
  border-radius: 0.5rem;
  background-color: transparent;
  font-size: 0.9375rem;
  line-height: 1.4;
  --tw-text-opacity: 1;
  color: rgb(64 64 64 / var(--tw-text-opacity, 1));
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.sch-container .sch-form  .sch-input::-moz-placeholder {
  --tw-text-opacity: 1;
  color: rgb(173 173 173 / var(--tw-text-opacity, 1));
}

.sch-container .sch-form  .sch-input::placeholder {
  --tw-text-opacity: 1;
  color: rgb(173 173 173 / var(--tw-text-opacity, 1));
}

.sch-container .sch-form  .sch-input: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);
}

@media (min-width: 1024px) {
  .sch-container .sch-form  .sch-input {
    width: 24rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}

.sch-container .sch-form  .sch-btn {
  height: 2rem;
  width: 2rem;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(228 228 228 / var(--tw-bg-opacity, 1));
  background-size: 16px;
  background-position: center;
  background-repeat: no-repeat;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

@media (min-width: 1024px) {
  .sch-container .sch-form  .sch-btn {
    height: 3rem;
    width: 3rem;
    background-size: 20px;
  }
}

.sch-container .sch-form  .sch-btn{
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M21 21L16.65 16.65M19 11C19 15.4183 15.4183 19 11 19C6.58172 19 3 15.4183 3 11C3 6.58172 6.58172 3 11 3C15.4183 3 19 6.58172 19 11Z' stroke='%23282828' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

.sch-container .sch-form  select {
  height: 100%;
  min-width: 5rem;
  flex: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0.5rem;
  background-color: transparent;
  padding-left: 0px;
  padding-right: 0px;
  padding-right: 2.5rem;
  font-size: 0.9375rem;
  line-height: 1.4;
  --tw-text-opacity: 1;
  color: rgb(64 64 64 / var(--tw-text-opacity, 1));
  outline: 2px solid transparent;
  outline-offset: 2px;
}

@media (min-width: 1024px) {
  .sch-container .sch-form  select {
    padding-left: 0.75rem;
  }
}

/* 페이징 숫자 */

.paging_bx {
  display: flex;
  min-height: 3rem;
  width: 100%;
  flex-grow: 1;
  align-items: center;
  justify-content: center;
}

.paging_bx .paging_inner {
  display: flex;
  justify-content: center;
  gap: 0.25rem;
}

.paging_bx .paging_inner span {
  display: flex;
  height: 2rem;
  min-width: 2rem;
}

.paging_bx .paging_inner span a, .paging_bx .paging_inner span strong {
  display: inline-flex;
  height: 100%;
  width: 100%;
  align-items: center;
  justify-content: center;
  border-radius: 0.375rem;
  font-size: 0.9375rem;
  line-height: 1.4;
  font-weight: 500;
}

.paging_bx .paging_inner span strong {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.paging_bx .paging_inner span.prev a,.paging_bx .paging_inner span.next a, .paging_bx .paging_inner span.first a,.paging_bx .paging_inner span.end a {
  height: 2rem;
  width: 2rem;
  background-size: 16px;
  background-position: center;
  background-repeat: no-repeat;
  text-indent: -24rem;
  font-size: 0px;
  line-height: 1;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='rgba(173,184,194,1)'%3E%3Cpath d='M13.1717 12.0007L8.22192 7.05093L9.63614 5.63672L16.0001 12.0007L9.63614 18.3646L8.22192 16.9504L13.1717 12.0007Z'%3E%3C/path%3E%3C/svg%3E");
}

.paging_bx .paging_inner span.first, .paging_bx .paging_inner span.end {
  display: none;
}

@media (min-width: 768px) {
  .paging_bx .paging_inner span.first, .paging_bx .paging_inner span.end {
    display: flex;
  }
}

.paging_bx .paging_inner span.prev a{
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='rgba(173,184,194,1)'%3E%3Cpath d='M10.8284 12.0007L15.7782 16.9504L14.364 18.3646L8 12.0007L14.364 5.63672L15.7782 7.05093L10.8284 12.0007Z'%3E%3C/path%3E%3C/svg%3E");
}

.paging_bx .paging_inner span.first a{
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='rgba(173,184,194,1)'%3E%3Cpath d='M4.83582 12L11.0429 18.2071L12.4571 16.7929L7.66424 12L12.4571 7.20712L11.0429 5.79291L4.83582 12ZM10.4857 12L16.6928 18.2071L18.107 16.7929L13.3141 12L18.107 7.20712L16.6928 5.79291L10.4857 12Z'%3E%3C/path%3E%3C/svg%3E");
}

.paging_bx .paging_inner span.end a{
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='rgba(173,184,194,1)'%3E%3Cpath d='M19.1642 12L12.9571 5.79291L11.5429 7.20712L16.3358 12L11.5429 16.7929L12.9571 18.2071L19.1642 12ZM13.5143 12L7.30722 5.79291L5.89301 7.20712L10.6859 12L5.89301 16.7929L7.30722 18.2071L13.5143 12Z'%3E%3C/path%3E%3C/svg%3E");
}

.paging_bx .paging_inner span a:hover {
  background-color: rgb(0 100 240 / 0.05);
}

/* no-data */

.nodata-item {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  padding-top: 5rem;
  padding-bottom: 5rem;
  font-size: 0.9375rem;
  line-height: 1.4;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(173 173 173 / var(--tw-text-opacity, 1));
}

.law-box .nodata-item:before {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  --tw-text-opacity: 1;
  color: rgb(40 40 40 / var(--tw-text-opacity, 1));
}

.law-box .nodata-item h3:before {
  font-size: 1.125rem;
  line-height: 1.4;
  font-weight: 700;
}

.law-box .nodata-item table:before {
  text-align: center;
  font-size: 0.875rem;
  line-height: 1.4;
}

.law-box .nodata-item table td:before {
  height: 2rem;
  word-break: keep-all;
  padding: 0.25rem;
}

.law-box .nodata-item table th:before {
  height: 2rem;
  padding: 0.25rem;
}

.nodata-item:before {
  display: block;
  height: 3rem;
  width: 3rem;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  --tw-content: '';
  content: var(--tw-content);
  background-image: url("data:image/svg+xml,%3Csvg width='33' height='27' viewBox='0 0 33 27' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M30.5453 26.7501H7.20816C5.52446 26.7501 4.4678 24.9877 5.28564 23.5601L16.9542 3.29825C17.7947 1.83068 19.9587 1.83068 20.7992 3.29825L32.4678 23.5601C33.2856 24.9877 32.229 26.7501 30.5453 26.7501Z' fill='%23EE5A00' fill-opacity='0.25'/%3E%3Cpath d='M28.5999 20.5113L17.6686 1.52758C17.3955 1.06249 17.0055 0.676856 16.5374 0.408908C16.0693 0.14096 15.5393 0 14.9999 0C14.4605 0 13.9305 0.14096 13.4624 0.408908C12.9943 0.676856 12.6043 1.06249 12.3311 1.52758L1.39988 20.5113C1.13705 20.9612 0.998535 21.4728 0.998535 21.9938C0.998535 22.5148 1.13705 23.0265 1.39988 23.4763C1.66954 23.9442 2.05884 24.332 2.52783 24.5997C2.99682 24.8675 3.52861 25.0057 4.06863 25.0001H25.9311C26.4707 25.0052 27.002 24.8669 27.4705 24.5991C27.939 24.3314 28.3279 23.9439 28.5974 23.4763C28.8606 23.0267 28.9995 22.5152 29 21.9942C29.0004 21.4732 28.8623 20.9614 28.5999 20.5113ZM26.8661 22.4751C26.7708 22.6376 26.634 22.7719 26.4697 22.8642C26.3054 22.9564 26.1195 23.0033 25.9311 23.0001H4.06863C3.88022 23.0033 3.69434 22.9564 3.53004 22.8642C3.36573 22.7719 3.22892 22.6376 3.13363 22.4751C3.04731 22.3289 3.00177 22.1623 3.00177 21.9926C3.00177 21.8229 3.04731 21.6562 3.13363 21.5101L14.0649 2.52633C14.1621 2.36455 14.2995 2.23068 14.4638 2.13774C14.6281 2.04479 14.8136 1.99595 15.0024 1.99595C15.1911 1.99595 15.3767 2.04479 15.5409 2.13774C15.7052 2.23068 15.8427 2.36455 15.9399 2.52633L26.8711 21.5101C26.9567 21.6567 27.0014 21.8235 27.0005 21.9933C26.9996 22.163 26.9532 22.3294 26.8661 22.4751Z' fill='%23444'/%3E%3Cpath d='M14 15.0001V10.0001C14 9.73486 14.1054 9.48051 14.2929 9.29297C14.4804 9.10543 14.7348 9.00008 15 9.00008C15.2652 9.00008 15.5196 9.10543 15.7071 9.29297C15.8946 9.48051 16 9.73486 16 10.0001V15.0001C16 15.2653 15.8946 15.5196 15.7071 15.7072C15.5196 15.8947 15.2652 16.0001 15 16.0001C14.7348 16.0001 14.4804 15.8947 14.2929 15.7072C14.1054 15.5196 14 15.2653 14 15.0001ZM16.5 19.5001C16.5 19.7967 16.412 20.0868 16.2472 20.3334C16.0824 20.5801 15.8481 20.7724 15.574 20.8859C15.2999 20.9994 14.9983 21.0291 14.7074 20.9713C14.4164 20.9134 14.1491 20.7705 13.9393 20.5607C13.7296 20.351 13.5867 20.0837 13.5288 19.7927C13.4709 19.5017 13.5006 19.2001 13.6142 18.9261C13.7277 18.652 13.92 18.4177 14.1666 18.2529C14.4133 18.0881 14.7033 18.0001 15 18.0001C15.3978 18.0001 15.7794 18.1581 16.0607 18.4394C16.342 18.7207 16.5 19.1023 16.5 19.5001Z' fill='%23EE5A00'/%3E%3C/svg%3E%0A");
}

/* 게시판 레이아웃 */

.board-container {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1500px;
}

.board-container  .board-head {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.board-container  .board-head>h3 {
  font-size: 1.5rem;
  line-height: 1.4;
  font-weight: 700;
}

@media (min-width: 1024px) {
  .board-container  .board-head>h3 {
    font-size: 1.875rem;
    line-height: 1.4;
  }
}

.board-container  .filter-container {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.25rem;
  row-gap: 0.25rem;
}

@media (min-width: 1024px) {
  .board-container  .filter-container {
    gap: 0.75rem;
  }
}

.board-container  .filter-container button {
  min-width: 5rem;
  border-radius: 9999px;
}

@media (min-width: 1024px) {
  .board-container  .filter-container button {
    min-width: 7rem;
  }
}

.board-container  .board-body {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.board-container  .board-view .qa-question-title .tit {
  font-weight: 700;
}

@media (min-width: 1024px) {
  .board-container  .board-view .qa-question-title .tit {
    font-size: 1.5rem;
    line-height: 1.4;
  }
}

.board-container  .board-view .uploadfile-group {
  border-style: none;
  padding: 0px;
}

.board-container  .board-view .uploadfile-group .uploadfile-list {
  padding-top: 0px;
}

.board-container  .board-view .accr-head-info .tag {
  background-color: rgb(0 100 240 / 0.1);
  --tw-text-opacity: 1;
  color: rgb(0 100 240 / var(--tw-text-opacity, 1));
}

.board-container  .board-view .accr-head-info .\!tag {
  background-color: rgb(0 100 240 / 0.1);
  --tw-text-opacity: 1;
  color: rgb(0 100 240 / var(--tw-text-opacity, 1));
}

.board-container  .board-foot {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

@media (min-width: 768px) {
  .board-container  .board-foot {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
}

.board-container  .board-list {
  border-top-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(244 244 244 / var(--tw-border-opacity, 1));
}

@media (min-width: 768px) {
  .board-container  .board-list .qa-no {
    min-width: 2.25rem;
    justify-content: center;
  }
}

.board-container  .board-list .qa-no .tag {
  width: 100%;
  justify-content: flex-end;
  border-radius: 0px;
  background-color: transparent !important;
  padding: 0px;
  font-weight: 600;
}

.board-container  .btn_bx {
  display: flex;
  width: 100%;
  justify-content: center;
  gap: 0.5rem;
  align-self: stretch;
}

.board-container  .btn_bx .btn {
  height: 3rem;
  width: 100%;
  min-width: 6rem;
}

@media (min-width: 1024px) {
  .board-container  .btn_bx .btn {
    width: auto;
    min-width: 9rem;
  }
}

.board-container  .btn_bx .\!btn {
  height: 3rem;
  width: 100%;
  min-width: 6rem;
}

@media (min-width: 1024px) {
  .board-container  .btn_bx .\!btn {
    width: auto;
    min-width: 9rem;
  }
}

.board-container  .paging_bx+.btn_bx {
  justify-content: flex-end;
}

@media (min-width: 768px) {
  .board-container  .paging_bx+.btn_bx {
    max-width: -moz-fit-content;
    max-width: fit-content;
  }
}

.board-container  .qa-answer {
  padding-top: 2.5rem;
}

.board-container  .qa-answer .file-box {
  padding-left: 0.5rem;
}

.board-container  .qa-answer-body {
  background-color: rgb(var(--c-blue-light));
  --tw-text-opacity: 1;
  color: rgb(17 17 17 / var(--tw-text-opacity, 1));
}

.board-container  .qa-answer-body + .file-box {
  padding-top: 0.75rem;
}

.board-container  .chip-cate {
  background-color: rgb(var(--c-primary-dark));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

@media (min-width: 768px) {
  .board-container  .board-list .accr-head:has(.qa-no) .accr-head-g {
    padding-left: 3.5rem;
  }
}

.board-container  .board-list .accr-head:has(.qa-no .tag) {
  background-color: rgb(0 100 240 / 0.05);
}

.board-container  .board-list .accr-head:has(.qa-no .\!tag) {
  background-color: rgb(0 100 240 / 0.05);
}

.board-container  .board-list .accr-head:has(.qa-no .tag) .accr-head-g {
  border-color: rgb(0 100 240 / 0.1);
}

.board-container  .board-list .accr-head:has(.qa-no .\!tag) .accr-head-g {
  border-color: rgb(0 100 240 / 0.1);
}

.item-delete {
  height: 1.25rem;
  width: 1.25rem;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.5 12.5L3.5 3.5' stroke='%23898989' stroke-width='1.25714' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M3.5 12.5L12.5 3.5' stroke='%23898989' stroke-width='1.25714' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

.truth-content .qualifi_box {
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: 1.5rem;
}

.truth-content .qualifi_box dl {
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: 0.25rem;
  text-align: left;
  font-size: 0.875rem;
  line-height: 1.4;
}

.truth-content .qualifi_box dl dt {
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(93 93 93 / var(--tw-text-opacity, 1));
}

@media (min-width: 1024px) {
  .truth-content .qualifi_box dl dt {
    font-size: 0.9375rem;
    line-height: 1.4;
  }
}

.truth-content .qualifi_box .confirm_g {
  margin-top: 0.75rem;
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: 0.5rem;
}

.truth-content .qualifi_box .item_etc {
  margin-bottom: -0.75rem;
  padding-top: 1.25rem;
}

.truth-content .qualifi_box .item_etc dd {
  display: flex;
  justify-content: space-between;
}

.truth-content .qualifi_box .item_etc .btn-g {
  display: flex;
  flex-grow: 1;
  justify-content: flex-end;
  gap: 0.5rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(137 137 137 / var(--tw-text-opacity, 1));
}

.law-box .truth-content .qualifi_box .item_etc .btn-g>*+*:before {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  --tw-text-opacity: 1;
  color: rgb(40 40 40 / var(--tw-text-opacity, 1));
}

.law-box .truth-content .qualifi_box .item_etc .btn-g>*+* h3:before {
  font-size: 1.125rem;
  line-height: 1.4;
  font-weight: 700;
}

.law-box .truth-content .qualifi_box .item_etc .btn-g>*+* table:before {
  text-align: center;
  font-size: 0.875rem;
  line-height: 1.4;
}

.law-box .truth-content .qualifi_box .item_etc .btn-g>*+* table td:before {
  height: 2rem;
  word-break: keep-all;
  padding: 0.25rem;
}

.law-box .truth-content .qualifi_box .item_etc .btn-g>*+* table th:before {
  height: 2rem;
  padding: 0.25rem;
}

.truth-content .qualifi_box .item_etc .btn-g>*+*:before {
  display: block;
  height: 0.25rem;
  width: 0.25rem;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(217 217 217 / var(--tw-bg-opacity, 1));
  --tw-content: '';
  content: var(--tw-content);
}

.truth-content .qualifi_box .item_etc .btn-g>* {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
}

/* 마이페이지 */

.sub-page.my-page{
}

.sub-page.my-page .page-wrapper {
  margin-bottom: 0px !important;
  display: flex;
  flex-direction: column;
  padding-left: 0px;
  padding-right: 0px;
  margin-bottom: 2.5rem;
  max-width: none;
  padding: 0px;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  padding-bottom: 0px;
}

@media (min-width: 1024px) {
  .sub-page.my-page .page-wrapper {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
    padding-top: 5rem;
    padding-bottom: 5rem;
    padding-left: 0px;
    padding-right: 0px;
  }
}

.sub-page.my-page .page_header {
  padding-bottom: 0px;
}

.sub-page.my-page .page_header .sticky-tab-wrapper .tab-list {
  margin: 0px;
  width: 100%;
}

.sub-page.my-page .page_header h2 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

@media (min-width: 1024px) {
  .sub-page.my-page .page_header h2 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}

.sub-page.my-page .page_body {
  margin-bottom: 0px !important;
  height: 100%;
  flex-grow: 1;
  align-self: stretch;
  margin-bottom: 2.5rem;
  max-width: none;
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 249 / var(--tw-bg-opacity, 1));
  padding: 0px;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  padding-bottom: 0px;
}

@media (min-width: 1024px) {
  .sub-page.my-page .page_body {
    padding-top: 5rem;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
    padding-bottom: 10rem !important;
  }
}

.sub-page.my-page .page_body .page body-inner {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}

.sub-page.my-page .page_body>div, .sub-page.my-page .page_body>article {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1500px;
}

@media (min-width: 1024px) {
  .sub-page.my-page .page_body>div, .sub-page.my-page .page_body>article {
    gap: 3.5rem;
  }
}

.sub-page.my-page .board-container {
  gap: 1.25rem !important;
  --tw-border-opacity: 1;
  border-color: rgb(228 228 228 / var(--tw-border-opacity, 1));
}

.sub-page.my-page .board-container .accr-head-g {
  --tw-border-opacity: 1;
  border-color: rgb(228 228 228 / var(--tw-border-opacity, 1));
}

.sub-page.my-page .board-container .board-list {
  --tw-border-opacity: 1;
  border-color: rgb(228 228 228 / var(--tw-border-opacity, 1));
}

.sub-page.my-page .board-container .chip-gray {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(228 228 228 / var(--tw-bg-opacity, 1)) !important;
}

.sub-page.my-page .board-container .qa-answer-body {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.sub-page.my-page .board-container .qa-item {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 249 / var(--tw-bg-opacity, 1));
}

.sub-page.my-page .container-head, .sub-page.my-page .board-head, .sub-page.my-page .login_w .tit_g, .sub-page.my-page .join_w .form-head {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

.sub-page.my-page .container-head>h3, .sub-page.my-page .board-head>h3, .sub-page.my-page .login_w .tit_g>h3, .sub-page.my-page .join_w .form-head>h3 {
  font-size: 1.5rem;
  line-height: 1.4;
  font-weight: 700;
}

@media (min-width: 1024px) {
  .sub-page.my-page .container-head>h3, .sub-page.my-page .board-head>h3, .sub-page.my-page .login_w .tit_g>h3, .sub-page.my-page .join_w .form-head>h3 {
    font-size: 1.875rem;
    line-height: 1.4;
  }
}

.sub-page.my-page .container-head select, .sub-page.my-page .board-head select, .sub-page.my-page .login_w .tit_g select, .sub-page.my-page .join_w .form-head select {
  width: auto;
  min-width: 0px;
  --tw-border-opacity: 1;
  border-color: rgb(137 137 137 / var(--tw-border-opacity, 1));
  background-color: transparent;
  padding-right: 2.5rem;
  --tw-text-opacity: 1;
  color: rgb(40 40 40 / var(--tw-text-opacity, 1));
}

.sub-page.my-page .login_w .tit_g {
  flex-direction: column;
}

.sub-page.my-page .join_w .form-head {
  margin-bottom: 0px;
  padding-bottom: 0px;
}

.sub-page.my-page .board-head {
  flex-direction: column;
  gap: 0.75rem;
}

@media (min-width: 1024px) {
  .sub-page.my-page .board-head {
    flex-direction: row;
  }
}

.sub-page.my-page .board-head select {
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.sub-page.my-page .board-head select optgroup {
  margin: 0px;
  padding: 0px;
}

.sub-page.my-page .qa-question-title .tag {
  --tw-bg-opacity: 1;
  background-color: rgb(228 228 228 / var(--tw-bg-opacity, 1));
}

.sub-page.my-page .qa-question-title .\!tag {
  --tw-bg-opacity: 1;
  background-color: rgb(228 228 228 / var(--tw-bg-opacity, 1));
}

.sub-page.my-page .input-group, .sub-page.my-page .select-group, .sub-page.my-page .textarea-group {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.sub-page.my-page .join_w {
  border-radius: 0.375rem;
  padding-top: 0px;
}

.sub-page.my-page .join_w .confirm-g {
  margin: auto;
  width: 66.666667%;
}

.sub-page.my-page .join_w .default-form {
  gap: 0.75rem;
  padding-top: 0px;
}

.sub-page.my-page .join_w .default-form .form-group {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding: 1.25rem;
}

@media (min-width: 1024px) {
  .sub-page.my-page .join_w .default-form .form-group {
    border-radius: 1rem;
  }
}

.sub-page.my-page [data-slot="accordion"] .accr-content {
  background-color: transparent;
}

.course-container {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

.course-container>h3 {
  font-size: 1.5rem;
  line-height: 1.4;
  font-weight: 700;
}

@media (min-width: 1024px) {
  .course-container>h3 {
    font-size: 1.875rem;
    line-height: 1.4;
  }
}

.course-container .course-list {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

@media (min-width: 1024px) {
  .course-container .course-list {
    flex-direction: row;
    flex-wrap: wrap;
    align-items: stretch;
  }
}

.course-container .course-item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 1.25rem;
  border-radius: 0.375rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding: 1.25rem;
  font-size: 0.9375rem;
  line-height: 1.4;
  --tw-text-opacity: 1;
  color: rgb(40 40 40 / var(--tw-text-opacity, 1));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

@media (min-width: 1024px) {
  .course-container .course-item {
    width: 100%;
    max-width: calc(50% - 0.63rem);
    justify-content: flex-start;
    border-radius: 1.5rem;
    padding: 2.5rem;
    font-size: 1rem;
    line-height: 1.4;
  }
}

@media (min-width: 1536px) {
  .course-container .course-item {
    max-width: calc(33.3% - 0.82rem);
  }
}

.course-container .course-item dl dt {
  display: none;
}

.course-container .tit {
  padding-bottom: 0.5rem;
  font-size: 1.25rem;
  line-height: 1.4;
  font-weight: 700;
}

@media (min-width: 1024px) {
  .course-container .tit {
    font-size: 1.5rem;
    line-height: 1.4;
  }

  .course-container .tit>dd {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
  }
}

.course-container .period {
  font-size: 0.875rem;
  line-height: 1.4;
  --tw-text-opacity: 1;
  color: rgb(137 137 137 / var(--tw-text-opacity, 1));
}

.course-container .item-head {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 0.125rem;
}

.course-container .item-body {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}

.course-container .progrsbar {
  width: 100%;
}

.course-container .progrsbar .rate {
  width: auto;
  flex: none;
  white-space: nowrap;
}

.course-container .item-foot .btn {
  height: 2.5rem;
  width: 100%;
}

.course-container .item-foot .btn.end {
  --tw-border-opacity: 1;
  border-color: rgb(173 173 173 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(244 244 244 / var(--tw-bg-opacity, 1));
}

.course-container .item-foot .\!btn {
  height: 2.5rem;
  width: 100%;
}

.course-container .item-foot .\!btn.end {
  --tw-border-opacity: 1;
  border-color: rgb(173 173 173 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(244 244 244 / var(--tw-bg-opacity, 1));
}

.course-container .rate .per {
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(17 17 17 / var(--tw-text-opacity, 1));
}

.course-container .rate .per.text-primary {
  --tw-text-opacity: 1;
  color: rgb(0 100 240 / var(--tw-text-opacity, 1));
}

.course-container .bar_bg {
  max-width: 10rem;
}

.course-container .item-foot {
  display: flex;
  gap: 0.5rem;
}

.course-old-container .course-item {
  background-color: rgb(255 255 255 / 0.6);
}

.course-old-container .course-item .bar {
  background-color: rgb(var(--c-navy));
}

.course-old-container .course-item .per.text-primary {
  color: rgb(var(--c-navy));
}

.course-container .item-foot .no-ending {
  position: relative;
  width: 100%;
}

.law-box .course-container .item-foot .no-ending .toggle-guide i {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  --tw-text-opacity: 1;
  color: rgb(40 40 40 / var(--tw-text-opacity, 1));
}

.law-box .course-container .item-foot .no-ending .toggle-guide i h3 {
  font-size: 1.125rem;
  line-height: 1.4;
  font-weight: 700;
}

.law-box .course-container .item-foot .no-ending .toggle-guide i table {
  text-align: center;
  font-size: 0.875rem;
  line-height: 1.4;
}

.law-box .course-container .item-foot .no-ending .toggle-guide i table td {
  height: 2rem;
  word-break: keep-all;
  padding: 0.25rem;
}

.law-box .course-container .item-foot .no-ending .toggle-guide i table th {
  height: 2rem;
  padding: 0.25rem;
}

.course-container .item-foot .no-ending .btn:disabled {
  border-width: 0px;
  --tw-bg-opacity: 1;
  background-color: rgb(93 93 93 / var(--tw-bg-opacity, 1));
  padding-right: 25%;
  color: rgb(255 255 255 / 0.5) !important;
  opacity: 1;
}

.course-container .item-foot .no-ending .guide-list {
  --tw-text-opacity: 1;
  color: rgb(64 64 64 / var(--tw-text-opacity, 1));
}

.course-container .item-foot .no-ending .toggle-guide {
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 2;
  height: 100%;
  width: 100%;
  justify-content: center;
  background-color: transparent;
  padding-left: 25%;
}

.course-container .item-foot .no-ending .toggle-guide i {
  display: block;
  height: 1.5rem;
  width: 1.5rem;
}

.course-container .item-foot .no-ending .toggle-guide i svg {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.course-container .item-foot .no-ending .btn:disabled{
  text-decoration-line:spelling-error
}

.course-container .item-foot .no-ending .\!btn:disabled{
  text-decoration-line:spelling-error !important
}

/* 결제이력 */

.pay-container{
}

.pay-container .item-body>.date {
  font-size: 1.25rem;
  line-height: 1.4;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(17 17 17 / var(--tw-text-opacity, 1));
}

@media (min-width: 1024px) {
  .pay-container .item-body>.date {
    font-size: 1.5rem;
    line-height: 1.4;
  }
}

.pay-container .item-body>.\!date {
  font-size: 1.25rem;
  line-height: 1.4;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(17 17 17 / var(--tw-text-opacity, 1));
}

@media (min-width: 1024px) {
  .pay-container .item-body>.\!date {
    font-size: 1.5rem;
    line-height: 1.4;
  }
}

.pay-container .item-foot {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.pay-container .item-foot .btn {
  height: 2.75rem;
}

@media (min-width: 1024px) {
  .pay-container .item-foot {
    flex-direction: row;
    padding-bottom: 2.5rem;
  }
}

.pay-container .tit {
  font-size: 1.125rem;
  line-height: 1.4;
  font-weight: 500;
}

.pay-container .course-item {
  position: relative;
  gap: 0px;
  border-width: 1px;
  border-color: transparent;
  padding-bottom: 0px;
}

.pay-container .course-item dl.money, .pay-container .define_g dl {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 1rem;
  line-height: 1.4;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

.law-box .pay-container .course-item dl.money dt,.law-box  .pay-container .define_g dl dt {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  --tw-text-opacity: 1;
  color: rgb(40 40 40 / var(--tw-text-opacity, 1));
}

.law-box .pay-container .course-item dl.money dt h3,.law-box  .pay-container .define_g dl dt h3 {
  font-size: 1.125rem;
  line-height: 1.4;
  font-weight: 700;
}

.law-box .pay-container .course-item dl.money dt table,.law-box  .pay-container .define_g dl dt table {
  text-align: center;
  font-size: 0.875rem;
  line-height: 1.4;
}

.law-box .pay-container .course-item dl.money dt table td,.law-box  .pay-container .define_g dl dt table td {
  height: 2rem;
  word-break: keep-all;
  padding: 0.25rem;
}

.law-box .pay-container .course-item dl.money dt table th,.law-box  .pay-container .define_g dl dt table th {
  height: 2rem;
  padding: 0.25rem;
}

.pay-container .course-item dl.money dt, .pay-container .define_g dl dt {
  display: block;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(137 137 137 / var(--tw-text-opacity, 1));
}

.pay-container .item-layer {
  position: relative;
  z-index: 10;
  margin-left: -1.25rem;
  width: calc(100% + 1.25rem + 1.25rem);
  border-bottom-right-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem;
  --tw-bg-opacity: 1;
  background-color: rgb(239 246 255 / var(--tw-bg-opacity, 1));
  padding-top: 0px;
  padding-bottom: 0px;
  padding-top: 2rem;
}

@media (min-width: 1024px) {
  .pay-container .item-layer {
    position: absolute;
    left: 0px;
    top: 0px;
    margin: 0px;
    width: 100%;
    border-radius: 0.75rem;
    border-width: 1px;
    border-color: rgb(96 165 250 / 0.4);
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  }
}

.pay-container .item-layer .pay-list {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  border-bottom-width: 8px;
  border-color: rgb(96 165 250 / 0.1);
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-bottom: 1rem;
}

.pay-container .item-layer .pay-list .discount {
  --tw-text-opacity: 1;
  color: rgb(219 39 119 / var(--tw-text-opacity, 1));
}

.pay-container .item-layer .pay-list .final {
  font-size: 17px;
}

.pay-container .item-layer .pay-list .original {
  font-size: 13px;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(137 137 137 / var(--tw-text-opacity, 1));
  text-decoration-line: line-through;
}

.pay-container .item-layer .pay-list .price {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  font-size: 0.9375rem;
  line-height: 1.4;
  font-weight: 700;
}

.pay-container .item-layer .pay-list .sale {
  display: flex;
  gap: 0.75rem;
}

.pay-container .item-layer .pay-list li+li {
  border-top-width: 1px;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
  --tw-border-opacity: 1;
  border-color: rgb(239 246 255 / var(--tw-border-opacity, 1));
  padding-top: 0.75rem;
}

.pay-container .item-layer  .pay-tit {
  position: relative;
  gap: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 0.75rem;
  font-size: 1.125rem;
  line-height: 1.4;
  font-weight: 700;
}

.law-box .pay-container .item-layer  .pay-tit:before {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  --tw-text-opacity: 1;
  color: rgb(40 40 40 / var(--tw-text-opacity, 1));
}

.law-box .pay-container .item-layer  .pay-tit h3:before {
  font-size: 1.125rem;
  line-height: 1.4;
  font-weight: 700;
}

.law-box .pay-container .item-layer  .pay-tit table:before {
  text-align: center;
  font-size: 0.875rem;
  line-height: 1.4;
}

.law-box .pay-container .item-layer  .pay-tit table td:before {
  height: 2rem;
  word-break: keep-all;
  padding: 0.25rem;
}

.law-box .pay-container .item-layer  .pay-tit table th:before {
  height: 2rem;
  padding: 0.25rem;
}

.pay-container .item-layer  .pay-tit:before {
  position: absolute;
  left: 0px;
  top: 0.625rem;
  display: block;
  height: 0.25rem;
  width: 0.25rem;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(40 40 40 / var(--tw-bg-opacity, 1));
  --tw-content: '';
  content: var(--tw-content);
}

.pay-container .item-layer  .define_g {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  padding: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(137 137 137 / var(--tw-text-opacity, 1));
}

.pay-container .item-layer  .define_g h5 {
  padding-bottom: 0.25rem;
  font-size: 1rem;
  line-height: 1.4;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(40 40 40 / var(--tw-text-opacity, 1));
}

.pay-container .item-layer  .define_g+.define_g {
  padding-top: 0px;
}

.pay-container .item-layer  .define_g dl {
  align-items: baseline;
  font-size: 0.9375rem;
  line-height: 1.4;
}

.pay-container .item-layer  .define_g dl.total-discount dd {
  --tw-text-opacity: 1;
  color: rgb(219 39 119 / var(--tw-text-opacity, 1));
}

.pay-container .item-layer  .define_g dl.total-price {
  border-top-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(217 217 217 / var(--tw-border-opacity, 1));
  padding-top: 0.5rem;
}

.pay-container .item-layer  .define_g dl.total-price dd {
  font-size: 1.125rem;
  line-height: 1.4;
  --tw-text-opacity: 1;
  color: rgb(40 40 40 / var(--tw-text-opacity, 1));
}

.pay-container .item-layer  .define_g dl dd {
  width: 100%;
  word-break: break-all;
  text-align: right;
  --tw-text-opacity: 1;
  color: rgb(93 93 93 / var(--tw-text-opacity, 1));
}

.pay-container .item-layer  .define_g dl dt {
  width: 7rem;
  min-width: 0px;
  font-weight: 400;
}

.pay-container .item-layer  .btn-close {
  right: 0.5rem;
  top: 0.5rem;
  border-style: none;
  background-color: transparent;
  background-size: 22px;
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 5L19 19M5.00003 19L12 12L19 5' stroke='%23000000' stroke-width='1' stroke-linecap='round'/%3E%3C/svg%3E%0A");
}

.pay-container .course-item.is-open {
  border-color: rgb(96 165 250 / 0.4);
}

@media (min-width: 1024px) {
  .pay-container .course-item.is-open {
    border-color: transparent;
  }
}

/* 회원탈퇴 */

.join-drop {
  align-items: center;
  gap: 2.5rem !important;
}

.join-drop .drop-box {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
  gap: 1.25rem;
}

.join-drop .guide-list {
  border-radius: 0.375rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding: 1.25rem;
}

@media (min-width: 1024px) {
  .join-drop .guide-list {
    border-radius: 0.5rem;
  }
}

.join-drop h4 {
  font-size: 1.125rem;
  line-height: 1.4;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(40 40 40 / var(--tw-text-opacity, 1));
}

.law-box .join-drop .guide-list>p:before {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  --tw-text-opacity: 1;
  color: rgb(40 40 40 / var(--tw-text-opacity, 1));
}

.law-box .join-drop .guide-list>p h3:before {
  font-size: 1.125rem;
  line-height: 1.4;
  font-weight: 700;
}

.law-box .join-drop .guide-list>p table:before {
  text-align: center;
  font-size: 0.875rem;
  line-height: 1.4;
}

.law-box .join-drop .guide-list>p table td:before {
  height: 2rem;
  word-break: keep-all;
  padding: 0.25rem;
}

.law-box .join-drop .guide-list>p table th:before {
  height: 2rem;
  padding: 0.25rem;
}

.join-drop .guide-list>p:before {
  display: block;
  height: 1.75rem;
  width: 1.75rem;
  flex: none;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  --tw-content: '';
  content: var(--tw-content);
}

.join-drop .guide-list>p {
  display: flex;
  align-items: center;
  gap: 0.625rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(238 90 0 / var(--tw-text-opacity, 1));
}

@media (min-width: 1024px) {
  .join-drop .guide-list>ul {
    padding-left: 2.5rem;
  }
}

.join-drop .guide-list .guide-list-item:before {
  top: 0.875rem;
}

.join-drop .guide-list .guide-list-item {
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-size: 0.9375rem;
  line-height: 1.4;
}

.join-drop .guide-list>p:before{
  background-image: url("data:image/svg+xml,%3Csvg width='33' height='27' viewBox='0 0 33 27' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M30.5453 26.7501H7.20816C5.52446 26.7501 4.4678 24.9877 5.28564 23.5601L16.9542 3.29825C17.7947 1.83068 19.9587 1.83068 20.7992 3.29825L32.4678 23.5601C33.2856 24.9877 32.229 26.7501 30.5453 26.7501Z' fill='%23EE5A00' fill-opacity='0.25'/%3E%3Cpath d='M28.5999 20.5113L17.6686 1.52758C17.3955 1.06249 17.0055 0.676856 16.5374 0.408908C16.0693 0.14096 15.5393 0 14.9999 0C14.4605 0 13.9305 0.14096 13.4624 0.408908C12.9943 0.676856 12.6043 1.06249 12.3311 1.52758L1.39988 20.5113C1.13705 20.9612 0.998535 21.4728 0.998535 21.9938C0.998535 22.5148 1.13705 23.0265 1.39988 23.4763C1.66954 23.9442 2.05884 24.332 2.52783 24.5997C2.99682 24.8675 3.52861 25.0057 4.06863 25.0001H25.9311C26.4707 25.0052 27.002 24.8669 27.4705 24.5991C27.939 24.3314 28.3279 23.9439 28.5974 23.4763C28.8606 23.0267 28.9995 22.5152 29 21.9942C29.0004 21.4732 28.8623 20.9614 28.5999 20.5113ZM26.8661 22.4751C26.7708 22.6376 26.634 22.7719 26.4697 22.8642C26.3054 22.9564 26.1195 23.0033 25.9311 23.0001H4.06863C3.88022 23.0033 3.69434 22.9564 3.53004 22.8642C3.36573 22.7719 3.22892 22.6376 3.13363 22.4751C3.04731 22.3289 3.00177 22.1623 3.00177 21.9926C3.00177 21.8229 3.04731 21.6562 3.13363 21.5101L14.0649 2.52633C14.1621 2.36455 14.2995 2.23068 14.4638 2.13774C14.6281 2.04479 14.8136 1.99595 15.0024 1.99595C15.1911 1.99595 15.3767 2.04479 15.5409 2.13774C15.7052 2.23068 15.8427 2.36455 15.9399 2.52633L26.8711 21.5101C26.9567 21.6567 27.0014 21.8235 27.0005 21.9933C26.9996 22.163 26.9532 22.3294 26.8661 22.4751Z' fill='%23444'/%3E%3Cpath d='M14 15.0001V10.0001C14 9.73486 14.1054 9.48051 14.2929 9.29297C14.4804 9.10543 14.7348 9.00008 15 9.00008C15.2652 9.00008 15.5196 9.10543 15.7071 9.29297C15.8946 9.48051 16 9.73486 16 10.0001V15.0001C16 15.2653 15.8946 15.5196 15.7071 15.7072C15.5196 15.8947 15.2652 16.0001 15 16.0001C14.7348 16.0001 14.4804 15.8947 14.2929 15.7072C14.1054 15.5196 14 15.2653 14 15.0001ZM16.5 19.5001C16.5 19.7967 16.412 20.0868 16.2472 20.3334C16.0824 20.5801 15.8481 20.7724 15.574 20.8859C15.2999 20.9994 14.9983 21.0291 14.7074 20.9713C14.4164 20.9134 14.1491 20.7705 13.9393 20.5607C13.7296 20.351 13.5867 20.0837 13.5288 19.7927C13.4709 19.5017 13.5006 19.2001 13.6142 18.9261C13.7277 18.652 13.92 18.4177 14.1666 18.2529C14.4133 18.0881 14.7033 18.0001 15 18.0001C15.3978 18.0001 15.7794 18.1581 16.0607 18.4394C16.342 18.7207 16.5 19.1023 16.5 19.5001Z' fill='%23EE5A00'/%3E%3C/svg%3E%0A");
}

.join-drop .drop-box>.checkbox {
  justify-content: center;
}

.join-drop .drop-box>.checkbox .check-label {
  font-size: 1rem;
  line-height: 1.4;
  --tw-text-opacity: 1;
  color: rgb(64 64 64 / var(--tw-text-opacity, 1));
}

.join-drop .drop-box>.\!checkbox {
  justify-content: center;
}

.join-drop .drop-box>.\!checkbox .check-label {
  font-size: 1rem;
  line-height: 1.4;
  --tw-text-opacity: 1;
  color: rgb(64 64 64 / var(--tw-text-opacity, 1));
}

.join-drop .drop-box>.checkbox .peer:checked~.custom-checkbox-icon-type5 {
  --tw-bg-opacity: 1;
  background-color: rgb(0 100 240 / var(--tw-bg-opacity, 1));
}

.join-drop .drop-box>.\!checkbox .peer:checked~.custom-checkbox-icon-type5 {
  --tw-bg-opacity: 1;
  background-color: rgb(0 100 240 / var(--tw-bg-opacity, 1));
}

.join-drop .drop-box>.checkbox .peer:checked~.check-label {
  --tw-text-opacity: 1;
  color: rgb(0 100 240 / var(--tw-text-opacity, 1));
}

.join-drop .drop-box>.\!checkbox .peer:checked~.check-label {
  --tw-text-opacity: 1;
  color: rgb(0 100 240 / var(--tw-text-opacity, 1));
}

.join-drop .drop-reason-box {
  gap: 0.25rem;
  border-radius: 0.375rem;
  background-color: rgb(255 255 255 / 0.4);
  padding: 1.5rem;
  padding-top: 2rem;
}

.join-drop .drop-reason-box .checkbox {
  min-width: 1.25rem;
  font-size: 0.875rem;
  line-height: 1.4;
  --tw-text-opacity: 1;
  color: rgb(40 40 40 / var(--tw-text-opacity, 1));
}

.join-drop .drop-reason-box .checkbox [class^="custom-checkbox-icon"] {
  height: 1.25rem;
  width: 1.25rem;
}

.join-drop .drop-reason-box .checkbox .check-label,.join-drop .drop-reason-box .checkbox .check-label * {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  vertical-align: middle;
  font-size: 0.875rem;
  line-height: 1.4;
  font-weight: 600;
  font-style: normal;
  --tw-text-opacity: 1;
  color: rgb(137 137 137 / var(--tw-text-opacity, 1));
}

@media (min-width: 1024px) {
  .join-drop .drop-reason-box {
    border-radius: 0.5rem;
  }
}

.join-drop .drop-reason-box>p {
  font-size: 0.875rem;
  line-height: 1.4;
  --tw-text-opacity: 1;
  color: rgb(93 93 93 / var(--tw-text-opacity, 1));
}

.join-drop .drop-reason-box .drop-reason>ul>li {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.join-drop .drop-reason-box .drop-reason {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

@media (min-width: 1024px) {
  .join-drop .drop-reason-box .drop-reason {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
}

.join-drop .drop-reason-box h4 {
  font-size: 1rem;
  line-height: 1.4;
  font-weight: 600;
}

.take-container {
  margin-bottom: 4rem;
  gap: 1.25rem !important;
}

.take-container .take-body {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding: 1.25rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

@media (min-width: 768px) {
  .take-container .take-body {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}

@media (min-width: 1024px) {
  .take-container .take-body {
    justify-content: center;
    -moz-column-gap: 4rem;
         column-gap: 4rem;
    border-radius: 1.5rem;
  }
}

@media (min-width: 1536px) {
  .take-container .take-body {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}

.take-container .take-body .toggle-guide .btn-text-underline {
  margin-top: 0.5rem;
  min-height: 2rem;
  width: 100%;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(219 39 119 / var(--tw-text-opacity, 1));
}

.take-container .take-body h4 {
  font-size: 1.25rem;
  line-height: 1.4;
  font-weight: 700;
}

@media (min-width: 768px) {
  .take-container .take-body h4 {
    width: 100%;
  }
}

@media (min-width: 1024px) {
  .take-container .take-body h4 {
    text-align: center;
  }
}

@media (min-width: 1536px) {
  .take-container .take-body h4 {
    font-size: 1.5rem;
    line-height: 1.4;
  }
}

.take-container .picture-bx {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

@media (min-width: 768px) {
  .take-container .picture-bx {
    width: 10rem;
    justify-content: flex-start;
  }
}

@media (min-width: 1024px) {
  .take-container .picture-bx {
    width: 15rem;
  }
}

.take-container .picture-bx [data-js="toggle-content"] {
  max-width: 100%;
}

@media (min-width: 1024px) {
  .take-container .picture-bx [data-js="toggle-content"] {
    max-width: none;
  }
}

.take-container .picture-bx dt {
  display: none;
}

.take-container .btn.btn-pic, .take-container .btn.btn-save {
  height: 2.5rem;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 20rem;
}

.take-container .\!btn.btn-pic, .take-container .\!btn.btn-save {
  height: 2.5rem;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 20rem;
}

.take-container .btn-delete {
  display: none;
}

.take-container .take-detail {
  display: flex;
  flex-direction: column;
  gap: 0.375rem;
}

@media (min-width: 768px) {
  .take-container .take-detail {
    width: calc(100% - 200px);
  }
}

@media (min-width: 1024px) {
  .take-container .take-detail {
    width: auto;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}

.take-container .take-detail dl {
  position: relative;
  display: flex;
  align-items: center;
  gap: 1rem;
  font-size: 0.9375rem;
  line-height: 1.4;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(40 40 40 / var(--tw-text-opacity, 1));
}

@media (min-width: 768px) {
  .take-container .take-detail dl {
    min-height: 2rem;
  }
}

@media (min-width: 1280px) {
  .take-container .take-detail dl {
    min-height: 2.5rem;
  }
}

.take-container .take-detail dt {
  display: flex;
  min-width: 8rem;
  flex: none;
  align-items: center;
  gap: 0.5rem;
  --tw-text-opacity: 1;
  color: rgb(137 137 137 / var(--tw-text-opacity, 1));
}

.take-container .take-detail dt::before {
  height: 3px;
  width: 3px;
  flex: none;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(173 173 173 / var(--tw-bg-opacity, 1));
  --tw-content: '';
  content: var(--tw-content);
}

.take-container .take-detail dd {
  flex-grow: 1;
}

.take-container .take-detail .btn {
  border-radius: 0.25rem;
  --tw-border-opacity: 1;
  border-color: rgb(137 137 137 / var(--tw-border-opacity, 1));
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-size: 0.75rem;
  line-height: 1.4;
  --tw-text-opacity: 1;
  color: rgb(93 93 93 / var(--tw-text-opacity, 1));
  width: 100%;
}

@media (min-width: 1280px) {
  .take-container .take-detail .btn {
    height: 2.5rem;
  }
}

@media (min-width: 768px) {
  .take-container .take-detail .btn {
    max-width: 8rem;
  }
}

@media (min-width: 1280px) {
  .take-container .take-detail .btn {
    font-size: 0.9375rem;
    line-height: 1.4;
  }
}

.take-container .take-detail .\!btn {
  border-radius: 0.25rem;
  --tw-border-opacity: 1;
  border-color: rgb(137 137 137 / var(--tw-border-opacity, 1));
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-size: 0.75rem;
  line-height: 1.4;
  --tw-text-opacity: 1;
  color: rgb(93 93 93 / var(--tw-text-opacity, 1));
  width: 100%;
}

@media (min-width: 1280px) {
  .take-container .take-detail .\!btn {
    height: 2.5rem;
  }
}

@media (min-width: 768px) {
  .take-container .take-detail .\!btn {
    max-width: 8rem;
  }
}

@media (min-width: 1280px) {
  .take-container .take-detail .\!btn {
    font-size: 0.9375rem;
    line-height: 1.4;
  }
}

.take-container .take-detail .credit-no dd {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.5rem;
}

.take-container .take-detail .credit-no dd .btn {
  --tw-border-opacity: 1;
  border-color: rgb(17 17 17 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(17 17 17 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1)) !important;
}

.leclist-content .lec_w .card_foot .take-container .take-detail .credit-no dd .btnbutton {
  max-width: none;
}

.take-container .take-detail .credit-no dd .btn {
  width: auto;
}

.take-container .take-foot .guide-list {
  background-color: transparent;
  padding: 0px;
}

.take-container .take-body-g {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

@media (min-width: 1280px) {
  .take-container .take-body-g {
    flex-direction: row;
  }
}

.take-container .take-body-g .take-body {
  width: 100%;
}

.take-container.my-container {
  margin-bottom: 0px;
}

.take-container.my-container .take-body {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.take-container.my-container .take-detail {
  padding: 0px;
}

@media (min-width: 1024px) {
  .take-container.my-container .take-detail {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    -moz-column-gap: 2.5rem;
         column-gap: 2.5rem;
  }
}

.take-container.my-container .take-detail dt {
  min-width: 6rem;
}

.take-detail-container .take-detail {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.take-detail-container .take-detail .item-g {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.take-detail-container .take-detail .take-item+.take-item {
  border-top-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(228 228 228 / var(--tw-border-opacity, 1));
  padding-top: 0.75rem;
}

.take-detail-container .take-detail .take-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.9375rem;
  line-height: 1.4;
}

.take-detail-container .take-detail .take-item dd {
  --tw-text-opacity: 1;
  color: rgb(40 40 40 / var(--tw-text-opacity, 1));
}

.take-detail-container .take-detail .take-item dl {
  display: flex;
  width: 100%;
  gap: 0.5rem;
}

.take-detail-container .take-detail .take-item dt {
  --tw-text-opacity: 1;
  color: rgb(137 137 137 / var(--tw-text-opacity, 1));
}

.take-detail-container .take-detail .total {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(173 173 173 / var(--tw-border-opacity, 1));
  padding-top: 0.75rem;
  font-weight: 700;
}

.take-detail-container .take-detail .total dd {
  display: flex;
  gap: 0.25rem;
}

.take-detail-container .take-detail h4 {
  font-size: 1.125rem;
  line-height: 1.4;
  font-weight: 700;
}

.take-detail-container+.btn_bx .btn {
  max-width: 20rem;
  align-self: flex-end;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

/* 사진등록 */

.uploadpic-group {
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: 0.5rem;
}

.uploadpic-group .pic-box {
  margin-left: auto;
  margin-right: auto;
  display: flex;
  aspect-ratio: 3.5/4.5;
  height: 100%;
  width: 100%;
  max-width: 20rem;
  cursor: pointer;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(244 244 244 / var(--tw-bg-opacity, 1));
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}

.uploadpic-group .pic-label {
  font-size: 0.875rem;
  line-height: 1.4;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(137 137 137 / var(--tw-text-opacity, 1));
}

.ok-guide-container {
  display: flex;
  flex-grow: 1;
  flex-direction: column;
  justify-content: center;
  gap: 0.75rem;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.ok-guide-container .desc .btn-print {
  height: 2.5rem;
}

.ok-guide-container .desc {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
}

@media (min-width: 1024px) {
  .ok-guide-container .desc {
    flex-direction: row;
  }
}

.ok-guide-container .desc .btn-print {
  max-width: 20rem;
  --tw-border-opacity: 1;
  border-color: rgb(93 93 93 / var(--tw-border-opacity, 1));
  padding-left: 1rem;
  padding-right: 1rem;
}

.ok-guide-container .guide-list-item {
  --tw-text-opacity: 1;
  color: rgb(40 40 40 / var(--tw-text-opacity, 1));
}

@media (min-width: 1024px) {
  .ok-guide-container .guide-list-item {
    font-size: 0.875rem;
    line-height: 1.4;
  }
}

@media (min-width: 1280px) {
  .ok-guide-container .guide-list-item {
    font-size: 0.9375rem;
    line-height: 1.4;
  }
}

.ok-guide-container .guide-list-item a {
  --tw-text-opacity: 1;
  color: rgb(0 100 240 / var(--tw-text-opacity, 1));
  text-decoration-line: underline;
}

.ok-guide-container h4 {
  padding-bottom: 0.75rem;
  text-align: center;
  font-size: 1.125rem;
  line-height: 1.4;
  font-weight: 700;
}

@media (min-width: 1280px) {
  .ok-guide-container h4 {
    font-size: 1.5rem;
    line-height: 1.4;
  }
}

.ok-guide-container h4 strong {
  font-weight: 700;
}

.form-truth-result {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  font-size: 1.125rem;
  line-height: 1.4;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(40 40 40 / var(--tw-text-opacity, 1));
}

.form-truth-result i {
  margin-bottom: 0.75rem;
}

.form-truth-result p>span {
  font-weight: 700;
}

.icon-ok, .icon-nok {
  margin-left: auto;
  margin-right: auto;
  display: flex;
  height: 2.5rem;
  width: 2.5rem;
  align-items: center;
  justify-content: center;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 22C17.5 22 22 17.5 22 12C22 6.5 17.5 2 12 2C6.5 2 2 6.5 2 12C2 17.5 6.5 22 12 22Z' fill='%230064F0' fill-opacity='0.1'/%3E%3Cpath d='M12 22C17.5 22 22 17.5 22 12C22 6.5 17.5 2 12 2C6.5 2 2 6.5 2 12C2 17.5 6.5 22 12 22Z' stroke='%230064F0' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M12 8V13' stroke='%230064F0' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.9946 16H12.0036' stroke='%230064F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

.icon-nok{
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 22C17.5 22 22 17.5 22 12C22 6.5 17.5 2 12 2C6.5 2 2 6.5 2 12C2 17.5 6.5 22 12 22Z' fill='%23EE5A00' fill-opacity='0.1'/%3E%3Cpath d='M12 22C17.5 22 22 17.5 22 12C22 6.5 17.5 2 12 2C6.5 2 2 6.5 2 12C2 17.5 6.5 22 12 22Z' stroke='%23EE5A00' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M9.16992 14.83L14.8299 9.17001' stroke='%23EE5A00' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M14.8299 14.83L9.16992 9.17001' stroke='%23EE5A00' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

/*toast*/

.\!toast {
  pointer-events: none;
  position: fixed;
  bottom: 5rem;
  left: 50%;
  z-index: 50;
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(40 40 40 / var(--tw-bg-opacity, 1));
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  opacity: 0;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

.\!toast.is-active {
  opacity: 1;
}

.toast {
  pointer-events: none;
  position: fixed;
  bottom: 5rem;
  left: 50%;
  z-index: 50;
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(40 40 40 / var(--tw-bg-opacity, 1));
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  opacity: 0;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

.toast.is-active {
  opacity: 1;
}

/*약관*/

.law-box .block {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  --tw-text-opacity: 1;
  color: rgb(40 40 40 / var(--tw-text-opacity, 1));
}

.law-box .block h3 {
  font-size: 1.125rem;
  line-height: 1.4;
  font-weight: 700;
}

.law-box .block table {
  text-align: center;
  font-size: 0.875rem;
  line-height: 1.4;
}

.law-box .block table td {
  height: 2rem;
  word-break: keep-all;
  padding: 0.25rem;
}

.law-box .block table th {
  height: 2rem;
  padding: 0.25rem;
}

/*원서접수*/

.form-control .picture-bx {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 1.5rem;
}

.form-control .picture-bx .btn-pic {
  --tw-border-opacity: 1;
  border-color: rgb(17 17 17 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(17 17 17 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1)) !important;
  height: 2.5rem;
}

.leclist-content .lec_w .card_foot .form-control .picture-bx .btn-picbutton {
  max-width: none;
}

.form-control .picture-bx .guide-list {
  background-color: transparent;
}

.form-control .picture-bx .uploadpic-group {
  position: relative;
  width: 15rem;
  flex: none;
}

.has-image~.btn-delete {
  position: absolute;
  right: 0.75rem;
  top: 0.75rem;
  z-index: 2;
  height: 2rem;
  width: 2rem;
  overflow: hidden;
  border-radius: 9999px;
  border-width: 0px;
  --tw-bg-opacity: 1;
  background-color: rgb(93 93 93 / var(--tw-bg-opacity, 1));
  background-size: 16px;
  background-position: center;
  background-repeat: no-repeat;
  text-indent: -13rem;
  font-size: 0px;
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.5 12.5L3.5 3.5' stroke='%23ffffff' stroke-width='1.25714' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M3.5 12.5L12.5 3.5' stroke='%23ffffff' stroke-width='1.25714' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

.form-control .pic-box {
  margin: 0px;
  width: 100%;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(228 228 228 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.who {
  background-color: rgb(var(--c-navy-light));
  margin-top: 2.5rem;
  border-radius: 0.5rem;
  padding: 1rem;
  text-align: center;
  font-size: 1.125rem;
  line-height: 1.4;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(0 100 240 / var(--tw-text-opacity, 1));
}

.info-container .select-exam-block {
  width: 100%;
}

.info-container .select-exam-block .select-exam {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

@media (min-width: 768px) {
  .info-container .select-exam-block .select-exam {
    flex-direction: row;
  }
}

.info-container .select-exam-block .select-exam li {
  border-radius: 0.75rem;
  background-color: rgb(0 100 240 / 0.1);
  padding: 1.25rem;
}

@media (min-width: 1024px) {
  .info-container .select-exam-block .select-exam li {
    min-width: 400px;
  }
}

.info-container .select-exam-block h3 {
  padding-bottom: 0.5rem;
  text-align: center;
  font-size: 1.125rem;
  line-height: 1.4;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(137 137 137 / var(--tw-text-opacity, 1));
}

.select-exam-block .select-exam li, .select-exam-block .select-exam li>a {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  font-size: 0.875rem;
  line-height: 1.4;
}

.select-exam-block .select-exam li>div>strong, .select-exam-block .select-exam li>a>div>strong {
  min-width: 6rem;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(64 64 64 / var(--tw-text-opacity, 1));
}

.select-exam-block .select-exam li>div, .select-exam-block .select-exam li>a>div {
  display: flex;
  gap: 0.5rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(40 40 40 / var(--tw-text-opacity, 1));
}

.select-exam-block .select-exam li .tit, .select-exam-block .select-exam li>a .tit {
  margin-bottom: 0.5rem;
  justify-content: center;
  border-bottom-width: 1px;
  border-color: rgb(0 100 240 / 0.5);
  padding-bottom: 0.75rem;
  text-align: center;
  font-size: 1.125rem;
  line-height: 1.4;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(0 100 240 / var(--tw-text-opacity, 1));
}

.page_body:has(.select-exam-block) {
  flex-grow: 1;
  align-items: center;
  justify-content: center;
}

.default-block .nodata-exam {
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(244 244 244 / var(--tw-bg-opacity, 1));
  padding: 1.25rem;
  text-align: center;
  font-size: 0.9375rem;
  line-height: 1.4;
  --tw-text-opacity: 1;
  color: rgb(64 64 64 / var(--tw-text-opacity, 1));
}

.default-block .nodata-exam::before{
  margin-left: auto;
  margin-right: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 22C17.5 22 22 17.5 22 12C22 6.5 17.5 2 12 2C6.5 2 2 6.5 2 12C2 17.5 6.5 22 12 22Z' fill='%230064F0' fill-opacity='0.1'/%3E%3Cpath d='M12 22C17.5 22 22 17.5 22 12C22 6.5 17.5 2 12 2C6.5 2 2 6.5 2 12C2 17.5 6.5 22 12 22Z' stroke='%230064F0' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M12 8V13' stroke='%230064F0' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.9946 16H12.0036' stroke='%230064F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  margin-bottom: 0.75rem;
  height: 2rem;
  width: 2rem;
  content: var(--tw-content);
  --tw-grayscale: grayscale(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);
}

/*소개 */

[class*="info-container"] {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}

@media (min-width: 1280px) {
  [class*="info-container"] {
    gap: 4rem;
  }
}

[class*="info-container"]+* {
  border-top-width: 1px;
  padding-top: 4rem;
}

[class*="info-container"].board-info-container {
  gap: 0px;
}

[class*="info-container"].board-info-container .board-content>* {
  margin-left: auto;
  margin-right: auto;
}

[class*="info-container"].board-info-container .board-content {
  text-align: center;
}

[class*="info-container"].board-info-container h3 {
  text-align: center;
}

[class*="info-container"] h3 {
  font-size: 1.5rem;
  line-height: 1.4;
  font-weight: 700;
}

@media (min-width: 1024px) {
  [class*="info-container"] h3 {
    font-size: 1.875rem;
    line-height: 1.4;
  }
}

.info-container [class*="block"] {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.law-box .info-container [class*="block"] .law-comment {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  --tw-text-opacity: 1;
  color: rgb(40 40 40 / var(--tw-text-opacity, 1));
}

.law-box .info-container [class*="block"] .law-comment h3 {
  font-size: 1.125rem;
  line-height: 1.4;
  font-weight: 700;
}

.law-box .info-container [class*="block"] .law-comment table {
  text-align: center;
  font-size: 0.875rem;
  line-height: 1.4;
}

.law-box .info-container [class*="block"] .law-comment table td {
  height: 2rem;
  word-break: keep-all;
  padding: 0.25rem;
}

.law-box .info-container [class*="block"] .law-comment table th {
  height: 2rem;
  padding: 0.25rem;
}

.info-container [class*="block"]>.guide-list.guide-list-typ2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0px;
  padding-bottom: 0px;
}

.info-container [class*="block"]>.guide-list>.guide-list-item>.text-primary {
  font-weight: 600;
  text-decoration-line: underline;
  text-underline-offset: 2px;
}

.info-container [class*="block"]>.guide-list>.guide-list-item {
  font-size: 0.9375rem;
  line-height: 1.4;
}

.info-container [class*="block"]>.guide-list {
  gap: 0.75rem;
}

@media (min-width: 1024px) {
  .info-container [class*="block"]>.guide-list {
    padding: 1.5rem;
  }
}

.info-container [class*="block"] .define-list {
  min-width: 100%;
  font-size: 0.9375rem;
  line-height: 1.4;
}

@media (min-width: 1024px) {
  .info-container [class*="block"] .define-list {
    min-width: 32%;
  }
}

.info-container [class*="block"] .define-list dt {
  width: auto;
  min-width: 6rem;
}

.info-container [class*="block"] .law-comment {
  display: block;
  font-size: 0.875rem;
  line-height: 1.4;
  --tw-text-opacity: 1 !important;
  color: rgb(93 93 93 / var(--tw-text-opacity, 1)) !important;
}

.info-container .guide-list-item .define-list {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 1rem;
  line-height: 1.4;
}

.info-container .guide-list-item .define-list dt {
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(0 100 240 / var(--tw-text-opacity, 1));
}

.info-container .exam-box {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 1rem;
}

@media (min-width: 1024px) {
  .info-container .exam-box {
    flex-direction: row;
    gap: 2rem;
  }
}

.info-container .exam-box .exam {
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: 1rem;
  border-radius: 0.5rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(137 137 137 / var(--tw-border-opacity, 1));
  padding: 1.25rem;
}

@media (min-width: 1024px) {
  .info-container .exam-box .exam {
    padding: 2rem;
  }
}

.info-container .exam-box .item-g {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  border-top-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(228 228 228 / var(--tw-border-opacity, 1));
  padding-top: 0.75rem;
}

.info-container .exam-box .item-g dd {
  --tw-text-opacity: 1;
  color: rgb(40 40 40 / var(--tw-text-opacity, 1));
}

.info-container .exam-box .item-g dl:before {
  height: 1rem;
  width: 1rem;
  flex: none;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  --tw-content: '';
  content: var(--tw-content);
}

.info-container .exam-box .item-g dl {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 0.5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

@media (min-width: 768px) {
  .info-container .exam-box .item-g dl {
    flex-wrap: nowrap;
  }
}

.info-container .exam-box .item-g dt {
  font-weight: 700;
}

@media (min-width: 1024px) {
  .info-container .exam-box .item-g dt {
    width: 25%;
    flex: none;
  }
}

.info-container .exam-box h4+p {
  --tw-text-opacity: 1;
  color: rgb(64 64 64 / var(--tw-text-opacity, 1));
}

@media (min-width: 768px) {
  .info-container .exam-box h4+p {
    text-align: center;
  }
}

@media (min-width: 1024px) {
  .info-container .exam-box h4+p {
    font-size: 1.125rem;
    line-height: 1.4;
  }
}

.info-container .exam-box h4 {
  text-align: center;
  font-size: 1.25rem;
  line-height: 1.4;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(0 100 240 / var(--tw-text-opacity, 1));
}

.info-container .exam-box .exam .item-g dl:before{
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3.5 18V7C3.5 3 4.5 2 8.5 2H15.5C19.5 2 20.5 3 20.5 7V17C20.5 17.14 20.5 17.28 20.49 17.42' stroke='%23292D32' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M6.35 15H20.5V18.5C20.5 20.43 18.93 22 17 22H7C5.07 22 3.5 20.43 3.5 18.5V17.85C3.5 16.28 4.78 15 6.35 15Z' stroke='%23292D32' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M8 7H16' stroke='%23292D32' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M8 10.5H13' stroke='%23292D32' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  margin-top: 2px;
}

.img-guide-list {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2rem;
  background-color: rgb(var(--c-primary-light));
  padding: 2rem;
}

@media (min-width: 768px) {
  .img-guide-list {
    flex-direction: row;
  }
}

@media (min-width: 1024px) {
  .img-guide-list {
    gap: 0px;
  }
}

.img-guide-list>.guide-list>.guide-list-item>.text-primary {
  font-weight: 600;
  text-decoration-line: underline;
  text-underline-offset: 2px;
}

.img-guide-list>.guide-list>.guide-list-item {
  font-size: 1rem;
  line-height: 1.4;
}

.img-guide-list .guide-list {
  width: auto;
  padding: 0px;
}

.img-guide-list .img-box {
  width: 14rem;
}

@media (min-width: 1024px) {
  .img-guide-list .img-box {
    width: 15rem;
  }
}

.info-container .table-box {
  width: 100%;
  overflow-x: auto;
}

.info-container .table-box table {
  min-width: 100%;
}

.info-container .table-box table td+td {
  border-left-width: 1px;
}

.info-container .table-box table td {
  word-break: keep-all;
  text-align: center;
}

.info-container .table-box table th+th {
  border-left-width: 1px;
}

.info-container .table-box table th {
  --tw-bg-opacity: 1;
  background-color: rgb(251 251 251 / var(--tw-bg-opacity, 1));
}

.price-table .package-row {
  border-top-width: 2px;
  border-color: rgb(238 90 0 / 0.3);
}

.price-table td {
  border-left-width: 1px;
  border-right-width: 1px;
}

.price-table th {
  border-left-width: 1px;
  border-right-width: 1px;
}

.price-table .price_bx {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 0px;
}

.law-box .price-table .price_bx .orgprice+.discount:before {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  --tw-text-opacity: 1;
  color: rgb(40 40 40 / var(--tw-text-opacity, 1));
}

.law-box .price-table .price_bx .orgprice+.discount h3:before {
  font-size: 1.125rem;
  line-height: 1.4;
  font-weight: 700;
}

.law-box .price-table .price_bx .orgprice+.discount table:before {
  text-align: center;
  font-size: 0.875rem;
  line-height: 1.4;
}

.law-box .price-table .price_bx .orgprice+.discount table td:before {
  height: 2rem;
  word-break: keep-all;
  padding: 0.25rem;
}

.law-box .price-table .price_bx .orgprice+.discount table th:before {
  height: 2rem;
  padding: 0.25rem;
}

@media (min-width: 1024px) {
  .price-table .price_bx {
    flex-direction: row;
    align-items: center;
    gap: 0.5rem;
  }
}

.price-table .price_bx.best .discount {
  font-size: 1.125rem;
  line-height: 1.4;
  font-weight: 800;
}

.price-table .price_bx .discount.orgprice {
  font-size: 0.875rem;
  line-height: 1.4;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(238 90 0 / var(--tw-text-opacity, 1));
  text-decoration-line: line-through;
}

.price-table .price_bx .discount {
  margin: 0px;
  display: flex;
  width: auto;
  align-items: center;
  gap: 0.25rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(0 100 240 / var(--tw-text-opacity, 1));
}

.price-table .price_bx .orgprice+.discount:before {
  display: block;
  height: 0.75rem;
  width: 0.75rem;
  background-position: center;
  background-repeat: no-repeat;
  --tw-content: '';
  content: var(--tw-content);
}

.price-table .price_bx .orgprice {
  width: auto;
  font-size: 0.875rem;
  line-height: 1.4;
  --tw-text-opacity: 1;
  color: rgb(238 90 0 / var(--tw-text-opacity, 1));
  text-decoration-line: line-through;
}

.info-container .table-box .package-row td:has(.best) {
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(238 90 0 / var(--tw-border-opacity, 1));
}

.info-container .default-block .teacher_g {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.5rem;
}

@media (min-width: 768px) {
  .info-container .default-block .teacher_g {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (min-width: 1024px) {
  .info-container .default-block .teacher_g {
    gap: 1.25rem;
  }
}

@media (min-width: 1280px) {
  .info-container .default-block .teacher_g {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (min-width: 1536px) {
  .info-container .default-block .teacher_g {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}

.info-container .default-block .teacher_g .card {
  width: 100%;
  padding: 1.25rem;
}

.info-container .default-block .teacher_g .card_head {
  gap: 0.5rem;
}

.info-container .default-block .teacher_g .card_head h4 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  font-size: 1.125rem;
  line-height: 1.4;
}

@media (min-width: 1024px) {
  .info-container .default-block .teacher_g .card_head h4 {
    flex-direction: row;
    gap: 0.5rem;
    font-size: 1.25rem;
    line-height: 1.4;
  }
}

.info-container .default-block .teacher_g .card_head h4 .company {
  font-size: 0.875rem;
  line-height: 1.4;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(64 64 64 / var(--tw-text-opacity, 1));
}

.info-container .default-block .teacher_g .card_body {
  min-height: 0px;
}

.type-flex {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
}

.noImg {
  aspect-ratio: 16 / 9;
  width: 100%;
  border-radius: 0.5rem;
  border-width: 1px;
  background-color: rgb(255 255 255 / 0.8);
  background-size: 28px;
  background-position: center;
  background-repeat: no-repeat;
}

.noImg img {
  display: none;
}

.noImg{
  background-image: url("data:image/svg+xml,%3Csvg width='44' height='44' viewBox='0 0 44 44' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16.5001 40.3334H27.5001C36.6667 40.3334 40.3334 36.6667 40.3334 27.5001V16.5001C40.3334 7.33341 36.6667 3.66675 27.5001 3.66675H16.5001C7.33341 3.66675 3.66675 7.33341 3.66675 16.5001V27.5001C3.66675 36.6667 7.33341 40.3334 16.5001 40.3334Z' stroke='%23A7ABAF' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M16.4999 18.3333C18.525 18.3333 20.1666 16.6917 20.1666 14.6667C20.1666 12.6416 18.525 11 16.4999 11C14.4749 11 12.8333 12.6416 12.8333 14.6667C12.8333 16.6917 14.4749 18.3333 16.4999 18.3333Z' stroke='%23A7ABAF' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M4.89502 34.7416L13.9334 28.6733C15.3817 27.7016 17.4717 27.8116 18.7734 28.9299L19.3784 29.4616C20.8084 30.6899 23.1184 30.6899 24.5484 29.4616L32.175 22.9166C33.605 21.6883 35.915 21.6883 37.345 22.9166L40.3334 25.4833' stroke='%23A7ABAF' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

.teacher_g .noImg{
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18.14 21.62C17.26 21.88 16.22 22 15 22H8.99998C7.77998 22 6.73999 21.88 5.85999 21.62C6.07999 19.02 8.74998 16.97 12 16.97C15.25 16.97 17.92 19.02 18.14 21.62Z' stroke='%23A7ABAF' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M15 2H9C4 2 2 4 2 9V15C2 18.78 3.14 20.85 5.86 21.62C6.08 19.02 8.75 16.97 12 16.97C15.25 16.97 17.92 19.02 18.14 21.62C20.86 20.85 22 18.78 22 15V9C22 4 20 2 15 2ZM12 14.17C10.02 14.17 8.42 12.56 8.42 10.58C8.42 8.60002 10.02 7 12 7C13.98 7 15.58 8.60002 15.58 10.58C15.58 12.56 13.98 14.17 12 14.17Z' stroke='%23A7ABAF' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M15.58 10.58C15.58 12.56 13.98 14.17 12 14.17C10.02 14.17 8.42004 12.56 8.42004 10.58C8.42004 8.60002 10.02 7 12 7C13.98 7 15.58 8.60002 15.58 10.58Z' stroke='%23A7ABAF' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

.teacher_g .thum {
  aspect-ratio: 16 / 9;
  overflow: hidden;
  border-radius: 0.5rem;
}

.teacher_g .thum img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}

.info-container [class*="block"] .define_g {
  padding: 1rem;
}

@media (min-width: 1024px) {
  .info-container [class*="block"] .define_g {
    padding: 1.5rem;
  }
}

.info-container .step-block .step {
  display: flex;
  justify-content: center;
  gap: 1.25rem;
  padding-top: 1.25rem;
}

@media (min-width: 1024px) {
  .info-container .step-block .step {
    gap: 5rem;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }
}

.info-container .step-block .step li {
  position: relative;
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
  gap: 0.75rem;
  text-align: center;
  font-size: 0.75rem;
  line-height: 1.4;
  --tw-text-opacity: 1;
  color: rgb(64 64 64 / var(--tw-text-opacity, 1));
}

@media (min-width: 1024px) {
  .info-container .step-block .step li {
    width: auto;
    font-size: 0.9375rem;
    line-height: 1.4;
  }

  .info-container .step-block .step li svg {
    height: 3rem;
    width: 3rem;
  }
}

.info-container .step-block .step li svg path {
  stroke: #898989;
}

@media (min-width: 1024px) {
  .info-container .step-block .step li svg path {
    stroke-width: 1.2px;
  }
}

.law-box .info-container .step-block .step li+li:before {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  --tw-text-opacity: 1;
  color: rgb(40 40 40 / var(--tw-text-opacity, 1));
}

.law-box .info-container .step-block .step li+li h3:before {
  font-size: 1.125rem;
  line-height: 1.4;
  font-weight: 700;
}

.law-box .info-container .step-block .step li+li table:before {
  text-align: center;
  font-size: 0.875rem;
  line-height: 1.4;
}

.law-box .info-container .step-block .step li+li table td:before {
  height: 2rem;
  word-break: keep-all;
  padding: 0.25rem;
}

.law-box .info-container .step-block .step li+li table th:before {
  height: 2rem;
  padding: 0.25rem;
}

.info-container .step-block .step li+li:before {
  position: absolute;
  left: -1.25rem;
  top: 1rem;
  display: block;
  height: 1px;
  width: 1rem;
  --tw-bg-opacity: 1;
  background-color: rgb(228 228 228 / var(--tw-bg-opacity, 1));
  --tw-content: '';
  content: var(--tw-content);
}

@media (min-width: 1024px) {
  .info-container .step-block .step li+li:before {
    left: -5rem;
    top: 33.333333%;
    width: 4rem;
  }
}

.info-container .exam-step .step {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

@media (min-width: 768px) {
  .info-container .exam-step .step {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (min-width: 1024px) {
  .info-container .exam-step .step {
    display: flex;
  }
}

.info-container .exam-step .step dt {
  font-size: 0.875rem;
  line-height: 1.4;
  font-weight: 700;
}

.info-container .exam-info .guide-list {
  position: relative;
  width: 100%;
  flex-direction: row;
}

@media (min-width: 1024px) {
  .info-container .exam-info .guide-list {
    gap: 4rem;
  }
}

.info-container .exam-info .guide-list:before {
  height: 8rem;
  width: 8rem;
  flex: none;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  background-size: 70px;
  background-position: center;
  background-repeat: no-repeat;
}

@media (min-width: 1024px) {
  .info-container .exam-info .guide-list:before {
    --tw-content: '';
    content: var(--tw-content);
  }
}

@media (min-width: 1280px) {
  .info-container .exam-info .guide-list:before {
    height: 10rem;
    width: 10rem;
    background-size: 85px;
  }
}

.info-container .exam-info .guide-list dd {
  text-align: left;
}

.info-container .exam-info .guide-list:before{
  background-image:url('../img/exam-info01.svg')
}

.about-container {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
  padding-bottom: 2.5rem;
}

@media (min-width: 1280px) {
  .about-container {
    gap: 7rem;
    padding-bottom: 7rem;
  }
}

.about-container h3 {
  font-size: 1.5rem;
  line-height: 1.4;
  font-weight: 700;
}

@media (min-width: 1024px) {
  .about-container h3 {
    font-size: 2.25rem;
    line-height: 1.4;
  }
}

.about-container [class*="block"] {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.law-box .about-container [class*="block"] li span::before {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  --tw-text-opacity: 1;
  color: rgb(40 40 40 / var(--tw-text-opacity, 1));
}

.law-box .about-container [class*="block"] li span h3::before {
  font-size: 1.125rem;
  line-height: 1.4;
  font-weight: 700;
}

.law-box .about-container [class*="block"] li span table::before {
  text-align: center;
  font-size: 0.875rem;
  line-height: 1.4;
}

.law-box .about-container [class*="block"] li span table td::before {
  height: 2rem;
  word-break: keep-all;
  padding: 0.25rem;
}

.law-box .about-container [class*="block"] li span table th::before {
  height: 2rem;
  padding: 0.25rem;
}

.law-box .about-container [class*="block"] li strong {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  --tw-text-opacity: 1;
  color: rgb(40 40 40 / var(--tw-text-opacity, 1));
}

.law-box .about-container [class*="block"] li strong h3 {
  font-size: 1.125rem;
  line-height: 1.4;
  font-weight: 700;
}

.law-box .about-container [class*="block"] li strong table {
  text-align: center;
  font-size: 0.875rem;
  line-height: 1.4;
}

.law-box .about-container [class*="block"] li strong table td {
  height: 2rem;
  word-break: keep-all;
  padding: 0.25rem;
}

.law-box .about-container [class*="block"] li strong table th {
  height: 2rem;
  padding: 0.25rem;
}

@media (min-width: 1280px) {
  .about-container [class*="block"] {
    gap: 1.5rem;
  }
}

.about-container [class*="block"] li span::before {
  margin-top: 0.5rem;
  display: block;
  height: 0.25rem;
  width: 0.25rem;
  flex: none;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(173 173 173 / var(--tw-bg-opacity, 1));
  --tw-content: '';
  content: var(--tw-content);
}

.about-container [class*="block"] li span {
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
  --tw-text-opacity: 1;
  color: rgb(64 64 64 / var(--tw-text-opacity, 1));
}

.about-container [class*="block"] li strong {
  display: block;
  padding-bottom: 0.375rem;
  font-size: 1.25rem;
  line-height: 1.4;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

@media (min-width: 1280px) {
  .about-container [class*="block"] li strong {
    padding-bottom: 1.25rem;
    font-size: 1.5rem;
    line-height: 1.4;
  }
}

.about-container .main-block {
  flex-direction: column;
  border-bottom-width: 1px;
  padding-bottom: 2rem;
  text-align: center;
}

@media (min-width: 1280px) {
  .about-container .main-block {
    padding-top: 2.5rem;
    padding-bottom: 5rem;
  }
}

.about-container .main-block>p {
  font-size: 1rem;
  line-height: 1.4;
  --tw-text-opacity: 1;
  color: rgb(93 93 93 / var(--tw-text-opacity, 1));
}

@media (min-width: 1280px) {
  .about-container .main-block>p {
    font-size: 1.125rem;
    line-height: 1.4;
  }
}

.about-container .main-block .tit>strong {
  background-color: rgb(0 100 240 / 0.1);
}

.about-container .main-block .tit {
  padding-bottom: 0px;
  font-size: 1.25rem;
  line-height: 1.4;
  font-weight: 700;
  letter-spacing: -0.025em;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

@media (min-width: 1024px) {
  .about-container .main-block .tit {
    font-size: 1.875rem;
    line-height: 1.4;
  }
}

@media (min-width: 1280px) {
  .about-container .main-block .tit {
    font-size: 3rem;
    line-height: 1.4;
  }
}

.about-container .main-block .tit * {
  font-weight: 700;
  font-style: normal;
}

.law-box .about-container .prop li .txt-box>strong {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  --tw-text-opacity: 1;
  color: rgb(40 40 40 / var(--tw-text-opacity, 1));
}

.law-box .about-container .prop li .txt-box>strong h3 {
  font-size: 1.125rem;
  line-height: 1.4;
  font-weight: 700;
}

.law-box .about-container .prop li .txt-box>strong table {
  text-align: center;
  font-size: 0.875rem;
  line-height: 1.4;
}

.law-box .about-container .prop li .txt-box>strong table td {
  height: 2rem;
  word-break: keep-all;
  padding: 0.25rem;
}

.law-box .about-container .prop li .txt-box>strong table th {
  height: 2rem;
  padding: 0.25rem;
}

.about-container .prop .img-box {
  height: 100%;
  max-height: 100vh;
  overflow: hidden;
  border-radius: 0.5rem;
}

@media (min-width: 768px) {
  .about-container .prop .img-box {
    max-height: 24rem;
  }
}

.about-container .prop .img-box img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

@media (min-width: 1280px) {
  .about-container .prop .txt-box {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}

.about-container .prop li>* {
  width: 100%;
}

.about-container .prop li {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
}

@media (min-width: 768px) {
  .about-container .prop li {
    flex-direction: row;
  }
}

@media (min-width: 1280px) {
  .about-container .prop li {
    gap: 4rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

.about-container .prop li .txt-box>span {
  padding-top: 0.75rem;
}

.about-container .prop li .txt-box>strong {
  display: block;
}

.about-container .prop ul {
  display: flex;
  flex-direction: column;
  gap: 3rem;
}

@media (min-width: 1280px) {
  .about-container .prop ul {
    gap: 4.5rem;
  }
}

@media (min-width: 768px) {
  .about-container .prop li:nth-child(2n) {
    flex-direction: row-reverse;
  }
}

.about-container .work ul {
  display: flex;
  flex-direction: column;
  border-top-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(17 17 17 / var(--tw-border-opacity, 1));
}

.law-box .about-container .work ul li strong i {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  --tw-text-opacity: 1;
  color: rgb(40 40 40 / var(--tw-text-opacity, 1));
}

.law-box .about-container .work ul li strong i h3 {
  font-size: 1.125rem;
  line-height: 1.4;
  font-weight: 700;
}

.law-box .about-container .work ul li strong i table {
  text-align: center;
  font-size: 0.875rem;
  line-height: 1.4;
}

.law-box .about-container .work ul li strong i table td {
  height: 2rem;
  word-break: keep-all;
  padding: 0.25rem;
}

.law-box .about-container .work ul li strong i table th {
  height: 2rem;
  padding: 0.25rem;
}

.about-container .work ul li {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  border-bottom-width: 1px;
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

@media (min-width: 1280px) {
  .about-container .work ul li {
    flex-direction: row;
    align-items: center;
    gap: 2.5rem;
    padding: 1.25rem;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}

@media (min-width: 1536px) {
  .about-container .work ul li {
    padding-left: 2.5rem;
  }
}

.about-container .work ul li .txt-box {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.about-container .work ul li strong {
  display: flex;
  width: 100%;
  align-items: center;
  gap: 0.75rem;
  padding-bottom: 0px;
}

@media (min-width: 1280px) {
  .about-container .work ul li strong {
    width: 33.333333%;
  }
}

.about-container .work ul li strong i {
  display: block;
  height: 1.75rem;
  width: 1.75rem;
  flex: none;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (min-width: 1280px) {
  .about-container .work ul li strong i {
    height: 2.5rem;
    width: 2.5rem;
  }
}

.about-container .work ul li strong svg {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.about-container .qt ul {
  flex-direction: column;
}

@media (min-width: 1280px) {
  .about-container .qt ul {
    flex-direction: row;
  }
}

.about-container .qt ul, .about-container .job ul, .about-container .like ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 1rem;
}

@media (min-width: 768px) {
  .about-container .qt ul, .about-container .job ul, .about-container .like ul {
    flex-direction: row;
    flex-wrap: nowrap;
  }
}

@media (min-width: 1280px) {
  .about-container .qt ul, .about-container .job ul, .about-container .like ul {
    gap: 2rem;
  }
}

.about-container .qt ul li, .about-container .job ul li, .about-container .like ul li {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1.5rem;
  border-radius: 0.75rem;
  --tw-bg-opacity: 1;
  background-color: rgb(244 244 244 / var(--tw-bg-opacity, 1));
  padding: 2rem;
  text-align: center;
  font-size: 1.125rem;
  line-height: 1.4;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(40 40 40 / var(--tw-text-opacity, 1));
}

.about-container .qt ul li i, .about-container .job ul li i, .about-container .like ul li i {
  display: flex;
  height: 4rem;
  width: 4rem;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.about-container .job ul li {
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(93 93 93 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.about-container .job ul li i {
  height: 2rem;
  width: 2rem;
}

.about-container .like ul {
  display: grid;
  padding: 0px;
}

@media (min-width: 768px) {
  .about-container .like ul {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 1024px) {
  .about-container .like ul {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
  }
}

.about-container .like ul .img-box {
  width: 100%;
  overflow: hidden;
}

.about-container .like ul .txt-box {
  display: flex;
  flex-grow: 1;
  flex-direction: column;
  gap: 1rem;
  padding: 1.25rem;
}

.about-container .like ul img {
  width: 100%;
}

.about-container .like ul li {
  justify-content: space-between;
  gap: 0px;
  overflow: hidden;
  word-break: keep-all;
  border-radius: 1.5rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(228 228 228 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding: 0px;
}

.about-container .like ul li span:before {
  display: none;
}

.about-container .like ul li span {
  font-size: 1rem;
  line-height: 1.4;
  font-weight: 400;
}

.about-container .like ul li strong {
  word-break: keep-all;
  padding: 0px;
  font-size: 1.25rem;
  line-height: 1.4;
  font-weight: 700;
}

.info-guide-tip {
  font-size: 0.875rem;
  line-height: 1.4;
  --tw-text-opacity: 1;
  color: rgb(137 137 137 / var(--tw-text-opacity, 1));
}

.board-info-container {
  border-radius: 1rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(137 137 137 / var(--tw-border-opacity, 1));
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.board-info-container h3 {
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(217 217 217 / var(--tw-border-opacity, 1));
  padding-bottom: 1.25rem;
}

.sticky-foot {
  position: sticky;
  bottom: 0px;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.sticky-foot .btn {
  height: 3.5rem;
  max-width: 20rem;
  --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);
  --tw-shadow-color: rgb(0 100 240 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.sticky-foot .confirm-g {
  justify-content: center;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* 초기 상태: 투명 */

.about-container .main-block p,.about-container [class*="-block"] h3 {
  opacity: 0;
}

/* .animate 클래스가 붙으면 애니메이션 실행 */

.about-container .main-block.animate p,.about-container [class*="-block"].animate h3 {
  animation: fadeInUp 0.8s ease-out forwards;
}

.about-container .main-block.animate .tit p:nth-child(1) {
  animation-delay: 0.2s;
}

.about-container .main-block.animate .tit p:nth-child(2) {
  animation-delay: 0.6s;
}

.about-container .main-block.animate .tit p:nth-child(3) {
  animation-delay: 1.0s;
}

.about-container .main-block.animate > p {
  animation-delay: 1.4s;
}

/* -block으로 끝나는 모든 클래스 내부의 li 애니메이션 */

.about-container [class*="-block"] li {
  opacity: 0;
}

.about-container [class*="-block"].animate li {
  animation: fadeInUp 0.8s ease-out forwards;
}

/* 순차적 지연 시간 설정 */

.about-container [class*="-block"].animate li:nth-child(1) {
  animation-delay: 0.2s;
}

.about-container [class*="-block"].animate li:nth-child(2) {
  animation-delay: 0.4s;
}

.about-container [class*="-block"].animate li:nth-child(3) {
  animation-delay: 0.6s;
}

.about-container [class*="-block"].animate li:nth-child(4) {
  animation-delay: 0.8s;
}

/* 동영상 reset */

.lecture-container .bbc-lxPlayer .video-js.vjs-16-9 {
  display: flex;
  height: auto !important;
  width: auto !important;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0px !important;
}

.lecture-container .bbc-lxPlayer .video-js .vjs-tech {
  position: relative !important;
  max-height: calc(100vh - 110px);
  min-height: 16rem;
}

@media (min-width: 1024px) {
  .lecture-container .bbc-lxPlayer .video-js .vjs-tech {
    max-height: calc(100vh - 327px);
  }
}

.lecture-container .bbc-lxPlayer .video-js.vjs-fullscreen .vjs-tech {
  max-height: -moz-max-content;
  max-height: max-content;
}

.modal-lecture-content .modal-header .btn-close {
  right: 0px;
  top: 0px;
}

@media (min-width: 1024px) {
  .modal-lecture-content .modal-header .btn-close {
    background-size: 50px;
  }
}

.bbc-lxPlayer .btn-close {
  position: relative;
  right: auto;
  top: auto;
  height: auto;
  width: auto;
  background-image: none;
}

.bbc-lxPlayer .time-input {
  font-size: 0.75rem;
  line-height: 1.4;
  --tw-text-opacity: 1;
  color: rgb(40 40 40 / var(--tw-text-opacity, 1));
  width: 40%;
}

.bbc-lxPlayer .container {
  max-width: none;
}

.bbc-lxPlayer .\!container {
  max-width: none;
}

.lecture_body .card-full-g {
  display: flex;
  justify-content: space-between;
}

.lecture_body .card-full-g h4 {
  word-break: keep-all;
}

/**/

body.has-modal {
  height: 100vh;
  overflow: hidden;
}

@media (min-width: 1024px) {
  body.has-modal {
    height: auto;
    overflow: auto;
  }
}

/* 공지 팝업 */

.popup-layer .modal-footer .btn {
  height: 2.5rem;
}

@media (min-width: 1280px) {
  .popup-layer .modal-content {
    max-width: 42rem;
  }
}

.popup-layer .modal-footer {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
}

.popup-layer .modal-footer .btn {
  padding-left: 1rem;
  padding-right: 1rem;
}

.popup-layer .modal-header h2 {
  text-align: left;
  font-size: 1rem;
  line-height: 1.4;
}

.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;
}

.visible {
  visibility: visible;
}

.invisible {
  visibility: hidden;
}

.collapse {
  visibility: collapse;
}

.static {
  position: static;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.left-1 {
  left: 0.25rem;
}

.left-3 {
  left: 0.75rem;
}

.right-0 {
  right: 0px;
}

.start-1 {
  inset-inline-start: 0.25rem;
}

.top-1\/2 {
  top: 50%;
}

.z-50 {
  z-index: 50;
}

.m-4 {
  margin: 1rem;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.mb-4 {
  margin-bottom: 1rem;
}

.mb-5 {
  margin-bottom: 1.25rem;
}

.mt-1 {
  margin-top: 0.25rem;
}

.mt-4 {
  margin-top: 1rem;
}

.mt-5 {
  margin-top: 1.25rem;
}

.block {
  display: block;
}

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

.\!inline {
  display: inline !important;
}

.inline {
  display: inline;
}

.flex {
  display: flex;
}

.\!table {
  display: table !important;
}

.table {
  display: table;
}

.grid {
  display: grid;
}

.contents {
  display: contents;
}

.list-item {
  display: list-item;
}

.\!hidden {
  display: none !important;
}

.hidden {
  display: none;
}

.h-1 {
  height: 0.25rem;
}

.h-2 {
  height: 0.5rem;
}

.h-3 {
  height: 0.75rem;
}

.h-4 {
  height: 1rem;
}

.h-6 {
  height: 1.5rem;
}

.h-8 {
  height: 2rem;
}

.max-h-\[70vh\] {
  max-height: 70vh;
}

.\!min-h-0 {
  min-height: 0px !important;
}

.w-4 {
  width: 1rem;
}

.w-6 {
  width: 1.5rem;
}

.w-8 {
  width: 2rem;
}

.w-full {
  width: 100%;
}

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

.max-w-md {
  max-width: 28rem;
}

.flex-none {
  flex: none;
}

.flex-shrink {
  flex-shrink: 1;
}

.border-collapse {
  border-collapse: collapse;
}

.-translate-y-0 {
  --tw-translate-y: -0px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.-translate-y-1\/2 {
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.-translate-y-full {
  --tw-translate-y: -100%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.translate-y-14 {
  --tw-translate-y: 3.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));
}

.translate-y-4 {
  --tw-translate-y: 1rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.transform {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.cursor-pointer {
  cursor: pointer;
}

.resize {
  resize: both;
}

.flex-col {
  flex-direction: column;
}

.flex-wrap {
  flex-wrap: wrap;
}

.items-center {
  align-items: center;
}

.justify-center {
  justify-content: center;
}

.gap-2 {
  gap: 0.5rem;
}

.gap-4 {
  gap: 1rem;
}

.overflow-hidden {
  overflow: hidden;
}

.overflow-x-auto {
  overflow-x: auto;
}

.truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.break-keep {
  word-break: keep-all;
}

.\!border {
  border-width: 1px !important;
}

.border {
  border-width: 1px;
}

.bg-blue-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(30 58 138 / var(--tw-bg-opacity, 1));
}

.bg-orange-400\/10 {
  background-color: rgb(251 146 60 / 0.1);
}

.object-contain {
  -o-object-fit: contain;
     object-fit: contain;
}

.p-1\.5 {
  padding: 0.375rem;
}

.\!pb-10 {
  padding-bottom: 2.5rem !important;
}

.pb-10 {
  padding-bottom: 2.5rem;
}

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

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.\!text-base {
  font-size: 1rem !important;
  line-height: 1.4 !important;
}

.text-base-s {
  font-size: 0.9375rem;
  line-height: 1.4;
}

.text-lg {
  font-size: 1.125rem;
  line-height: 1.4;
}

.text-sm {
  font-size: 0.875rem;
  line-height: 1.4;
}

.text-xs {
  font-size: 0.75rem;
  line-height: 1.4;
}

.font-bold {
  font-weight: 700;
}

.font-normal {
  font-weight: 400;
}

.uppercase {
  text-transform: uppercase;
}

.italic {
  font-style: italic;
}

.\!text-point {
  --tw-text-opacity: 1 !important;
  color: rgb(238 90 0 / var(--tw-text-opacity, 1)) !important;
}

.\!text-primary {
  --tw-text-opacity: 1 !important;
  color: rgb(0 100 240 / var(--tw-text-opacity, 1)) !important;
}

.text-black-500 {
  --tw-text-opacity: 1;
  color: rgb(137 137 137 / var(--tw-text-opacity, 1));
}

.text-error {
  --tw-text-opacity: 1;
  color: rgb(238 90 0 / var(--tw-text-opacity, 1));
}

.text-etc-red {
  --tw-text-opacity: 1;
  color: rgb(255 57 77 / var(--tw-text-opacity, 1));
}

.text-primary {
  --tw-text-opacity: 1;
  color: rgb(0 100 240 / var(--tw-text-opacity, 1));
}

.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.opacity-0 {
  opacity: 0;
}

.opacity-100 {
  opacity: 1;
}

.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);
}

.outline {
  outline-style: solid;
}

.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) !important;
}

.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, backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-transform {
  transition-property: transform;
  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);
}

/*화면 꽉 채우기 */

/* height 속성에만 transition을 적용 */

.\!container {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1500px;
}

.container, .container-lg {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1500px;
}

.container-sm,.container-sm ~ * {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 600px;
  flex-grow: 1;
}

[data-js="tab-container"]{
  flex-grow: 1;
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
}

@media (min-width: 768px) {
  .md\:\!text-base {
    font-size: 1rem !important;
    line-height: 1.4 !important;
  }
}

@media (min-width: 1024px) {
  .lg\:\!text-lg {
    font-size: 1.125rem !important;
    line-height: 1.4 !important;
  }

  .lg\:\!leading-relaxed {
    line-height: 1.625 !important;
  }
}

.\[\&\>h2\]\:text-center>h2 {
  text-align: center;
}

.\[\&\>h2\]\:text-2xl>h2 {
  font-size: 1.5rem;
  line-height: 1.4;
}

.\[\&\>h2\]\:font-bold>h2 {
  font-weight: 700;
}

@media (min-width: 1024px) {
  .lg\:\[\&\>h2\]\:text-3xl>h2 {
    font-size: 1.875rem;
    line-height: 1.4;
  }
}
