@font-face {
  font-family: "tomorrow";
  src: url("../assets/fonts/fonts/tomorrow.eot");
  src: url("../assets/fonts/fonts/tomorrow.eot?#iefix") format("embedded-opentype"), url("../assets/fonts/fonts/tomorrow.ttf") format("truetype"), url("../assets/fonts/fonts/tomorrow.woff") format("woff"), url("../assets/fonts/fonts/tomorrow.svg#tomorrow") format("svg");
}
i {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "tomorrow" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.ic-bell:before {
  content: "\e900";
}

.ic-bookmark:before {
  content: "\e901";
}

.ic-bookmark-filled:before {
  content: "\e902";
}

.ic-caret:before {
  content: "\e903";
}

.ic-cart:before {
  content: "\e904";
}

.ic-check:before {
  content: "\e905";
}

.ic-chevron:before {
  content: "\e906";
}

.ic-close:before {
  content: "\e907";
}

.ic-community:before {
  content: "\e908";
}

.ic-expert:before {
  content: "\e909";
}

.ic-lock:before {
  content: "\e90a";
}

.ic-menu:before {
  content: "\e90b";
}

.ic-new:before {
  content: "\e90c";
}

.ic-search:before {
  content: "\e90d";
}

.ic-star:before {
  content: "\e90e";
}

.ic-store:before {
  content: "\e90f";
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 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;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, 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;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

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

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 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=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-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.
 */
[type=search]::-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 Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

* {
  margin: 0;
  font-family: "Noto Sans KR", sans-serif;
  padding: 0;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

html {
  font-family: "Noto Sans KR", sans-serif;
  font-size: 16px;
}

body {
  font-family: "Noto Sans KR", sans-serif;
  color: #3f4150;
}

h1 {
  margin: 0;
}

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

button,
input,
select,
textarea {
  border: 0;
  background-color: transparent;
}
button:focus,
input:focus,
select:focus,
textarea:focus {
  outline: none;
  box-shadow: none;
}

a,
button {
  cursor: pointer;
}

button {
  padding: 0;
}

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

button {
  border: none;
  background: none;
}

.visually-hidden {
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

@media screen and (min-width: 768px) {
  .sm-only {
    display: none !important;
  }
}

@media screen and (max-width: 767px) {
  .md-only {
    display: none !important;
  }
}
@media screen and (min-width: 1280px) {
  .md-only {
    display: none !important;
  }
}

@media screen and (max-width: 1279px) {
  .lg-only {
    display: none !important;
  }
}

@media screen and (max-width: 767px) {
  .sm-hidden {
    display: none !important;
  }
}

@media screen and (max-width: 768px) {
  .md-hidden {
    display: none !important;
  }
}

@media screen and (min-width: 767px) {
  .lg-hidden {
    display: none !important;
  }
}

p {
  font-size: 14px;
  line-height: 24px;
  letter-spacing: -0.01em;
  color: #8c8d96;
}

.tag-grey, .tag-green, .tag-red {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: -0.005em;
  border-radius: 4px;
  height: 20px;
  padding: 0 6px;
  font-weight: 700;
}

.tag-red {
  background-color: #f86d7d;
  color: #fff;
}

.tag-green {
  background-color: #22c58b;
  color: #fff;
}

.tag-grey {
  background-color: #e0e2e7;
  color: #8c8d96;
}

.avatar-32, .avatar-24 {
  display: block;
  overflow: hidden;
  border-radius: 50%;
  background-image: url("../assets/img/img-user-default.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
.avatar-32 img, .avatar-24 img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.avatar-24 {
  width: 24px;
  height: 24px;
}

.avatar-32 {
  width: 32px;
  height: 32px;
}

.star-rating-20, .star-rating-16, .star-rating-13 {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.star-rating-20 .ic-star, .star-rating-16 .ic-star, .star-rating-13 .ic-star {
  color: #e0e2e7;
}
.star-rating-20 .ic-star.is-active, .star-rating-16 .ic-star.is-active, .star-rating-13 .ic-star.is-active {
  color: #3da5f5;
}

.star-rating-13 {
  font-size: 13px;
}

.star-rating-16 {
  font-size: 16px;
}

.star-rating-20 {
  font-size: 20px;
}

.price-off, .price-16,
.price-20,
.price-32 {
  display: inline-flex;
  justify-content: flex-start;
  align-items: center;
}
.price-off .amount, .price-16 .amount,
.price-20 .amount,
.price-32 .amount {
  font-family: "Tahoma", sans-serif;
  line-height: 1;
}
.price-off .currency, .price-16 .currency,
.price-20 .currency,
.price-32 .currency {
  font-family: "Noto Sans KR", sans-serif;
}

.price-16,
.price-20,
.price-32 {
  color: #191a20;
}
.price-16 .amount,
.price-20 .amount,
.price-32 .amount {
  font-weight: 700;
  letter-spacing: -0.02em;
}
.price-16 .currency,
.price-20 .currency,
.price-32 .currency {
  font-weight: 700;
}

.price-16 .amount {
  font-size: 16px;
}
.price-16 .currency {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.01em;
}

.price-20 .amount {
  font-size: 20px;
}
.price-32 .amount {
  font-size: 32px;
}
.price-32 .currency {
  font-size: 28px;
  line-height: 32px;
  letter-spacing: -0.02em;
}

.price-off {
  color: #8c8d96;
}
.price-off .amount {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: -0.01em;
  text-decoration: line-through;
}
.price-off .currency {
  font-size: 14px;
  line-height: 24px;
  letter-spacing: -0.01em;
  font-weight: 400;
}

.btn-ghost, .btn-outlined, .btn-secondary, .btn-primary {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 0 8px;
  font-weight: 700;
  border-radius: 4px;
}
.btn-ghost:disabled, .btn-outlined:disabled, .btn-secondary:disabled, .btn-primary:disabled {
  opacity: 0.4;
  cursor: not-allowed;
}

.btn-primary {
  color: #fff;
  background-color: #3da5f5;
  transition: background-color 150ms ease-in-out;
}
.btn-primary:hover {
  background-color: #3186c4;
}
.btn-primary:disabled:hover {
  opacity: 0.4;
  background-color: #3da5f5;
}

.btn-secondary {
  color: #3f4150;
  background-color: #e0e2e7;
  transition: background-color 150ms ease-in-out;
}
.btn-secondary:not(:disabled):hover {
  background-color: #8c8d96;
}

.btn-outlined {
  color: #3da5f5;
  background-color: #fff;
  border: 1px solid #3da5f5;
  transition: background-color 150ms ease-in-out;
}
.btn-outlined:not(:disabled):hover {
  background-color: #ecf6fe;
}

.btn-ghost {
  color: #3f4150;
  background-color: transparent;
  transition: color 150ms ease-in-out;
}
.btn-ghost:not(:disabled):hover {
  color: #8c8d96;
}

.btn-32 {
  font-size: 14px;
  line-height: 24px;
  letter-spacing: -0.01em;
  height: 32px;
}

.btn-40 {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.01em;
  height: 40px;
}

.btn-48 {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.01em;
  height: 48px;
}

.btn-55 {
  font-size: 18px;
  line-height: 28px;
  letter-spacing: -0.02em;
  height: 55px;
}

.form-select,
.form-input {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.01em;
  color: #3f4150;
  display: block;
  width: 100%;
  height: 40px;
  padding: 0 16px;
  background-color: #fff;
  border: 1px solid #e0e2e7;
  border-radius: 4px;
  appearance: none;
  transition: background-color 200ms ease-in-out;
}
.form-select::placeholder,
.form-input::placeholder {
  color: #b2b3b9;
}
.form-select:not(:disabled):hover,
.form-input:not(:disabled):hover {
  background-color: #f7f8fa;
}
.form-select:disabled,
.form-input:disabled {
  cursor: not-allowed;
  opacity: 0.4;
}

.select-group {
  position: relative;
}
.select-group.is-active .form-select {
  border-color: #3da5f5;
}
.select-group.is-active .ic-caret {
  color: #3da5f5;
}
.select-group .form-select {
  padding-right: 40px;
  text-overflow: ellipsis;
}
.select-group .ic-caret {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 8px;
  position: absolute;
  font-size: 24px;
  color: #b2b3b9;
  pointer-events: none;
}

.input-group {
  position: relative;
}
.input-group .form-input {
  padding-left: 40px;
}
.input-group .ic-search {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 10px;
  font-size: 20px;
  color: #8c8d96;
}

.pagination .page-item a, .pagination .page-item button, .pagination .page-control {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.01em;
  color: #3f4150;
  height: 26px;
  font-weight: 700;
  background-color: #fff;
  border-radius: 4px;
}

.pagination {
  display: flex;
  justify-content: center;
  align-items: center;
}
.pagination .page-control {
  width: 26px;
  border: 1px solid #e0e2e7;
}
.pagination .page-control.page-prev {
  margin-right: 24px;
}
.pagination .page-control.page-prev .ic-chevron {
  transform: rotate(90deg);
}
.pagination .page-control.page-next {
  margin-left: 24px;
}
.pagination .page-control.page-next .ic-chevron {
  transform: rotate(-90deg);
}
.pagination .page-control:hover {
  opacity: 0.4;
}
.pagination .page-control .ic-chevron {
  font-size: 20px;
}
.pagination .page-list {
  display: flex;
  justify-content: center;
  align-items: center;
}
.pagination .page-item {
  margin-right: 4px;
}
.pagination .page-item.is-active a, .pagination .page-item.is-active button {
  color: #fff !important;
  background-color: #3da5f5;
}
.pagination .page-item:last-child {
  margin-right: 0;
}
.pagination .page-item a, .pagination .page-item button {
  min-width: 26px;
  padding: 0 4px;
}
.pagination .page-item a:hover, .pagination .page-item button:hover {
  color: #3da5f5;
}

i {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "tomorrow" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.ic-bell:before {
  content: "\e900";
}

.ic-bookmark:before {
  content: "\e901";
}

.ic-bookmark-filled:before {
  content: "\e902";
}

.ic-caret:before {
  content: "\e903";
}

.ic-cart:before {
  content: "\e904";
}

.ic-check:before {
  content: "\e905";
}

.ic-chevron:before {
  content: "\e906";
}

.ic-close:before {
  content: "\e907";
}

.ic-community:before {
  content: "\e908";
}

.ic-expert:before {
  content: "\e909";
}

.ic-lock:before {
  content: "\e90a";
}

.ic-menu:before {
  content: "\e90b";
}

.ic-new:before {
  content: "\e90c";
}

.ic-search:before {
  content: "\e90d";
}

.ic-star:before {
  content: "\e90e";
}

.ic-store:before {
  content: "\e90f";
}

.gnb-nav-list {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-left: -8px;
}
.gnb-nav-item {
  margin-right: 8px;
}
.gnb-nav-item.is-active a, .gnb-nav-item:hover a {
  color: #3da5f5;
}
.gnb-nav-item:last-child {
  margin-right: 0;
}
.gnb-nav-item a {
  display: block;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: -0.02em;
  color: #3f4150;
  font-weight: 700;
  padding: 8px;
}

.gnb-icon-button {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 32px;
  height: 32px;
  font-size: 24px;
  color: #8c8d96;
  transition: color 200ms ease-in-out, background-color 200ms ease-in-out;
  border-radius: 50%;
}
.gnb-icon-button.is-menu {
  color: #3da5f5;
}
.gnb-icon-button.is-menu:active {
  color: #3186c4;
}
.gnb-icon-button.is-cart i {
  position: relative;
  top: 1px;
  right: 1px;
}
.gnb-icon-button:active {
  color: #3f4150;
}
.gnb-icon-button .badge {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  height: 16px;
  min-width: 16px;
  padding: 0 4px;
  font-size: 10px;
  line-height: 16px;
  background-color: #f86d7d;
  color: #fff;
  text-align: center;
  letter-spacing: -0.01em;
  border-radius: 8px;
}
@media screen and (min-width: 768px) {
  .gnb-icon-button:hover {
    background-color: #3da5f5;
    color: #fff;
  }
}

.my-menu {
  position: relative;
}
.my-menu-button {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: 3px solid #fff;
  overflow: hidden;
  transition: border-color 200ms ease-in-out;
  background-image: url("../assets/img/img-user-default.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
.my-menu-button:hover, .my-menu-button.is-active {
  border-color: #3da5f5;
}
.my-menu-button img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
.my-menu.is-active .my-menu-button {
  border-color: #3da5f5;
}
.my-menu.is-active .my-menu-content {
  visibility: visible;
  opacity: 1;
  transform: translate3d(-50%, 0, 0);
}
.my-menu-content {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.18);
  border-radius: 4px;
  top: 52px;
  visibility: hidden;
  opacity: 0;
  transform: translate3d(-50%, -10px, 0);
  transition: transform 100ms ease-in-out, visibility 100ms ease-in-out, opacity 100ms ease-in-out;
}
.my-menu-content::before, .my-menu-content::after {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  content: "";
  width: 0;
  height: 0;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  top: -24px;
}
.my-menu-content::before {
  border-bottom-color: #e0e2e7;
}
.my-menu-content::after {
  top: -22px;
  border-bottom-color: #fff;
}
.my-menu-list {
  width: 200px;
  padding: 8px;
  background-color: #fff;
  border-radius: 4px;
  border: 1px solid #e0e2e7;
}
.my-menu-item a,
.my-menu-item button {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 44px;
  padding: 0 8px;
}
.my-menu-item a:hover,
.my-menu-item button:hover {
  background-color: #f7f8fa;
  border-radius: 2px;
}

.drawer-menu.is-active .drawer-menu-button {
  color: #3da5f5;
}
.drawer-menu.is-open.is-community .drawer-menu-content {
  max-height: 308px;
}
.drawer-menu.is-open.is-store .drawer-menu-content {
  max-height: 344px;
}
.drawer-menu.is-open.is-expert .drawer-menu-content {
  max-height: 92px;
}
.drawer-menu.is-open .drawer-menu-button .ic-chevron {
  transform: translateY(-50%) rotate(180deg);
}
.drawer-menu.is-open .drawer-menu-list {
  padding-bottom: 20px;
}
.drawer-menu-button {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: -0.02em;
  color: #3f4150;
  position: relative;
  width: 100%;
  height: 52px;
  font-weight: 700;
  padding: 0 8px;
  transition: color 200ms ease-in-out;
}
.drawer-menu-button i:first-child {
  position: relative;
  top: 1px;
  color: #3f4150;
  font-size: 24px;
  margin-right: 8px;
}
.drawer-menu-button i:last-child {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 8px;
  font-size: 16px;
  color: #3f4150;
  transition: transform 200ms ease-in-out;
}
.drawer-menu-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 200ms ease-in-out;
}
.drawer-menu-item.is-active a {
  color: #3da5f5;
}
.drawer-menu-item a {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: -0.01em;
  color: #3f4150;
  font-weight: 700;
  width: 100%;
  height: 36px;
  padding: 0 12px;
}
.drawer-menu-item i {
  color: #f86d7d;
  font-size: 16px;
  position: relative;
  top: 1px;
}

.search-history-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 8px;
}
.search-history-header .title,
.search-history-header button {
  font-size: 13px;
  line-height: 20px;
  letter-spacing: -0.01em;
  color: #8c8d96;
  font-weight: 400;
}
.search-history-content .place-holder {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.01em;
  color: #b2b3b9;
  padding: 0 8px;
  width: 100%;
  height: 44px;
}
.search-history-item {
  position: relative;
}
.search-history-item .word-button {
  width: 100%;
  text-align: left;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.01em;
  color: #3f4150;
  font-weight: 400;
  padding: 10px 32px 10px 8px;
}
.search-history-item .delete-button {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  right: 0;
  top: 6px;
  width: 32px;
  height: 32px;
  font-size: 16px;
  color: #b2b3b9;
}

/*
* mobile (<768px) -------
* fixture ------- sm
* # of colums ------ 4
* gutter ------- 20px
* margin ------- 5px
* container size ----- 100% - (5px * 2)

* table (>=768px) -------
* fixture ------- md
* # of colums ------ 12
* gutter ------- 20px
* margin ------- 30px
* container size ----- 100% - (30px * 2)
* max container size ------ 960px


* desktop (>=1280px) -------
* fixture ------- lg
* # of colums ------ 12
* gutter ------- 20px
* unit ------- 75px
* margin ------- auto
* container size ----- 1140px
* max container size ------ 1140px

*/
.container {
  width: 100%;
  padding: 0 5px;
  margin: 0 auto;
}

.row {
  display: flex;
  flex-wrap: wrap;
}

[class^=col-] {
  padding: 0 10px;
}

.col-sm-1 {
  width: 25%;
}

.col-sm-2 {
  width: 50%;
}

.col-sm-3 {
  width: 75%;
}

.col-sm-4 {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .container {
    max-width: 1020px;
    padding: 0 30px;
  }
}
.col-md-1 {
  width: 8.3333333333%;
}

.col-md-2 {
  width: 16.6666666667%;
}

.col-md-3 {
  width: 25%;
}

.col-md-4 {
  width: 33.3333333333%;
}

.col-md-5 {
  width: 41.6666666667%;
}

.col-md-6 {
  width: 50%;
}

.col-md-7 {
  width: 58.3333333333%;
}

.col-md-8 {
  width: 66.6666666667%;
}

.col-md-9 {
  width: 75%;
}

.col-md-10 {
  width: 83.3333333333%;
}

.col-md-11 {
  width: 91.6666666667%;
}

.col-md-12 {
  width: 100%;
}

@media screen and (min-width: 1280px) {
  .container {
    max-width: 1140px;
    padding: 0;
  }
}
.col-lg-1 {
  width: 95px;
}

.col-lg-2 {
  width: 190px;
}

.col-lg-3 {
  width: 285px;
}

.col-lg-4 {
  width: 380px;
}

.col-lg-5 {
  width: 475px;
}

.col-lg-6 {
  width: 570px;
}

.col-lg-7 {
  width: 665px;
}

.col-lg-8 {
  width: 760px;
}

.col-lg-9 {
  width: 855px;
}

.col-lg-10 {
  width: 950px;
}

.col-lg-11 {
  width: 1045px;
}

.col-lg-12 {
  width: 1140px;
}

.gnb {
  position: relative;
  border-bottom: 1px solid #e0e2e7;
}
.gnb-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 50px;
}
.gnb-right .button-group {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.gnb .gnb-icon-button.is-search {
  margin-right: 4px;
}
.gnb .logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.gnb .logo a {
  display: block;
}
.gnb .logo img {
  display: block;
  width: auto;
  height: 20px;
}
@media screen and (min-width: 768px) {
  .gnb-left {
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
  .gnb-right {
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }
  .gnb-right .button-group {
    margin-right: 24px;
  }
  .gnb-right .button-group .gnb-icon-button {
    margin-right: 8px;
  }
  .gnb-wrapper {
    height: 80px;
  }
  .gnb .logo {
    margin-right: 32px;
    position: static;
    transform: none;
  }
  .gnb .logo img {
    height: 24px;
  }
  .gnb .btn-primary {
    width: 88px;
  }
  .gnb .btn-primary i {
    margin-left: 4px;
  }
  .gnb .gnb-auth {
    margin-right: 8px;
  }
  .gnb .gnb-auth a {
    font-size: 14px;
    line-height: 24px;
    letter-spacing: -0.01em;
    color: #8c8d96;
    font-weight: 700;
  }
  .gnb .gnb-auth a:first-child {
    margin-right: 8px;
  }
  .gnb .gnb-auth a:hover {
    color: #3da5f5;
  }
}
@media screen and (min-width: 1280px) {
  .gnb-search {
    position: relative;
    width: 264px;
    margin-right: 24px;
  }
  .gnb-search .search-history {
    position: absolute;
    left: 0;
    top: calc(100% + 8px);
    width: 100%;
    background-color: #fff;
    padding: 16px 8px 8px 8px;
    border: 1px solid #e0e2e7;
    border-radius: 4px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.18);
    display: none;
  }
  .gnb-search .search-history.is-active {
    display: block;
  }
  .gnb-search .search-history-header {
    padding: 0 8px;
  }
}

.sidebar {
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 240px;
  padding: 32px 20px;
  background-color: #fff;
  overflow-y: auto;
  z-index: 20;
  overscroll-behavior: contain;
  transform: translate3d(-240px, 0, 0);
  transition: transform 200ms ease-in-out;
}
.sidebar.is-active {
  transform: translate3d(0, 0, 0);
}
.sidebar-header {
  padding: 0 12px;
}
.sidebar-header .logo {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.sidebar-header .logo a {
  display: block;
}
.sidebar-header .logo img {
  display: block;
  width: auto;
  height: 20px;
}
.sidebar-user, .sidebar-auth {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  height: 88px;
}
.sidebar-user a {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: -0.01em;
  color: #3f4150;
  width: 100%;
  font-weight: 700;
}
.sidebar-user .avatar-24 {
  flex-grow: 0;
  flex-shrink: 0;
  margin-right: 8px;
}
.sidebar-user .username {
  flex-grow: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.sidebar-auth {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.sidebar-auth a {
  width: 84px;
}
.sidebar-nav .drawer-menu {
  border-top: 1px solid #e0e2e7;
}
.sidebar-nav .drawer-menu.is-expert {
  border-bottom: 1px solid #e0e2e7;
}
.sidebar-user-menu {
  margin-top: 16px;
}
.sidebar-user-menu .user-menu-item a {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: -0.01em;
  color: #3f4150;
  width: 100%;
  height: 36px;
  padding: 0 12px;
}
.sidebar-user-menu .user-menu-item a:active {
  color: #3da5f5;
}
.sidebar::-webkit-scrollbar {
  display: none;
}

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  height: 100vh;
  background-color: rgba(63, 65, 80, 0.5);
  opacity: 0;
  visibility: hidden;
  transition: opacity 200ms ease-in-out, visibility 200ms ease-in-out;
}
.overlay.is-active {
  opacity: 1;
  visibility: visible;
}

.search-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: #fff;
  z-index: 30;
  padding: 12px 0;
  transform: translate3d(100%, 0, 0);
  transition: transform 300ms ease-in-out;
}
.search-modal.is-active {
  transform: translate3d(0, 0, 0);
}
.search-modal-header {
  margin-bottom: 20px;
}
.search-modal-form {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.search-modal-form .input-group {
  flex-grow: 1;
}
.search-modal-form .btn-ghost {
  flex-shrink: 0;
  flex-grow: 0;
  width: 56px;
  margin-left: 8px;
}

/*# sourceMappingURL=main.css.map */
