@charset "UTF-8";
html,
body {
  font-family: "Pretendard", sans-serif;
  font-size: 14px;
  box-sizing: border-box;
  width: 100%;
  min-height: 100vh;
  overflow-x: hidden;
}

/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
* {
  margin: 0;
  padding: 0;
  border: 0;
  box-sizing: border-box;
  outline: 0;
}

li,
ol,
ul {
  list-style: none;
}

address,
em {
  font-style: normal;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  overflow: hidden;
  width: 0;
  height: 0;
  font-size: 0;
  line-height: 0;
}

a {
  color: inherit;
  text-decoration: none;
}

a:active,
a:focus,
a:hover {
  text-decoration: none;
  color: inherit;
}

img {
  border: 0;
  vertical-align: middle;
}

html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0;
  appearance: none;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button, html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

@font-face {
  font-family: "Pretendard";
  src: url(../fonts/Pretendard-Thin.woff); /* 가는글씨체 웹폰트주소 지정*/
  font-weight: 100;
}
@font-face {
  font-family: "Pretendard";
  src: url(../fonts/Pretendard-ExtraLight.woff); /* 가는글씨체 웹폰트주소 지정*/
  font-weight: 200;
}
@font-face {
  font-family: "Pretendard";
  src: url(../fonts/Pretendard-Light.woff); /* 가는글씨체 웹폰트주소 지정*/
  font-weight: 300;
}
@font-face {
  font-family: "Pretendard";
  src: url(../fonts/Pretendard-Regular.woff); /* 가는글씨체 웹폰트주소 지정*/
  font-weight: 400;
}
@font-face {
  font-family: "Pretendard";
  src: url(../fonts/Pretendard-Medium.woff); /* 가는글씨체 웹폰트주소 지정*/
  font-weight: 500;
}
@font-face {
  font-family: "Pretendard";
  src: url(../fonts/Pretendard-SemiBold.woff); /* 가는글씨체 웹폰트주소 지정*/
  font-weight: 600;
}
@font-face {
  font-family: "Pretendard";
  src: url(../fonts/Pretendard-Bold.woff); /* 가는글씨체 웹폰트주소 지정*/
  font-weight: 700;
}
@font-face {
  font-family: "Pretendard";
  src: url(../fonts/Pretendard-ExtraBold.woff); /* 가는글씨체 웹폰트주소 지정*/
  font-weight: 800;
}
@font-face {
  font-family: "Pretendard";
  src: url(../fonts/Pretendard-Black.woff); /* 가는글씨체 웹폰트주소 지정*/
  font-weight: 900;
}
@keyframes modal {
  from {
    top: 100%;
  }
  to {
    top: 0;
  }
}
@keyframes slide {
  from {
    left: -100%;
  }
  to {
    left: 0;
  }
}
@keyframes scale {
  from {
    transform: scale(0);
    opacity: 0;
  }
  to {
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes rotate {
  from {
    transform: rotate(0);
  }
  to {
    transform: rotate(-359deg);
  }
}
.scale-enter-active {
  animation: scale 0.2s;
}

.scale-leave-active {
  animation: scale 0.2s reverse;
}

.modal-enter-active {
  animation: modal 0.2s;
}

.modal-leave-active {
  animation: modal 0.2s reverse;
}

.slide-fade-enter-active {
  transition: all 0.2s ease;
}

.slide-fade-leave-active {
  transition: all 0.2s cubic-bezier(1, 0.5, 0.8, 1);
}

.slide-fade-enter-from,
.slide-fade-leave-to {
  transform: translateX(10px);
  opacity: 0;
}

.slide-enter-active {
  animation: slide 0.2s;
}

.slide-leave-active {
  animation: slide 0.2s reverse;
}

body.overflow {
  overflow: hidden;
  position: fixed;
  touch-action: none;
}
body.overflow:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(34, 34, 34, 0.5);
  z-index: 110;
}

.flex-between {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.flex {
  display: flex;
}

.flex-top {
  display: flex;
  align-items: flex-start !important;
}

.flex-bottom {
  display: flex;
  align-items: flex-end !important;
}

.w-0 {
  width: 0% !important;
}

.mr-0 {
  margin-right: 0px !important;
}

.mt-0 {
  margin-top: 0px !important;
}

.ml-0 {
  margin-left: 0px !important;
}

.mb-0 {
  margin-bottom: 0px !important;
}

.w-1 {
  width: 1% !important;
}

.mr-1 {
  margin-right: 1px !important;
}

.mt-1 {
  margin-top: 1px !important;
}

.ml-1 {
  margin-left: 1px !important;
}

.mb-1 {
  margin-bottom: 1px !important;
}

.w-2 {
  width: 2% !important;
}

.mr-2 {
  margin-right: 2px !important;
}

.mt-2 {
  margin-top: 2px !important;
}

.ml-2 {
  margin-left: 2px !important;
}

.mb-2 {
  margin-bottom: 2px !important;
}

.w-3 {
  width: 3% !important;
}

.mr-3 {
  margin-right: 3px !important;
}

.mt-3 {
  margin-top: 3px !important;
}

.ml-3 {
  margin-left: 3px !important;
}

.mb-3 {
  margin-bottom: 3px !important;
}

.w-4 {
  width: 4% !important;
}

.mr-4 {
  margin-right: 4px !important;
}

.mt-4 {
  margin-top: 4px !important;
}

.ml-4 {
  margin-left: 4px !important;
}

.mb-4 {
  margin-bottom: 4px !important;
}

.w-5 {
  width: 5% !important;
}

.mr-5 {
  margin-right: 5px !important;
}

.mt-5 {
  margin-top: 5px !important;
}

.ml-5 {
  margin-left: 5px !important;
}

.mb-5 {
  margin-bottom: 5px !important;
}

.w-6 {
  width: 6% !important;
}

.mr-6 {
  margin-right: 6px !important;
}

.mt-6 {
  margin-top: 6px !important;
}

.ml-6 {
  margin-left: 6px !important;
}

.mb-6 {
  margin-bottom: 6px !important;
}

.w-7 {
  width: 7% !important;
}

.mr-7 {
  margin-right: 7px !important;
}

.mt-7 {
  margin-top: 7px !important;
}

.ml-7 {
  margin-left: 7px !important;
}

.mb-7 {
  margin-bottom: 7px !important;
}

.w-8 {
  width: 8% !important;
}

.mr-8 {
  margin-right: 8px !important;
}

.mt-8 {
  margin-top: 8px !important;
}

.ml-8 {
  margin-left: 8px !important;
}

.mb-8 {
  margin-bottom: 8px !important;
}

.w-9 {
  width: 9% !important;
}

.mr-9 {
  margin-right: 9px !important;
}

.mt-9 {
  margin-top: 9px !important;
}

.ml-9 {
  margin-left: 9px !important;
}

.mb-9 {
  margin-bottom: 9px !important;
}

.w-10 {
  width: 10% !important;
}

.mr-10 {
  margin-right: 10px !important;
}

.mt-10 {
  margin-top: 10px !important;
}

.ml-10 {
  margin-left: 10px !important;
}

.mb-10 {
  margin-bottom: 10px !important;
}

.w-11 {
  width: 11% !important;
}

.mr-11 {
  margin-right: 11px !important;
}

.mt-11 {
  margin-top: 11px !important;
}

.ml-11 {
  margin-left: 11px !important;
}

.mb-11 {
  margin-bottom: 11px !important;
}

.w-12 {
  width: 12% !important;
}

.mr-12 {
  margin-right: 12px !important;
}

.mt-12 {
  margin-top: 12px !important;
}

.ml-12 {
  margin-left: 12px !important;
}

.mb-12 {
  margin-bottom: 12px !important;
}

.w-13 {
  width: 13% !important;
}

.mr-13 {
  margin-right: 13px !important;
}

.mt-13 {
  margin-top: 13px !important;
}

.ml-13 {
  margin-left: 13px !important;
}

.mb-13 {
  margin-bottom: 13px !important;
}

.w-14 {
  width: 14% !important;
}

.mr-14 {
  margin-right: 14px !important;
}

.mt-14 {
  margin-top: 14px !important;
}

.ml-14 {
  margin-left: 14px !important;
}

.mb-14 {
  margin-bottom: 14px !important;
}

.w-15 {
  width: 15% !important;
}

.mr-15 {
  margin-right: 15px !important;
}

.mt-15 {
  margin-top: 15px !important;
}

.ml-15 {
  margin-left: 15px !important;
}

.mb-15 {
  margin-bottom: 15px !important;
}

.w-16 {
  width: 16% !important;
}

.mr-16 {
  margin-right: 16px !important;
}

.mt-16 {
  margin-top: 16px !important;
}

.ml-16 {
  margin-left: 16px !important;
}

.mb-16 {
  margin-bottom: 16px !important;
}

.w-17 {
  width: 17% !important;
}

.mr-17 {
  margin-right: 17px !important;
}

.mt-17 {
  margin-top: 17px !important;
}

.ml-17 {
  margin-left: 17px !important;
}

.mb-17 {
  margin-bottom: 17px !important;
}

.w-18 {
  width: 18% !important;
}

.mr-18 {
  margin-right: 18px !important;
}

.mt-18 {
  margin-top: 18px !important;
}

.ml-18 {
  margin-left: 18px !important;
}

.mb-18 {
  margin-bottom: 18px !important;
}

.w-19 {
  width: 19% !important;
}

.mr-19 {
  margin-right: 19px !important;
}

.mt-19 {
  margin-top: 19px !important;
}

.ml-19 {
  margin-left: 19px !important;
}

.mb-19 {
  margin-bottom: 19px !important;
}

.w-20 {
  width: 20% !important;
}

.mr-20 {
  margin-right: 20px !important;
}

.mt-20 {
  margin-top: 20px !important;
}

.ml-20 {
  margin-left: 20px !important;
}

.mb-20 {
  margin-bottom: 20px !important;
}

.w-21 {
  width: 21% !important;
}

.mr-21 {
  margin-right: 21px !important;
}

.mt-21 {
  margin-top: 21px !important;
}

.ml-21 {
  margin-left: 21px !important;
}

.mb-21 {
  margin-bottom: 21px !important;
}

.w-22 {
  width: 22% !important;
}

.mr-22 {
  margin-right: 22px !important;
}

.mt-22 {
  margin-top: 22px !important;
}

.ml-22 {
  margin-left: 22px !important;
}

.mb-22 {
  margin-bottom: 22px !important;
}

.w-23 {
  width: 23% !important;
}

.mr-23 {
  margin-right: 23px !important;
}

.mt-23 {
  margin-top: 23px !important;
}

.ml-23 {
  margin-left: 23px !important;
}

.mb-23 {
  margin-bottom: 23px !important;
}

.w-24 {
  width: 24% !important;
}

.mr-24 {
  margin-right: 24px !important;
}

.mt-24 {
  margin-top: 24px !important;
}

.ml-24 {
  margin-left: 24px !important;
}

.mb-24 {
  margin-bottom: 24px !important;
}

.w-25 {
  width: 25% !important;
}

.mr-25 {
  margin-right: 25px !important;
}

.mt-25 {
  margin-top: 25px !important;
}

.ml-25 {
  margin-left: 25px !important;
}

.mb-25 {
  margin-bottom: 25px !important;
}

.w-26 {
  width: 26% !important;
}

.mr-26 {
  margin-right: 26px !important;
}

.mt-26 {
  margin-top: 26px !important;
}

.ml-26 {
  margin-left: 26px !important;
}

.mb-26 {
  margin-bottom: 26px !important;
}

.w-27 {
  width: 27% !important;
}

.mr-27 {
  margin-right: 27px !important;
}

.mt-27 {
  margin-top: 27px !important;
}

.ml-27 {
  margin-left: 27px !important;
}

.mb-27 {
  margin-bottom: 27px !important;
}

.w-28 {
  width: 28% !important;
}

.mr-28 {
  margin-right: 28px !important;
}

.mt-28 {
  margin-top: 28px !important;
}

.ml-28 {
  margin-left: 28px !important;
}

.mb-28 {
  margin-bottom: 28px !important;
}

.w-29 {
  width: 29% !important;
}

.mr-29 {
  margin-right: 29px !important;
}

.mt-29 {
  margin-top: 29px !important;
}

.ml-29 {
  margin-left: 29px !important;
}

.mb-29 {
  margin-bottom: 29px !important;
}

.w-30 {
  width: 30% !important;
}

.mr-30 {
  margin-right: 30px !important;
}

.mt-30 {
  margin-top: 30px !important;
}

.ml-30 {
  margin-left: 30px !important;
}

.mb-30 {
  margin-bottom: 30px !important;
}

.w-31 {
  width: 31% !important;
}

.mr-31 {
  margin-right: 31px !important;
}

.mt-31 {
  margin-top: 31px !important;
}

.ml-31 {
  margin-left: 31px !important;
}

.mb-31 {
  margin-bottom: 31px !important;
}

.w-32 {
  width: 32% !important;
}

.mr-32 {
  margin-right: 32px !important;
}

.mt-32 {
  margin-top: 32px !important;
}

.ml-32 {
  margin-left: 32px !important;
}

.mb-32 {
  margin-bottom: 32px !important;
}

.w-33 {
  width: 33% !important;
}

.mr-33 {
  margin-right: 33px !important;
}

.mt-33 {
  margin-top: 33px !important;
}

.ml-33 {
  margin-left: 33px !important;
}

.mb-33 {
  margin-bottom: 33px !important;
}

.w-34 {
  width: 34% !important;
}

.mr-34 {
  margin-right: 34px !important;
}

.mt-34 {
  margin-top: 34px !important;
}

.ml-34 {
  margin-left: 34px !important;
}

.mb-34 {
  margin-bottom: 34px !important;
}

.w-35 {
  width: 35% !important;
}

.mr-35 {
  margin-right: 35px !important;
}

.mt-35 {
  margin-top: 35px !important;
}

.ml-35 {
  margin-left: 35px !important;
}

.mb-35 {
  margin-bottom: 35px !important;
}

.w-36 {
  width: 36% !important;
}

.mr-36 {
  margin-right: 36px !important;
}

.mt-36 {
  margin-top: 36px !important;
}

.ml-36 {
  margin-left: 36px !important;
}

.mb-36 {
  margin-bottom: 36px !important;
}

.w-37 {
  width: 37% !important;
}

.mr-37 {
  margin-right: 37px !important;
}

.mt-37 {
  margin-top: 37px !important;
}

.ml-37 {
  margin-left: 37px !important;
}

.mb-37 {
  margin-bottom: 37px !important;
}

.w-38 {
  width: 38% !important;
}

.mr-38 {
  margin-right: 38px !important;
}

.mt-38 {
  margin-top: 38px !important;
}

.ml-38 {
  margin-left: 38px !important;
}

.mb-38 {
  margin-bottom: 38px !important;
}

.w-39 {
  width: 39% !important;
}

.mr-39 {
  margin-right: 39px !important;
}

.mt-39 {
  margin-top: 39px !important;
}

.ml-39 {
  margin-left: 39px !important;
}

.mb-39 {
  margin-bottom: 39px !important;
}

.w-40 {
  width: 40% !important;
}

.mr-40 {
  margin-right: 40px !important;
}

.mt-40 {
  margin-top: 40px !important;
}

.ml-40 {
  margin-left: 40px !important;
}

.mb-40 {
  margin-bottom: 40px !important;
}

.w-41 {
  width: 41% !important;
}

.mr-41 {
  margin-right: 41px !important;
}

.mt-41 {
  margin-top: 41px !important;
}

.ml-41 {
  margin-left: 41px !important;
}

.mb-41 {
  margin-bottom: 41px !important;
}

.w-42 {
  width: 42% !important;
}

.mr-42 {
  margin-right: 42px !important;
}

.mt-42 {
  margin-top: 42px !important;
}

.ml-42 {
  margin-left: 42px !important;
}

.mb-42 {
  margin-bottom: 42px !important;
}

.w-43 {
  width: 43% !important;
}

.mr-43 {
  margin-right: 43px !important;
}

.mt-43 {
  margin-top: 43px !important;
}

.ml-43 {
  margin-left: 43px !important;
}

.mb-43 {
  margin-bottom: 43px !important;
}

.w-44 {
  width: 44% !important;
}

.mr-44 {
  margin-right: 44px !important;
}

.mt-44 {
  margin-top: 44px !important;
}

.ml-44 {
  margin-left: 44px !important;
}

.mb-44 {
  margin-bottom: 44px !important;
}

.w-45 {
  width: 45% !important;
}

.mr-45 {
  margin-right: 45px !important;
}

.mt-45 {
  margin-top: 45px !important;
}

.ml-45 {
  margin-left: 45px !important;
}

.mb-45 {
  margin-bottom: 45px !important;
}

.w-46 {
  width: 46% !important;
}

.mr-46 {
  margin-right: 46px !important;
}

.mt-46 {
  margin-top: 46px !important;
}

.ml-46 {
  margin-left: 46px !important;
}

.mb-46 {
  margin-bottom: 46px !important;
}

.w-47 {
  width: 47% !important;
}

.mr-47 {
  margin-right: 47px !important;
}

.mt-47 {
  margin-top: 47px !important;
}

.ml-47 {
  margin-left: 47px !important;
}

.mb-47 {
  margin-bottom: 47px !important;
}

.w-48 {
  width: 48% !important;
}

.mr-48 {
  margin-right: 48px !important;
}

.mt-48 {
  margin-top: 48px !important;
}

.ml-48 {
  margin-left: 48px !important;
}

.mb-48 {
  margin-bottom: 48px !important;
}

.w-49 {
  width: 49% !important;
}

.mr-49 {
  margin-right: 49px !important;
}

.mt-49 {
  margin-top: 49px !important;
}

.ml-49 {
  margin-left: 49px !important;
}

.mb-49 {
  margin-bottom: 49px !important;
}

.w-50 {
  width: 50% !important;
}

.mr-50 {
  margin-right: 50px !important;
}

.mt-50 {
  margin-top: 50px !important;
}

.ml-50 {
  margin-left: 50px !important;
}

.mb-50 {
  margin-bottom: 50px !important;
}

.w-51 {
  width: 51% !important;
}

.mr-51 {
  margin-right: 51px !important;
}

.mt-51 {
  margin-top: 51px !important;
}

.ml-51 {
  margin-left: 51px !important;
}

.mb-51 {
  margin-bottom: 51px !important;
}

.w-52 {
  width: 52% !important;
}

.mr-52 {
  margin-right: 52px !important;
}

.mt-52 {
  margin-top: 52px !important;
}

.ml-52 {
  margin-left: 52px !important;
}

.mb-52 {
  margin-bottom: 52px !important;
}

.w-53 {
  width: 53% !important;
}

.mr-53 {
  margin-right: 53px !important;
}

.mt-53 {
  margin-top: 53px !important;
}

.ml-53 {
  margin-left: 53px !important;
}

.mb-53 {
  margin-bottom: 53px !important;
}

.w-54 {
  width: 54% !important;
}

.mr-54 {
  margin-right: 54px !important;
}

.mt-54 {
  margin-top: 54px !important;
}

.ml-54 {
  margin-left: 54px !important;
}

.mb-54 {
  margin-bottom: 54px !important;
}

.w-55 {
  width: 55% !important;
}

.mr-55 {
  margin-right: 55px !important;
}

.mt-55 {
  margin-top: 55px !important;
}

.ml-55 {
  margin-left: 55px !important;
}

.mb-55 {
  margin-bottom: 55px !important;
}

.w-56 {
  width: 56% !important;
}

.mr-56 {
  margin-right: 56px !important;
}

.mt-56 {
  margin-top: 56px !important;
}

.ml-56 {
  margin-left: 56px !important;
}

.mb-56 {
  margin-bottom: 56px !important;
}

.w-57 {
  width: 57% !important;
}

.mr-57 {
  margin-right: 57px !important;
}

.mt-57 {
  margin-top: 57px !important;
}

.ml-57 {
  margin-left: 57px !important;
}

.mb-57 {
  margin-bottom: 57px !important;
}

.w-58 {
  width: 58% !important;
}

.mr-58 {
  margin-right: 58px !important;
}

.mt-58 {
  margin-top: 58px !important;
}

.ml-58 {
  margin-left: 58px !important;
}

.mb-58 {
  margin-bottom: 58px !important;
}

.w-59 {
  width: 59% !important;
}

.mr-59 {
  margin-right: 59px !important;
}

.mt-59 {
  margin-top: 59px !important;
}

.ml-59 {
  margin-left: 59px !important;
}

.mb-59 {
  margin-bottom: 59px !important;
}

.w-60 {
  width: 60% !important;
}

.mr-60 {
  margin-right: 60px !important;
}

.mt-60 {
  margin-top: 60px !important;
}

.ml-60 {
  margin-left: 60px !important;
}

.mb-60 {
  margin-bottom: 60px !important;
}

.w-61 {
  width: 61% !important;
}

.mr-61 {
  margin-right: 61px !important;
}

.mt-61 {
  margin-top: 61px !important;
}

.ml-61 {
  margin-left: 61px !important;
}

.mb-61 {
  margin-bottom: 61px !important;
}

.w-62 {
  width: 62% !important;
}

.mr-62 {
  margin-right: 62px !important;
}

.mt-62 {
  margin-top: 62px !important;
}

.ml-62 {
  margin-left: 62px !important;
}

.mb-62 {
  margin-bottom: 62px !important;
}

.w-63 {
  width: 63% !important;
}

.mr-63 {
  margin-right: 63px !important;
}

.mt-63 {
  margin-top: 63px !important;
}

.ml-63 {
  margin-left: 63px !important;
}

.mb-63 {
  margin-bottom: 63px !important;
}

.w-64 {
  width: 64% !important;
}

.mr-64 {
  margin-right: 64px !important;
}

.mt-64 {
  margin-top: 64px !important;
}

.ml-64 {
  margin-left: 64px !important;
}

.mb-64 {
  margin-bottom: 64px !important;
}

.w-65 {
  width: 65% !important;
}

.mr-65 {
  margin-right: 65px !important;
}

.mt-65 {
  margin-top: 65px !important;
}

.ml-65 {
  margin-left: 65px !important;
}

.mb-65 {
  margin-bottom: 65px !important;
}

.w-66 {
  width: 66% !important;
}

.mr-66 {
  margin-right: 66px !important;
}

.mt-66 {
  margin-top: 66px !important;
}

.ml-66 {
  margin-left: 66px !important;
}

.mb-66 {
  margin-bottom: 66px !important;
}

.w-67 {
  width: 67% !important;
}

.mr-67 {
  margin-right: 67px !important;
}

.mt-67 {
  margin-top: 67px !important;
}

.ml-67 {
  margin-left: 67px !important;
}

.mb-67 {
  margin-bottom: 67px !important;
}

.w-68 {
  width: 68% !important;
}

.mr-68 {
  margin-right: 68px !important;
}

.mt-68 {
  margin-top: 68px !important;
}

.ml-68 {
  margin-left: 68px !important;
}

.mb-68 {
  margin-bottom: 68px !important;
}

.w-69 {
  width: 69% !important;
}

.mr-69 {
  margin-right: 69px !important;
}

.mt-69 {
  margin-top: 69px !important;
}

.ml-69 {
  margin-left: 69px !important;
}

.mb-69 {
  margin-bottom: 69px !important;
}

.w-70 {
  width: 70% !important;
}

.mr-70 {
  margin-right: 70px !important;
}

.mt-70 {
  margin-top: 70px !important;
}

.ml-70 {
  margin-left: 70px !important;
}

.mb-70 {
  margin-bottom: 70px !important;
}

.w-71 {
  width: 71% !important;
}

.mr-71 {
  margin-right: 71px !important;
}

.mt-71 {
  margin-top: 71px !important;
}

.ml-71 {
  margin-left: 71px !important;
}

.mb-71 {
  margin-bottom: 71px !important;
}

.w-72 {
  width: 72% !important;
}

.mr-72 {
  margin-right: 72px !important;
}

.mt-72 {
  margin-top: 72px !important;
}

.ml-72 {
  margin-left: 72px !important;
}

.mb-72 {
  margin-bottom: 72px !important;
}

.w-73 {
  width: 73% !important;
}

.mr-73 {
  margin-right: 73px !important;
}

.mt-73 {
  margin-top: 73px !important;
}

.ml-73 {
  margin-left: 73px !important;
}

.mb-73 {
  margin-bottom: 73px !important;
}

.w-74 {
  width: 74% !important;
}

.mr-74 {
  margin-right: 74px !important;
}

.mt-74 {
  margin-top: 74px !important;
}

.ml-74 {
  margin-left: 74px !important;
}

.mb-74 {
  margin-bottom: 74px !important;
}

.w-75 {
  width: 75% !important;
}

.mr-75 {
  margin-right: 75px !important;
}

.mt-75 {
  margin-top: 75px !important;
}

.ml-75 {
  margin-left: 75px !important;
}

.mb-75 {
  margin-bottom: 75px !important;
}

.w-76 {
  width: 76% !important;
}

.mr-76 {
  margin-right: 76px !important;
}

.mt-76 {
  margin-top: 76px !important;
}

.ml-76 {
  margin-left: 76px !important;
}

.mb-76 {
  margin-bottom: 76px !important;
}

.w-77 {
  width: 77% !important;
}

.mr-77 {
  margin-right: 77px !important;
}

.mt-77 {
  margin-top: 77px !important;
}

.ml-77 {
  margin-left: 77px !important;
}

.mb-77 {
  margin-bottom: 77px !important;
}

.w-78 {
  width: 78% !important;
}

.mr-78 {
  margin-right: 78px !important;
}

.mt-78 {
  margin-top: 78px !important;
}

.ml-78 {
  margin-left: 78px !important;
}

.mb-78 {
  margin-bottom: 78px !important;
}

.w-79 {
  width: 79% !important;
}

.mr-79 {
  margin-right: 79px !important;
}

.mt-79 {
  margin-top: 79px !important;
}

.ml-79 {
  margin-left: 79px !important;
}

.mb-79 {
  margin-bottom: 79px !important;
}

.w-80 {
  width: 80% !important;
}

.mr-80 {
  margin-right: 80px !important;
}

.mt-80 {
  margin-top: 80px !important;
}

.ml-80 {
  margin-left: 80px !important;
}

.mb-80 {
  margin-bottom: 80px !important;
}

.w-81 {
  width: 81% !important;
}

.mr-81 {
  margin-right: 81px !important;
}

.mt-81 {
  margin-top: 81px !important;
}

.ml-81 {
  margin-left: 81px !important;
}

.mb-81 {
  margin-bottom: 81px !important;
}

.w-82 {
  width: 82% !important;
}

.mr-82 {
  margin-right: 82px !important;
}

.mt-82 {
  margin-top: 82px !important;
}

.ml-82 {
  margin-left: 82px !important;
}

.mb-82 {
  margin-bottom: 82px !important;
}

.w-83 {
  width: 83% !important;
}

.mr-83 {
  margin-right: 83px !important;
}

.mt-83 {
  margin-top: 83px !important;
}

.ml-83 {
  margin-left: 83px !important;
}

.mb-83 {
  margin-bottom: 83px !important;
}

.w-84 {
  width: 84% !important;
}

.mr-84 {
  margin-right: 84px !important;
}

.mt-84 {
  margin-top: 84px !important;
}

.ml-84 {
  margin-left: 84px !important;
}

.mb-84 {
  margin-bottom: 84px !important;
}

.w-85 {
  width: 85% !important;
}

.mr-85 {
  margin-right: 85px !important;
}

.mt-85 {
  margin-top: 85px !important;
}

.ml-85 {
  margin-left: 85px !important;
}

.mb-85 {
  margin-bottom: 85px !important;
}

.w-86 {
  width: 86% !important;
}

.mr-86 {
  margin-right: 86px !important;
}

.mt-86 {
  margin-top: 86px !important;
}

.ml-86 {
  margin-left: 86px !important;
}

.mb-86 {
  margin-bottom: 86px !important;
}

.w-87 {
  width: 87% !important;
}

.mr-87 {
  margin-right: 87px !important;
}

.mt-87 {
  margin-top: 87px !important;
}

.ml-87 {
  margin-left: 87px !important;
}

.mb-87 {
  margin-bottom: 87px !important;
}

.w-88 {
  width: 88% !important;
}

.mr-88 {
  margin-right: 88px !important;
}

.mt-88 {
  margin-top: 88px !important;
}

.ml-88 {
  margin-left: 88px !important;
}

.mb-88 {
  margin-bottom: 88px !important;
}

.w-89 {
  width: 89% !important;
}

.mr-89 {
  margin-right: 89px !important;
}

.mt-89 {
  margin-top: 89px !important;
}

.ml-89 {
  margin-left: 89px !important;
}

.mb-89 {
  margin-bottom: 89px !important;
}

.w-90 {
  width: 90% !important;
}

.mr-90 {
  margin-right: 90px !important;
}

.mt-90 {
  margin-top: 90px !important;
}

.ml-90 {
  margin-left: 90px !important;
}

.mb-90 {
  margin-bottom: 90px !important;
}

.w-91 {
  width: 91% !important;
}

.mr-91 {
  margin-right: 91px !important;
}

.mt-91 {
  margin-top: 91px !important;
}

.ml-91 {
  margin-left: 91px !important;
}

.mb-91 {
  margin-bottom: 91px !important;
}

.w-92 {
  width: 92% !important;
}

.mr-92 {
  margin-right: 92px !important;
}

.mt-92 {
  margin-top: 92px !important;
}

.ml-92 {
  margin-left: 92px !important;
}

.mb-92 {
  margin-bottom: 92px !important;
}

.w-93 {
  width: 93% !important;
}

.mr-93 {
  margin-right: 93px !important;
}

.mt-93 {
  margin-top: 93px !important;
}

.ml-93 {
  margin-left: 93px !important;
}

.mb-93 {
  margin-bottom: 93px !important;
}

.w-94 {
  width: 94% !important;
}

.mr-94 {
  margin-right: 94px !important;
}

.mt-94 {
  margin-top: 94px !important;
}

.ml-94 {
  margin-left: 94px !important;
}

.mb-94 {
  margin-bottom: 94px !important;
}

.w-95 {
  width: 95% !important;
}

.mr-95 {
  margin-right: 95px !important;
}

.mt-95 {
  margin-top: 95px !important;
}

.ml-95 {
  margin-left: 95px !important;
}

.mb-95 {
  margin-bottom: 95px !important;
}

.w-96 {
  width: 96% !important;
}

.mr-96 {
  margin-right: 96px !important;
}

.mt-96 {
  margin-top: 96px !important;
}

.ml-96 {
  margin-left: 96px !important;
}

.mb-96 {
  margin-bottom: 96px !important;
}

.w-97 {
  width: 97% !important;
}

.mr-97 {
  margin-right: 97px !important;
}

.mt-97 {
  margin-top: 97px !important;
}

.ml-97 {
  margin-left: 97px !important;
}

.mb-97 {
  margin-bottom: 97px !important;
}

.w-98 {
  width: 98% !important;
}

.mr-98 {
  margin-right: 98px !important;
}

.mt-98 {
  margin-top: 98px !important;
}

.ml-98 {
  margin-left: 98px !important;
}

.mb-98 {
  margin-bottom: 98px !important;
}

.w-99 {
  width: 99% !important;
}

.mr-99 {
  margin-right: 99px !important;
}

.mt-99 {
  margin-top: 99px !important;
}

.ml-99 {
  margin-left: 99px !important;
}

.mb-99 {
  margin-bottom: 99px !important;
}

.w-100 {
  width: 100% !important;
}

.mr-100 {
  margin-right: 100px !important;
}

.mt-100 {
  margin-top: 100px !important;
}

.ml-100 {
  margin-left: 100px !important;
}

.mb-100 {
  margin-bottom: 100px !important;
}

.input-box {
  width: 100%;
  height: 36px;
  border-radius: 2px;
  position: relative;
}
.input-box.lg {
  height: 48px;
}
.input-box.search input {
  padding-left: 49px;
}
.input-box input {
  background: transparent;
  width: 100%;
  height: 100%;
  padding: 0 14px;
  border: 1px solid #D0D0D0;
  border-radius: 2px;
  color: #222;
  font-weight: 500;
}
.input-box input::placeholder {
  color: #D0D0D0;
}
.input-box input:focus {
  border: 1px solid #222;
}
.input-box input:read-only {
  background: rgba(224, 224, 224, 0.2);
  border: 1px solid rgba(208, 208, 208, 0.2);
  color: rgba(34, 34, 34, 0.6);
}
.input-box .unit {
  position: absolute;
  right: 10%;
  top: 50%;
  transform: translateY(-50%);
}

.input-text {
  width: 100%;
  height: 96px;
  border-radius: 2px;
  position: relative;
}
.input-text textarea {
  padding: 15px;
  border-radius: 2px;
  border: 1px solid #D0D0D0;
  width: 100%;
  height: 100%;
  resize: none;
  font-family: "Pretendard";
  color: #222;
}
.input-text textarea::placeholder {
  color: #D0D0D0;
}
.input-text textarea:focus {
  border: 1px solid #222;
}
.input-text textarea:read-only {
  background: rgba(224, 224, 224, 0.2);
  border: 1px solid rgba(208, 208, 208, 0.2);
}

.img-box {
  padding: 20px 0;
  position: relative;
  text-align: center;
}
.img-box span {
  display: inline-block;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  border: 1px solid #e0e0e0;
  overflow: hidden;
}
.img-box span img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}
.img-box input[type=file] {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  border: 0;
}
.img-box label {
  display: block;
  position: absolute;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: url("../images/camera.png") center center no-repeat;
  background-size: cover;
  bottom: 5%;
  left: 53%;
}

.switch .switch-button {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 26px;
  height: 15px;
  margin-right: 10px;
}
.switch .switch-button input {
  opacity: 0;
  width: 0;
  height: 0;
}
.switch .onoff-switch {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 10px;
  background-color: #E0E0E0;
  transition: 0.4s;
}
.switch .onoff-switch::before {
  position: absolute;
  content: "";
  height: 11px;
  width: 11px;
  left: 2px;
  bottom: 2px;
  background-color: #fff;
  transition: 0.4s;
  border-radius: 50%;
}
.switch .switch-button input:checked + .onoff-switch {
  background-color: #222;
}
.switch .switch-button input:checked + .onoff-switch:before {
  transform: translateX(11px);
}
.switch span {
  font-size: 14px;
  color: #E0E0E0;
  font-weight: 500;
  vertical-align: middle;
}
.switch span.on {
  color: #222;
}

.input-radio {
  padding-left: 5px;
  margin-bottom: 0;
  height: 48px;
  line-height: 48px;
}
.input-radio.check {
  height: fit-content;
  line-height: 20px;
}
.input-radio.check input[type=radio]:checked:after,
.input-radio.check input[type=checkbox]:checked:after {
  background: url("../images/check.png") center center no-repeat;
}
.input-radio input[type=radio],
.input-radio input[type=radio]:checked,
.input-radio input[type=checkbox],
.input-radio input[type=checkbox]:checked {
  appearance: none;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 1px solid #d0d0d0;
  margin-right: 10px;
  position: relative;
  cursor: pointer;
  vertical-align: middle;
}
.input-radio input[type=radio],
.input-radio input[type=checkbox] {
  background-color: rgba(208, 208, 208, 0.1);
  border: 1px solid #D0D0D0;
}
.input-radio input[type=radio]:checked,
.input-radio input[type=checkbox]:checked {
  background-color: #fff;
  border: 1px solid #222;
  position: relative;
}
.input-radio input[type=radio]:checked:after,
.input-radio input[type=checkbox]:checked:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 60%;
  height: 60%;
  background: #222;
  border-radius: 50%;
}
.input-radio input[type=radio]:checked + label,
.input-radio input[type=checkbox]:checked + label {
  color: #222;
}
.input-radio label {
  margin-right: 10px;
  color: #D0D0D0;
  font-weight: 500;
}

.input-select {
  width: 100%;
  height: 48px;
  border-radius: 2px;
  position: relative;
}
.input-select select {
  appearance: none;
  height: 100%;
  width: 100%;
  padding: 0 15px;
  background: transparent;
  border-radius: 2px;
  border: 1px solid #D0D0D0;
  background: url("../images/arrow-d.png") 95% center no-repeat;
}
.input-select select:required:invalid {
  color: #D0D0D0;
}
.input-select select option {
  color: #222;
}
.input-select select:disabled {
  background: rgba(224, 224, 224, 0.2);
  border: 1px solid rgba(208, 208, 208, 0.4);
}

.btn {
  width: 100%;
  height: 48px;
  background: #222;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  border-radius: 2px;
}
.btn .logo {
  width: auto;
  height: auto;
  font-weight: 700;
  max-width: 24px;
  max-height: 24px;
  margin-right: 10px;
}
.btn.lg {
  height: 60px;
}
.btn.gray {
  background: #D0D0D0;
}
.btn.line {
  background: #fff;
  border: 1px solid #222;
  color: #222;
}
.btn.facebook {
  background: #1877f2;
  border-radius: 5px;
  height: 44px;
  font-size: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 50px;
  font-weight: 700;
  max-width: 375px;
  min-width: 140px;
}
.btn.apple {
  border-radius: 5px;
  height: 44px;
  font-size: 14px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 50px;
}
.btn.kakao {
  background: #f9e000;
  color: #000;
}
.btn.naver {
  background: #1ec800;
}
.btn.google {
  background: #fff;
  border: 1px solid #D0D0D0;
  color: #222;
  border-radius: 5px;
  height: 44px;
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 50px;
  font-weight: 700;
  max-width: 375px;
  min-width: 140px;
}

.lists li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 48px;
  line-height: 48px;
  padding: 15px;
  border-left: 1px solid #d0d0d0;
  border-right: 1px solid #d0d0d0;
  border-bottom: 1px solid #d0d0d0;
}
.lists li.disabled {
  background: #E0E0E0;
}
.lists li:first-child {
  border-top: 1px solid #d0d0d0;
}
.lists li p {
  width: 90%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.lists .icon {
  line-height: 0;
}

.btn-container {
  position: fixed;
  bottom: 24px;
  width: calc(100% - 24px);
  height: 60px;
  left: 12px;
}
.btn-container .btn {
  height: 60px;
}
.btn-container.disabled {
  pointer-events: none;
}
.btn-container.disabled .btn {
  background: #E0E0E0;
}
.btn-container.disabled:after {
  background: #E0E0E0;
}
.btn-container::after {
  content: "";
  transform: scaleX(1);
  transition: 0.2s;
  display: block;
  position: absolute;
  background: #222;
  z-index: -1;
  top: 0;
  width: 100%;
  height: 100%;
}
.btn-container.scroll::after {
  transform: scaleX(1.2);
  height: 92px;
}

.btn-container-double {
  position: fixed;
  bottom: 44px;
  width: calc(100% - 24px);
  height: 60px;
  left: 12px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.btn-container-double .btn {
  height: 60px;
  width: 50%;
  transition: 0.2s;
  transition-property: width, transform;
}
.btn-container-double .btn:first-child {
  border-radius: 2px 0 0 2px;
}
.btn-container-double .btn:last-child {
  border-radius: 0 2px 2px 0;
}
.btn-container-double.dl .btn {
  width: 100%;
}
.btn-container-double.dl .btn:first-child {
  transform: scaleX(0);
  opacity: 0;
  width: 0;
}
.btn-container-double.dl::before {
  height: 0;
  transition: 0s;
}
.btn-container-double.dr .btn {
  width: 100%;
}
.btn-container-double.dr .btn:last-child {
  transform: scaleX(0);
  width: 0;
  opacity: 0;
}
.btn-container-double.dr::before {
  transition: 0s;
  height: 0;
}
.btn-container-double.disabled {
  pointer-events: none;
}
.btn-container-double.disabled .btn {
  background: #E0E0E0;
}
.btn-container-double.disabled:after {
  background: #E0E0E0;
}
.btn-container-double::before {
  content: "";
  display: block;
  position: absolute;
  width: 1px;
  height: 30px;
  left: 50%;
  top: 50%;
  transition: 0.2s 0.2s;
  background: rgba(255, 255, 255, 0.5);
  transform: translate(-50%, -50%);
}
.btn-container-double::after {
  content: "";
  transition: 0.2s ease;
  display: block;
  position: absolute;
  background: #222;
  z-index: -1;
  transform: scaleX(1);
  top: 0;
  width: 100%;
  height: 100%;
}
.btn-container-double.scroll::after {
  height: 100px;
  transform: scaleX(1.2);
}

.title {
  padding-top: 20px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: relative;
  color: #222;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 10px;
}
.title.list-title:after {
  content: "";
  display: block;
  width: 100vw;
  position: absolute;
  left: -20px;
  top: 0;
  background: rgba(224, 224, 224, 0.2);
  height: 100%;
}
.title img {
  margin-right: 10px;
}
.title.list-title {
  padding-top: 0;
  height: 60px;
  line-height: 60px;
  margin-bottom: 20px;
}

.sub-title {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  color: #00A2FF;
  font-size: 14px;
}

.more {
  font-size: 12px;
  color: #838383;
}

input[date] {
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
}

.top {
  width: 48px;
  height: 48px;
  position: fixed;
  right: 12px;
  bottom: 44px;
  z-index: 50;
}

.handler {
  width: fit-content;
  margin: 0 auto;
}
.handler img {
  vertical-align: baseline;
}
.handler .index {
  margin: 0 15px;
  font-size: 16px;
}
.handler .arrow.disabled {
  filter: invert(1);
  pointer-events: none;
}

section.wrap {
  padding: 64px 20px 110px;
}

.list-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  text-align: center;
}
.list-container li.continue {
  background: #000;
  width: 100%;
  height: 50px;
  line-height: 50px;
  border-radius: 5px;
  margin-bottom: 20px;
}
.list-container li.continue span {
  display: inline-block;
  margin-right: 15px;
}
.list-container li.continue span img {
  transform: rotate(0);
  width: 20px;
  height: 20px;
  animation: rotate 5s linear infinite;
}
.list-container li.continue p {
  background: none;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
}
.list-container .box-btn {
  width: 48%;
  height: 90px;
  padding: 10px;
  border-radius: 5px;
  border: 1px solid #000;
  margin-bottom: 11px;
  margin-right: 11px;
}
.list-container .box-btn:nth-of-type(2n + 1) {
  margin-right: 0;
}
.list-container .box-btn span {
  display: block;
}
.list-container .box-btn span img {
  width: 40px;
  height: 40px;
}
.list-container .box-btn p {
  background: rgba(224, 224, 224, 0.2);
  border-radius: 5px;
  line-height: 26px;
  font-size: 14px;
  font-weight: 600;
}

.view-title {
  margin-top: 20px;
  position: relative;
}
.view-title .index {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.line-list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 10px 10px;
  border-bottom: 1px solid #d0d0d0;
  margin-bottom: 10px;
}
.line-list h4 {
  font-weight: 600;
}
.line-list span {
  font-weight: 400;
  font-size: 12px;
  color: #838383;
}

.divide {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.divide > div {
  width: 49%;
}

p.error {
  font-weight: 600;
}

.result-table {
  width: 100%;
  overflow-x: scroll;
}
.result-table table {
  text-align: center;
  border: 1px solid #D0D0D0;
}
.result-table table th {
  background: rgba(224, 224, 224, 0.2);
  border-right: 1px solid #D0D0D0;
  border-bottom: 1px solid #D0D0D0;
  padding: 5px 10px;
  font-size: 12px;
  white-space: nowrap;
  word-break: keep-all;
}
.result-table table th:last-child {
  border-right: 0;
}
.result-table table td {
  padding: 5px 10px;
  word-break: keep-all;
  border-right: 1px solid #D0D0D0;
  border-bottom: 1px solid #D0D0D0;
  white-space: nowrap;
  font-size: 12px;
}
.result-table table td:last-child {
  border-right: 0;
}

.line-title:first-child .today-list {
  padding: 30px 10px 10px;
}
.line-title .today-list {
  padding: 0 10px 10px;
  border-bottom: 1px solid #d0d0d0;
}
.line-title .today-list h4 {
  font-weight: 600;
}
.line-title .today-list span {
  font-weight: 400;
  font-size: 12px;
  color: #838383;
}
.line-title .inner-text {
  padding: 10px 10px 0;
  margin-bottom: 15px;
  max-height: 48px;
  overflow: hidden;
  transition: 0.4s;
}
.line-title .inner-text p {
  line-height: 1.5;
}
.line-title .inner-text.on {
  max-height: fit-content;
}
.line-title .more {
  padding-left: 10px;
}

.fade-enter-active,
.fade-leave-active {
  transition: opacity 0.5s ease;
}

.fade-enter-from,
.fade-leave-to {
  opacity: 0;
}

.slide-enter-active,
.slide-leave-active {
  transition: all 0.75s ease-out;
}

.slide-enter-to {
  position: absolute;
  right: 0;
}

.slide-enter-from {
  position: absolute;
  right: -100%;
}

.slide-leave-to {
  position: absolute;
  left: -100%;
}

.slide-leave-from {
  position: absolute;
  left: 0;
}

.scale-enter-active,
.scale-leave-active {
  transition: all 0.2s ease;
}

.scale-enter-from,
.scale-leave-to {
  opacity: 0;
  transform: scale(0.9);
}

main {
  position: relative;
}

main.selected section.wrap {
  transition: 0.2s;
  padding-top: 100px;
}

.validation-message {
  color: #d63939;
  font-size: 12px;
  padding-top: 5px;
}

.text-danger {
  color: #d63939;
}

input.valid.modified,
textarea.valid.modified,
select.valid.modified {
  border-color: #2fb344 !important;
}

input.invalid,
textarea.invalid,
select.invalid {
  border-color: #d63939 !important;
}

.animate__animated.animate__faster {
  -webkit-animation-duration: 0.4s !important;
  animation-duration: 0.4s !important;
  -webkit-animation-duration: 0.4s !important;
  animation-duration: 0.4s !important;
}

/*# sourceMappingURL=main.css.map */
