@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100;300;400;500;700;900&family=Roboto:wght@100;300;400;500;700;900&display=swap');

@import url(//spoqa.github.io/spoqa-han-sans/css/SpoqaHanSansNeo.css);

/* tailwind.css */

/* ! tailwindcss v2.2.19 | MIT License | https://tailwindcss.com */

/*! modern-normalize v1.1.0 | MIT License | https://github.com/sindresorhus/modern-normalize */

/*
Document
========
*/

/**
Use a better box model (opinionated).
*/

*,
::before,
::after {
  box-sizing: border-box;
}

/**
Use a more readable tab size (opinionated).
*/

html {
  -moz-tab-size: 4;
  -o-tab-size: 4;
     tab-size: 4;
}

/**
1. Correct the line height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
*/

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/*
Sections
========
*/

/**
Remove the margin in all browsers.
*/

body {
  margin: 0;
}

/**
Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3)
*/

body {
  font-family:
		system-ui,
		-apple-system, /* Firefox supports this but not yet `system-ui` */
		'Segoe UI',
		Roboto,
		Helvetica,
		Arial,
		sans-serif,
		'Apple Color Emoji',
		'Segoe UI Emoji';
}

/*
Grouping content
================
*/

/**
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)
*/

hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
}

/*
Text-level semantics
====================
*/

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

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

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

b,
strong {
  font-weight: bolder;
}

/**
1. Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3)
2. Correct the odd 'em' font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family:
		ui-monospace,
		SFMono-Regular,
		Consolas,
		'Liberation Mono',
		Menlo,
		monospace; /* 1 */
  font-size: 1em; /* 2 */
}

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
Tabular data
============
*/

/**
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)
*/

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

/*
Forms
=====
*/

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

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

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

button,
select { /* 1 */
  text-transform: none;
}

/**
Correct the inability to style clickable types in iOS and Safari.
*/

button,
[type='button'],
[type='submit'] {
  -webkit-appearance: button;
}

/**
Remove the inner border and padding in Firefox.
*/

::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
Restore the focus styles unset by the previous rule.
*/

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

/**
Remove the padding so developers are not caught out when they zero out 'fieldset' elements in all browsers.
*/

legend {
  padding: 0;
}

/**
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 */
}

/*
Interactive
===========
*/

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

summary {
  display: list-item;
}

/**
 * Manually forked from SUIT CSS Base: https://github.com/suitcss/base
 * A thin layer on top of normalize.css that provides a starting point more
 * suitable for web applications.
 */

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

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

button {
  background-color: transparent;
  background-image: none;
}

fieldset {
  margin: 0;
  padding: 0;
}

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

/**
 * Tailwind custom reset styles
 */

/**
 * 1. Use the user's configured `sans` font-family (with Tailwind's default
 *    sans-serif font stack as a fallback) as a sane default.
 * 2. Use Tailwind's default "normal" line-height so the user isn't forced
 *    to override it to ensure consistency even when using the default theme.
 */

html {
  font-family: Roboto, Noto Sans KR, sans-serif; /* 1 */
  line-height: 1.5; /* 2 */
}

/**
 * Inherit font-family and line-height from `html` so users can set them as
 * a class directly on the `html` element.
 */

body {
  font-family: inherit;
  line-height: inherit;
}

/**
 * 1. Prevent padding and border from affecting element width.
 *
 *    We used to set this in the html element and inherit from
 *    the parent element for everything else. This caused issues
 *    in shadow-dom-enhanced elements like <details> where the content
 *    is wrapped by a div with box-sizing set to `content-box`.
 *
 *    https://github.com/mozdevs/cssremedy/issues/4
 *
 *
 * 2. Allow adding a border to an element by just adding a border-width.
 *
 *    By default, the way the browser specifies that an element should have no
 *    border is by setting it's border-style to `none` in the user-agent
 *    stylesheet.
 *
 *    In order to easily add borders to elements by just setting the `border-width`
 *    property, we change the default border-style for all elements to `solid`, and
 *    use border-width to hide them instead. This way our `border` utilities only
 *    need to set the `border-width` property instead of the entire `border`
 *    shorthand, making our border utilities much more straightforward to compose.
 *
 *    https://github.com/tailwindcss/tailwindcss/pull/116
 */

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

/*
 * Ensure horizontal rules are visible by default
 */

hr {
  border-top-width: 1px;
}

/**
 * Undo the `border-style: none` reset that Normalize applies to images so that
 * our `border-{width}` utilities have the expected effect.
 *
 * The Normalize reset is unnecessary for us since we default the border-width
 * to 0 on all elements.
 *
 * https://github.com/tailwindcss/tailwindcss/issues/362
 */

img {
  border-style: solid;
}

textarea {
  resize: vertical;
}

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

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

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

/**
 * Override legacy focus reset from Normalize with modern Firefox focus styles.
 *
 * This is actually an improvement over the new defaults in Firefox in our testing,
 * as it triggers the better focus styles even for links, which still use a dotted
 * outline in Firefox by default.
 */

table {
  border-collapse: collapse;
}

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;
}

/**
 * Reset form element properties that are easy to forget to
 * style explicitly so you don't inadvertently introduce
 * styles that deviate from your design system. These styles
 * supplement a partial reset that is already applied by
 * normalize.css.
 */

button,
input,
optgroup,
select,
textarea {
  padding: 0;
  line-height: inherit;
  color: inherit;
}

/**
 * Use the configured 'mono' font family for elements that
 * are expected to be rendered with a monospace font, falling
 * back to the system monospace stack if there is no configured
 * 'mono' font family.
 */

pre,
code,
kbd,
samp {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

/**
 * 1. Make replaced elements `display: block` by default as that's
 *    the behavior you want almost all of the time. Inspired by
 *    CSS Remedy, with `svg` added as well.
 *
 *    https://github.com/mozdevs/cssremedy/issues/14
 * 
 * 2. Add `vertical-align: middle` to align replaced elements more
 *    sensibly by default when overriding `display` by adding a
 *    utility like `inline`.
 *
 *    This can trigger a poorly considered linting error in some
 *    tools but is included by design.
 * 
 *    https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210
 */

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

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

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

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

[hidden] {
  display: none;
}

*, ::before, ::after{
  --tw-border-opacity: 1;
  border-color: rgba(229, 231, 235, var(--tw-border-opacity));
}

@font-face {
  font-family: 'Wemakeprice-Bold';

  src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_20-10-21@1.0/Wemakeprice-Bold.woff') format('woff');

  font-weight: normal;

  font-style: normal;
}

/* color chart */

:root {
  --origin-gradient : linear-gradient(225deg, #d71275, #343290);
  --oragin-gradient: linear-gradient(45deg, #0ba3c9, #ae0fd6);
  --gradient : linear-gradient(45deg, #a10b56, #2a1954);
  --menu-background : linear-gradient(45deg, #333, #2a1954);
  --gray : #eaeef2;
  --text : #333;
  --green : lime;
  --important2: #2d6ddc;
  --important: #7B3BF8;
  --purple : #4a3474;
  --idc: #39318F;
  --aws: #842282;
  --ncp: #BE1779;
}

* {
  font-family: "SF UI Display", -apple-system, BlinkMacSystemFont, 'Roboto', 'Spoqa Han Sans Neo', HelveticaNeue, Helvetica,  sans-serif, AppleGothic;
}

body{
  width: 100%;
  background: #e3e6e9 !important;
}

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video{
  margin: 0px;
  box-sizing: border-box;
  border-width: 0px;
  padding: 0px;
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  outline: 2px solid transparent;
  outline-offset: 2px;
}

html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,
p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,
kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,
fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,
article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,
nav,section,summary,time,mark,audio,video{
  font-size: 14px;
  vertical-align: top;
  background: transparent;
  font-family: "SF UI Display", -apple-system, BlinkMacSystemFont, 'Roboto', 'Spoqa Han Sans Neo', HelveticaNeue, Helvetica,  sans-serif, AppleGothic;
  font-weight: 400;
  color: #333;
  letter-spacing: -.5px;
}

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

@media (min-width: 1024px){
  hr{
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }
}

hr{
  border: dashed #ccc;
  border-width: 1px 0 0;
}

h1{
  font-size: 40px;
  font-weight: 600;
}

h2{
  font-size: 34px;
  font-weight: 600;
}

h3{
  font-size: 28px;
  font-weight: 600;
}

h4{
  font-size: 22px;
  font-weight: 600;
}

h5{
  font-size: 18px;
  font-weight: 600;
}

input {
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgba(229, 231, 235, var(--tw-border-opacity));
  padding: 1rem;
  outline: 2px solid transparent;
  outline-offset: 2px;
  height: 40px;
}

input:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(167, 139, 250, var(--tw-ring-opacity));
  }

select {
  padding: 0.5rem;
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(229, 231, 235, var(--tw-ring-opacity));
  width: 210px;
  height: 40px;
}

select:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(167, 139, 250, var(--tw-ring-opacity));
  }

/* custom checkbox */

.chkbox input[type="checkbox"] {
  display: none;
}

.chkbox input[type="checkbox"] + label {
    position: relative;
    display: inline-block;
    cursor: pointer;
    border-radius: 0.125rem;
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
    --tw-ring-opacity: 1;
    --tw-ring-color: rgba(156, 163, 175, var(--tw-ring-opacity));
    width: 13px;
    height: 13px;
    line-height: 13px;
  }

.chkbox input[type="checkbox"] + label span{
      position: absolute;
      top: 0px;
      left: 1.25rem;
      display: block;
      width: 24rem;
      font-weight: 300;
      font-size: .9em;
    }

.chkbox input[type="checkbox"]:checked + label{
    background: url('../img/check.png') center no-repeat #4a3474;
  }

/* custom radio */

input[type="radio"] {
  margin-right: 0.25rem;
  height: auto;
  padding: 0px;
  --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);
}

label {
  font-weight: 300;
  --tw-text-opacity: 1;
  color: rgba(75, 85, 99, var(--tw-text-opacity));
}

table {
  width: 83.333333%;
  border-top-width: 1px;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgba(55, 65, 81, var(--tw-border-opacity));
}

table th, table td {
    padding-top: 1rem;
    padding-bottom: 1rem;
    text-align: center;
  }

table th {
    border-bottom-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgba(107, 114, 128, var(--tw-border-opacity));
    --tw-bg-opacity: 1;
    background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
    vertical-align: middle;
    font-weight: 600;
  }

table td {
    border-bottom-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgba(209, 213, 219, var(--tw-border-opacity));
  }

@media (max-width: 1330px){

table {
    width: 100%
}
  }

table.table-second {
  border-top-width: 1px;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgba(75, 85, 99, var(--tw-border-opacity));
}

table.table-second tr th {
      --tw-bg-opacity: 1;
      background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
    }

table.table-second tr th, table.table-second tr td {
      --tw-border-opacity: 1;
      border-color: rgba(156, 163, 175, var(--tw-border-opacity));
      vertical-align: middle;
    }

table.table-second tr td:nth-child(2n) {
      padding-left: 1.5rem;
      text-align: left;
    }

/* 스크롤 바 */

::-webkit-scrollbar-track {
  background-color: #ccc;
}

/* 스크롤 바 밑의 배경 */

::-webkit-scrollbar-thumb {
  background: #aaa;
  border-radius: 10px;
}

/* 실질적 스크롤 바 */

::-webkit-scrollbar-thumb:hover {
  background: #aaa;
}

/* 실질적 스크롤 바 위에 마우스를 올려다 둘 때 */

::-webkit-scrollbar-thumb:active {
  background: #888;
}

/* 실질적 스크롤 바를 클릭할 때 */

::-webkit-scrollbar-button {
  display: none;
}

/**********************************
Header
**********************************/

header {
  position: fixed;
  top: 0px;
  z-index: 50;
  height: 4rem;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  border-bottom: 1px solid #aaa;
}

@media (max-width:700px){

header {
    height: auto
}
  }

header .headerWrap {
    margin-left: auto;
    margin-right: auto;
    display: flex;
    height: 100%;
    width: 91.666667%;
    flex-direction: row;
    align-items: center;
    justify-content: space-evenly
  }

@media (min-width: 640px){
    header .headerWrap{
      width: 100%;
    }
  }

@media (max-width:700px){

header .headerWrap{
      box-shadow: 3px 0 10px #999;

      position: relative;

      display: block;

      width: 100%;

      text-align: center;
  }
    }

header .headerWrap .header-logo {
      display: inline-block;
      width: 13rem;
      line-height: inherit;
    }

@media (max-width:700px){

header .headerWrap .header-logo {
        padding-top: 0.5rem;

        padding-bottom: 0.5rem
    }
      }

header .headerWrap nav {
      margin-left: 2.5rem
    }

@media (min-width: 640px){
      header .headerWrap nav{
        margin-left: 1.25rem;
      }
    }

header .headerWrap nav div {
        margin-left: 1.25rem;
        margin-right: 1.25rem;
        display: inline-block;
        height: 100%
      }

@media (min-width: 768px){
        header .headerWrap nav div{
          margin-right: 0px;
        }
      }

@media (min-width: 1280px){
        header .headerWrap nav div{
          margin-right: 6rem;
        }
      }

header .headerWrap nav div a {
          display: block;
          height: 100%;
          width: 100%;
          font-size: 1.125rem;
          line-height: 1.75rem;
          line-height: 55px;
        }

header .headerWrap nav div a:hover {
            --tw-text-opacity: 1;
            color: rgba(91, 33, 182, var(--tw-text-opacity));
          }

header .headerWrap nav div.on {
          border-bottom-width: 2px;
          border-color: #7B3BF8;
          border-color: var(--important);
        }

header .headerWrap nav div.on a {
            --tw-text-opacity: 1;
            color: rgba(91, 33, 182, var(--tw-text-opacity));
          }

@media (max-width:700px){

header .headerWrap nav{

        margin-left: 0px;

        display: block;

        width: 100%;

        padding-top: 0.5rem;

        --tw-text-opacity: 1;

        color: rgba(107, 114, 128, var(--tw-text-opacity));
    }
          header .headerWrap nav div a{
            line-height: 30px;
          }
      }

header .headerWrap ul li {
        position: relative;
        display: inline-block;
        cursor: pointer;
        padding-left: 1rem;
        font-size: 0.875rem;
        line-height: 1.25rem;
        line-height: 25px;
      }

header .headerWrap ul li:hover, header .headerWrap ul li.on {
          font-weight: 600;
        }

header .headerWrap ul li span {
          border-radius: 9999px;
          --tw-bg-opacity: 1;
          background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
          text-align: center;
          font-size: 1.25rem;
          line-height: 1.75rem;
          width: 24px;
          height: 24px;
          line-height: 24px;
          padding: 0 3px;
        }

header .headerWrap ul li span:hover, header .headerWrap ul li span.on {
            --tw-bg-opacity: 1;
            background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
            --tw-text-opacity: 1;
            color: rgba(124, 58, 237, var(--tw-text-opacity));
          }

header .headerWrap ul li .down-area {
          position: absolute;
          display: none;
          width: 10rem;
          border-width: 1px;
          --tw-border-opacity: 1;
          border-color: rgba(75, 85, 99, var(--tw-border-opacity));
          --tw-bg-opacity: 1;
          background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
          padding: 0.75rem
        }

@media (min-width: 640px){
          header .headerWrap ul li .down-area{
            right: 0px;
          }
        }

@media (min-width: 1024px){
          header .headerWrap ul li .down-area{
            right: -1.5rem;
          }
        }

header .headerWrap ul li .down-area{
          top: 38px;
        }

header .headerWrap ul li .down-area li {
            margin-bottom: 0.25rem;
            width: 100%;
            border-radius: 0.375rem;
            padding: 0px;
          }

header .headerWrap ul li .down-area li a {
              display: block;
              width: 100%;
              padding-left: 0.75rem;
              padding-right: 0.75rem;
              padding-top: 0.5rem;
              padding-bottom: 0.5rem;
              font-size: 1rem;
              line-height: 1.5rem;
              color: #333;
            }

header .headerWrap ul li .down-area li:hover, header .headerWrap ul li .down-area li.on {
              --tw-bg-opacity: 1;
              background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
            }

header .headerWrap ul li .down-area li:hover a, header .headerWrap ul li .down-area li.on a {
                font-weight: 600;
              }

header .headerWrap ul li .down-area li:last-child {
              margin-bottom: 0px;
            }

@media (max-width:700px){

header .headerWrap ul {
        background: linear-gradient(45deg, #a10b56, #2a1954);

        background: var(--gradient);

        position: absolute;

        display: none;

        height: 100vh;

        width: 33.333333%
    }

        header .headerWrap ul li {
          position: relative;
          display: block;
          width: 100%;
          cursor: pointer;
          padding-left: 1rem;
          padding-right: 1rem;
          padding-top: 0.5rem;
          padding-bottom: 0.5rem;
          text-align: left;
          font-size: 1rem;
          line-height: 1.5rem;
          --tw-text-opacity: 1;
          color: rgba(255, 255, 255, var(--tw-text-opacity));
        }
          header .headerWrap ul li a{
            font-weight: 300;
            --tw-text-opacity: 1;
            color: rgba(255, 255, 255, var(--tw-text-opacity));
          }
          header .headerWrap ul li .down-area {
            all: unset;
            margin-top: 0.5rem;
            display: none;
            width: 100%;
            background-image: none;
            padding: 0px;
          }
            header .headerWrap ul li .down-area ul {
              height: auto;
              width: 100%;
              border-top-width: 1px;
              border-bottom-width: 1px;
              --tw-border-opacity: 1;
              border-color: rgba(156, 163, 175, var(--tw-border-opacity));
              background-image: none;
            }
              header .headerWrap ul li .down-area ul li {
                width: 100%;
                border-bottom-width: 1px;
                --tw-border-opacity: 1;
                border-color: rgba(156, 163, 175, var(--tw-border-opacity));
                padding-left: 1.25rem;
                padding-right: 1.25rem;
                padding-top: 0.625rem;
                padding-bottom: 0.625rem;
              }
                header .headerWrap ul li .down-area ul li a {
                  font-size: 1rem;
                  line-height: 1.5rem;
                  color: #fff;
                }
                header .headerWrap ul li .down-area ul li:hover, header .headerWrap ul li .down-area ul li.on {
                  background-image: none;
                  font-weight: 600;
                }
      }

header .headerWrap .menu-btn {
      display: none;
    }

@media (max-width:700px){

header .headerWrap .menu-btn {
        width: 20px;

        height: 20px;

        padding-top: 5px;

        position: absolute;

        top: 0.75rem;

        left: 0.75rem;

        display: block
    }

        header .headerWrap .menu-btn span {
          display: block;
          width: 100%;
          --tw-bg-opacity: 1;
          background-color: rgba(75, 85, 99, var(--tw-bg-opacity));
          height: 1px;
          margin-bottom: 10px;
          transition: ease-in .2s;
        }
          header .headerWrap .menu-btn span:last-child {
            margin-bottom: 0px;
          }
          header .headerWrap .menu-btn.on span:first-child {
            transform: rotate(45deg);
            transition: ease-in .2s;
            margin-top: 6px;
          }
          header .headerWrap .menu-btn.on span:last-child {
            transform: rotate(-45deg);
            transition: ease-in .2s;
            margin-top: -11px;
          }
      }

footer {
  margin-top: 1rem;
  width: 100%;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

/**********************************
Container
**********************************/

.logo {
  margin-bottom: 1rem;
  width: 100%;
  text-align: center;
}

.logo svg {
    display: inline-block;
    fill: #333;
  }

.logo span {
    vertical-align: middle;
    font-size: 1.25rem;
    line-height: 1.75rem;
  }

.message {
  margin-top: 0.25rem;
  display: block;
}

.message span{
    position: relative;
    padding-left: 1rem;
    --tw-text-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-text-opacity));
  }

.message span::before {
      position: absolute;
      top: 0.25rem;
      left: 0px;
      content: "";
      width: 10px;
      height: 10px;
      border: 3px solid #aaa;
      border-radius: 50%;
    }

.message.none span {
      --tw-text-opacity: 1;
      color: rgba(220, 38, 38, var(--tw-text-opacity));
    }

.message.none span::before {
        --tw-border-opacity: 1;
        border-color: rgba(220, 38, 38, var(--tw-border-opacity));
      }

.message.ok span {
      --tw-text-opacity: 1;
      color: rgba(52, 211, 153, var(--tw-text-opacity));
    }

.message.ok span::before {
        --tw-border-opacity: 1;
        border-color: rgba(52, 211, 153, var(--tw-border-opacity));
      }

.same {
  position: relative;
  padding-left: 1.25rem;
  --tw-text-opacity: 1;
  color: rgba(156, 163, 175, var(--tw-text-opacity));
}

.same i {
    position: absolute;
    top: 0.125rem;
    left: 0px;
    display: block;
    border-radius: 9999px;
    border-width: 4px;
    --tw-border-opacity: 1;
    border-color: rgba(156, 163, 175, var(--tw-border-opacity));
    width: 14px;
    height: 14px;
  }

.same.none {
    --tw-text-opacity: 1;
    color: rgba(220, 38, 38, var(--tw-text-opacity));
  }

.same.none i {
      --tw-border-opacity: 1;
      border-color: rgba(220, 38, 38, var(--tw-border-opacity));
    }

.same.ok {
    --tw-text-opacity: 1;
    color: rgba(52, 211, 153, var(--tw-text-opacity));
  }

.same.ok i {
      --tw-border-opacity: 1;
      border-color: rgba(52, 211, 153, var(--tw-border-opacity));
    }

/*
.language {
    @apply hc-absolute hc-top-10 hc-w-24 hc-ring-0 hc-border-b hc-border-black hc-font-semibold hc-bg-transparent;
    right: 5%;
    height: 30px;
    @media(max-width: 700px) {
        @apply hc-top-1 hc-right-1;
    }
}
*/

.language {
  position: fixed;
  top: 0.75rem;
  right: 0px;
  width: 50px;
  height: 40px;
  padding: 5px;
  background: linear-gradient(45deg, #a10b56, #2a1954);
  background: var(--gradient);
  border-radius: 20px 0 0 20px;
}

.language p {
    border-radius: 9999px;
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
    text-align: center;
    font-weight: 700;
    width: 30px;
    height: 30px;
    line-height: 30px;
    color: #4a3474;
    color: var(--purple);
  }

.language ul {
    display: none;
  }

.language ul li {
      margin-top: 0.75rem;
      cursor: pointer;
      border-radius: 9999px;
      text-align: center;
      font-weight: 700;
      --tw-text-opacity: 1;
      color: rgba(255, 255, 255, var(--tw-text-opacity));
      width: 30px;
      height: 30px;
      line-height: 30px;
      background: #4a3474;
      background: var(--purple);
    }

.loginWrap {
  margin: auto;
  margin-top: 3.5rem;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  max-width: 500px;
  min-height: 350px;
  padding: 40px 50px;
  border-radius: 10px;
  box-shadow: 3px 4px 10px #888;
}

.loginWrap#admin {
    display: none;
  }

.loginWrap #search-mobile-area {
    display: none;
  }

.loginWrap dl{
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0.5rem;
    width: 66.666667%;
  }

.loginWrap dl dt, .loginWrap dl dd{
      display: inline-block;
      text-align: left;
    }

.loginWrap dl dt {
      width: 33.333333%;
      vertical-align: text-top;
      font-size: 1rem;
      line-height: 1.5rem;
      font-weight: 300;
    }

.loginWrap dl dd {
      font-size: 1.125rem;
      line-height: 1.75rem;
      font-weight: 600;
    }

.g-recaptcha > div {
  margin: auto;
}

.joinWrap {
  margin: auto;
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
  height: auto;
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  width: 800px;
  min-height: 500px;
  padding: 40px 50px;
  border: 1px solid #ddd;
}

.joinWrap #company {
    display: none;
  }

@media (max-width: 700px){

.joinWrap {

    margin-top: 0px;

    margin-bottom: 0px;

    width: 100%;

    padding: 1rem
}
    .joinWrap input {
      width: 66.666667%;
    }
  }

@media (max-width: 500px) {
    .joinWrap input {
      width: 100%;
    }
  }

.wrap{
  position: relative;
  margin-left: auto;
  margin-right: auto;
  margin-top: 9rem;
  height: auto;
  width: 100%
}

@media (min-width: 768px){
  .wrap{
    width: 83.333333%;
  }
}

.wrap{
  max-width: 800px;
  min-height: 81vh;
}

@media (max-width: 700px){

.wrap{
    margin-top: 6rem;

    padding: 1rem;
}
  }

.wrap .contWrap {
    position: relative;
    width: 100%;
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
    padding: 40px 50px;
    border: 1px solid #ccc;
  }

.wrap .contWrap dl{
      margin-bottom: 2.5rem;
      width: 100%;
    }

.wrap .contWrap dl dt, .wrap .contWrap dl dd{
        display: inline-block;
      }

.wrap .contWrap dl dt {
        width: 25%;
        vertical-align: text-top;
        font-size: 1rem;
        line-height: 1.5rem;
        font-weight: 300;
      }

.wrap .contWrap dl dd {
        font-size: 1.125rem;
        line-height: 1.75rem;
        font-weight: 600;
      }

@media (max-width:700px){

.wrap .contWrap {
      min-height: none;

      padding: 1rem
  }
    }

.wrap .login-list {
    margin-top: 2rem;
    height: 2.5rem;
  }

@media (max-width:700px){

.wrap .login-list {
      height: auto
  }
    }

.wrap .login-list + .login-list {
      margin-top: 1.5rem;
    }

.wrap .login-list li {
      display: inline-block;
      height: 1.5rem;
      vertical-align: text-top;
      font-size: 1.25rem;
      line-height: 1.75rem;
    }

.wrap .login-list li span.icon {
        margin-right: 1rem;
        display: inline-block;
        overflow: hidden;
        vertical-align: text-bottom;
        font-size: 0.875rem;
        line-height: 1.25rem;
        width: 25px;
        height: 25px;
        border-radius: 50%;
      }

.wrap .login-list li span.icon#naver {
          background: url(../img/naver.png) center no-repeat #eee;
          background-size: 55%;
        }

.wrap .login-list li span.icon#apple {
          background: url(../img/apple.png) center no-repeat #333;
          background-size: 55%;
        }

.wrap .login-list li span.icon#google {
          background: url(../img/google.png) center no-repeat #eee;
          background-size: 55%;
        }

.wrap .login-list li span.icon#kakao {
          background: url(../img/kakao.png) center no-repeat #eee;
          background-size: 55%;
        }

.wrap .login-list li span.date {
        margin-left: 1rem;
        vertical-align: text-bottom;
        font-size: 0.875rem;
        line-height: 1.25rem;
        color: #666;
      }

.wrap .login-list li span.date::before {
          content: "(";
        }

.wrap .login-list li span.date::after {
          content: ")";
        }

.wrap .login-list li:last-child {
        float: right;
      }

@media (max-width:700px){

.wrap .login-list li:last-child {
          float: none;

          margin-top: 0.75rem;

          margin-bottom: 0.75rem
      }
        }

@media (max-width: 700px){

.wrap .login-list li {
        display: block
    }
      }

.wrap .security-list {
    margin-top: 2rem;
  }

.wrap .security-list li {
      display: inline-block;
      font-size: 1.5rem;
      line-height: 2rem;
      color: #4a3474;
      color: var(--purple);
    }

.wrap .security-list li span.date {
        margin-left: 1rem;
        padding-top: 0.5rem;
        vertical-align: text-bottom;
        color: #666;
      }

@media (max-width: 700px){

.wrap .security-list li {
        display: block
    }
      }

.select-box {
  display: inline-block;
  height: auto;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgba(209, 213, 219, var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 3rem;
  padding-bottom: 3rem;
  width: 300px;
}

.select-box p {
    margin-top: 1rem;
    margin-bottom: 1rem;
    font-weight: 300;
    word-break: keep-all;
  }

.select-box + .select-box {
    margin-left: 4rem;
  }

@media (max-width: 700px){
    .select-box + .select-box {
      margin-top: 1.5rem;
      margin-left: 0px;
    }
  }

span.sub {
  margin-left: 1rem;
  vertical-align: text-bottom;
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: #666;
}

.agreeBox {
  margin-bottom: 0.75rem;
  height: 14rem;
  overflow-y: scroll;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgba(209, 213, 219, var(--tw-border-opacity));
  padding: 0.75rem;
}

.agreeBox h3 {
    margin-top: 1rem;
    margin-bottom: 0.5rem;
    font-size: 1.125rem;
    line-height: 1.75rem;
  }

.agreeBox h4 {
    margin-top: 1rem;
    margin-bottom: 0.5rem;
    font-size: 1rem;
    line-height: 1.5rem;
  }

.agreeBox p {
    overflow-wrap: break-word;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

.agreeBox ul {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

.agreeBox ul li {
      margin-bottom: 0.5rem;
      overflow-wrap: break-word;
      font-size: 0.875rem;
      line-height: 1.25rem;
      --tw-text-opacity: 1;
      color: rgba(75, 85, 99, var(--tw-text-opacity));
    }

.agreeBox ul li span {
        font-weight: 600;
        font-size: inherit;
        color: inherit;
      }

.agreeBox table {
    width: 100%;
  }

.agreeBox caption {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
    font-size: 1.125rem;
    line-height: 1.75rem;
    font-weight: 600;
  }

.agreeBox dl {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

.agreeBox dl dd.dot {
        position: relative;
        padding-left: 0.75rem;
      }

.agreeBox dl dd.dot::before {
          position: absolute;
          display: block;
          --tw-bg-opacity: 1;
          background-color: rgba(55, 65, 81, var(--tw-bg-opacity));
          content: "";
          top: 7px;
          left: 0;
          width: 3px;
          height: 3px;
          border-radius: 50%;
        }

.agreeBox dl dd.dot p {
          margin-left: 1rem;
          padding-top: 0.5rem;
          padding-bottom: 0.5rem;
          font-size: 0.875rem;
          line-height: 1.25rem;
          --tw-text-opacity: 1;
          color: rgba(37, 99, 235, var(--tw-text-opacity));
          line-height: 2em;
        }

.error {
  position: relative;
  margin: auto;
  margin-top: 12rem;
  display: block;
  height: 32rem;
  width: 32rem;
  text-align: center;
  background: url('../img/error.png') center no-repeat;
  background-size: 100%;
}

.error-btn {
  margin-top: 1rem;
  text-align: center;
}

.error-btn a{
    cursor: pointer;
    font-size: 1.25rem;
    line-height: 1.75rem;
    --tw-text-opacity: 1;
    color: rgba(107, 114, 128, var(--tw-text-opacity))
  }

.error-btn a:hover{
    --tw-text-opacity: 1;
    color: rgba(124, 58, 237, var(--tw-text-opacity));
  }

.error-btn a span {
      color: inherit;
    }

.redirect-list {
  width: 100%;
  text-align: center;
}

.redirect-list li {
    margin-left: 0.75rem;
    margin-right: 0.75rem;
    margin-bottom: 1.5rem;
    display: inline-block;
    width: 20rem;
    border-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgba(209, 213, 219, var(--tw-border-opacity));
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

.redirect-list li p {
      margin-top: 1.5rem;
      margin-bottom: 1.5rem;
      height: 6rem;
      justify-content: space-evenly;
      --tw-text-opacity: 1;
      color: rgba(75, 85, 99, var(--tw-text-opacity));
      word-break: keep-all;
    }

/* button*/

button[class*="btn"] {
  margin-right: 0.625rem;
  display: inline-block;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgba(31, 41, 55, var(--tw-bg-opacity));
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
  box-shadow: 2px 2px 0 #888;
  outline: none;
}

button[class*="btn"] i

{
    margin-right: 0.25rem;
    display: inline-block;
    height: 100%;
    width: 14px;
    height: 18px;
  }

button[class*="btn"] span {
    position: relative;
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

button[class*="btn"]:hover {
    background: linear-gradient(45deg, #0ba3c9, #ae0fd6);
    background: var(--oragin-gradient);
    /*
        &::before{
            @apply hc-w-full;
            transition: .55s cubic-bezier(0.4, 0, 1, 1);
        }
        */
  }

button[class*="btn-normal"] {
  height: auto;
  width: auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

button[class*="btn-medium"] {
  width: auto;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}

button[class*="btn-small"] {
  height: auto;
  width: auto;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
}

button[class*="btn-order"] {
  box-sizing: border-box;
  height: 4rem;
  width: auto;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

button[class*="btn-order"] span

{
    font-size: 1.25rem;
    line-height: 1.75rem;
  }

button[class*="gray"] {
  --tw-text-opacity: 1;
  color: rgba(55, 65, 81, var(--tw-text-opacity));
  background: #eaeef2;
  background: var(--gray);
}

button[class*="gray"] span

{
    --tw-text-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-text-opacity));
  }

button[class*="gray"]:hover {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
    background: #6b7280 !important;
  }

button[class*="gray"]:hover span

{
      --tw-text-opacity: 1;
      color: rgba(255, 255, 255, var(--tw-text-opacity));
    }

button[class*="wht"] {
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgba(229, 231, 235, var(--tw-border-opacity));
  --tw-text-opacity: 1;
  color: rgba(55, 65, 81, var(--tw-text-opacity));
  background: white;
}

button[class*="wht"] span

{
    --tw-text-opacity: 1;
    color: rgba(55, 65, 81, var(--tw-text-opacity));
  }

button[class*="wht"]:hover {
    background: #ccc !important;
  }

button[class*="del"] {
  background: #eaeef2;
  background: var(--gray);
  color: #e61515;
}

button[class*="del"] span

{
    color: #e61515;
  }

button[class*="del"]:hover {
    background: #e61515;
    color: #fff;
  }

button[class*="del"]:hover span

{
      --tw-text-opacity: 1;
      color: rgba(255, 255, 255, var(--tw-text-opacity));
    }

button[class*="cartBtn"] {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgba(156, 163, 175, var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgba(75, 85, 99, var(--tw-text-opacity));
  outline: none;
}

button[class*="cartBtn"] i

{
    margin-right: 0.25rem;
    display: inline-block;
    height: 100%;
    width: 14px;
  }

button[class*="cartBtn"]:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(209, 213, 219, var(--tw-bg-opacity));
  }

/* div */

div[class*="btn"] {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
  cursor: pointer;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
  background: #4a3474;
  background: var(--purple);
  outline: none;
}

div[class*="btn"] i

{
    margin-right: 0.25rem;
    display: inline-block;
    height: 100%;
    width: 14px;
  }

div[class*="btn"] a {
    position: relative;
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

div[class*="btn"]:hover::before

{
      width: 100%;
      transition: .55s cubic-bezier(0.4, 0, 1, 1);
    }

div[class*="btn"]::before {
    position: absolute;
    top: 0px;
    left: 0px;
    display: block;
    height: 100%;
    width: 0px;
    content: "";
    background: #7B3BF8;
    background: var(--important);
    transition: .55s cubic-bezier(0.4, 0, 1, 1);
  }

div[class*="btn-normal"] {
  height: auto;
  width: auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

div[class*="btn-medium"] {
  width: auto;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}

div[class*="btn-small"] {
  height: auto;
  width: auto;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
}

div[class*="btn-order"] {
  box-sizing: border-box;
  width: auto;
  --tw-bg-opacity: 1;
  background-color: rgba(31, 41, 55, var(--tw-bg-opacity));
}

div[class*="btn-order"] a

{
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    font-weight: 300;
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

div[class*="btn-order"]:hover {
    background: linear-gradient(45deg, #0ba3c9, #ae0fd6);
    background: var(--oragin-gradient);
  }

div[class*="btn-order"]:hover a

{
      --tw-text-opacity: 1;
      color: rgba(255, 255, 255, var(--tw-text-opacity));
    }

div[class*="btn-order-gray"] {
  --tw-bg-opacity: 1;
  background-color: rgba(107, 114, 128, var(--tw-bg-opacity));
}

div[class*="btn-order-gray"]::before

{
    --tw-bg-opacity: 1;
    background-color: rgba(55, 65, 81, var(--tw-bg-opacity));
  }

div[class*="del"] {
  --tw-bg-opacity: 1;
  background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
}

div[class*="del"] a

{
    color: #e61515;
    transition: ease .15s;
    transition-delay: .3s;
  }

div[class*="del"]::before {
    background: #e61515;
  }

div[class*="del"]:hover span

{
      --tw-text-opacity: 1;
      color: rgba(255, 255, 255, var(--tw-text-opacity));
      transition: ease .15s;
      transition-delay: .3s;
    }

.btn-google {
  background: #70a7ef !important;
}

.btn-google i{
    background: url(/img/google.png) center no-repeat;
    background-size: 100%;
  }

.btn-naver {
  background: #03CF5D !important;
}

.btn-naver i

{
    background: url(/img/naver_w.png) center no-repeat;
    background-size: 100%;
  }

.btn-apple {
  background: #000 !important;
}

.btn-apple i

{
    background: url(/img/apple.png) center no-repeat;
    background-size: 100%;
  }

.btn-kakao {
  background: #E5DD4A !important;
  color: #381E1F !important;
}

.btn-kakao i

{
    background: url(/img/kakao.png) center no-repeat;
    background-size: 100%;
  }

.admin-tab {
  margin: auto;
  margin-bottom: 1.5rem;
  width: 100%;
  text-align: center;
}

.admin-tab li {
    display: inline-block;
    cursor: pointer;
    border-radius: 9999px;
    border-width: 2px;
    --tw-border-opacity: 1;
    border-color: rgba(156, 163, 175, var(--tw-border-opacity));
    padding-left: 2.5rem;
    padding-right: 2.5rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    --tw-text-opacity: 1;
    color: rgba(156, 163, 175, var(--tw-text-opacity));
    line-height: 1em;
  }

.admin-tab li.on, .admin-tab li:hover {
      --tw-border-opacity: 1;
      border-color: rgba(55, 65, 81, var(--tw-border-opacity));
      --tw-bg-opacity: 1;
      background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
      --tw-text-opacity: 1;
      color: rgba(55, 65, 81, var(--tw-text-opacity));
    }

.auth-tab {
  margin-bottom: 1.25rem;
}

.auth-tab li {
    display: inline-block;
    cursor: pointer;
    border-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgba(209, 213, 219, var(--tw-border-opacity));
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    text-align: center;
    height: 30px;
    line-height: 30px;
    color: #999;
  }

.auth-tab li:hover, .auth-tab li.on {
      --tw-border-opacity: 1;
      border-color: rgba(17, 24, 39, var(--tw-border-opacity));
      color: #333;
    }

#auth-area2, #auth-area3 {
  display: none;
}

.auth-plus {
  overflow: hidden;
  --tw-bg-opacity: 1;
  background-color: rgba(209, 213, 219, var(--tw-bg-opacity));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 25px;
  cursor: pointer;
}

.auth-plus span {
    --tw-bg-opacity: 1;
    background-color: rgba(75, 85, 99, var(--tw-bg-opacity));
    text-align: center;
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
    display: inline-block;
    width: 20px;
    height: 20px;
    line-height: 20px;
    margin-left: 3px;
    border-radius: 50%;
  }

.auth-plus:hover {
    background: #4a3474;
    background: var(--purple);
    color: white;
  }

.auth-plus:hover span {
      background: white;
      color: #4a3474;
      color: var(--purple)
    }

@media (max-width:870px){

.auth-plus {
    float: none
}
  }

.auth-card {
  position: relative;
  border-width: 1px;
  width: 470px;
  height: 280px;
  border-color: #ccc;
}

@media (max-width:700px){

.auth-card {
    width: 100%
}
  }

.auth-card .card-name {
    width: 100%;
    font-size: 1.125rem;
    line-height: 1.75rem;
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
    padding: 15px 20px;
    background: #4a3474;
    background: var(--purple);
  }

.auth-card .card-info {
    width: 100%;
    padding: 1.25rem;
  }

div[class|="modal"] {
  position: fixed;
  top: 0px;
  left: 0px;
  display: none;
  height: 100%;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgba(55, 65, 81, var(--tw-bg-opacity));
  --tw-bg-opacity: 0.7;
  z-index: 3333;
}

div[class|="modal"] .modalWrap {
    margin-left: auto;
    margin-right: auto;
    height: auto;
    width: 91.666667%;
    border-radius: 0.75rem;
    border-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgba(209, 213, 219, var(--tw-border-opacity));
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
    padding: 3rem
  }

@media (min-width: 640px){
    div[class|="modal"] .modalWrap{
      width: 32rem;
    }
  }

div[class|="modal"] .modalWrap{
    margin-top: 15vh;
  }

div[class|="modal"] .modalWrap dl{
      margin-bottom: 1rem;
      width: 100%;
      text-align: left;
    }

div[class|="modal"] .modalWrap dl dt, div[class|="modal"] .modalWrap dl dd{
        display: inline-block;
      }

div[class|="modal"] .modalWrap dl dt {
        text-align: left;
        vertical-align: text-top;
        font-size: 1rem;
        line-height: 1.5rem;
        font-weight: 300;
        min-width: 80px;
      }

div[class|="modal"] .modalWrap dl dd {
        font-size: 1.125rem;
        line-height: 1.75rem;
        font-weight: 600;
      }

div[class|="modal"] .modalWrap ul {
      margin-left: 1.25rem;
      text-align: left;
    }

div[class|="modal"] .modalWrap ul li {
        display: inline-block;
        vertical-align: middle;
      }

div[class|="modal"] .modalWrap ul li + li {
          margin-left: 0.75rem;
        }

div[class|="modal"] .modalWrap .modal-num {
      display: block;
      border-radius: 9999px;
      text-align: center;
      width: 30px;
      height: 30px;
      line-height: 30px;
      background: #ccc;
      color: white;
    }

div[class|="modal"] .modalWrap .modal-num.now {
        background: linear-gradient(225deg, #d71275, #343290);
        background: var(--origin-gradient);
      }

@media (max-width:700px){

div[class|="modal"] .modalWrap{
      padding: 1.5rem;
  }
    }

.hc-absolute{
  position: absolute;
}

.hc-relative{
  position: relative;
}

.hc-top-0{
  top: 0px;
}

.hc-top-4{
  top: 1rem;
}

.hc-top-10{
  top: 2.5rem;
}

.hc-right-0{
  right: 0px;
}

.hc-right-3{
  right: 0.75rem;
}

.hc-right-10{
  right: 2.5rem;
}

.hc-float-right{
  float: right;
}

.hc-m-auto{
  margin: auto;
}

.hc-mx-6{
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}

.hc-mx-auto{
  margin-left: auto;
  margin-right: auto;
}

.hc--mx-1{
  margin-left: -0.25rem;
  margin-right: -0.25rem;
}

.hc-my-4{
  margin-top: 1rem;
  margin-bottom: 1rem;
}

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

.hc-my-6{
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.hc-my-20{
  margin-top: 5rem;
  margin-bottom: 5rem;
}

.hc-mt-1{
  margin-top: 0.25rem;
}

.hc-mt-2{
  margin-top: 0.5rem;
}

.hc-mt-3{
  margin-top: 0.75rem;
}

.hc-mt-4{
  margin-top: 1rem;
}

.hc-mt-6{
  margin-top: 1.5rem;
}

.hc-mt-10{
  margin-top: 2.5rem;
}

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

.hc-mr-1{
  margin-right: 0.25rem;
}

.hc-mr-2{
  margin-right: 0.5rem;
}

.hc-mr-3{
  margin-right: 0.75rem;
}

.hc-mr-4{
  margin-right: 1rem;
}

.hc-mr-5{
  margin-right: 1.25rem;
}

.hc-mr-6{
  margin-right: 1.5rem;
}

.hc-mr-10{
  margin-right: 2.5rem;
}

.hc-mb-1{
  margin-bottom: 0.25rem;
}

.hc-mb-2{
  margin-bottom: 0.5rem;
}

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

.hc-mb-4{
  margin-bottom: 1rem;
}

.hc-mb-5{
  margin-bottom: 1.25rem;
}

.hc-mb-6{
  margin-bottom: 1.5rem;
}

.hc-mb-7{
  margin-bottom: 1.75rem;
}

.hc-mb-8{
  margin-bottom: 2rem;
}

.hc-mb-10{
  margin-bottom: 2.5rem;
}

.hc-mb-12{
  margin-bottom: 3rem;
}

.hc-mb-14{
  margin-bottom: 3.5rem;
}

.hc-ml-1{
  margin-left: 0.25rem;
}

.hc-ml-4{
  margin-left: 1rem;
}

.hc-ml-48{
  margin-left: 12rem;
}

.hc-block{
  display: block;
}

.hc-inline-block{
  display: inline-block;
}

.hc-flex{
  display: flex;
}

.hc-hidden{
  display: none;
}

.hc-h-0{
  height: 0px;
}

.hc-h-5{
  height: 1.25rem;
}

.hc-h-44{
  height: 11rem;
}

.hc-h-56{
  height: 14rem;
}

.hc-h-0\.5{
  height: 0.125rem;
}

.hc-h-full{
  height: 100%;
}

.hc-w-16{
  width: 4rem;
}

.hc-w-36{
  width: 9rem;
}

.hc-w-40{
  width: 10rem;
}

.hc-w-44{
  width: 11rem;
}

.hc-w-80{
  width: 20rem;
}

.hc-w-96{
  width: 24rem;
}

.hc-w-2\/3{
  width: 66.666667%;
}

.hc-w-2\/5{
  width: 40%;
}

.hc-w-5\/6{
  width: 83.333333%;
}

.hc-w-full{
  width: 100%;
}

.hc-w-min{
  width: -moz-min-content;
  width: min-content;
}

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

@keyframes hc-ping{
  75%, 100%{
    transform: scale(2);
    opacity: 0;
  }
}

@keyframes hc-pulse{
  50%{
    opacity: .5;
  }
}

@keyframes hc-bounce{
  0%, 100%{
    transform: translateY(-25%);
    animation-timing-function: cubic-bezier(0.8,0,1,1);
  }

  50%{
    transform: none;
    animation-timing-function: cubic-bezier(0,0,0.2,1);
  }
}

.hc-cursor-pointer{
  cursor: pointer;
}

.hc-overflow-y-scroll{
  overflow-y: scroll;
}

.hc-border{
  border-width: 1px;
}

.hc-border-gray-400{
  --tw-border-opacity: 1;
  border-color: rgba(156, 163, 175, var(--tw-border-opacity));
}

.hc-bg-gray-300{
  --tw-bg-opacity: 1;
  background-color: rgba(209, 213, 219, var(--tw-bg-opacity));
}

.hc-p-3{
  padding: 0.75rem;
}

.hc-px-3{
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.hc-px-4{
  padding-left: 1rem;
  padding-right: 1rem;
}

.hc-px-8{
  padding-left: 2rem;
  padding-right: 2rem;
}

.hc-py-5{
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.hc-py-6{
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.hc-py-14{
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}

.hc-pl-2{
  padding-left: 0.5rem;
}

.hc-pl-20{
  padding-left: 5rem;
}

.hc-text-left{
  text-align: left;
}

.hc-text-center{
  text-align: center;
}

.hc-text-xs{
  font-size: 0.75rem;
  line-height: 1rem;
}

.hc-text-sm{
  font-size: 0.875rem;
  line-height: 1.25rem;
}

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

.hc-text-lg{
  font-size: 1.125rem;
  line-height: 1.75rem;
}

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

.hc-font-light{
  font-weight: 300;
}

.hc-font-medium{
  font-weight: 500;
}

.hc-font-semibold{
  font-weight: 600;
}

.hc-text-gray-400{
  --tw-text-opacity: 1;
  color: rgba(156, 163, 175, var(--tw-text-opacity));
}

.hc-text-gray-500{
  --tw-text-opacity: 1;
  color: rgba(107, 114, 128, var(--tw-text-opacity));
}

.hc-text-red-500{
  --tw-text-opacity: 1;
  color: rgba(239, 68, 68, var(--tw-text-opacity));
}

.hc-text-green-600{
  --tw-text-opacity: 1;
  color: rgba(5, 150, 105, var(--tw-text-opacity));
}

.hover\:hc-text-purple-600:hover{
  --tw-text-opacity: 1;
  color: rgba(124, 58, 237, var(--tw-text-opacity));
}

.hover\:hc-underline:hover{
  text-decoration: underline;
}

*, ::before, ::after{
  --tw-shadow: 0 0 #0000;
}

*, ::before, ::after{
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgba(59, 130, 246, 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
}

@media (min-width: 640px){
}

@media (min-width: 768px){
  .md\:hc-float-none{
    float: none;
  }

  .md\:hc-mr-14{
    margin-right: 3.5rem;
  }
}

@media (min-width: 1024px){
  .lg\:hc-absolute{
    position: absolute;
  }

  .lg\:hc-mb-10{
    margin-bottom: 2.5rem;
  }

  .lg\:hc-w-96{
    width: 24rem;
  }
}

@media (min-width: 1280px){
  .xl\:hc-mr-24{
    margin-right: 6rem;
  }
}

@media (min-width: 1536px){
}