@charset "UTF-8";
/**
 * ----------------------------------------------------
 * Reset
 * ----------------------------------------------------
 */
/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -moz-user-select: none; /* Firefox 2+ */
  -ms-user-select: none; /* IE 10+ */
  user-select: none; /* Standard syntax */
  -webkit-touch-callout: none;
}

/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 */
html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
  padding: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary { /* 1 */
  display: block;
}

/**
 * Add the correct display in IE 9-.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Add the correct display in IE 10-.
 * 1. Add the correct display in IE.
 */
template,
[hidden] {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
  user-select: none;
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the bottom border in Firefox 39-.
 * 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 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * 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;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * 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;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

/**
 * 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 */
}

/* Forms
   ========================================================================== */
/**
 * 1. Change font properties to `inherit` in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
select,
textarea {
  font: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0;
  border: none;
  outline: none;
  border-radius: 0;
  box-sizing: border-box;
  -webkit-appearance: none;
  background-color: transparent;
}

*:focus {
  border: none;
  outline: none;
}

/**
 * Restore the font weight unset by the previous rule.
 */
optgroup {
  font-weight: bold;
}

/**
 * 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;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: none; /* 2 */
  user-select: none;
}

/**
 * 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: none;
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 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 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: overlay;
  resize: none;
}

/**
 * 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 {
  display: none;
  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 and cancel buttons in Chrome and Safari on OS X.
 */
[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 1;
}

/**
 * 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: none; /* 1 */
  font: inherit; /* 2 */
}

table tr th {
  font-weight: normal;
}

label {
  user-select: none;
}

p {
  margin: 0;
}

em {
  font-style: initial;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus textarea:-webkit-autofill,
textarea:-webkit-autofill:hover textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  transition: background-color 50000s ease-in-out 0s !important;
  background-color: transparent !important;
  -webkit-text-fill-color: #000000 !important;
}

body.dark-mode input:-webkit-autofill,
body.dark-mode input:-webkit-autofill:hover,
body.dark-mode input:-webkit-autofill:focus textarea:-webkit-autofill,
body.dark-mode textarea:-webkit-autofill:hover textarea:-webkit-autofill:focus,
body.dark-mode select:-webkit-autofill,
body.dark-mode select:-webkit-autofill:hover,
body.dark-mode select:-webkit-autofill:focus {
  transition: background-color 50000s ease-in-out 0s !important;
  background-color: transparent !important;
  -webkit-text-fill-color: #ffffff !important;
}

input::-ms-reveal,
input::-ms-clear {
  display: none;
}

:active,
:focus {
  outline: none !important;
}

a {
  display: inline-block;
  color: inherit;
  text-decoration: none;
  outline: none;
}

::after,
::before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

ul,
ol,
dl {
  width: 100%;
  height: auto;
  /*overflow: hidden;*/
  list-style: none;
  margin: 0;
  padding: 0;
  cursor: default;
  position: relative;
}

ul:after,
ol:after,
dl:after {
  content: "";
  display: table;
  clear: both;
}

ul > li,
ol > li {
  width: 100%;
  height: auto;
  overflow: visible;
  position: relative;
  float: left;
}

button, a {
  cursor: pointer;
}

.main {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: auto;
  background-color: rgba(255, 255, 255, 0.2);
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (min-width: 1366px) {
  .main {
    height: 100%;
  }
}
.main > .contents {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-grow: 1;
  width: 100%;
  height: auto;
  overflow: hidden;
  z-index: 1;
}
@media (min-width: 1366px) {
  .main > .contents {
    height: 100%;
  }
}
.main > .contents > .search-box-wrap.on-mobile {
  display: flex;
  position: absolute;
  top: 54px;
  z-index: 10;
}
.main > .contents > .search-box-wrap.on-mobile .preview-panel {
  top: calc(100% - 16px);
  width: calc(100% - 32px);
}
@media (min-width: 834px) {
  .main > .contents > .search-box-wrap.on-mobile {
    display: none;
  }
}
.main > .contents .parallax-box {
  width: 100%;
  height: 100%;
  overflow-y: overlay;
}
.main > .contents .parallax-box .key-visual-wrap {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: calc(100vh - 52px);
  padding: 156px 24px 34px;
}
@media (min-width: 1366px) {
  .main > .contents .parallax-box .key-visual-wrap {
    height: 100%;
  }
}
@media (min-width: 834px) {
  .main > .contents .parallax-box .key-visual-wrap {
    padding-top: 150px;
    padding-left: 100px;
    padding-right: 100px;
  }
}
@media (min-width: 1920px) {
  .main > .contents .parallax-box .key-visual-wrap {
    padding-left: 192px;
    padding-right: 192px;
  }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 915px) and (orientation: landscape) {
  .main > .contents .parallax-box .key-visual-wrap {
    height: auto;
  }
  .main > .contents .parallax-box .key-visual-wrap .scroll-to-action {
    padding-top: 20px;
    padding-bottom: 0;
  }
}
.main > .contents .parallax-box .key-visual-wrap .search-panel-bar {
  flex-grow: 1;
  width: 100%;
  z-index: 2;
}
.main > .contents .parallax-box .key-visual-wrap .search-panel-bar .search-panel {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.main > .contents .parallax-box .key-visual-wrap .search-panel-bar .search-panel .search-box-wrap.on-tablet {
  display: none;
  padding-top: 24px;
  padding-bottom: 0;
}
@media (min-width: 834px) {
  .main > .contents .parallax-box .key-visual-wrap .search-panel-bar .search-panel .search-box-wrap.on-tablet {
    display: flex;
    padding-left: 0;
    padding-right: 0;
    max-width: 500px;
  }
}
.main > .contents .parallax-box .key-visual-wrap .search-panel-bar .search-panel .keyword-border-item-wrap {
  max-width: 500px;
}
.main > .contents .parallax-box .key-visual-wrap .search-panel-bar .search-panel .keyword-border-item-wrap .keyword-border-item {
  background-color: rgba(255, 255, 255, 0.2);
}
.main > .contents .parallax-box .key-visual-wrap .scroll-to-action {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 100%;
  padding-bottom: 32px;
  height: auto;
  z-index: 2;
}
.main > .contents .parallax-box .key-visual-wrap .scroll-to-action > .btn-icon {
  width: 40px;
  height: 40px;
  color: rgba(0, 0, 0, 0.5);
  border-radius: 100%;
  border: 1px solid rgba(0, 0, 0, 0.3);
}
.main > .contents .parallax-box .key-visual-wrap .scroll-to-action > .btn-icon > i {
  width: 16px;
  height: 16px;
  font-size: 16px;
  margin-top: 0.5px;
}
@media (min-width: 834px) {
  .main > .contents .parallax-box .key-visual-wrap .scroll-to-action > .btn-icon {
    width: 56px;
    height: 56px;
  }
  .main > .contents .parallax-box .key-visual-wrap .scroll-to-action > .btn-icon > i {
    width: 24px;
    height: 24px;
    font-size: 24px;
  }
}
.main > .contents .parallax-box .over-contents {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: auto;
  padding: 32px 0 80px;
  background-color: #ffffff;
}
.main > .contents .parallax-box .over-contents > .inner {
  width: 100%;
}
@media (min-width: 834px) {
  .main > .contents .parallax-box .over-contents > .inner.on-mobile {
    display: none;
  }
}
.main > .contents .parallax-box .over-contents > .inner.on-tablet {
  display: none;
}
@media (min-width: 834px) {
  .main > .contents .parallax-box .over-contents > .inner.on-tablet {
    display: block;
  }
}
@media (min-width: 834px) {
  .main > .contents .parallax-box .over-contents {
    display: flex;
    padding-left: 64px;
    padding-right: 64px;
  }
  .main > .contents .parallax-box .over-contents .tabs-bar,
.main > .contents .parallax-box .over-contents .collections-grid-wrap > .inner .collections-grid {
    padding-left: 0;
    padding-right: 0;
  }
  .main > .contents .parallax-box .over-contents .summery-bar {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media (min-width: 1920px) {
  .main > .contents .parallax-box .over-contents {
    align-items: center;
    padding-left: 119px;
    padding-right: 119px;
  }
  .main > .contents .parallax-box .over-contents > .inner {
    max-width: 1128px;
  }
}
.main > .contents .parallax-box .footer {
  border-top: 1px solid rgba(0, 0, 0, 0.05);
  background-color: #ffffff;
}

body.dark-mode .main {
  background-color: #171717;
}
body.dark-mode .main > .contents .parallax-box .key-visual-wrap .scroll-to-action > .btn-icon {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.3);
}
body.dark-mode .main > .contents .parallax-box .key-visual-wrap .search-panel-bar .search-panel .keyword-border-item-wrap .keyword-border-item {
  background-color: rgba(0, 0, 0, 0.2);
}
body.dark-mode .main > .contents .parallax-box .over-contents {
  background-color: #111111;
}
body.dark-mode .main > .contents .parallax-box .footer {
  border-color: rgba(255, 255, 255, 0.05);
  background-color: #111111;
}

.sub {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
}
.sub > .contents {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-grow: 1;
  width: 100%;
  min-height: calc(100vh - 52px);
  height: 100%;
  overflow: hidden;
  background-color: #f8f8f8;
  z-index: 0;
}
@media (min-width: 834px) {
  .sub > .contents {
    min-height: calc(100vh - 60px);
  }
}
.sub > .contents.popOn {
  z-index: 10;
}

body.dark-mode {
  background-color: #111111;
}
body.dark-mode .sub > .contents {
  background-color: #111111;
}
body.dark-mode .sub > .contents.deep-dark-contents {
  background-color: #111111;
}

html,
body {
  width: 100%;
  height: 100%;
  font-family: "Pretendard";
  color: #000000;
}

#wrap {
  display: flex;
  flex-direction: column;
  flex: 1;
  height: auto;
  width: 100%;
}
@media (min-width: 1366px) {
  #wrap {
    height: 100%;
  }
}
#wrap > * {
  line-height: 1.25;
}

body.dark-mode {
  color: #ffffff;
}

.all-menus-tablet {
  position: fixed;
  display: flex;
  flex-direction: column;
  align-items: center;
  top: 52px;
  left: 0;
  width: 100%;
  height: calc(100% - 52px);
  opacity: 0;
  transition: all 0.2s;
  pointer-events: none;
  background-color: #f8f8f8;
  z-index: 910;
}
@media (min-width: 834px) {
  .all-menus-tablet {
    top: 70px;
    height: calc(100% - 70px);
  }
}
.all-menus-tablet .all-menus-tablet-header {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
  width: 100%;
  height: 60px;
  padding: 0 24px;
  background-color: #ffffff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.all-menus-tablet > .inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 1208px;
  padding: 56px 24px 56px;
}
.all-menus-tablet > .inner .ci-wrap {
  width: 108px;
  height: auto;
}
.all-menus-tablet > .inner .ci-wrap .ci {
  width: 100%;
  height: auto;
}
.all-menus-tablet > .inner .ci-wrap .ci.on-dark {
  display: none;
}
.all-menus-tablet > .inner .ci-wrap .ci.on-light {
  display: block;
}
.all-menus-tablet > .inner .search-box-wrap {
  padding: 0;
  max-width: 682px;
}
.all-menus-tablet > .inner .menu-bar {
  width: 100%;
}
.all-menus-tablet > .inner .menu-bar .menus-group {
  display: flex;
  flex-direction: column;
  gap: 26px;
  text-align: center;
}
.all-menus-tablet > .inner .menu-bar .menus-group > .label {
  font-size: 16px;
  font-weight: 600;
}
.all-menus-tablet > .inner .menu-bar .menus-group .menu-items {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.all-menus-tablet > .inner .menu-bar .menus-group .menu-items .menu-item {
  font-size: 14px;
  font-weight: 500;
  transition: color 0.2s;
}
.all-menus-tablet > .inner .menu-bar .menus-group .menu-items .menu-item:hover {
  color: #c0a275;
}

.all-menus-mobile {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.2s;
  pointer-events: none;
  z-index: 910;
}
.all-menus-mobile .dim {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  opacity: 0;
  transition: opacity 0.2s;
}
.all-menus-mobile .panel {
  display: flex;
  flex-direction: column;
  width: 294px;
  height: 100%;
  margin-left: calc(100% - 294px);
  transform: translateX(100%);
  transition: all 0.2s;
  border-left: 1px solid #272727;
  background-color: #f8f8f8;
}
.all-menus-mobile .panel .panel-header {
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  width: 100%;
  height: auto;
  background-color: #c0a275;
}
.all-menus-mobile .panel .panel-header .close-bar {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
  width: 100%;
  height: 52px;
  padding: 0 16px;
}
.all-menus-mobile .panel .panel-header .close-bar .close-all-menus {
  color: #ffffff;
}
.all-menus-mobile .panel .panel-header .primary-menu-bar {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  -webkit-grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  padding: 8px 16px 24px;
}
.all-menus-mobile .panel .panel-header .primary-menu-bar .primary-menu-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4px;
  color: #ffffff;
}
.all-menus-mobile .panel .panel-header .primary-menu-bar .primary-menu-item > i {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  font-size: 24px;
}
.all-menus-mobile .panel .panel-header .primary-menu-bar .primary-menu-item > .label {
  font-size: 13px;
  font-weight: 500;
}
.all-menus-mobile .panel .panel-body {
  display: flex;
  flex-grow: 1;
  flex-direction: column;
  width: 100%;
  height: 100%;
  padding: 24px 16px;
  overflow-y: overlay;
}
.all-menus-mobile .panel .panel-body .collections {
  display: flex;
  flex-shrink: 0;
  flex-direction: column;
  gap: 16px;
  width: 100%;
  height: auto;
}
.all-menus-mobile .panel .panel-body .collections .title-wrap {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  font-size: 15px;
  font-weight: 600;
}
.all-menus-mobile .panel .panel-body .collections .title-wrap > i {
  width: 24px;
  height: 24px;
  font-size: 24px;
}
.all-menus-mobile .panel .panel-body .collections .collection-item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 40px;
  border-radius: 5px;
  border: 1px solid rgba(0, 0, 0, 0.3);
  background-color: #ffffff;
  font-size: 14px;
  font-weight: 500;
}
.all-menus-mobile .panel .panel-body .collections .collection-item:hover {
  border-color: #c0a275;
}
.all-menus-mobile .panel .panel-body .divider {
  flex-shrink: 0;
  display: block;
  width: 100%;
  height: 1px;
  margin-top: 30px;
  margin-bottom: 16px;
  background-color: #e6e6e6;
}
@media (min-width: 834px) {
  .all-menus-mobile .panel {
    display: flex;
    flex-direction: column;
    width: 449px;
    height: 100%;
    margin-left: calc(100% - 449px);
  }
}

body.dark-mode .all-menus-tablet {
  background-color: #111111;
}
body.dark-mode .all-menus-tablet .all-menus-tablet-header {
  background-color: #171717;
  border-bottom-color: rgba(255, 255, 255, 0.1);
}
body.dark-mode .all-menus-tablet > .inner .ci-wrap .ci.on-dark {
  display: block;
}
body.dark-mode .all-menus-tablet > .inner .ci-wrap .ci.on-light {
  display: none;
}
body.dark-mode .all-menus-mobile .panel {
  background-color: #171717;
}
body.dark-mode .all-menus-mobile .panel .panel-body .collections .collection-item {
  background-color: transparent;
  border-color: rgba(255, 255, 255, 0.1);
}
body.dark-mode .all-menus-mobile .panel .panel-body .collections .collection-item:hover {
  border-color: #c0a275;
}
body.dark-mode .all-menus-mobile .panel .panel-body .divider {
  background-color: rgba(255, 255, 255, 0.05);
}

.btn {
  position: relative;
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  width: auto;
  min-width: 48px;
  height: 48px;
  padding: 0 12px;
  border-radius: 5px;
  transition: all 0.2s;
  gap: 10px;
}
.btn.btn-full {
  width: 100%;
}
.btn.btn-min-width {
  min-width: 98px !important;
}
.btn.btn-primary {
  background-color: #c0a275;
  color: #ffffff;
}
.btn.btn-primary:active, .btn.btn-primary:hover {
  background-color: rgba(192, 162, 117, 0.7);
}
.btn.btn-primary:disabled {
  color: rgba(255, 255, 255, 0.7);
  background-color: rgba(192, 162, 117, 0.3);
}
.btn.btn-gray {
  color: #ffffff;
  background-color: #939393;
}
.btn.btn-gray:active, .btn.btn-gray:hover {
  background-color: rgba(147, 147, 147, 0.7);
}
.btn.btn-gray:disabled {
  color: rgba(255, 255, 255, 0.7);
  background-color: rgba(147, 147, 147, 0.3);
}
.btn.btn-outline {
  color: #000000;
  border: 1px solid rgba(0, 0, 0, 0.3);
  background-color: transparent;
}
.btn.btn-outline:active, .btn.btn-outline:hover {
  border-color: #c0a275;
}
.btn.btn-outline:disabled {
  color: rgba(0, 0, 0, 0.3);
  border-color: rgba(0, 0, 0, 0.1);
}
.btn.btn-liquid {
  color: #000000;
  background-color: transparent;
  gap: 8px;
}
.btn.btn-liquid:hover {
  color: #c0a275;
}
.btn.btn-md {
  min-width: 48px;
  height: 48px;
}
.btn.btn-sm {
  min-width: 40px;
  height: 40px;
}
.btn.btn-size-32 {
  min-width: 32px;
  height: 32px;
}
.btn.btn-size-32 > .label {
  font-size: 13px;
  font-weight: 500;
}
.btn.btn-xs {
  min-width: 30px;
  height: 30px;
}
.btn.btn-xxs {
  height: 22px;
  padding: 0 6px;
  border-radius: 4px;
}
.btn.btn-xxs > .label {
  font-size: 11px;
}
.btn.btn-text-sm .label {
  font-size: 14px;
}
.btn:active {
  opacity: 1;
}
.btn .shade {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.05);
  pointer-events: none;
  transition: opacity 0.04s;
}
.btn .label {
  font-size: 16px;
  font-weight: 500;
}

body.dark-mode .btn .shade {
  background-color: rgba(255, 255, 255, 0.05);
}
body.dark-mode .btn.btn-outline {
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background-color: transparent;
}
body.dark-mode .btn.btn-outline:active, body.dark-mode .btn.btn-outline:hover {
  border-color: #c0a275;
}
body.dark-mode .btn.btn-outline:disabled {
  color: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.1);
}
body.dark-mode .btn.btn-liquid {
  color: #ffffff;
}
body.dark-mode .btn.btn-liquid:hover {
  color: #c0a275;
}

.btn-icon {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  transition: all 0.2s;
  color: #000000;
}
.btn-icon:active .shade {
  opacity: 1;
}
.btn-icon.size-32 {
  width: 32px;
  height: 32px;
}
.btn-icon.size-42 {
  width: 42px;
  height: 42px;
}
.btn-icon.size-56 {
  width: 56px;
  height: 56px;
}
.btn-icon.size-60 {
  width: 60px;
  height: 60px;
}
.btn-icon .shade {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
  border-radius: 100%;
  background-color: rgba(0, 0, 0, 0.05);
  opacity: 0;
  transition: opacity 0.2s;
  pointer-events: none;
}

body.dark-mode .btn-icon {
  color: #ffffff;
}
body.dark-mode .btn-icon .shade {
  background-color: rgba(255, 255, 255, 0.05);
}

.btn-text {
  display: flex;
  flex-direction: row;
  align-items: center;
  transition: opacity 0.2s;
  gap: 8px;
}
.btn-text .label {
  font-size: 16px;
  font-weight: 500;
}
.btn-text .icon {
  width: 24px;
  height: 24px;
  font-size: 24px;
}

body.dark-mode .btn-text {
  color: #ffffff;
}

.form-list {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: auto;
  gap: 24px;
}

.input-box {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: auto;
  text-align: left;
}
.input-box.on .inner-wrap > .inner {
  border: 1px solid #000000;
}
.input-box.on .inner-wrap > .inner > .icon {
  color: #000000;
}
.input-box.on .inner-wrap > .inner > .input {
  color: #000000;
}
.input-box.has-value .inner-wrap > .inner > .icon {
  color: #000000;
}
.input-box.has-value .inner-wrap > .inner > .input {
  color: #000000;
}
.input-box.has-value .inner-wrap > .inner > .input[type=password] {
  letter-spacing: 8px;
}
.input-box.has-value.on .inner-wrap > .inner > .tools .clear {
  opacity: 1;
}
.input-box.on-message .inner-wrap > .inner {
  border-color: #000000;
}
.input-box > .label {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 8px;
  color: rgba(0, 0, 0, 0.5);
}
.input-box > .label.on-absolute-color {
  color: #000000;
}
.input-box .inner-wrap {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 12px;
}
.input-box .inner-wrap > .inner {
  display: flex;
  flex-direction: row;
  flex: 1;
  align-items: center;
  width: 100%;
  height: 48px;
  padding: 0 16px;
  border-radius: 5px;
  border: 1px solid rgba(0, 0, 0, 0.3);
  gap: 10px;
  transition: all 0.2s;
}
.input-box .inner-wrap > .inner > .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 16px;
  height: 16px;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.2);
  line-height: 0;
  transition: color 0.2s;
}
.input-box .inner-wrap > .inner > .input {
  flex-grow: 1;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.25;
  width: 100%;
  color: rgba(0, 0, 0, 0.2);
  caret-color: rgba(0, 0, 0, 0.6);
  background-color: transparent;
  transition: color 0.2s;
}
.input-box .inner-wrap > .inner > .input::placeholder {
  color: rgba(0, 0, 0, 0.3);
}
.input-box .inner-wrap > .inner > .tools {
  display: flex;
  flex-shrink: 0;
  flex-direction: row;
  pointer-events: auto;
}
.input-box .inner-wrap > .inner > .tools:empty {
  display: none;
}
.input-box .inner-wrap > .inner > .tools .clear {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  font-size: 24px;
  color: rgba(0, 0, 0, 0.5);
  background-color: transparent;
  opacity: 0;
  transition: opacity 0.2s;
  overflow: hidden;
}
.input-box .inner-wrap > .inner > .tools .label {
  font-size: 16px;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.7);
}
.input-box > .message {
  font-size: 14px;
  font-weight: 400;
  margin-top: 10px;
}
.input-box > .message:empty {
  display: none;
}
.input-box > .message.success {
  color: #007aff;
}
.input-box > .message.error {
  color: #ff6262;
}

body.dark-mode .input-box > .label {
  color: rgba(255, 255, 255, 0.5);
}
body.dark-mode .input-box > .label.on-absolute-color {
  color: #ffffff;
}
body.dark-mode .input-box.on .inner-wrap > .inner {
  border: 1px solid #ffffff;
}
body.dark-mode .input-box.on .inner-wrap > .inner > .icon {
  color: #ffffff;
}
body.dark-mode .input-box.on .inner-wrap > .inner > .input {
  color: #ffffff;
}
body.dark-mode .input-box.has-value .inner-wrap > .inner > .icon {
  color: #ffffff;
}
body.dark-mode .input-box.has-value .inner-wrap > .inner > .input {
  color: #ffffff;
}
body.dark-mode .input-box.on-message .inner-wrap > .inner {
  border-color: #ffffff;
}
body.dark-mode .input-box .inner-wrap > .inner {
  border-color: rgba(255, 255, 255, 0.2);
}
body.dark-mode .input-box .inner-wrap > .inner > .icon {
  color: rgba(255, 255, 255, 0.3);
}
body.dark-mode .input-box .inner-wrap > .inner > .input {
  color: rgba(255, 255, 255, 0.2);
  caret-color: #ffffff;
}
body.dark-mode .input-box .inner-wrap > .inner > .input::placeholder {
  color: rgba(255, 255, 255, 0.3);
}
body.dark-mode .input-box .inner-wrap > .inner > .tools .clear {
  color: rgba(255, 255, 255, 0.5);
}
body.dark-mode .input-box .inner-wrap > .inner > .tools .label {
  color: rgba(255, 255, 255, 0.7);
}

.check-box {
  display: flex;
  flex-direction: row;
  align-items: center;
  cursor: pointer;
  gap: 8px;
}
.check-box .input {
  display: none;
  width: 0;
  height: 0;
}
.check-box .input + .icon .vip-checkbox-checked-fill {
  display: none;
}
.check-box .input + .icon .vip-checkbox-uncheck {
  display: inline-block;
}
.check-box .input:checked + .icon {
  color: #c0a275;
}
.check-box .input:checked + .icon .vip-checkbox-checked-fill {
  display: inline-block;
}
.check-box .input:checked + .icon .vip-checkbox-uncheck {
  display: none;
}
.check-box .input:checked + .icon .vip-all-check:before {
  content: "\e94e";
}
.check-box .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  font-size: 24px;
  transition: all 0.2s;
}

.grid-wrapper {
  display: grid !important;
  grid-gap: 12px;
}
.grid-wrapper.grid-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
  -webkit-grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-wrapper.grid-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  -webkit-grid-template-columns: repeat(2, minmax(0, 1fr));
}
.grid-wrapper.grid-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  -webkit-grid-template-columns: repeat(3, minmax(0, 1fr));
}
.grid-wrapper.grid-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  -webkit-grid-template-columns: repeat(4, minmax(0, 1fr));
}
.grid-wrapper.grid-5 {
  grid-template-columns: repeat(5, minmax(0, 1fr));
  -webkit-grid-template-columns: repeat(5, minmax(0, 1fr));
}
.grid-wrapper.grid-6 {
  grid-template-columns: repeat(6, minmax(0, 1fr));
  -webkit-grid-template-columns: repeat(6, minmax(0, 1fr));
}
.grid-wrapper.grid-7 {
  grid-template-columns: repeat(7, minmax(0, 1fr));
  -webkit-grid-template-columns: repeat(7, minmax(0, 1fr));
}
.grid-wrapper.grid-8 {
  grid-template-columns: repeat(8, minmax(0, 1fr));
  -webkit-grid-template-columns: repeat(8, minmax(0, 1fr));
}
.grid-wrapper.grid-9 {
  grid-template-columns: repeat(9, minmax(0, 1fr));
  -webkit-grid-template-columns: repeat(9, minmax(0, 1fr));
}
.grid-wrapper.grid-10 {
  grid-template-columns: repeat(10, minmax(0, 1fr));
  -webkit-grid-template-columns: repeat(10, minmax(0, 1fr));
}
.grid-wrapper.grid-11 {
  grid-template-columns: repeat(11, minmax(0, 1fr));
  -webkit-grid-template-columns: repeat(11, minmax(0, 1fr));
}
.grid-wrapper.grid-12 {
  grid-template-columns: repeat(12, minmax(0, 1fr));
  -webkit-grid-template-columns: repeat(12, minmax(0, 1fr));
}
.grid-wrapper.grid-columns {
  grid-template-columns: repeat(30, minmax(0, 1fr));
  -webkit-grid-template-columns: repeat(30, minmax(0, 1fr));
}
.grid-wrapper.grid-columns .grid-2-5 {
  grid-column: 1/span 12;
}
.grid-wrapper.grid-columns .grid-3-5 {
  grid-column: 13/span 18;
}
.grid-wrapper.grid-columns .grid-1-6 {
  grid-column: 1/span 5;
}
.grid-wrapper.grid-columns .grid-5-6 {
  grid-column: 6/span 25;
}
.grid-wrapper.grid-table {
  grid-template-columns: auto auto;
  -webkit-grid-template-columns: auto auto;
}
.grid-wrapper.gap-half {
  grid-gap: 8px 8px;
}
.grid-wrapper.gap-quart {
  grid-gap: 4px 4px;
}
.grid-wrapper.gap-row {
  grid-row-gap: 12px;
}
.grid-wrapper.gap-no {
  grid-gap: 0 0;
}
.grid-wrapper.gap-8 {
  grid-gap: 8px 8px;
}
.grid-wrapper.gap-16 {
  grid-gap: 16px 16px;
}
.grid-wrapper.gap-40 {
  grid-gap: 40px 40px;
}
.grid-wrapper.gap-lg {
  grid-gap: 24px 24px;
}
.grid-wrapper.grid-divider li {
  position: relative;
}
.grid-wrapper.grid-divider li:after {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 20px;
  content: " ";
  border-right: 1px solid rgba(255, 255, 255, 0.3);
}
.grid-wrapper.grid-divider li:last-child:after {
  border-style: none;
}
.grid-wrapper.grid-divider-full li {
  position: relative;
}
.grid-wrapper.grid-divider-full li:after {
  position: absolute;
  right: 0;
  height: 100%;
  content: " ";
  border-right: 1px solid rgb(255, 255, 255);
}
.grid-wrapper.grid-divider-full li:last-child:after {
  border-style: none;
}

.navigation-bar {
  position: relative;
  display: flex;
  flex-shrink: 0;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 52px;
  padding: 0 16px;
  transition: all 0.2s;
  z-index: 2;
}
.navigation-bar.scrolled {
  background-color: rgba(248, 248, 248, 0.9);
  transition: background-color 0.2s linear;
}
.navigation-bar.nav-overlap {
  position: absolute;
  top: 0;
  left: 0;
}
.navigation-bar.on-all-menus .all-menus-mobile {
  pointer-events: auto;
}
.navigation-bar.on-all-menus .all-menus-mobile .dim {
  opacity: 1;
}
.navigation-bar.on-all-menus .all-menus-mobile .panel {
  transform: translateX(0);
}
@media (min-width: 834px) {
  .navigation-bar.on-all-menus {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    background-color: #ffffff;
  }
  .navigation-bar.on-all-menus .all-menus-tablet {
    pointer-events: none;
    opacity: 0;
  }
}
.navigation-bar.on-user-profile .user-profile {
  pointer-events: auto;
}
.navigation-bar.on-user-profile .user-profile .dim {
  opacity: 1;
}
.navigation-bar.on-user-profile .user-profile .panel {
  opacity: 1;
  transform: translateX(0);
}
@media (min-width: 834px) {
  .navigation-bar.on-user-profile {
    background-color: #ffffff;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
}
.navigation-bar.on-map {
  background-color: #ffffff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.navigation-bar.on-map .map {
  opacity: 1;
  pointer-events: auto;
}
@media (min-width: 834px) {
  .navigation-bar {
    height: 70px;
    padding: 0 32px;
  }
  .navigation-bar.on-collection {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    background-color: #ffffff;
  }
  .navigation-bar.on-collection .collection-categories {
    pointer-events: auto;
  }
  .navigation-bar.on-collection .collection-categories .inner-wrap .dim {
    opacity: 1;
  }
  .navigation-bar.on-collection .collection-categories .inner-wrap .inner {
    opacity: 1;
    transform: translateY(0);
  }
}
.navigation-bar .navigate {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 16px;
  transition: all 0.2s;
}
@media (min-width: 576px) {
  .navigation-bar .navigate {
    gap: 48px;
  }
}
.navigation-bar .navigate .ci-wrap {
  width: 32px;
  height: 32px;
  font-size: 0;
  position: relative;
  text-align: center;
}
.navigation-bar .navigate .ci-wrap::after {
  content: "\e90d";
  font-family: "vip" !important;
  font-size: 18px;
  line-height: 32px;
  color: #000000;
  width: 32px;
}
@media (min-width: 576px) {
  .navigation-bar .navigate .ci-wrap {
    width: 88px;
    height: auto;
  }
  .navigation-bar .navigate .ci-wrap::after {
    display: none;
  }
}
.navigation-bar .navigate .ci-wrap .ci {
  width: 100%;
  height: auto;
  display: none;
  font-size: 0;
}
.navigation-bar .navigate .ci-wrap .ci.on-light {
  display: none;
}
@media (min-width: 576px) {
  .navigation-bar .navigate .ci-wrap .ci.on-light {
    display: inline-block;
  }
}
.navigation-bar .navigate .home {
  display: none;
}
.navigation-bar .navigate .sub-menu-group > .btn {
  border-color: rgba(0, 0, 0, 0.3);
  height: 32px;
  padding: 0 4px;
  gap: 4px;
}
.navigation-bar .navigate .sub-menu-group > .btn .label {
  font-size: 12px;
}
@media (min-width: 576px) {
  .navigation-bar .navigate .sub-menu-group > .btn {
    height: 40px;
    padding: 0 12px;
    gap: 10px;
  }
  .navigation-bar .navigate .sub-menu-group > .btn .label {
    font-size: 16px;
  }
}
.navigation-bar .navigate .sub-menu-group > .btn:hover {
  border-color: #c0a275;
}
@media (min-width: 834px) {
  .navigation-bar .navigate .sub-menu-group {
    display: flex;
  }
}
.navigation-bar .tools {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
}
@media (min-width: 834px) {
  .navigation-bar .tools {
    gap: 24px;
  }
}
.navigation-bar .tools .tool-group {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  transition: all 0.2s;
}
@media (min-width: 834px) {
  .navigation-bar .tools .tool-group {
    gap: 24px;
  }
}

.sub .navigation-bar {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  background-color: #ffffff;
}
.sub .navigation-bar .navigate .ci-wrap {
  display: none;
}
.sub .navigation-bar .navigate .home {
  display: flex;
}
body.dark-mode .navigation-bar.scrolled {
  background-color: rgba(17, 17, 17, 0.9);
}
body.dark-mode .navigation-bar .navigate .ci-wrap::after {
  color: #ffffff;
}
body.dark-mode .navigation-bar .navigate .ci-wrap .ci.on-dark {
  display: none;
}
@media (min-width: 576px) {
  body.dark-mode .navigation-bar .navigate .ci-wrap .ci.on-dark {
    display: inline-block;
  }
}
body.dark-mode .navigation-bar .navigate .ci-wrap .ci.on-light {
  display: none;
}
body.dark-mode .navigation-bar .navigate .sub-menu-group > .btn {
  border-color: rgba(255, 255, 255, 0.3);
}
body.dark-mode .navigation-bar .navigate .sub-menu-group > .btn:hover {
  border-color: #c0a275;
}
body.dark-mode .sub .navigation-bar {
  border-bottom-color: rgba(255, 255, 255, 0.1);
  background-color: #171717;
}
body.dark-mode .navigation-bar.on-map {
  border-bottom-color: rgba(255, 255, 255, 0.1);
  background-color: #171717;
}
@media (min-width: 834px) {
  body.dark-mode .navigation-bar.on-collection, body.dark-mode .navigation-bar.on-all-menus, body.dark-mode .navigation-bar.on-user-profile {
    border-bottom-color: rgba(255, 255, 255, 0.1);
    background-color: #171717;
  }
}

.sub-navigation-bar {
  position: relative;
  flex-shrink: 0;
  display: block;
  width: 100%;
  height: 52px;
  padding: 0 16px;
  background-color: #f8f8f8;
  transition: all 0.2s;
}
.sub-navigation-bar.with-main-navi {
  background-color: #ffffff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
@media (min-width: 834px) {
  .sub-navigation-bar.only-mobile-title .title {
    opacity: 0;
  }
}
.sub-navigation-bar .navigation-inner {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.sub-navigation-bar .navigation-inner .navigate {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.sub-navigation-bar .navigation-inner .navigate .back {
  width: 24px;
  height: 24px;
  font-size: 24px;
  transition: all 0.2s;
}
.sub-navigation-bar .navigation-inner .navigate + .title {
  padding: 0 32px;
}
.sub-navigation-bar .navigation-inner .title {
  font-size: 16px;
  font-weight: 600;
  transition: all 0.2s;
}
.sub-navigation-bar .navigation-inner .all-keyword {
  position: absolute;
  font-weight: 600;
  text-decoration: underline;
  right: 0px;
  top: 16px;
  font-size: 14px;
}
@media (min-width: 834px) {
  .sub-navigation-bar .navigation-inner .all-keyword {
    right: 8px;
    top: 19px;
    font-size: 16px;
  }
}

@media (min-width: 834px) {
  .sub-navigation-bar {
    height: 60px;
    padding: 0 24px;
  }
  .sub-navigation-bar .navigation-inner .navigate .back {
    width: 42px;
    height: 42px;
    font-size: 28px;
  }
  .sub-navigation-bar .navigation-inner .navigate .back + .title {
    padding: 0 50px;
  }
  .sub-navigation-bar .navigation-inner .title {
    font-size: 18px;
    font-weight: 600;
  }
}
body.dark-mode .sub-navigation-bar {
  background-color: #171717;
  border-bottom-color: rgba(255, 255, 255, 0.1);
}
body.dark-mode .sub-navigation-bar.with-main-navi {
  background-color: #171717;
}

.search-panel .archive-logo {
  display: inline-flex;
  flex-direction: column;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 6px;
  gap: 2px;
}
.search-panel .archive-logo .hmg-wrapper .hmg {
  display: inline-block;
  letter-spacing: 4px;
  color: #c0a275;
}
.search-panel .archive-logo .hmg-wrapper .hmg:before {
  content: "";
  display: block;
  margin-bottom: 4px;
  width: calc(100% - 4px);
  height: 4px;
  background-color: #c0a275;
}
.search-panel .archive-logo .sub {
  color: #000000;
}
@media (min-width: 834px) {
  .search-panel .archive-logo {
    font-size: 26px;
    gap: 4px;
  }
}

body.dark-mode .search-panel .archive-logo .sub {
  color: #ffffff;
}

.space-between {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between !important;
}

.align-end {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end !important;
}

.popup {
  position: fixed;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 1000;
}
.popup.on {
  pointer-events: auto;
}
.popup.on .dim {
  opacity: 1;
}
.popup.on .panel {
  opacity: 1;
  transform: translateY(0);
}
.popup.popup-sm .panel {
  width: 100%;
  max-width: 328px;
}
.popup.request-popup .panel {
  width: 100%;
  max-width: 328px;
}
@media (min-width: 834px) {
  .popup.request-popup .panel {
    max-width: 440px;
  }
}
.popup.date-popup .panel {
  max-width: 320px;
}
@media (min-width: 834px) {
  .popup.date-popup .panel {
    max-width: 735px;
  }
}
.popup.date-popup .date-box {
  display: flex;
  justify-content: space-around;
  position: relative;
}
.popup.date-popup .date-box .tit {
  display: none;
}
@media (min-width: 834px) {
  .popup.date-popup .date-box .tit {
    display: block;
  }
}
.popup.date-popup .date-box .end-date {
  display: none;
}
@media (min-width: 834px) {
  .popup.date-popup .date-box .end-date {
    display: block;
  }
}
.popup.date-popup .date-box .data-inner {
  padding-bottom: 30px;
}
@media (min-width: 834px) {
  .popup.date-popup .date-box {
    padding-top: 20px;
  }
  .popup.date-popup .date-box .tit {
    border-bottom: 1px solid #e6e6e6;
    text-align: center;
    font-size: 15px;
    font-weight: 500;
    color: rgba(0, 0, 0, 0.5);
    padding-bottom: 9px;
    margin-bottom: 10px;
  }
}
.popup.date-popup .inner-input {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.popup.date-popup .inner-input .input-box {
  width: 136px;
}
.popup.date-popup .inner-input .input {
  text-align: center;
}
@media (min-width: 834px) {
  .popup.date-popup .inner-input {
    display: none;
  }
}
.popup.date-popup .end-date {
  position: relative;
}
.popup.date-popup .today-btn {
  position: absolute;
  bottom: 0px;
  left: 50%;
  transform: translateX(-50%);
  width: 252px;
  border: 1px solid rgba(0, 0, 0, 0.6);
  color: #000000;
  padding: 6px 10px;
  border-radius: 4px;
  font-size: 14px;
}
.popup.date-popup .today-btn:hover {
  border: 1px solid #c0a275;
  color: #000000;
}
.popup.popup-md .panel {
  width: 100%;
  max-width: 560px;
}
.popup.popup-size-812 .panel {
  width: 100%;
  max-width: 812px;
}
.popup.popup-lg .panel {
  width: 100%;
  max-width: 1224px;
}
.popup .dim {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.7);
  transition: opacity 0.2s;
}
.popup .panel {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 560px;
  max-height: calc(100% - 24px);
  border-radius: 5px;
  box-shadow: 0 8px 36px 0 rgba(0, 0, 0, 0.16);
  background-color: #ffffff;
  padding-top: 8px;
  opacity: 0;
  transform: translateY(34px);
  transition: all 0.2s;
  overflow: hidden;
}
.popup .panel > .header {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  height: 56px;
  padding: 0 10px 0 24px;
}
.popup .panel > .header .title {
  font-size: 18px;
  font-weight: 600;
}
.popup .panel > .header .btn-icon {
  width: 24px;
  height: 24px;
  font-size: 24px;
}
.popup .panel > .header.center {
  justify-content: center;
  position: relative;
  padding: 0;
}
.popup .panel > .header.center .close-all-menus {
  position: absolute;
  right: 10px;
  top: 0;
}
.popup .panel .close-wrap {
  display: flex;
  justify-content: flex-end;
}
.popup .panel .close-wrap > .btn-icon {
  color: #1b1b1b;
}
.popup .panel > .contents {
  font-size: 16px;
  font-weight: 500;
  padding: 8px 24px;
  overflow-y: overlay;
}
.popup .panel > .action {
  padding: 26px 24px 34px;
  width: 100%;
}
.popup .panel > .action .btn {
  width: 100%;
}
.popup .panel .radio-list {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.popup .panel .radio {
  display: flex;
  flex-direction: row;
  align-items: center;
  cursor: pointer;
}
.popup .panel .radio:hover .icon {
  color: #000000;
}
.popup .panel .radio .input {
  display: none;
  width: 0;
  height: 0;
}
.popup .panel .radio .input + .icon .vip-radio-fill {
  display: none;
}
.popup .panel .radio .input + .icon .vip-radio {
  display: inline-block;
}
.popup .panel .radio .input:checked + .icon {
  color: #000000;
}
.popup .panel .radio .input:checked + .icon .vip-radio-fill {
  display: inline-block;
}
.popup .panel .radio .input:checked + .icon .vip-radio {
  display: none;
}
.popup .panel .radio .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  font-size: 24px;
  transition: color 0.2s;
}
.popup .panel .radio .icon + .label {
  margin-left: 8px;
}
.popup .panel .radio .icon + .txt {
  margin-left: 8px;
  font-size: 15px;
}
.popup .panel .radio + .radio {
  margin-left: 24px;
}
.popup .panel .textarea-container {
  padding-top: 24px;
}
.popup .panel .actions {
  display: flex;
  justify-content: center;
  padding: 18px 0;
  gap: 10px;
}
.popup .panel .actions button {
  width: 135px;
}
.popup .panel .actions button.big {
  width: 70%;
  max-width: 280px;
}
@media (min-width: 834px) {
  .popup .panel .actions button {
    width: 100%;
  }
}
.popup .center-txt {
  text-align: center;
  color: rgba(0, 0, 0, 0.6);
  font-weight: 500;
}
.popup .picker-cell::before {
  display: none;
}
.popup .picker-cell::after {
  display: none;
}
.popup .picker-cell__body::before {
  display: none;
}
.popup .picker-cell__body::after {
  display: none;
}
.popup .picker-list {
  margin: 0;
  top: 0 !important;
}
.popup .picker-picked {
  color: #000;
}
.popup .picker-months {
  width: 35%;
}

.textarea {
  width: 100%;
  padding: 12px 16px;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  color: rgba(0, 0, 0, 0.6);
  border-radius: 5px;
  border: 1px solid rgba(0, 0, 0, 0.3);
  resize: none;
}

.textarea-container {
  display: flex;
  flex-direction: column;
}
.textarea-container.read-only > textarea {
  pointer-events: none;
  color: rgba(0, 0, 0, 0.6) !important;
  border-color: rgba(0, 0, 0, 0.3) !important;
}
.textarea-container.read-only-pop > textarea {
  pointer-events: none;
  color: rgba(0, 0, 0, 0.6) !important;
  border-color: rgba(0, 0, 0, 0.3) !important;
  background: #f1f1f1;
}
.textarea-container .label {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 4px;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 8px;
}
.textarea-container .label.with-guide-text {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.textarea-container > textarea {
  display: block;
  width: 100%;
  font-size: 14px;
  line-height: 24px;
  color: rgba(0, 0, 0, 0.6);
  caret-color: rgba(0, 0, 0, 0.7);
  padding: 12px;
  border: 1px solid rgba(0, 0, 0, 0.3);
  border-radius: 5px;
  transition: all 0.2s;
  height: 120px;
}
.textarea-container > textarea::placeholder {
  color: rgba(0, 0, 0, 0.2);
}
.textarea-container > textarea:hover {
  color: rgba(0, 0, 0, 0.6);
  border-color: #c0a275;
}
.textarea-container > textarea:focus {
  color: #000000;
  border-color: #000000;
}
.ui-widget-header {
  border: 0px solid #dddddd;
  background: #fff;
}

.ui-datepicker-calendar > thead > tr > th {
  font-size: 14px !important;
}

.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: 10px 0;
}

.ui-datepicker .ui-datepicker-title {
  margin: 0 0em;
  line-height: 16px;
  text-align: center;
  font-size: 14px;
  padding: 0px;
  font-weight: bold;
}

.ui-datepicker {
  display: none;
  background-color: #fff;
  border-radius: 4px;
  margin-top: 10px;
  margin-left: 0px;
  margin-right: 0px;
  padding: 20px;
  padding-bottom: 10px;
  width: 292px;
  border: none;
}

#datepicker:focus > .ui-datepicker {
  display: block;
}

.ui-datepicker-prev,
.ui-datepicker-next {
  cursor: pointer;
  position: absolute;
  left: 0;
  top: 10px;
  font-size: 0;
  z-index: 5;
}

.ui-datepicker-next {
  left: auto;
  right: 0;
}

.ui-state-disabled {
  cursor: auto;
  color: hsl(0deg, 0%, 80%);
}

.ui-datepicker-title {
  text-align: center;
  padding: 10px;
  font-weight: 100;
  font-size: 20px;
  position: relative;
  z-index: 2;
}

.ui-datepicker-title::after {
  content: "\e945";
  font-family: "vip";
  position: absolute;
  left: 160px;
  top: 2px;
  font-size: 14px;
  line-height: 1;
}

.ui-datepicker-calendar {
  width: 100%;
  padding-top: 10px;
}

.ui-datepicker-calendar > thead > tr > th {
  padding: 5px;
  font-size: 20px;
  font-weight: 400;
}

.ui-datepicker-calendar > tbody > tr > td > a {
  color: #474747;
  font-size: 15px !important;
  font-weight: normal !important;
  text-decoration: none;
}

.ui-datepicker-calendar > tbody > tr > td {
  border-radius: 4px;
  width: 32px;
  height: 32px;
  cursor: pointer;
  padding: 3px;
  font-weight: 100;
  text-align: center;
  font-size: 12px;
}

.ui-datepicker-today > a {
  color: #c0a275 !important;
}

.ui-widget-header .ui-icon {
  background: url("/project/vip/assets/images/btns.png") no-repeat;
  background-size: auto 18px;
  font-size: 0;
  line-height: 0;
  height: 18px;
  width: 18px;
  display: inline-block;
}

.ui-icon-circle-triangle-e {
  background-position: -18px 0px !important;
  background-size: auto 18px;
}

.ui-icon-circle-triangle-w {
  background-position: 0px 0px;
  background-size: auto 18px;
}

.ui-datepicker-current-day {
  background: #000;
  color: #fff;
}

.ui-datepicker-current-day > a {
  color: #fff !important;
}

.inp {
  padding: 10px 10px;
  background-color: #f1f1f1;
  border-radius: 4px;
  border: 0px;
}

.inp:focus {
  outline: none;
  background-color: #eee;
}

.ui-datepicker-month {
  margin-left: 5px;
  padding-right: 20px;
}

body.dark-mode .popup .panel {
  background-color: #373737;
}
body.dark-mode .popup .panel .radio:hover .icon {
  color: #ffffff;
}
body.dark-mode .popup .panel .radio .input:checked + .icon {
  color: #ffffff;
}
body.dark-mode .popup .panel .textarea-container > textarea {
  color: #ffffff !important;
  border-color: #474747 !important;
  background: rgba(255, 255, 255, 0.03);
}
body.dark-mode .popup .panel .textarea-container > textarea::placeholder {
  color: #fff !important;
}
body.dark-mode .popup.date-popup .panel {
  background: #111111;
  border: 1px solid #474747;
}
body.dark-mode .popup.date-popup .date-box .tit {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.5);
}
body.dark-mode .popup.date-popup .today-btn {
  border: 1px solid rgba(255, 255, 255, 0.6);
  color: #ffffff;
}
body.dark-mode .popup.date-popup .today-btn:hover {
  border: 1px solid #c0a275;
  color: #ffffff;
}
body.dark-mode .ui-datepicker {
  background: #111111;
  color: #939393;
}
body.dark-mode .ui-datepicker select {
  color: #fff;
}
body.dark-mode .ui-datepicker select option {
  color: #000;
}
body.dark-mode .ui-widget-header {
  background: #111111;
  color: #fff;
}
body.dark-mode .ui-datepicker-current-day {
  background: #fff;
  color: #000;
}
body.dark-mode .ui-datepicker-current-day > a {
  color: #000 !important;
}
body.dark-mode .ui-datepicker-calendar > tbody > tr > td > a {
  color: #939393;
}
body.dark-mode .ui-datepicker-title::before {
  color: #939393;
}
body.dark-mode .ui-datepicker-title::after {
  color: #939393;
}
body.dark-mode .ui-widget-header .ui-icon {
  background: url("/project/vip/assets/images/btns-white.png") no-repeat;
  background-size: auto 18px;
}
body.dark-mode .picker-dialog {
  background: #373737;
  border: 1px solid #474747;
}
body.dark-mode .picker-dialog .picker-picked {
  color: #fff;
}
body.dark-mode .picker-dialog .picker-cell + .picker-cell {
  border-left: 1px solid #474747;
}
body.dark-mode .picker-dialog .picker-cell__control:hover::before {
  color: #fff;
}

.map-popup .panel {
  padding: 0;
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  border-radius: 0;
  transition: all 0.2s;
}
.map-popup .panel .header {
  justify-content: center;
  height: 52px;
  padding: 0 24px;
}
.map-popup .panel .contents {
  width: 100%;
  height: 100%;
  padding: 0;
}
@media (min-width: 834px) {
  .map-popup .panel {
    border-radius: 5px;
    height: auto;
    max-width: 812px;
    max-height: calc(100% - 24px);
  }
  .map-popup .panel .header {
    display: none;
  }
  .map-popup .panel .contents {
    height: auto;
  }
  .map-popup .panel .contents .map-viewer {
    height: auto;
  }
  .map-popup .panel .contents .map-viewer .map-container {
    height: auto;
  }
  .map-popup .panel .contents .map-viewer .map-container > svg {
    height: auto;
  }
}

.search-box-wrap {
  position: relative;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: auto;
  padding: 14px 16px;
}
.search-box-wrap.on .preview-panel {
  opacity: 1;
  transform: translateY(0) translateX(-50%);
  pointer-events: auto;
}
.search-box-wrap.on > .inner .search-box > input.search-input:placeholder-shown + .tools .tool.clear {
  display: none;
}
.search-box-wrap.on > .inner > .cancel {
  display: flex;
}
@media (min-width: 834px) {
  .search-box-wrap.on > .inner > .cancel {
    display: none;
  }
}
.search-box-wrap.on.has-value > .inner .search-box .tools .tool.clear {
  display: flex;
}
.search-box-wrap.limit-width > .inner {
  max-width: 682px;
}
.search-box-wrap.limit-width .preview-panel {
  max-width: 682px;
}
.search-box-wrap.on-main > .inner .search-box {
  background-color: rgba(255, 255, 255, 0.1);
}
.search-box-wrap.on-mobile.on-main.scrolled {
  background-color: rgba(248, 248, 248, 0.9);
  transition: background-color 0.2s linear;
}
.search-box-wrap > .inner {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 12px;
  width: 100%;
}
.search-box-wrap > .inner .search-box {
  display: flex;
  flex-direction: row;
  flex-grow: 1;
  align-items: center;
  gap: 8px;
  width: 100%;
  height: 40px;
  padding: 0 12px;
  color: rgba(0, 0, 0, 0.3);
  border-radius: 5px;
  border: 1px solid rgba(0, 0, 0, 0.3);
  background-color: #ffffff;
  transition: all 0.2s;
}
.search-box-wrap > .inner .search-box > input.search-input {
  flex-grow: 1;
  width: 100%;
  font-size: 16px;
  font-weight: 500;
  caret-color: rgba(0, 0, 0, 0.5);
  transition: color 0.2s;
}
.search-box-wrap > .inner .search-box > input.search-input::placeholder {
  color: rgba(0, 0, 0, 0.3);
}
.search-box-wrap > .inner .search-box > input.search-input:placeholder-shown + .tools .tool.clear {
  display: none;
}
.search-box-wrap > .inner .search-box > .tools {
  display: flex;
  flex-shrink: 0;
  flex-direction: row;
  gap: 8px;
  font-size: 0;
}
.search-box-wrap > .inner .search-box > .tools > .tool {
  color: inherit;
}
.search-box-wrap > .inner .search-box > .tools > .tool.clear {
  display: none;
}
.search-box-wrap > .inner .search-box > .tools > .tool.search {
  display: none;
}
@media (min-width: 834px) {
  .search-box-wrap > .inner .search-box > .tools > .tool.search {
    display: flex;
  }
}
.search-box-wrap > .inner .search-box > .tools > .tool > i {
  width: 16px;
  height: 16px;
  font-size: 16px;
}
.search-box-wrap > .inner > .cancel {
  display: none;
  flex-shrink: 0;
}
.search-box-wrap .preview-panel {
  position: absolute;
  display: flex;
  top: 100%;
  left: 50%;
  width: 100%;
  padding-top: 14px;
  transform: translateY(20px) translateX(-50%);
  opacity: 0;
  transition: all 0.2s;
  pointer-events: none;
  z-index: 900;
}
@media (min-width: 834px) {
  .search-box-wrap .preview-panel {
    width: 100%;
  }
}
.search-box-wrap .preview-panel .panel {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: auto;
  max-height: 264px;
  padding: 4px 0;
  background-color: #ffffff;
  border-radius: 5px;
  overflow-y: overlay;
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.16);
}
.search-box-wrap .preview-panel .panel .preview-item {
  display: flex;
  flex-direction: row;
  align-items: center;
  height: 32px;
  padding: 0 12px;
  font-size: 14px;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.6);
}
.search-box-wrap .preview-panel .panel .preview-item:hover:not(.message) {
  color: #c0a275;
}

body.dark-mode .search-box-wrap.on-mobile.on-main.scrolled {
  background-color: rgba(17, 17, 17, 0.9);
}
body.dark-mode .search-box-wrap.on-main > .inner .search-box {
  background-color: rgba(39, 39, 39, 0.1);
  border-color: rgba(255, 255, 255, 0.5);
}
body.dark-mode .search-box-wrap > .inner .search-box {
  color: rgba(255, 255, 255, 0.3);
  border-color: rgba(255, 255, 255, 0.2);
  background-color: #272727;
}
body.dark-mode .search-box-wrap > .inner .search-box > input.search-input {
  color: rgba(255, 255, 255, 0.3);
  caret-color: rgba(255, 255, 255, 0.5);
}
body.dark-mode .search-box-wrap > .inner .search-box > input.search-input::placeholder {
  color: rgba(255, 255, 255, 0.3);
}
body.dark-mode .search-box-wrap:hover > .inner .search-box {
  border-color: #c0a275;
  color: #ffffff;
}
body.dark-mode .search-box-wrap:hover > .inner .search-box > input.search-input {
  color: #ffffff;
}
body.dark-mode .search-box-wrap.on > .inner .search-box {
  border-color: #c0a275;
  color: #ffffff;
}
body.dark-mode .search-box-wrap.on > .inner .search-box > input.search-input {
  color: #ffffff;
}
body.dark-mode .search-box-wrap.has-value > .inner .search-box > input.search-input {
  color: #ffffff;
}
body.dark-mode .preview-panel .panel {
  border-color: rgba(255, 255, 255, 0.2);
  background-color: #272727;
}
body.dark-mode .preview-panel .panel .preview-item {
  color: rgba(255, 255, 255, 0.6);
}

.keyword-border-item-wrap {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  gap: 8px;
}

.keyword-border-item {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  height: 30px;
  padding: 0 16px;
  color: #000000;
  border-radius: 3px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  font-size: 12px;
  font-weight: 500;
  background-color: #ffffff;
  transition: all 0.2s;
}
.keyword-border-item.toggle-able {
  cursor: pointer;
}
.keyword-border-item.toggle-able:hover {
  border-color: #c0a275;
}
.keyword-border-item.toggle-able.on {
  border-color: #c0a275;
  background-color: #c0a275;
  color: #ffffff;
}
.keyword-border-item.remove-able {
  gap: 10px;
  padding: 0 8px 0 12px;
}
.keyword-border-item.remove-able.disabled {
  padding-right: 12px;
}
.keyword-border-item.remove-able.disabled .remove {
  display: none;
}
.keyword-border-item.remove-able .remove {
  width: 16px;
  height: 16px;
  font-size: 16px;
  cursor: pointer;
}
.keyword-border-item.remove-able .remove .shade {
  width: 20px;
  height: 20px;
}

body.dark-mode .keyword-border-item {
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.1);
  background-color: transparent;
}

.tabs {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 100%;
  height: auto;
}

.tabs-bar {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 22px;
  padding: 0 16px;
}
.tabs-bar.no-indicator > .tab.on:before {
  display: none;
}
.tabs-bar.tabs-bar-sm {
  gap: 16px;
}
.tabs-bar.tabs-bar-sm > .tab {
  height: 36px;
  padding: 0 4px;
}
.tabs-bar.tabs-bar-sm > .tab.on > .label {
  font-size: 14px;
  font-weight: 600;
}
.tabs-bar.tabs-bar-sm > .tab > .label {
  font-size: 14px;
  font-weight: 500;
}
.tabs-bar > .tab {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: auto;
  height: 40px;
  padding: 0 6px;
}
.tabs-bar > .tab.on:before {
  width: 100%;
}
.tabs-bar > .tab.on > .label {
  color: #000000;
  font-size: 16px;
  font-weight: 600;
}
.tabs-bar > .tab:before {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 2px;
  content: "";
  border-radius: 1px;
  transform: translateX(-50%);
  transition: width 0.2s;
  background-color: #000000;
}
.tabs-bar > .tab > .label {
  font-size: 16px;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.5);
  transition: color 0.2s;
}

.tabs-contents {
  display: none;
  width: 100%;
  height: auto;
}
.tabs-contents.on {
  display: block;
}

body.dark-mode .tabs-bar > .tab.on > .label {
  color: #ffffff;
}
body.dark-mode .tabs-bar > .tab:before {
  background-color: #ffffff;
}
body.dark-mode .tabs-bar > .tab > .label {
  color: rgba(255, 255, 255, 0.5);
}

.summery-bar-wrap {
  display: flex;
  align-items: center;
  width: 100%;
  height: 32px;
  overflow: auto;
}
.summery-bar-wrap .summery-bar {
  padding: 0;
}

.summery-bar {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding: 0 16px;
}
.summery-bar .counts {
  font-size: 15px;
  font-weight: 500;
  color: #000000;
  line-height: 32px;
}
.summery-bar .period {
  font-size: 13px;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.3);
}

@media (min-width: 834px) {
  .summery-bar-wrap {
    height: 68px;
  }
}
body.dark-mode .summery-bar .counts {
  color: #ffffff;
}
body.dark-mode .summery-bar .period {
  color: rgba(255, 255, 255, 0.3);
}

.empty-message {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: auto;
  min-height: 540px;
  color: rgba(0, 0, 0, 0.5);
  text-align: center;
}
.empty-message a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 6px;
}
.empty-message a > i {
  width: 24px;
  height: 24px;
  font-size: 24px;
}
.empty-message a > .message {
  font-size: 15px;
  font-weight: 500;
}

body.dark-mode .empty-message {
  color: rgba(255, 255, 255, 0.5);
}

.collection-layout-container.view-list .collection-item {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 16px;
  padding: 24px 0;
  border-top: 1px solid #e6e6e6;
}
.collection-layout-container.view-list .collection-item .on-view-list {
  display: flex !important;
}
.collection-layout-container.view-list .collection-item:first-of-type {
  padding-top: 0;
  border-top: none;
}
.collection-layout-container.view-list .collection-item:first-of-type:after {
  top: 8px;
}
@media (min-width: 834px) {
  .collection-layout-container.view-list .collection-item:first-of-type:after {
    top: 10px;
  }
}
.collection-layout-container.view-list .collection-item:after {
  top: 32px;
  left: 52px;
  right: initial;
}
@media (min-width: 834px) {
  .collection-layout-container.view-list .collection-item:after {
    top: 34px;
    left: 100px;
  }
}
.collection-layout-container.view-list .collection-item .image-container {
  flex-shrink: 0;
  width: 120px;
}
@media (min-width: 834px) {
  .collection-layout-container.view-list .collection-item .image-container {
    width: 180px;
  }
}
.collection-layout-container.view-list .collection-item .image-container.size-100 {
  width: 100px;
}
.collection-layout-container.view-list .collection-item .details {
  width: 100%;
  gap: 14px;
  overflow: hidden;
}
.collection-layout-container.view-list .collection-item .details .keywords {
  margin-top: 18px;
  padding-left: 0;
}
@media (min-width: 834px) {
  .collection-layout-container.view-list .collection-item .details .keywords {
    margin-top: 30px;
  }
}
.collection-layout-container.view-list .collection-item .details.no-gap {
  gap: 0;
}
.collection-layout-container.view-list .collection-item .details.no-gap .keywords {
  padding-left: 22px;
  margin-top: 0px;
}
@media (min-width: 834px) {
  .collection-layout-container.view-list .collection-item .details.no-gap .keywords {
    margin-top: 0px;
  }
}
.collection-layout-container.view-list .collection-item .details.no-gap .meta-bar {
  padding: 0;
  margin-top: 11px;
  min-height: 42px;
}

.collections-grid-wrap {
  display: block;
  width: 100%;
  height: auto;
}
.collections-grid-wrap > .inner {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  gap: 16px;
  overflow-x: overlay;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
}
.collections-grid-wrap > .inner::-webkit-scrollbar {
  display: none;
}
.collections-grid-wrap > .inner .collections-grid {
  padding: 0 16px;
  white-space: nowrap;
}
.collections-grid-wrap > .inner .collections-grid .row {
  margin-bottom: 24px;
}
.collections-grid-wrap > .inner .collections-grid .row:last-of-type {
  margin-bottom: 0;
}
.collections-grid-wrap > .inner .collections-grid .row .collection-item {
  display: inline-flex;
  width: 160px;
  margin-right: 8px;
}
.collections-grid-wrap > .inner .collections-grid .row .collection-item:last-of-type {
  margin-right: 0;
}
.collections-grid-wrap > .inner > .more {
  display: flex;
  flex-shrink: 0;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 6px;
  width: 80px;
  height: 100%;
}
.collections-grid-wrap > .inner > .more > .icon {
  width: 24px;
  height: 24px;
  font-size: 24px;
  color: rgba(0, 0, 0, 0.5);
}
.collections-grid-wrap > .inner > .more .label-group {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.collections-grid-wrap > .inner > .more .label-group .label {
  font-size: 13px;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.5);
}
.collections-grid-wrap > .inner > .more .label-group .count {
  font-size: 11px;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.3);
}
@media (min-width: 834px) {
  .collections-grid-wrap > .inner {
    flex-wrap: initial;
  }
  .collections-grid-wrap > .inner .collections-grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    -webkit-grid-template-columns: repeat(5, minmax(0, 1fr));
    column-gap: 16px;
    row-gap: 32px;
    min-width: 0;
    width: 100%;
    white-space: initial;
  }
}
@media (min-width: 1366px) {
  .collections-grid-wrap > .inner .collections-grid {
    column-gap: 56px;
  }
}

.collection-item {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 9px;
}
@media (min-width: 834px) {
  .collection-item {
    gap: 17px;
  }
}
.collection-item:after {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 8px;
  right: 8px;
  width: 60px;
  height: 21px;
  font-size: 9px;
  border-radius: 5px;
  z-index: 3;
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0.2);
}
@media (min-width: 834px) {
  .collection-item:after {
    top: 10px;
    right: 10px;
    width: 70px;
    height: 24px;
    font-size: 12px;
    font-weight: 400;
  }
}
.collection-item.type-disposal:after {
  content: "폐기요청";
}
.collection-item.type-disposal > .image-container:after {
  content: "";
}
.collection-item.type-disposal-done:after {
  content: "폐기완료";
  border: 1px dashed rgba(255, 255, 255, 0.3);
  background-color: transparent;
}
.collection-item.type-disposal-done > .image-container:after {
  content: "";
}
.collection-item.type-donate:after {
  content: "기부요청";
}
.collection-item.type-donate > .image-container:after {
  content: "";
}
.collection-item.type-donate-done:after {
  content: "기부완료";
  border: 1px dashed rgba(255, 255, 255, 0.3);
  background-color: transparent;
}
.collection-item.type-donate-done > .image-container:after {
  content: "";
}
.collection-item.type-etc:after {
  content: "기타";
}
.collection-item.type-etc > .image-container:after {
  content: "";
}
.collection-item.type-etc-done:after {
  content: "기타완료";
  border: 1px dashed rgba(255, 255, 255, 0.3);
  background-color: transparent;
}
.collection-item.type-etc-done > .image-container:after {
  content: "";
}
.collection-item > .image-container {
  position: relative;
  border-radius: 5px;
  background-color: rgba(0, 0, 0, 0.05);
  background-image: url("../images/empty-image.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 32px;
  overflow: hidden;
}
.collection-item > .image-container:after {
  position: absolute;
  display: inline-block;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to bottom, #000 0%, rgba(0, 0, 0, 0) 56%);
  z-index: 3;
}
@media (min-width: 834px) {
  .collection-item > .image-container:after {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.29) 50%, rgba(0, 0, 0, 0) 73%);
  }
}
.collection-item > .image-container.noneBg {
  background: none;
}
.collection-item > .image-container .edit-btns {
  position: absolute;
  left: 10px;
  top: 10px;
  font-size: 20px;
  z-index: 5;
}
.collection-item > .image-container .edit-btns i:before {
  color: #949494;
}
.collection-item .details {
  display: flex;
  flex-direction: column;
}
.collection-item .details .name-bar {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 6px;
  height: 24px;
}
.collection-item .details .name-bar .name {
  font-size: 15px;
  font-weight: 500;
  color: #000000;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media (min-width: 834px) {
  .collection-item .details .name-bar .name {
    font-size: 16px;
    font-weight: 500;
  }
}
.collection-item .details .name-bar .tools {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 4px;
}
.collection-item .details .name-bar .tools .tool {
  font-size: 0;
}
.collection-item .details .name-bar .tools .tool.on.book-mark .vip-bookmark-selected {
  display: block;
}
.collection-item .details .name-bar .tools .tool.book-mark {
  position: relative;
}
.collection-item .details .name-bar .tools .tool.book-mark .vip-bookmark-selected {
  position: absolute;
  display: none;
  top: 0;
  left: 0;
  color: #c0a275;
}
.collection-item .details .name-bar .tools .tool.request {
  position: relative;
  cursor: pointer;
}
.collection-item .details .name-bar .tools .tool.request:hover .request-panel {
  pointer-events: auto;
  top: 50%;
  opacity: 1;
}
.collection-item .details .name-bar .tools .tool.request .request-panel {
  position: absolute;
  top: calc(50% + 12px);
  right: 0;
  opacity: 0;
  pointer-events: none;
  z-index: 900;
  transition: all 0.2s;
}
.collection-item .details .name-bar .tools .tool.request .request-panel > .inner {
  display: flex;
  flex-direction: column;
  padding: 4px 0;
  border-radius: 5px;
  border: 1px solid rgba(0, 0, 0, 0.3);
  background-color: #ffffff;
}
.collection-item .details .name-bar .tools .tool.request .request-panel > .inner .request-item {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 32px;
  min-width: 80px;
  padding: 0 12px;
}
.collection-item .details .name-bar .tools .tool.request .request-panel > .inner .request-item:hover > .label {
  color: #000000;
}
.collection-item .details .name-bar .tools .tool.request .request-panel > .inner .request-item > .label {
  font-size: 14px;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.6);
}
.collection-item .details .name-bar .tools .tool i {
  width: 18px;
  height: 18px;
  font-size: 18px;
  color: #939393;
}
@media (min-width: 834px) {
  .collection-item .details .name-bar .tools .tool i {
    width: 24px;
    height: 24px;
    font-size: 24px;
  }
}
.collection-item .details .meta-bar {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding-top: 2px;
}
@media (min-width: 834px) {
  .collection-item .details .meta-bar {
    padding-top: 3px;
  }
}
.collection-item .details .meta-bar .meta {
  display: flex;
  flex-grow: 1;
  flex-direction: row;
  align-items: center;
  gap: 6px;
  min-width: 0;
  height: 20px;
}
.collection-item .details .meta-bar .meta.on-view-list {
  display: none;
}
.collection-item .details .meta-bar .meta.on-view-list > .icon {
  transform: scale(1.4);
}
.collection-item .details .meta-bar .meta > .icon {
  flex-shrink: 0;
  width: 16px;
  height: 16px;
  font-size: 16px;
  color: #6b6b6b;
}
.collection-item .details .meta-bar .meta .meta-contents {
  font-size: 13px;
  font-weight: 500;
  color: #6b6b6b;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media (min-width: 834px) {
  .collection-item .details .meta-bar .meta .meta-contents {
    font-size: 14px;
  }
}
.collection-item .details .keywords {
  font-size: 12px;
  font-weight: 500;
  padding-left: 22px;
  color: #939393;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 14px;
}
@media (min-width: 834px) {
  .collection-item .details .keywords {
    font-size: 13px;
    line-height: 15px;
    padding-top: 2px;
  }
}

.tool.request {
  position: relative;
}
.tool.request:hover .request-panel {
  pointer-events: auto;
  top: 50%;
  opacity: 1;
}
.tool.request .request-panel {
  position: absolute;
  top: calc(50% + 12px);
  right: 0;
  opacity: 0;
  pointer-events: none;
  z-index: 900;
  transition: all 0.2s;
}
.tool.request .request-panel > .inner {
  display: flex;
  flex-direction: column;
  padding: 4px 0;
  border-radius: 5px;
  border: 1px solid rgba(0, 0, 0, 0.3);
  background-color: #ffffff;
}
.tool.request .request-panel > .inner .request-item {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 32px;
  min-width: 80px;
  padding: 0 12px;
}
.tool.request .request-panel > .inner .request-item:hover > .label {
  color: #000000;
}
.tool.request .request-panel > .inner .request-item > .label {
  font-size: 14px;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.6);
}

body.dark-mode .collection-layout-container.view-list .collection-item {
  border-top-color: rgba(255, 255, 255, 0.05);
}
body.dark-mode .collections-grid-wrap > .inner > .more > .icon {
  color: rgba(255, 255, 255, 0.5);
}
body.dark-mode .collections-grid-wrap > .inner > .more .label-group .label {
  color: rgba(255, 255, 255, 0.5);
}
body.dark-mode .collections-grid-wrap > .inner > .more .label-group .count {
  color: rgba(255, 255, 255, 0.3);
}
body.dark-mode .collection-item > .image-container {
  background-color: rgba(255, 255, 255, 0.05);
}
body.dark-mode .collection-item > .image-container .edit-btns i:before {
  color: #949494;
}
body.dark-mode .collection-item .details .name-bar .name {
  color: #ffffff;
}
body.dark-mode .collection-item .details .name-bar .tools .tool.request .request-panel > .inner {
  border-color: rgba(255, 255, 255, 0.2);
  background-color: #272727;
}
body.dark-mode .collection-item .details .name-bar .tools .tool.request .request-panel > .inner .request-item:hover > .label {
  color: #ffffff;
}
body.dark-mode .collection-item .details .name-bar .tools .tool.request .request-panel > .inner .request-item > .label {
  color: rgba(255, 255, 255, 0.6);
}
body.dark-mode .collection-item .details .name-bar .tools .tool i {
  color: #939393;
}
body.dark-mode .collection-item .details .meta .meta-contents {
  color: #6b6b6b;
}
body.dark-mode .collection-item .details .keywords {
  color: #474747;
}
body.dark-mode .tool.request .request-panel > .inner {
  border-color: rgba(255, 255, 255, 0.2);
  background-color: #272727;
}
body.dark-mode .tool.request .request-panel > .inner .request-item:hover > .label {
  color: #ffffff;
}
body.dark-mode .tool.request .request-panel > .inner .request-item > .label {
  color: rgba(255, 255, 255, 0.6);
}

.pagination-tab-bar {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  width: auto;
  height: 30px;
  gap: 34px;
}
.pagination-tab-bar .pagination-group {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.pagination-tab-bar .pagination-group .pagination-item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  color: #000000;
}
.pagination-tab-bar .pagination-group .pagination-item.disabled {
  color: rgba(0, 0, 0, 0.15);
}
.pagination-tab-bar .pagination-group .pagination-item > i {
  width: 24px;
  height: 24px;
  font-size: 24px;
}
.pagination-tab-bar .indicator {
  font-size: 14px;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.5);
}
.pagination-tab-bar .indicator .current {
  color: #000000;
}

body.dark-mode .pagination-tab-bar .pagination-group .pagination-item {
  color: #ffffff;
}
body.dark-mode .pagination-tab-bar .pagination-group .pagination-item.disabled {
  color: rgba(255, 255, 255, 0.15);
}
body.dark-mode .indicator {
  color: rgba(255, 255, 255, 0.5);
}
body.dark-mode .indicator .current {
  color: #ffffff;
}

.error-section {
  display: flex;
  flex-grow: 1;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.error-section .error-image {
  width: 64px;
  height: auto;
}
.error-section .error-image > img {
  width: 100%;
  height: auto;
}
.error-section .error-contents {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4px;
  margin-top: 10px;
}
.error-section .error-contents .code {
  font-size: 16px;
  font-weight: 600;
  color: #6b6b6b;
}
.error-section .error-contents .message {
  font-size: 14px;
  font-weight: 500;
  color: #939393;
}
.error-section .action {
  margin-top: 40px;
}
@media (min-width: 834px) {
  .error-section .error-contents {
    gap: 8px;
  }
  .error-section .error-contents .code {
    font-size: 18px;
    font-weight: 600;
  }
  .error-section .error-contents .message {
    font-size: 16px;
    font-weight: 500;
  }
}

.footer {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100px;
  border-top: 1px solid rgba(0, 0, 0, 0.05);
}
.footer .copyright {
  font-size: 12px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.2);
  text-align: center;
}

body.dark-mode .footer {
  border-color: rgba(255, 255, 255, 0.05);
}
body.dark-mode .footer .copyright {
  color: rgba(255, 255, 255, 0.2);
}

.collection-categories {
  position: fixed;
  top: 52px;
  left: 0;
  width: 100%;
  height: calc(100% - 52px);
  transition: all 0.2s;
  pointer-events: none;
  z-index: 900;
}
@media (min-width: 834px) {
  .collection-categories {
    top: 70px;
    height: calc(100% - 70px);
  }
}
.collection-categories .inner-wrap {
  position: relative;
  width: 100%;
  height: 100%;
}
.collection-categories .inner-wrap .dim {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  opacity: 0;
  transition: opacity 0.2s;
}
.collection-categories .inner-wrap .inner {
  display: flex;
  flex-direction: column;
  opacity: 0;
  transform: translateY(24px);
  transition: all 0.2s;
}
.collection-categories .inner-wrap .inner .action-bar {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
  height: 60px;
  padding: 0 24px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  background-color: #ffffff;
}
.collection-categories .inner-wrap .inner .panel {
  display: flex;
  flex-direction: row;
  width: 100%;
  height: 100%;
  max-height: 440px;
  border-bottom: 1px solid #272727;
  background-color: #f8f8f8;
}
.collection-categories .inner-wrap .inner .panel .menus {
  display: flex;
  -webkit-flex: 1 1 auto;
  flex-shrink: 0;
  flex-direction: column;
  gap: 10px;
  width: 208px;
  padding: 24px 0;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  overflow-y: overlay;
}
.collection-categories .inner-wrap .inner .panel .menus .menu-item {
  display: flex;
  flex-shrink: 0;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 40px;
  padding: 0 24px;
  transition: all 0.2s;
}
.collection-categories .inner-wrap .inner .panel .menus .menu-item.all {
  padding-right: 8px;
}
.collection-categories .inner-wrap .inner .panel .menus .menu-item.all > i {
  width: 24px;
  height: 24px;
  font-size: 24px;
  color: rgba(0, 0, 0, 0.5);
}
.collection-categories .inner-wrap .inner .panel .menus .menu-item.on {
  background-color: #c0a275;
}
.collection-categories .inner-wrap .inner .panel .menus .menu-item.on > .label {
  color: #ffffff;
}
.collection-categories .inner-wrap .inner .panel .menus .menu-item .label {
  font-size: 16px;
  font-weight: 600;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: all 0.2s;
}
.collection-categories .inner-wrap .inner .panel .categories {
  display: flex;
  flex-direction: column;
  gap: 44px;
  width: 100%;
  padding: 24px 48px;
  overflow-y: overlay;
  -webkit-flex: 1 1 auto;
}
.collection-categories .inner-wrap .inner .panel .categories .main-level-category-group {
  display: flex;
  flex-direction: column;
  gap: 22px;
  width: 100%;
  height: auto;
}
.collection-categories .inner-wrap .inner .panel .categories .main-level-category-group .main-level-category-label {
  display: flex;
  align-items: center;
  height: 40px;
}
.collection-categories .inner-wrap .inner .panel .categories .main-level-category-group .main-level-category-label > .label {
  font-size: 16px;
  font-weight: 600;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.collection-categories .inner-wrap .inner .panel .categories .main-level-category-group .main-level-category-label > i {
  width: 24px;
  height: 24px;
  font-size: 24px;
  color: rgba(0, 0, 0, 0.5);
}
.collection-categories .inner-wrap .inner .panel .categories .middle-level-category {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  -webkit-grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 76px 96px;
}
.collection-categories .inner-wrap .inner .panel .categories .middle-level-category .middle-level-category-group {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.collection-categories .inner-wrap .inner .panel .categories .middle-level-category .middle-level-category-group .middle-level-category-label {
  display: flex;
  align-items: center;
  height: 24px;
}
.collection-categories .inner-wrap .inner .panel .categories .middle-level-category .middle-level-category-group .middle-level-category-label > .label {
  font-size: 14px;
  font-weight: 500;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.collection-categories .inner-wrap .inner .panel .categories .sub-level-category {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.collection-categories .inner-wrap .inner .panel .categories .sub-level-category .sub-level-category-label {
  display: flex;
  align-items: center;
  height: 24px;
}
.collection-categories .inner-wrap .inner .panel .categories .sub-level-category .sub-level-category-label > .label {
  font-size: 14px;
  font-weight: 500;
  color: #6b6b6b;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

body.dark-mode .collection-categories .inner-wrap .inner .action-bar {
  border-bottom-color: rgba(255, 255, 255, 0.1);
  background-color: #171717;
}
body.dark-mode .collection-categories .inner-wrap .inner .panel {
  background-color: #111111;
}
body.dark-mode .collection-categories .inner-wrap .inner .panel .menus {
  border-right-color: rgba(255, 255, 255, 0.05);
}
body.dark-mode .collection-categories .inner-wrap .inner .panel .menus .menu-item {
  color: #ffffff;
}
body.dark-mode .collection-categories .inner-wrap .inner .panel .menus .menu-item.all > i {
  color: rgba(255, 255, 255, 0.5);
}
body.dark-mode .collection-categories .inner-wrap .inner .panel .categories .main-level-category-group .main-level-category-label > i {
  color: rgba(255, 255, 255, 0.5);
}

.side-panel-menus {
  display: flex;
  flex-shrink: 1;
  flex-direction: column;
  gap: 8px;
  width: 100%;
  height: auto;
}
.side-panel-menus.with-border .side-panel-menu-item {
  border-bottom: 1px solid #e6e6e6;
}
.side-panel-menus.with-border .side-panel-menu-item:last-of-type {
  border-bottom: none;
}
.side-panel-menus .side-panel-menu-item {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 42px;
}
.side-panel-menus .side-panel-menu-item > .label {
  font-size: 15px;
  font-weight: 500;
}
.side-panel-menus .side-panel-menu-item > i {
  color: rgba(0, 0, 0, 0.5);
}
.side-panel-menus .side-panel-menu-item .toggle {
  width: 144px;
  height: 36px;
  background: #e6e6e6;
  border-radius: 20px;
  position: relative;
}
.side-panel-menus .side-panel-menu-item .toggle::before {
  content: "라이트";
  font-size: 14px;
  font-weight: 500;
  line-height: 36px;
  text-align: center;
  color: #000000;
  position: absolute;
  left: 0;
  width: 50%;
  height: 100%;
  z-index: 11;
}
.side-panel-menus .side-panel-menu-item .toggle::after {
  content: "다크";
  font-size: 14px;
  font-weight: 500;
  line-height: 36px;
  text-align: center;
  color: rgba(0, 0, 0, 0.3);
  position: absolute;
  left: 50%;
  width: 50%;
  height: 100%;
  z-index: 11;
}
.side-panel-menus .side-panel-menu-item .toggle .slider {
  position: absolute;
  width: 68px;
  height: 30px;
  left: 3px;
  top: 3px;
  background: #f1f1f1;
  border-radius: 16px;
  z-index: 10;
}

@media (min-width: 834px) {
  .side-panel-menus .side-panel-menu-item {
    height: 56px;
  }
  .side-panel-menus .side-panel-menu-item > .label {
    font-size: 16px;
    font-weight: 500;
  }
  .side-panel-menus .side-panel-menu-item > i {
    width: 24px;
    height: 24px;
    font-size: 24px;
  }
}
body.dark-mode .side-panel-menus.with-border .side-panel-menu-item {
  border-color: rgba(255, 255, 255, 0.05);
}
body.dark-mode .side-panel-menus .side-panel-menu-item > i {
  color: rgba(255, 255, 255, 0.5);
}
body.dark-mode .side-panel-menus .toggle {
  background: #272727;
  position: relative;
}
body.dark-mode .side-panel-menus .toggle::before {
  content: "라이트";
  color: rgba(255, 255, 255, 0.3);
}
body.dark-mode .side-panel-menus .toggle::after {
  content: "다크";
  color: #000000;
}
body.dark-mode .side-panel-menus .toggle .slider {
  left: auto;
  right: 3px;
}

.user-profile {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: transform 0.2s;
  pointer-events: none;
  z-index: 910;
}
.user-profile .dim {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  opacity: 0;
  transition: opacity 0.2s;
}
.user-profile .panel {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 294px;
  height: 100%;
  margin-left: calc(100% - 294px);
  transform: translateX(100%);
  opacity: 0;
  transition: transform 0.2s;
  border-left: 1px solid #272727;
  background-color: #f8f8f8;
}
.user-profile .panel .user-profile-header {
  display: none;
  flex-shrink: 0;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
  width: 100%;
  height: 60px;
  padding: 0 24px;
  background-color: #ffffff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.user-profile .panel .inner {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  transition: none;
}
.user-profile .panel .panel-header {
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  width: 100%;
  height: auto;
}
.user-profile .panel .panel-header .close-bar {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
  width: 100%;
  height: 52px;
  padding: 0 16px;
}
.user-profile .panel .panel-header .user-info-bar {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 24px 16px;
  text-align: center;
}
.user-profile .panel .panel-header .user-info-bar .user-info {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.user-profile .panel .panel-header .user-info-bar .user-info .name {
  font-size: 18px;
  font-weight: 600;
}
.user-profile .panel .panel-header .user-info-bar .user-info .department {
  font-size: 15px;
  font-weight: 500;
  color: #949494;
}
.user-profile .panel .panel-body {
  display: flex;
  flex-grow: 1;
  flex-direction: column;
  width: 100%;
  height: 100%;
  padding: 24px 16px;
  overflow-y: overlay;
  transition: none;
}
.user-profile .panel .panel-footer {
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  gap: 16px;
  padding: 0 16px calc(env(safe-area-inset-bottom) + 24px);
}
.user-profile .panel .panel-footer.grid-wrapper {
  display: flex !important;
}
.user-profile .panel .panel-footer .go-admin {
  display: none;
}

@media (min-width: 834px) {
  .user-profile .panel {
    width: 449px;
    height: 100%;
    margin-left: calc(100% - 449px);
  }
}
body.dark-mode .user-profile .panel {
  border-left-color: #272727;
  background-color: #171717;
}
body.dark-mode .user-profile .panel .user-profile-header {
  background-color: #171717;
  border-bottom-color: rgba(255, 255, 255, 0.1);
}

.ratio-container {
  position: relative;
  display: block;
  width: auto;
  padding: 0;
  overflow: hidden;
}
.ratio-container::before {
  display: block;
  content: "";
  padding-top: 56.25%;
}
.ratio-container.ratio-16x9::before {
  padding-top: 56.25%;
}
.ratio-container.ratio-15x8::before {
  padding-top: 53.33333333%;
}
.ratio-container.ratio-1x1::before {
  padding-top: 100%;
}
.ratio-container.ratio-2x1::before {
  padding-top: 50%;
}
.ratio-container.ratio-3x2::before {
  padding-top: 66.6666666667%;
}
.ratio-container.ratio-4x3::before {
  padding-top: 75%;
}
.ratio-container.ratio-4x1::before {
  padding-top: 25%;
}
.ratio-container.ratio-5x1::before {
  padding-top: 20%;
}
.ratio-container.ratio-1X1dot7::before {
  padding-top: 178.4%;
}
.ratio-container > img {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.user-portrait-wrap {
  position: relative;
}
.user-portrait-wrap .change-user-portrait {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  right: 0;
  bottom: 0;
  width: 28px;
  height: 28px;
  border-radius: 100%;
  border: 1px solid #f1f1f1;
  background-color: #ffffff;
  cursor: pointer;
}
.user-portrait-wrap .change-user-portrait > .portrait-file {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  opacity: 0;
  pointer-events: none;
}

.user-portrait {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100px;
  height: 100px;
  border-radius: 100%;
  border: 1px solid rgba(13, 13, 13, 0.2);
  background-color: #d8d8d8;
  overflow: hidden;
}
.user-portrait.use-image:before {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  content: "\e930";
  font-family: "vip";
  top: 50%;
  left: 50%;
  width: 52px;
  height: 52px;
  font-size: 52px;
  color: #b9b9b9;
  transform: translate(-50%, -50%);
}
.user-portrait .initial {
  font-size: 50px;
  font-weight: 500;
  color: #ffffff;
}

body.dark-mode .user-portrait-wrap .change-user-portrait > i {
  color: #000000;
}
body.dark-mode .user-portrait {
  background-color: #6b6b6b;
  border-color: rgba(255, 255, 255, 0.05);
}
body.dark-mode .user-portrait:before {
  color: #6b6b6b;
}

.loading-indicator {
  position: fixed;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2000;
  pointer-events: none;
}
.loading-indicator.on {
  pointer-events: auto;
}
.loading-indicator.on .dim {
  opacity: 1;
}
.loading-indicator.on .inner {
  opacity: 1;
  transform: translateY(0);
}
.loading-indicator .dim {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  opacity: 0;
  transition: opacity 0.2s;
}
.loading-indicator .inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transform: translateY(24px);
  opacity: 0;
  transition: all 0.2s;
}

*::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
*::-webkit-scrollbar-thumb {
  width: 8px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background-color: rgba(0, 0, 0, 0.25);
  border-radius: 4px;
}
*::-webkit-scrollbar-button {
  width: 0;
  height: 0;
}

.accounts-form {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 100%;
}
.accounts-form .accounts-form-inner {
  display: flex;
  flex-grow: 1;
  flex-direction: column;
  align-items: center;
  gap: 32px;
  width: 100%;
  max-width: 600px;
  padding: 24px 16px;
  overflow-y: overlay;
}
.accounts-form .accounts-form-inner > .form {
  display: flex;
  flex-direction: column;
  gap: 32px;
  width: 100%;
}
.accounts-form .accounts-form-inner > .form.on-password-change .input-box.password {
  display: none;
}
.accounts-form .accounts-form-inner > .form.on-password-change .password-change-form {
  display: flex;
}
.accounts-form .accounts-form-inner > .form .input-box.password .input {
  pointer-events: none;
}
.accounts-form .accounts-form-inner > .form .password-change-form {
  display: none;
  flex-direction: column;
  gap: 32px;
}
.accounts-form > .actions {
  width: 100%;
  max-width: 600px;
  padding: 0 16px calc(env(safe-area-inset-bottom) + 24px) 16px;
}

@media (min-width: 834px) {
  .accounts-form .accounts-form-inner {
    flex-grow: 0;
    padding-bottom: 56px;
  }
}
.portrait-upload-action {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 1000;
}
.portrait-upload-action.on {
  pointer-events: auto;
}
.portrait-upload-action.on .dim {
  opacity: 1;
}
.portrait-upload-action.on .panel {
  transform: translateY(0);
  opacity: 1;
}
.portrait-upload-action .dim {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  opacity: 0;
  transition: all 0.2s;
}
.portrait-upload-action .panel {
  position: absolute;
  display: flex;
  flex-direction: column;
  gap: 8px;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: auto;
  padding: 0 16px calc(env(safe-area-inset-bottom) + 24px) 16px;
  transform: translateY(100%);
  opacity: 0;
  transition: all 0.2s;
}
.portrait-upload-action .panel .panel-main {
  border-radius: 20px;
  background-color: rgba(255, 255, 255, 0.95);
}
.portrait-upload-action .panel .panel-main .panel-header {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 40px;
}
.portrait-upload-action .panel .panel-main .panel-header > .label {
  font-size: 13px;
  color: rgba(0, 0, 0, 0.3);
}
.portrait-upload-action .panel .panel-main .panel-header > .close {
  display: none;
  width: 24px;
  height: 24px;
  font-size: 24px;
}
.portrait-upload-action .panel .panel-main > .actions {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.portrait-upload-action .panel .panel-main > .actions > .action {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 56px;
  border-top: 0.5px solid #e6e6e6;
}
.portrait-upload-action .panel .panel-main > .actions > .action > .label {
  font-size: 16px;
  transition: all 0.2s;
}
.portrait-upload-action .panel .panel-main > .actions > .action > i {
  display: none;
  width: 24px;
  height: 24px;
  font-size: 24px;
  color: #ffffff;
}
.portrait-upload-action .panel > .close {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 56px;
  border-radius: 14px;
  background-color: rgba(255, 255, 255, 0.95);
}
.portrait-upload-action .panel > .close > .label {
  font-size: 16px;
}

body.dark-mode .portrait-upload-action .dim {
  background-color: rgba(0, 0, 0, 0.7);
}
body.dark-mode .portrait-upload-action .panel .panel-main {
  background-color: rgba(23, 23, 23, 0.95);
}
body.dark-mode .portrait-upload-action .panel .panel-main .panel-header > .label {
  color: rgba(255, 255, 255, 0.3);
}
body.dark-mode .portrait-upload-action .panel .panel-main > .actions > .action {
  border-top: 0.5px solid rgba(255, 255, 255, 0.05);
}
body.dark-mode .portrait-upload-action .panel .panel-main > .actions > .action > .label {
  color: #ffffff;
}
body.dark-mode .portrait-upload-action .panel > .close {
  background-color: rgba(23, 23, 23, 0.95);
}
body.dark-mode .portrait-upload-action .panel > .close > .label {
  color: #ffffff;
}

@media (min-width: 834px) {
  .portrait-upload-action.on .panel {
    transform: translate(-50%, -50%);
    margin-top: 0;
  }
  .portrait-upload-action .panel {
    top: 50%;
    left: 50%;
    right: auto;
    bottom: auto;
    gap: 0;
    max-width: 328px;
    padding: 0;
    transform: translate(-50%, -50%);
    margin-top: 24px;
    overflow: hidden;
    border-radius: 5px;
    background-color: #ffffff;
    box-shadow: 0 8px 36px 0 rgba(0, 0, 0, 0.16);
  }
  .portrait-upload-action .panel .panel-main {
    padding: 8px 0;
    border-radius: 0;
    gap: 8px;
  }
  .portrait-upload-action .panel .panel-main .panel-header {
    justify-content: space-between;
    height: 56px;
    padding: 0 24px;
  }
  .portrait-upload-action .panel .panel-main .panel-header > .label {
    font-size: 18px;
    font-weight: 600;
    color: #000000;
  }
  .portrait-upload-action .panel .panel-main .panel-header > .close {
    display: block;
  }
  .portrait-upload-action .panel .panel-main > .actions {
    gap: 8px;
  }
  .portrait-upload-action .panel .panel-main > .actions > .action {
    justify-content: space-between;
    height: 42px;
    padding: 0 24px;
    border-top: none;
  }
  .portrait-upload-action .panel .panel-main > .actions > .action:hover {
    background-color: #c0a275;
  }
  .portrait-upload-action .panel .panel-main > .actions > .action:hover > .label {
    color: #ffffff;
  }
  .portrait-upload-action .panel .panel-main > .actions > .action:hover > i {
    display: block;
  }
  .portrait-upload-action .panel .panel-main > .actions > .action > .label {
    color: rgba(0, 0, 0, 0.6);
    font-weight: 500;
  }
  .portrait-upload-action .panel > .close {
    display: none;
  }
  body.dark-mode .portrait-upload-action .panel {
    background-color: #373737;
  }
  body.dark-mode .portrait-upload-action .panel .panel-main {
    background-color: transparent;
  }
  body.dark-mode .portrait-upload-action .panel .panel-main .panel-header > .label {
    color: #ffffff;
  }
  body.dark-mode .portrait-upload-action .panel .panel-main .panel-header > .close {
    color: #ffffff;
  }
  body.dark-mode .portrait-upload-action .panel .panel-main > .actions > .action {
    border-top: none;
  }
  body.dark-mode .portrait-upload-action .panel .panel-main > .actions > .action:hover > .label {
    color: #ffffff;
  }
  body.dark-mode .portrait-upload-action .panel .panel-main > .actions > .action > .label {
    color: rgba(255, 255, 255, 0.6);
  }
  body.dark-mode .portrait-upload-action .panel > .close {
    background-color: rgba(23, 23, 23, 0.95);
  }
  body.dark-mode .portrait-upload-action .panel > .close > .label {
    color: #ffffff;
  }
}
.select-list {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.select-list .select-list-item-wrap {
  display: flex;
  flex-direction: column;
  padding: 8px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
.select-list .select-list-item-wrap:last-of-type {
  border-bottom: none;
}
.select-list .select-list-item-wrap .select-list-item {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  height: 42px;
}
.select-list .select-list-item-wrap .select-list-item.on > .icon {
  opacity: 1;
}
.select-list .select-list-item-wrap .select-list-item > .label {
  font-size: 15px;
  font-weight: 500;
  color: #000000;
}
.select-list .select-list-item-wrap .select-list-item > .icon {
  width: 24px;
  height: 24px;
  font-size: 24px;
  color: rgba(0, 0, 0, 0.3);
  opacity: 0;
  transition: opacity 0.2s;
}
.select-list .select-list-item-wrap .description {
  font-size: 12px;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.5);
}

body.dark-mode .select-list .select-list-item-wrap {
  border-bottom-color: rgba(255, 255, 255, 0.05);
}
body.dark-mode .select-list .select-list-item-wrap .select-list-item > .label {
  color: #ffffff;
}
body.dark-mode .select-list .select-list-item-wrap .select-list-item > .icon {
  color: rgba(255, 255, 255, 0.3);
}
body.dark-mode .select-list .select-list-item-wrap .description {
  color: rgba(255, 255, 255, 0.5);
}

.sub-contents {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 100%;
  overflow-y: overlay;
  overflow-x: hidden;
}
.sub-contents .search-contents-inner {
  display: flex;
  flex-grow: 1;
  flex-direction: column;
  width: 100%;
  max-width: 1160px;
  padding: 16px 16px 80px;
}
.sub-contents .sub-contents-inner {
  display: flex;
  flex-grow: 1;
  flex-direction: column;
  width: 100%;
  max-width: 1278px;
  padding: 16px 20px 80px;
}
.sub-contents .collections-detail-contents-inner {
  display: flex;
  flex-grow: 1;
  flex-direction: column;
  width: 100%;
  max-width: 1366px;
  padding-bottom: 95px;
}
@media (min-width: 834px) {
  .sub-contents .collections-detail-contents-inner {
    gap: 56px;
    padding: 32px 32px 80px;
  }
}

.drop-down-menu-control {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  min-width: 150px;
  height: 32px;
  padding: 0 12px;
  border-radius: 5px;
  border: 1px solid rgba(0, 0, 0, 0.3);
  cursor: pointer;
  background-color: #ffffff;
  transition: all 0.2s;
}
.drop-down-menu-control:hover {
  border-color: #c0a275;
}
.drop-down-menu-control.on .select-text {
  color: #000000;
}
.drop-down-menu-control.on:not(.dummy) > .icon {
  transform: rotate(180deg);
}
.drop-down-menu-control.on .drop-down-menu-wrap {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}
.drop-down-menu-control .input {
  position: absolute;
  width: 0;
  height: 0;
  top: 0;
  left: 0;
  pointer-events: none;
}
.drop-down-menu-control .select-text {
  font-size: 14px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.6);
  transition: all 0.2s;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  text-align: left;
}
.drop-down-menu-control > .icon {
  flex-shrink: 0;
  width: 16px;
  height: 16px;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.25);
  transition: all 0.2s;
}
.drop-down-menu-control .drop-down-menu-wrap {
  position: absolute;
  top: 100%;
  left: -1px;
  width: calc(100% + 1px + 1px);
  height: auto;
  padding-top: 8px;
  opacity: 0;
  transform: translateY(24px);
  transition: all 0.2s;
  pointer-events: none;
  z-index: 900;
}
.drop-down-menu-control .drop-down-menu-wrap .drop-down-menu {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: auto;
  max-height: 264px;
  padding: 4px 0;
  border: 1px solid rgba(0, 0, 0, 0.3);
  border-radius: 5px;
  background-color: #ffffff;
  overflow-y: overlay;
}
.drop-down-menu-control .drop-down-menu-wrap ul li.on:not(:hover) .label {
  color: #000000;
}
.drop-down-menu-control .drop-down-menu-wrap ul li.on .icon {
  display: block;
}
.drop-down-menu-control .drop-down-menu-wrap ul ul a.drop-down-menu-item {
  padding-left: 24px;
}
.drop-down-menu-control .drop-down-menu-wrap a.drop-down-menu-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: auto;
  min-height: 32px;
  font-size: 14px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.6);
  padding: 0 12px;
  transition: all 0.2s ease-in-out;
}
.drop-down-menu-control .drop-down-menu-wrap a.drop-down-menu-item:hover {
  background-color: #c0a275;
  color: #ffffff;
}
.drop-down-menu-control .drop-down-menu-wrap a.drop-down-menu-item:hover .icon {
  color: #ffffff;
}
.drop-down-menu-control .drop-down-menu-wrap a.drop-down-menu-item > .label {
  font-size: 14px;
  font-weight: 500;
}
.drop-down-menu-control .drop-down-menu-wrap a.drop-down-menu-item > .icon {
  width: 24px;
  height: 24px;
  font-size: 24px;
  display: none;
  color: rgba(0, 0, 0, 0.25);
}

body.dark-mode .drop-down-menu-control:not(.force-white-theme) {
  background-color: #272727;
  border-color: rgba(255, 255, 255, 0.2);
}
body.dark-mode .drop-down-menu-control:not(.force-white-theme):hover {
  border-color: #c0a275;
}
body.dark-mode .drop-down-menu-control:not(.force-white-theme).on .select-text {
  color: #ffffff;
}
body.dark-mode .drop-down-menu-control:not(.force-white-theme) .select-text {
  color: rgba(255, 255, 255, 0.6);
}
body.dark-mode .drop-down-menu-control:not(.force-white-theme) > .icon {
  color: rgba(255, 255, 255, 0.25);
}
body.dark-mode .drop-down-menu-control:not(.force-white-theme) .drop-down-menu-wrap .drop-down-menu {
  background-color: #272727;
}
body.dark-mode .drop-down-menu-control:not(.force-white-theme) .drop-down-menu-wrap .drop-down-menu ul li.on:not(:hover) .label {
  color: #ffffff;
}
body.dark-mode .drop-down-menu-control:not(.force-white-theme) .drop-down-menu-wrap .drop-down-menu a.drop-down-menu-item {
  color: rgba(255, 255, 255, 0.6);
}
body.dark-mode .drop-down-menu-control:not(.force-white-theme) .drop-down-menu-wrap .drop-down-menu a.drop-down-menu-item > .icon {
  color: rgba(255, 255, 255, 0.25);
}

.drop-down-multiple-selector {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  min-width: 150px;
  height: 32px;
  padding: 0 12px;
  border-radius: 5px;
  border: 1px solid rgba(0, 0, 0, 0.3);
  cursor: pointer;
  background-color: #ffffff;
  transition: all 0.2s;
}
.drop-down-multiple-selector:hover {
  border-color: #c0a275;
}
.drop-down-multiple-selector.on .select-text {
  color: #000000;
}
.drop-down-multiple-selector.on:not(.dummy) > .icon {
  transform: rotate(180deg);
}
.drop-down-multiple-selector.on .drop-down-multiple-selector-wrap {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}
.drop-down-multiple-selector > .label {
  font-size: 14px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.6);
  transition: all 0.2s;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  text-align: left;
}
.drop-down-multiple-selector > .icon {
  flex-shrink: 0;
  width: 16px;
  height: 16px;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.25);
  transition: all 0.2s;
}
.drop-down-multiple-selector .drop-down-multiple-selector-wrap {
  position: absolute;
  top: 100%;
  left: -1px;
  width: calc(100% + 1px + 1px);
  height: auto;
  padding-top: 8px;
  opacity: 0;
  transform: translateY(24px);
  transition: all 0.2s;
  pointer-events: none;
  z-index: 900;
}
.drop-down-multiple-selector .drop-down-multiple-selector-wrap .drop-down-multiple-selector-panel {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: auto;
  max-height: 264px;
  padding: 4px 12px;
  border: 1px solid rgba(0, 0, 0, 0.3);
  border-radius: 5px;
  background-color: #ffffff;
  overflow-y: overlay;
}
.drop-down-multiple-selector .drop-down-multiple-selector-wrap .drop-down-multiple-selector-item {
  display: flex;
  align-items: center;
  width: 100%;
  height: 32px;
  transition: all 0.2s ease-in-out;
}
.drop-down-multiple-selector .drop-down-multiple-selector-wrap .drop-down-multiple-selector-item:hover .check-box > .icon {
  color: #c0a275;
}
.drop-down-multiple-selector .drop-down-multiple-selector-wrap .drop-down-multiple-selector-item .check-box {
  width: 100%;
}
.drop-down-multiple-selector .drop-down-multiple-selector-wrap .drop-down-multiple-selector-item .check-box > .label {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.6);
}

body.dark-mode .drop-down-multiple-selector {
  background-color: #272727;
  border-color: rgba(255, 255, 255, 0.2);
}
body.dark-mode .drop-down-multiple-selector:hover {
  border-color: #c0a275;
}
body.dark-mode .drop-down-multiple-selector.on > .label {
  color: #ffffff;
}
body.dark-mode .drop-down-multiple-selector > .label {
  color: rgba(255, 255, 255, 0.6);
}
body.dark-mode .drop-down-multiple-selector > .icon {
  color: rgba(255, 255, 255, 0.25);
}
body.dark-mode .drop-down-multiple-selector .drop-down-multiple-selector-wrap .drop-down-multiple-selector-panel {
  background-color: #272727;
  border-color: rgba(255, 255, 255, 0.2);
}
body.dark-mode .drop-down-multiple-selector .drop-down-multiple-selector-wrap .drop-down-multiple-selector-panel .drop-down-multiple-selector-item .check-box > .label {
  color: rgba(255, 255, 255, 0.6);
}

.collection-layout-control-bar {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  margin-top: 16px;
  position: relative;
  padding-bottom: 25px;
}
@media (min-width: 834px) {
  .collection-layout-control-bar {
    padding-bottom: 0;
  }
}
.collection-layout-control-bar .summery-bar {
  padding: 0;
}
.collection-layout-control-bar .drop-down-menu-control.mobile-hide {
  display: none;
}
.collection-layout-control-bar .date-button {
  position: absolute;
  left: 0px;
  bottom: 0;
}
.collection-layout-control-bar .date-button button {
  color: #6b6b6b;
}
.collection-layout-control-bar .date-button button i {
  font-size: 20px;
  vertical-align: middle;
}
.collection-layout-control-bar .date-button button span {
  font-size: 14px;
  text-decoration: underline;
}
@media (min-width: 834px) {
  .collection-layout-control-bar .date-button {
    position: absolute;
    left: 174px;
    bottom: 4px;
  }
}
.collection-layout-control-bar .case_num {
  display: block;
  align-items: center;
}
.collection-layout-control-bar .case_num .force-view + .date-button {
  margin-left: 0px;
  position: static;
}
@media (min-width: 834px) {
  .collection-layout-control-bar .case_num {
    display: flex;
    align-items: center;
  }
  .collection-layout-control-bar .case_num .force-view + .date-button {
    margin-left: 24px;
    position: static;
  }
}
.collection-layout-control-bar.top-align {
  align-items: flex-start;
}
.collection-layout-control-bar.base {
  margin-top: 20px;
  padding-top: 36px;
}
.collection-layout-control-bar.base .date-button {
  top: 0;
  bottom: auto;
}
@media (min-width: 834px) {
  .collection-layout-control-bar.base {
    margin-top: 16px;
    padding-top: 0;
  }
  .collection-layout-control-bar.base .date-button {
    top: 4px;
    bottom: auto;
  }
}
@media (min-width: 834px) {
  .collection-layout-control-bar.top-align {
    align-items: center;
  }
}

@media (min-width: 834px) {
  .collection-layout-control-bar {
    margin-top: 0;
  }
  .collection-layout-control-bar .summery-bar:not(.force-view) {
    display: none;
  }
  .collection-layout-control-bar .drop-down-menu-control.mobile-hide {
    display: flex;
  }
}
body.dark-mode .date-button button {
  color: #cccccc;
}

.collection-layout-container {
  display: grid;
  width: 100%;
  padding: 16px 0;
}
.collection-layout-container.view-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  -webkit-grid-template-columns: repeat(2, minmax(0, 1fr));
  row-gap: 24px;
  column-gap: 16px;
}
.collection-layout-container.view-list {
  grid-template-columns: repeat(1, minmax(0, 1fr));
  -webkit-grid-template-columns: repeat(1, minmax(0, 1fr));
}

@media (min-width: 834px) {
  .collection-layout-container.view-grid {
    grid-template-columns: repeat(5, minmax(0, 1fr));
    -webkit-grid-template-columns: repeat(5, minmax(0, 1fr));
  }
}
@media (min-width: 1366px) {
  .collection-layout-container.view-grid {
    column-gap: 56px;
  }
}
.view-type-control {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
}
.view-type-control .btn-control {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  border: 1px solid transparent;
  border-radius: 4px;
  transition: all 0.2s;
}
.view-type-control .btn-control.on > .icon {
  color: #000000;
}
.view-type-control .btn-control > .icon {
  font-size: 26px;
  color: rgba(0, 0, 0, 0.3);
}

@media (min-width: 834px) {
  .view-type-control .btn-control {
    width: 32px;
    height: 32px;
    border-color: rgba(0, 0, 0, 0.3);
  }
  .view-type-control .btn-control > .icon {
    font-size: 24px;
  }
}
body.dark-mode .view-type-control .btn-control.on > .icon {
  color: #ffffff;
}
body.dark-mode .view-type-control .btn-control > .icon {
  color: rgba(255, 255, 255, 0.3);
}
@media (min-width: 834px) {
  body.dark-mode .view-type-control .btn-control {
    border-color: rgba(255, 255, 255, 0.3);
  }
  body.dark-mode .view-type-control .btn-control.on {
    border-color: #ffffff;
  }
}

.pagination-bar {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: auto;
  padding-bottom: 80px;
}
.pagination-bar .pagination {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 16px;
}
.pagination-bar .pagination .pagination-group {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
}
.pagination-bar .pagination .pagination-group.direction {
  gap: 0;
}
.pagination-bar .pagination .pagination-group.direction .pagination-item {
  border: none;
}
.pagination-bar .pagination .pagination-group.direction .pagination-item.disabled {
  pointer-events: none;
}
.pagination-bar .pagination .pagination-group.direction .pagination-item.disabled i {
  color: rgba(0, 0, 0, 0.3);
}
.pagination-bar .pagination .pagination-group.direction .pagination-item i {
  font-size: 24px;
  width: 24px;
  height: 24px;
  color: #000000;
}
.pagination-bar .pagination .pagination-item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.7);
  border-radius: 5px;
  border: 1px solid rgba(0, 0, 0, 0.2);
}
.pagination-bar .pagination .pagination-item:hover {
  background-color: rgba(0, 0, 0, 0.05);
}
.pagination-bar .pagination .pagination-item:active {
  background-color: rgba(0, 0, 0, 0.1);
}
.pagination-bar .pagination .pagination-item.on {
  background-color: #c0a275;
  border: none;
  color: #ffffff;
}
.pagination-bar .pagination .pagination-item i {
  display: inline-block;
  font-size: 14px;
  line-height: 24px;
  font-weight: 500;
  text-align: center;
  font-style: normal;
}

body.dark-mode .pagination-bar .pagination .pagination-group.direction .pagination-item i {
  color: #ffffff;
}
body.dark-mode .pagination-bar .pagination .pagination-group.direction .pagination-item.disabled i {
  color: rgba(255, 255, 255, 0.15);
}
body.dark-mode .pagination-bar .pagination .pagination-item {
  color: rgba(255, 255, 255, 0.7);
  border-color: rgba(255, 255, 255, 0.1);
}
body.dark-mode .pagination-bar .pagination .pagination-item:hover {
  background-color: rgba(255, 255, 255, 0.05);
}
body.dark-mode .pagination-bar .pagination .pagination-item:active {
  background-color: rgba(255, 255, 255, 0.1);
}
body.dark-mode .pagination-bar .pagination .pagination-item.on {
  background-color: #c0a275;
  border: none;
  color: #ffffff;
}

.keywords-tabs-container {
  display: flex;
  flex-direction: column;
}
.keywords-tabs-container .inner {
  display: flex;
  flex-direction: column;
  gap: 26px;
}

@media (min-width: 834px) {
  .keywords-tabs-container {
    width: 146px;
  }
  .keywords-tabs-container .inner {
    position: sticky;
    top: 20px;
  }
}
.language-select-tab {
  display: flex;
  flex-direction: row;
  gap: 8px;
}
.language-select-tab .language {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: auto;
  height: 36px;
  padding: 0 6px;
}
.language-select-tab .language.on:before {
  width: 100%;
}
.language-select-tab .language.on > .label {
  color: #000000;
}
.language-select-tab .language:before {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 2px;
  content: "";
  border-radius: 1px;
  transform: translateX(-50%);
  transition: width 0.2s;
  background-color: #000000;
}
.language-select-tab .language > .label {
  font-size: 14px;
  font-weight: 600;
  color: rgba(0, 0, 0, 0.5);
}

body.dark-mode .language-select-tab .language:before {
  background-color: #ffffff;
}
body.dark-mode .language-select-tab .language.on > .label {
  color: #ffffff;
}
body.dark-mode .language-select-tab .language > .label {
  color: rgba(255, 255, 255, 0.5);
}

.keywords-group-points-panel {
  margin-left: -20px;
  margin-right: -20px;
  overflow-x: overlay;
}
.keywords-group-points-panel::-webkit-scrollbar {
  display: none;
}
.keywords-group-points-panel .keywords-group-points {
  display: none;
  flex-direction: row;
  align-items: center;
  gap: 10px;
  padding: 0 20px;
}
.keywords-group-points-panel .keywords-group-points.on {
  display: flex;
}
.keywords-group-points-panel .keywords-group-points:after {
  content: " ";
  width: 20px;
}
.keywords-group-points-panel .keywords-group-points .point {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  width: 90px;
  height: 40px;
  border: 1px solid rgba(0, 0, 0, 0.3);
  border-radius: 4px;
  background-color: #ffffff;
  color: #000000;
  transition: all 0.2s;
}
.keywords-group-points-panel .keywords-group-points .point.on {
  border-color: transparent;
  background-color: #c0a275;
  color: #ffffff;
}
.keywords-group-points-panel .keywords-group-points .point > .label {
  font-size: 14px;
  font-weight: 500;
}

@media (min-width: 834px) {
  .keywords-group-points-panel {
    margin: 0;
    overflow-x: initial;
  }
  .keywords-group-points-panel .keywords-group-points {
    flex-direction: column;
    align-items: flex-start;
    padding: 0;
  }
}
body.dark-mode .keywords-group-points .point {
  background-color: transparent;
  border-color: rgba(255, 255, 255, 0.1);
  color: #ffffff;
}

.keywords-board {
  position: relative;
  width: 100%;
  padding: 24px 12px;
}
.keywords-board .keywords-board-item {
  display: none;
  flex-direction: column;
  gap: 32px;
}
@media (min-width: 834px) {
  .keywords-board .keywords-board-item {
    gap: 56px;
  }
}
.keywords-board .keywords-board-item.on {
  display: flex;
}
.keywords-board .keywords-board-item .keywords-group {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
@media (min-width: 834px) {
  .keywords-board .keywords-board-item .keywords-group {
    gap: 56px;
  }
}
.keywords-board .keywords-board-item .keywords-group .group {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media (min-width: 834px) {
  .keywords-board .keywords-board-item .keywords-group .group {
    gap: 24px;
  }
}
.keywords-board .keywords-board-item .keywords-group .group .keywords-group-label {
  display: inline-block;
  align-items: center;
  justify-content: center;
  width: auto;
  height: auto;
  font-size: 16px;
  font-weight: 600;
  color: #000000;
}
.keywords-board .keywords-board-item .keywords-group .group .inner {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  -webkit-grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: 24px;
  row-gap: 10px;
}
@media (min-width: 834px) {
  .keywords-board .keywords-board-item .keywords-group .group .inner {
    row-gap: 16px;
  }
}
.keywords-board .keywords-board-item .keywords-group .group .inner .keyword {
  justify-content: flex-start;
  font-size: 14px;
  font-weight: 500;
  color: #6b6b6b;
}
.keywords-board .keywords-board-item .empty-message {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 225px 0;
  font-size: 16px;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.3);
}

@media (min-width: 834px) {
  .keywords-board {
    padding: 0;
  }
  .keywords-board .keywords-board-item .keywords-group .group .keywords-group-label {
    display: flex;
    width: 40px;
    height: 40px;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    background-color: #ffffff;
  }
  .keywords-board .keywords-board-item .keywords-group .group .inner {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    -webkit-grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
body.dark-mode .keywords-board .keywords-board-item .keywords-group .keywords-group-label {
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.15);
  background-color: transparent;
}
body.dark-mode .keywords-board .keywords-board-item .keywords-group .inner .keyword {
  color: #939393;
}
body.dark-mode .keywords-board .empty-message {
  color: rgba(255, 255, 255, 0.3);
}

.keywords-grid-container {
  display: flex;
  flex-direction: column;
  margin-top: 8px;
}

@media (min-width: 834px) {
  .keywords-grid-container {
    flex-direction: row;
    gap: 24px;
    margin-top: 44px;
  }
  .keywords-grid-container .keywords-tabs-container {
    flex-shrink: 0;
  }
}
.collections-request-sort-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}
.collections-request-sort-bar .drop-down-menu-control {
  flex-grow: 1;
  width: 100%;
}
.collections-request-sort-bar .btn-remove {
  display: none;
  flex-shrink: 0;
  height: 32px;
}
.collections-request-sort-bar .btn-remove.on {
  display: inline-flex;
}

@media (min-width: 834px) {
  .collections-request-sort-bar {
    height: 80px;
  }
  .collections-request-sort-bar .drop-down-menu-control {
    flex-grow: initial;
    width: auto;
  }
  .collections-request-sort-bar .btn-remove {
    height: 40px;
  }
  .collections-request-sort-bar .btn-remove > .label {
    font-size: 16px;
  }
}
.section-box {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 16px;
}
@media (min-width: 834px) {
  .section-box {
    padding: 0;
  }
}
.section-box .section-box-header {
  display: block;
  width: 100%;
  padding: 0 0 4px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}
.section-box .section-box-header > .inner {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 24px;
}
.section-box .section-box-header > .inner > .title {
  font-size: 14px;
  font-weight: 600;
}
.section-box .section-box-header > .inner .tools {
  display: flex;
  align-items: center;
  gap: 16px;
}
.section-box .section-box-header > .inner .tools .tool-group {
  display: flex;
  align-items: center;
  gap: 4px;
}
.section-box .section-box-header > .inner .tools .tool-group .tool {
  font-size: 0;
}
.section-box .section-box-header > .inner .tools .tool-group .tool.on.book-mark .vip-bookmark-selected {
  display: block;
}
.section-box .section-box-header > .inner .tools .tool-group .tool.book-mark {
  position: relative;
}
.section-box .section-box-header > .inner .tools .tool-group .tool.book-mark .vip-bookmark-selected {
  position: absolute;
  display: none;
  top: 0;
  left: 0;
  color: #c0a275;
}
.section-box .section-box-header > .inner .tools .tool-group .tool i {
  width: 24px;
  height: 24px;
  font-size: 24px;
  color: #939393;
}
@media (min-width: 834px) {
  .section-box .section-box-header {
    padding-bottom: 10px;
  }
  .section-box .section-box-header .inner .title {
    font-size: 16px;
    font-weight: 600;
  }
}
.section-box.collection-description.expand .section-box-body > .inner {
  height: auto;
  display: block;
}
.section-box.collection-description.expand .section-box-body .toggle-expand > .label .on-collapse {
  display: none;
}
.section-box.collection-description.expand .section-box-body .toggle-expand > .label .on-expand {
  display: block;
}
.section-box.collection-description.expand .section-box-body .toggle-expand > .icon {
  transform: rotate(180deg);
}
.section-box.collection-description .section-box-header {
  border-bottom: 0;
}
.section-box.collection-description .section-box-body {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}
@media (min-width: 834px) {
  .section-box.collection-description .section-box-body > .inner {
    display: block !important;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
  }
  .section-box.collection-description .section-box-body .toggle-expand {
    display: none;
  }
}
.section-box.collection-description .section-box-body > .inner {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  text-align: left;
  transition: all 0.2s;
  font-size: 12px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.5);
}
.section-box.collection-description .section-box-body .toggle-expand {
  color: rgba(0, 0, 0, 0.5);
}
.section-box.collection-description .section-box-body .toggle-expand > .label .on-collapse {
  display: block;
}
.section-box.collection-description .section-box-body .toggle-expand > .label .on-expand {
  display: none;
}
.section-box.collection-description .section-box-body .toggle-expand > .icon {
  transition: all 0.2s;
}
.section-box.collection-meta {
  background-color: #f1f1f1;
}
@media (min-width: 834px) {
  .section-box.collection-meta {
    background-color: transparent;
  }
}
.section-box.collection-meta .section-box-header {
  display: none;
}
@media (min-width: 834px) {
  .section-box.collection-meta .section-box-header {
    display: flex;
    padding-top: 16px;
  }
}
.section-box.collection-meta .section-box-body {
  max-height: 207px;
  overflow-y: overlay;
}
@media (min-width: 834px) {
  .section-box.collection-meta .section-box-body {
    max-height: initial;
    padding: 24px 0;
  }
  .section-box.collection-meta .section-box-body .inner {
    position: relative;
  }
  .section-box.collection-meta .section-box-body .inner:before {
    display: block;
    content: "";
    padding-top: calc(56.2998405104% + 40px - 35px - 24px - 24px - 16px);
  }
  .section-box.collection-meta .section-box-body .inner .meta-table {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
  }
}
.section-box.collection-keywords .section-box-body {
  padding-top: 16px;
}
@media (min-width: 834px) {
  .section-box.collection-keywords .section-box-body {
    padding: 24px 0;
  }
}
.section-box.collection-keywords-tabs .collections-grid-wrap {
  margin-top: 8px;
  margin-left: -16px;
  margin-right: -16px;
  width: auto;
  height: auto;
  overflow-x: overlay;
}
.section-box.collection-keywords-tabs .collections-grid-wrap::-webkit-scrollbar {
  display: none;
}
.section-box.collection-keywords-tabs .collections-grid-wrap > .inner {
  padding: 0 16px;
  white-space: nowrap;
}
@media (min-width: 834px) {
  .section-box.collection-keywords-tabs .collections-grid-wrap > .inner {
    overflow-x: initial;
  }
}
.section-box.collection-keywords-tabs .collections-grid-wrap > .inner .collections-grid {
  display: flex;
  flex-direction: row;
  gap: 16px;
}
@media (min-width: 834px) {
  .section-box.collection-keywords-tabs .collections-grid-wrap > .inner .collections-grid {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    -webkit-grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}
.section-box.collection-keywords-tabs .collections-grid-wrap > .inner .collections-grid .collection-item {
  max-width: 160px;
}
@media (min-width: 834px) {
  .section-box.collection-keywords-tabs .collections-grid-wrap > .inner .collections-grid .collection-item {
    max-width: 180px;
  }
}
.section-box.collection-keywords-tabs .collections-grid-wrap .pagination-tab-bar {
  display: none;
}
@media (min-width: 834px) {
  .section-box.collection-keywords-tabs .collections-grid-wrap .pagination-tab-bar {
    display: flex;
  }
}

body.dark-mode .section-box .section-box-header {
  border-bottom-color: rgba(255, 255, 255, 0.3);
}
body.dark-mode .section-box.collection-description .section-box-body .inner {
  color: rgba(255, 255, 255, 0.5);
}
body.dark-mode .section-box.collection-description .section-box-body .toggle-expand {
  color: rgba(255, 255, 255, 0.5);
}
body.dark-mode .section-box.collection-description .section-box-body .toggle-expand:hover {
  color: #c0a275;
}
body.dark-mode .section-box.collection-meta {
  background-color: #171717;
}
@media (min-width: 834px) {
  body.dark-mode .section-box.collection-meta {
    background-color: transparent;
  }
}

.collection-image-swiper {
  position: relative;
}
.collection-image-swiper:after {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 16px;
  right: 16px;
  width: 70px;
  height: 24px;
  font-size: 12px;
  font-weight: 400;
  border-radius: 5px;
  z-index: 1;
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0.2);
}
.collection-image-swiper.type-disposal:after {
  content: "폐기요청";
}
.collection-image-swiper.type-disposal-done:after {
  content: "폐기완료";
  border: 1px dashed rgba(255, 255, 255, 0.3);
  background-color: transparent;
}
.collection-image-swiper.type-donate:after {
  content: "기부요청";
}
.collection-image-swiper.type-donate-done:after {
  content: "기부완료";
  border: 1px dashed rgba(255, 255, 255, 0.3);
  background-color: transparent;
}
.collection-image-swiper.type-etc:after {
  content: "기타";
}
.collection-image-swiper.type-etc-done:after {
  content: "기타완료";
  border: 1px dashed rgba(255, 255, 255, 0.3);
  background-color: transparent;
}
.collection-image-swiper .swiper-wrapper .swiper-slide .ratio-container {
  background-color: #d8d8d8;
  background-image: url("../images/empty-image.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 32px;
  overflow: hidden;
}
.collection-image-swiper .swiper-wrapper .swiper-slide .ratio-container:before {
  padding-top: 106.6666666667%;
}
@media (min-width: 834px) {
  .collection-image-swiper .swiper-wrapper .swiper-slide .ratio-container {
    border-radius: 5px;
  }
  .collection-image-swiper .swiper-wrapper .swiper-slide .ratio-container:before {
    padding-top: 55.3%;
  }
}
.collection-image-swiper .swiper-button-next {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 50%;
  right: 8px;
  width: 42px;
  height: 42px;
  color: #ffffff;
  transform: translateY(-50%);
  transition: all 0.2s;
  cursor: pointer;
}
.collection-image-swiper .swiper-button-next:after {
  width: 28px;
  height: 28px;
  font-size: 28px;
  font-family: "vip";
  content: "\e936";
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
.collection-image-swiper .swiper-button-prev {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 50%;
  left: 8px;
  width: 42px;
  height: 42px;
  color: #ffffff;
  transform: translateY(-50%);
  transition: all 0.2s;
  cursor: pointer;
}
.collection-image-swiper .swiper-button-prev:after {
  width: 28px;
  height: 28px;
  font-size: 28px;
  font-family: "vip";
  content: "\e935";
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
.collection-image-swiper .swiper-pagination-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 100%;
  height: 40px;
  padding: 0 16px;
}
.collection-image-swiper .swiper-pagination-wrapper .swiper-pagination {
  position: absolute;
  top: 50%;
  bottom: initial;
  transform: translateY(-50%);
  z-index: 1;
}
.collection-image-swiper .swiper-pagination-wrapper .swiper-pagination .swiper-pagination-bullet {
  width: 7px;
  height: 7px;
  border-radius: 100%;
  background-color: #cccccc;
  margin: 0 5px;
  opacity: 1;
  transition: all 0.2s;
}
.collection-image-swiper .swiper-pagination-wrapper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #c0a275;
}
.collection-image-swiper .swiper-pagination-wrapper .tools {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 4px;
  z-index: 2;
}
.collection-image-swiper .swiper-pagination-wrapper .tools .tool {
  font-size: 0;
}
.collection-image-swiper .swiper-pagination-wrapper .tools .tool.on.book-mark .vip-bookmark-selected {
  display: block;
}
.collection-image-swiper .swiper-pagination-wrapper .tools .tool.book-mark {
  position: relative;
}
.collection-image-swiper .swiper-pagination-wrapper .tools .tool.book-mark .vip-bookmark-selected {
  position: absolute;
  display: none;
  top: 0;
  left: 0;
  color: #c0a275;
}
.collection-image-swiper .swiper-pagination-wrapper .tools .tool i {
  width: 24px;
  height: 24px;
  font-size: 24px;
  color: #939393;
}
@media (min-width: 834px) {
  .collection-image-swiper .swiper-pagination-wrapper .tools {
    display: none;
  }
}

body.dark-mode .collection-image-swiper .swiper-wrapper .swiper-slide .ratio-container {
  background-color: #272727;
}

.image-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #f8f8f8;
  z-index: 10;
  display: none;
}
.image-popup .popup-head {
  position: relative;
  background: #fff;
}
.image-popup .popup-head strong {
  display: block;
  font-size: 16px;
  font-weight: 500;
  line-height: 52px;
  text-align: center;
  color: #000;
}
@media (min-width: 834px) {
  .image-popup .popup-head strong {
    font-size: 18px;
    line-height: 60px;
  }
}
.image-popup .popup-head .close-all-menus {
  position: absolute;
  right: 16px;
  top: 14px;
  width: 24px;
  height: 24px;
}
@media (min-width: 834px) {
  .image-popup .popup-head .close-all-menus {
    right: 24px;
    top: 8px;
    width: 42px;
    height: 42px;
  }
}
.image-popup .popup-head .close-all-menus .shade {
  width: 24px;
  height: 24px;
}
@media (min-width: 834px) {
  .image-popup .popup-head .close-all-menus .shade {
    width: 42px;
    height: 42px;
  }
}
.image-popup .popup-head .close-all-menus .vip-close {
  font-size: 14px;
  color: #000;
}
@media (min-width: 834px) {
  .image-popup .popup-head .close-all-menus .vip-close {
    font-size: 24px;
  }
}
.image-popup .img-popup-swiper {
  height: 100%;
}
.image-popup .img-popup-swiper .swiper {
  height: 100%;
}
.image-popup .img-popup-swiper .swiper .img-area {
  height: 100%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.image-popup .img-popup-swiper .swiper .img-area img {
  width: 100%;
  max-width: 100%;
  height: auto;
}
@media (min-width: 834px) {
  .image-popup .img-popup-swiper .swiper .img-area img {
    width: auto;
    height: auto;
  }
}
.image-popup .img-popup-swiper .swiper-button-next {
  color: #000;
  width: 42px;
  height: 42px;
  right: 8px;
}
.image-popup .img-popup-swiper .swiper-button-next::after {
  font-size: 18px;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
@media (min-width: 834px) {
  .image-popup .img-popup-swiper .swiper-button-next {
    width: 56px;
    height: 56px;
    right: 24px;
  }
  .image-popup .img-popup-swiper .swiper-button-next::after {
    font-size: 44px;
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  }
}
.image-popup .img-popup-swiper .swiper-button-prev {
  color: #000;
  width: 42px;
  height: 42px;
  left: 8px;
}
.image-popup .img-popup-swiper .swiper-button-prev::after {
  font-size: 18px;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
@media (min-width: 834px) {
  .image-popup .img-popup-swiper .swiper-button-prev {
    width: 56px;
    height: 56px;
    left: 24px;
  }
  .image-popup .img-popup-swiper .swiper-button-prev::after {
    font-size: 44px;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  }
}
.image-popup.on {
  display: block;
}

body.dark-mode .image-popup {
  background: #000;
}
body.dark-mode .image-popup .popup-head {
  background: #000;
}
body.dark-mode .image-popup .popup-head strong {
  color: #fff;
}
body.dark-mode .image-popup .popup-head .close-all-menus .vip-close {
  color: #fff;
}
body.dark-mode .image-popup .img-popup-swiper .swiper-button-next {
  color: #fff;
}
body.dark-mode .image-popup .img-popup-swiper .swiper-button-prev {
  color: #fff;
}

.collections-detail-wrapper {
  display: flex;
  flex-direction: column;
}
@media (min-width: 834px) {
  .collections-detail-wrapper {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    -webkit-grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-column-gap: 24px;
  }
}
.collections-detail-wrapper .info-panel-primary {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.collections-detail-wrapper .info-panel-secondary {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.meta-table {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media (min-width: 834px) {
  .meta-table {
    gap: 16px;
  }
}
.meta-table .row {
  display: flex;
  flex-direction: row;
  gap: 16px;
}
.meta-table .row > .label {
  flex-shrink: 0;
  width: 100px;
  font-size: 14px;
  font-weight: 600;
  color: #000000;
}
.meta-table .row > .description {
  display: flex;
  flex-grow: 1;
  flex-direction: column;
  gap: 6px;
  font-size: 12px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.5);
}
@media (min-width: 834px) {
  .meta-table .row > .description {
    font-size: 14px;
  }
}
.meta-table .row > .description .storage {
  display: flex;
  align-items: center;
  gap: 10px;
}

body.dark-mode .meta-table .row > .label {
  color: #ffffff;
}
body.dark-mode .meta-table .row > .description {
  color: rgba(255, 255, 255, 0.5);
}

.collections-keyword-swiper {
  margin: 0 -16px;
}
.collections-keyword-swiper .swiper {
  padding: 0 16px;
}
.collections-keyword-swiper .swiper .swiper-button-next.keyword-swiper {
  display: none;
  right: 0px;
  width: 24px;
  height: 24px;
  color: #000000;
  margin-top: initial;
  transform: translateY(-50%);
  background: #f8f8f8;
}
@media (min-width: 1920px) {
  .collections-keyword-swiper .swiper .swiper-button-next.keyword-swiper {
    display: flex;
  }
}
.collections-keyword-swiper .swiper .swiper-button-next.keyword-swiper:after {
  font-size: 24px;
  font-family: "vip";
  content: "\e936";
}
.collections-keyword-swiper .swiper .swiper-button-prev.keyword-swiper {
  display: none;
  left: 0px;
  width: 24px;
  height: 24px;
  color: #000000;
  margin-top: initial;
  transform: translateY(-50%);
  background: #f8f8f8;
}
@media (min-width: 1920px) {
  .collections-keyword-swiper .swiper .swiper-button-prev.keyword-swiper {
    display: flex;
  }
}
.collections-keyword-swiper .swiper .swiper-button-prev.keyword-swiper:after {
  font-size: 24px;
  font-family: "vip";
  content: "\e935";
}
.collections-keyword-swiper .swiper-slide {
  display: flex;
  align-items: center;
  width: auto;
  height: 48px;
}
.collections-keyword-swiper .swiper-slide.swiper-slide-active .collections-keyword-item:after {
  width: 100%;
}
.collections-keyword-swiper .swiper-slide .collections-keyword-item {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: auto;
  height: 37px;
  color: rgba(0, 0, 0, 0.5);
  transition: all 0.2s;
}
.collections-keyword-swiper .swiper-slide .collections-keyword-item > .label {
  font-size: 14px;
  font-weight: 500;
}
.collections-keyword-swiper .swiper-slide .collections-keyword-item:after {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 2px;
  content: "";
  border-radius: 1px;
  transform: translateX(-50%);
  transition: width 0.2s;
  background-color: #000000;
}

body.dark-mode .collections-keyword-swiper .swiper .swiper-button-next.keyword-swiper,
body.dark-mode .collections-keyword-swiper .swiper .swiper-button-prev.keyword-swiper {
  color: #ffffff;
  background: #000;
}
body.dark-mode .collections-keyword-swiper .swiper-slide.swiper-slide-active .collections-keyword-item {
  color: #ffffff;
}
body.dark-mode .collections-keyword-swiper .swiper-slide .collections-keyword-item {
  color: rgba(255, 255, 255, 0.5);
}
body.dark-mode .collections-keyword-swiper .swiper-slide .collections-keyword-item:after {
  background-color: #ffffff;
}

.search-bar-mobile {
  display: flex;
  flex-shrink: 0;
  flex-direction: column;
  width: 100%;
  height: auto;
  gap: 8px;
  padding: 16px;
  background-color: #f1f1f1;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
@media (min-width: 834px) {
  .search-bar-mobile {
    display: none;
  }
}
.search-bar-mobile .search-box-wrap {
  padding: 0;
}
.search-bar-mobile .drop-down-menu-control {
  display: none;
  width: 100%;
}
.search-bar-mobile .drop-down-menu-control.show {
  display: flex;
}

body.dark-mode .search-bar-mobile {
  background-color: #171717;
  border-bottom-color: rgba(255, 255, 255, 0.05);
}

.search-bar-web {
  display: none;
  flex-direction: column;
  flex-shrink: 0;
  width: 100%;
  height: auto;
}
.search-bar-web .search-bar-extend {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 72px;
  border-bottom: 1px solid #cccccc;
  background-color: #f8f8f8;
}
.search-bar-web .search-bar-extend > .inner {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 24px;
  width: 100%;
  max-width: 480px;
  height: auto;
}
.search-bar-web .search-bar-extend > .inner .search-box-wrap {
  flex-grow: 1;
  width: 100%;
  padding: 0;
}
.search-bar-web .search-bar-extend > .inner .divider {
  flex-shrink: 0;
  width: 1px;
  height: 24px;
  background-color: rgba(0, 0, 0, 0.3);
}
.search-bar-web .search-bar-extend > .inner a.extend {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  width: auto;
  height: auto;
  font-size: 16px;
  font-weight: 500;
  transition: all 0.2s ease-in;
}
.search-bar-web .search-bar-extend > .inner a.extend.on > i {
  transform: rotate(180deg);
}
.search-bar-web .search-bar-extend > .inner a.extend > i {
  width: 24px;
  height: 24px;
  font-size: 24px;
  transition: all 0.2s;
  color: rgba(0, 0, 0, 0.7);
}
.search-bar-web > .detail-search-panel {
  display: none;
  border-bottom: 1px solid #cccccc;
  background-color: #f1f1f1;
}
.search-bar-web > .detail-search-panel > ul > li > .inner {
  width: 100%;
  height: auto;
}
.search-bar-web > .detail-search-panel > ul > li > .inner > a {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding: 0 40px;
  height: 40px;
}
.search-bar-web > .detail-search-panel > ul > li > .inner > a.on > i {
  transform: rotate(180deg);
}
.search-bar-web > .detail-search-panel > ul > li > .inner > a > .label {
  font-size: 16px;
  font-weight: 500;
}
.search-bar-web > .detail-search-panel > ul > li > .inner > a > i {
  width: 24px;
  height: 24px;
  font-size: 24px;
  transition: all 0.2s;
}
.search-bar-web > .detail-search-panel > ul > li > .inner > .panel {
  display: none;
  padding: 8px 40px 16px;
}
.search-bar-web > .detail-search-panel > ul > li > .inner > .panel.sub-panel {
  padding: 8px 0 16px;
  border-top: 1px solid #cccccc;
}
.search-bar-web > .detail-search-panel > ul > li > .inner > .panel.sub-panel .sub-panel-title {
  display: flex;
  align-items: center;
  height: 40px;
  padding: 0 64px;
  font-size: 14px;
  font-weight: 500;
  color: #171717;
}
.search-bar-web > .detail-search-panel > ul > li > .inner > .panel.sub-panel > ul {
  margin-top: 8px;
}
.search-bar-web > .detail-search-panel > ul > li > .inner > .panel.sub-panel > ul > li {
  padding: 0 64px;
}
.search-bar-web > .detail-search-panel > ul > li > .inner > .panel.sub-panel > ul > li:last-of-type .sub-panel-item {
  border-bottom: none;
}
.search-bar-web > .detail-search-panel > ul > li > .inner > .panel.sub-panel > ul > li .sub-panel-item {
  display: flex;
  align-items: flex-start;
  flex-direction: row;
  padding-bottom: 16px;
  border-bottom: 1px solid #e6e6e6;
}
.search-bar-web > .detail-search-panel > ul > li > .inner > .panel .search-grid-wrapper {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  -webkit-grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
}
.search-bar-web > .detail-search-panel > ul > li > .inner .search-panel-divider {
  width: 100%;
  height: auto;
  padding: 0 32px;
}
.search-bar-web > .detail-search-panel > ul > li > .inner .search-panel-divider:after {
  display: block;
  content: "";
  width: 100%;
  height: 1px;
  background-color: #e6e6e6;
}
.search-bar-web > .detail-search-panel .summery-panel {
  padding: 0 0 16px;
  border-top: 1px solid #cccccc;
}
.search-bar-web > .detail-search-panel .summery-panel .summery-panel-title {
  display: flex;
  align-items: center;
  height: 50px;
  padding: 0 40px;
  font-size: 14px;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.5);
}
.search-bar-web > .detail-search-panel .summery-panel > ul {
  margin-top: 8px;
}
.search-bar-web > .detail-search-panel .summery-panel > ul > li {
  padding: 0 40px;
}
.search-bar-web > .detail-search-panel .summery-panel > ul > li:last-of-type .summery-panel-item {
  border-bottom: none;
}
.search-bar-web > .detail-search-panel .summery-panel > ul > li .summery-panel-item {
  display: flex;
  align-items: flex-start;
  flex-direction: row;
  border-bottom: 1px solid #e6e6e6;
}
.search-bar-web > .detail-search-panel .summery-panel > ul > li .summery-panel-item > .label {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  width: 90px;
  height: auto;
  min-height: 48px;
  font-size: 14px;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.5);
}
.search-bar-web > .detail-search-panel .summery-panel > ul > li .summery-panel-item .keyword-border-item-wrap {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 8px;
  padding: 9px 0;
}
.search-bar-web > .detail-search-panel .search-actions {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
  gap: 12px;
  width: 100%;
  height: 76px;
  padding: 0 24px;
}

@media (min-width: 834px) {
  .search-bar-web {
    display: flex;
  }
  .search-bar-web > .detail-search-panel .search-grid-wrapper {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    -webkit-grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
@media (min-width: 1366px) {
  .search-bar-web .search-bar-extend > .inner {
    max-width: 814px;
  }
  .search-bar-web > .detail-search-panel > ul > li > .inner .panel .search-grid-wrapper {
    grid-template-columns: repeat(5, minmax(0, 1fr));
    -webkit-grid-template-columns: repeat(5, minmax(0, 1fr));
  }
}
@media (min-width: 1920px) {
  .search-bar-web > .detail-search-panel > ul > li > .inner > .panel .search-grid-wrapper {
    grid-template-columns: repeat(7, minmax(0, 1fr));
    -webkit-grid-template-columns: repeat(7, minmax(0, 1fr));
  }
}
body.dark-mode .search-bar-web .search-bar-extend {
  border-color: rgba(255, 255, 255, 0.1);
  background-color: #111111;
}
body.dark-mode .search-bar-web .search-bar-extend > .inner .divider {
  background-color: rgba(255, 255, 255, 0.3);
}
body.dark-mode .search-bar-web .search-bar-extend > .inner a.extend > i {
  color: rgba(255, 255, 255, 0.7);
}
body.dark-mode .search-bar-web > .detail-search-panel {
  background-color: #171717;
  border-bottom-color: rgba(255, 255, 255, 0.1);
}
body.dark-mode .search-bar-web > .detail-search-panel > ul > li > .inner > a > i {
  color: rgba(255, 255, 255, 0.7);
}
body.dark-mode .search-bar-web > .detail-search-panel > ul > li > .inner > .panel.sub-panel {
  border-top-color: rgba(255, 255, 255, 0.1);
}
body.dark-mode .search-bar-web > .detail-search-panel > ul > li > .inner > .panel.sub-panel .sub-panel-title {
  color: #ffffff;
}
body.dark-mode .search-bar-web > .detail-search-panel > ul > li > .inner > .panel.sub-panel > ul > li .sub-panel-item {
  border-bottom-color: rgba(255, 255, 255, 0.05);
}
body.dark-mode .search-bar-web > .detail-search-panel > ul > li > .inner .search-panel-divider:after {
  background-color: rgba(255, 255, 255, 0.05);
}
body.dark-mode .search-bar-web > .detail-search-panel .summery-panel {
  border-top-color: rgba(255, 255, 255, 0.1);
}
body.dark-mode .search-bar-web > .detail-search-panel .summery-panel .summery-panel-title {
  color: rgba(255, 255, 255, 0.5);
}
body.dark-mode .search-bar-web > .detail-search-panel .summery-panel > ul > li .summery-panel-item {
  border-bottom-color: rgba(255, 255, 255, 0.05);
}
body.dark-mode .search-bar-web > .detail-search-panel .summery-panel > ul > li .summery-panel-item > .label {
  color: rgba(255, 255, 255, 0.5);
}

.detail-search-action-sheet {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.2s;
  pointer-events: none;
  z-index: 920;
}
@media (min-width: 834px) {
  .detail-search-action-sheet {
    display: none !important;
  }
}
.detail-search-action-sheet.on {
  pointer-events: auto;
}
.detail-search-action-sheet.on .dim {
  opacity: 1;
}
.detail-search-action-sheet.on .panel {
  transform: translateY(0);
  opacity: 1;
}
.detail-search-action-sheet .dim {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  opacity: 0;
  transition: all 0.2s;
}
.detail-search-action-sheet .panel {
  position: absolute;
  display: flex;
  flex-direction: column;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  max-width: 100%;
  height: auto;
  padding-top: 8px;
  transform: translateY(100%);
  opacity: 0;
  border-radius: 12px 12px 0 0;
  background-color: #f1f1f1;
  transition: all 0.2s;
}
.detail-search-action-sheet .panel .tabs.tabs-primary {
  flex-grow: 1;
  gap: 0;
}
.detail-search-action-sheet .panel .tabs.tabs-primary .panel-header {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 0 16px;
}
.detail-search-action-sheet .panel .tabs.tabs-primary .panel-header .close {
  width: 24px;
  height: 24px;
  font-size: 24px;
}
.detail-search-action-sheet .panel .tabs.tabs-primary .panel-header .close .shade {
  width: 30px;
  height: 30px;
}
.detail-search-action-sheet .panel .tabs.tabs-primary .tabs-contents-container {
  flex-grow: 1;
  padding: 24px 16px;
}
.detail-search-action-sheet .panel .tabs.tabs-primary .tabs-contents-container .tabs-contents.categories {
  display: none;
  flex-direction: column;
  gap: 8px;
}
.detail-search-action-sheet .panel .tabs.tabs-primary .tabs-contents-container .tabs-contents.categories.on {
  display: flex;
}
.detail-search-action-sheet .panel .tabs.tabs-primary .tabs-contents-container .tabs-contents.detail-conditions {
  display: none;
  flex-direction: column;
  gap: 8px;
}
.detail-search-action-sheet .panel .tabs.tabs-primary .tabs-contents-container .tabs-contents.detail-conditions.on {
  display: flex;
}
.detail-search-action-sheet .panel .tabs.tabs-primary .tabs-contents-container .tabs-contents.keywords {
  display: none;
  flex-direction: column;
  gap: 24px;
}
.detail-search-action-sheet .panel .tabs.tabs-primary .tabs-contents-container .tabs-contents.keywords.on {
  display: flex;
}
.detail-search-action-sheet .panel .tabs.tabs-primary .tabs-contents-container .tabs-contents.keywords .rep-keywords-control {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.detail-search-action-sheet .panel .tabs.tabs-primary .tabs-contents-container .tabs-contents.keywords .rep-keywords-control > .label {
  display: flex;
  flex-direction: row;
  align-items: center;
  height: 32px;
  font-size: 14px;
  font-weight: 500;
}
.detail-search-action-sheet .panel .tabs.tabs-primary .tabs-contents-container .tabs-contents.keywords .divider {
  display: block;
  width: 100%;
  height: 1px;
  background-color: #e6e6e6;
}
.detail-search-action-sheet .panel .tabs.tabs-primary .tabs-contents-container .tabs-contents.keywords .keywords-grid-container .keywords-board {
  max-height: 200px;
  overflow-y: overlay;
}
.detail-search-action-sheet .panel .tabs.filter-summery {
  display: flex;
  flex-grow: 1;
  flex-direction: column;
  gap: 0;
  border-top: 1px solid #e6e6e6;
  background-color: #f8f8f8;
}
.detail-search-action-sheet .panel .tabs.filter-summery .filter-summery-bar {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 8px 16px 0;
}
.detail-search-action-sheet .panel .tabs.filter-summery .filter-summery-bar .reset {
  width: 24px;
  height: 24px;
  font-size: 24px;
}
.detail-search-action-sheet .panel .tabs.filter-summery .filter-summery-bar .reset .shade {
  width: 30px;
  height: 30px;
}
.detail-search-action-sheet .panel .tabs.filter-summery .filter-summery-bar .choice-items {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 16px;
}
.detail-search-action-sheet .panel .tabs.filter-summery .filter-summery-bar .choice-items > .label {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.5);
}
.detail-search-action-sheet .panel .tabs.filter-summery .filter-summery-bar .choice-items > .label:after {
  content: "";
  width: 1px;
  height: 16px;
  background-color: rgba(0, 0, 0, 0.3);
}
.detail-search-action-sheet .panel .tabs.filter-summery .tabs-contents {
  padding: 24px;
}
.detail-search-action-sheet .panel .actions {
  flex-shrink: 0;
  padding: 24px 16px calc(env(safe-area-inset-bottom) + 24px);
  background-color: #f8f8f8;
}

body.dark-mode .detail-search-action-sheet .panel {
  background-color: #171717;
}
body.dark-mode .detail-search-action-sheet .panel .tabs.tabs-primary .tabs-contents-container .tabs-contents.keywords .divider {
  background-color: rgba(255, 255, 255, 0.05);
}
body.dark-mode .detail-search-action-sheet .panel .tabs.filter-summery {
  border-top-color: rgba(255, 255, 255, 0.05);
  background-color: #111111;
}
body.dark-mode .detail-search-action-sheet .panel .tabs.filter-summery .filter-summery-bar .choice-items > .label {
  color: rgba(255, 255, 255, 0.5);
}
body.dark-mode .detail-search-action-sheet .panel .tabs.filter-summery .filter-summery-bar .choice-items > .label:after {
  background-color: rgba(255, 255, 255, 0.3);
}
body.dark-mode .detail-search-action-sheet .panel .actions {
  background-color: #111111;
}

.search-detail-action-bar {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  -webkit-grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}
.search-detail-action-bar .drop-down-menu-control {
  width: 100%;
}
.search-detail-action-bar .summery-bar {
  display: none;
}

@media (min-width: 834px) {
  .search-detail-action-bar {
    display: flex;
    align-items: center;
    height: 80px;
  }
  .search-detail-action-bar .drop-down-menu-control {
    display: none;
  }
  .search-detail-action-bar .summery-bar {
    display: flex;
    padding: 0;
  }
  .search-detail-action-bar .summery-bar .counts {
    font-size: 16px;
  }
}
.keywords-select-box {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: auto;
}
.keywords-select-box .language-select-bar {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 32px;
}
.keywords-select-box .language-select-bar .language-select {
  display: flex;
  align-items: center;
  justify-content: center;
  width: auto;
  height: 44px;
}
.keywords-select-box .language-select-bar .language-select.on .label {
  color: #000000;
}
.keywords-select-box .language-select-bar .language-select .label {
  font-size: 14px;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.3);
  transition: color 0.2s;
}
.keywords-select-box .keywords-scroll-box-group {
  position: relative;
}
.keywords-select-box .keywords-scroll-box-group .keywords-scroll-box {
  display: none;
  flex-direction: column;
  width: 100%;
  height: auto;
  gap: 10px;
}
.keywords-select-box .keywords-scroll-box-group .keywords-scroll-box.on {
  display: flex;
}
.keywords-select-box .keywords-scroll-box-group .keywords-scroll-box .keywords-group-select-bar {
  position: relative;
  display: flex;
  flex-shrink: 0;
  flex-direction: row;
  width: 100%;
  height: auto;
  gap: 48px;
}
.keywords-select-box .keywords-scroll-box-group .keywords-scroll-box .keywords-group-select-bar .keywords-group-select {
  position: relative;
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  width: auto;
  height: 36px;
  padding: 0 6px;
}
.keywords-select-box .keywords-scroll-box-group .keywords-scroll-box .keywords-group-select-bar .keywords-group-select.on:after {
  width: 100%;
}
.keywords-select-box .keywords-scroll-box-group .keywords-scroll-box .keywords-group-select-bar .keywords-group-select.on .label {
  color: #000000;
}
.keywords-select-box .keywords-scroll-box-group .keywords-scroll-box .keywords-group-select-bar .keywords-group-select:after {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 2px;
  border-radius: 1px;
  content: "";
  background-color: #000000;
  transform: translateX(-50%);
  transition: width 0.2s;
}
.keywords-select-box .keywords-scroll-box-group .keywords-scroll-box .keywords-group-select-bar .keywords-group-select > .label {
  font-size: 14px;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.5);
  transition: color 0.2s;
}
.keywords-select-box .keywords-scroll-box-group .keywords-scroll-box .keywords-scroll {
  position: relative;
  width: 100%;
  height: auto;
  max-height: 330px;
  overflow-y: overlay;
  margin-top: 16px;
}
.keywords-select-box .keywords-scroll-box-group .keywords-scroll-box .keywords-scroll .keywords-group {
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin-bottom: 56px;
}
.keywords-select-box .keywords-scroll-box-group .keywords-scroll-box .keywords-scroll .keywords-group:last-of-type {
  margin-bottom: 0;
}
.keywords-select-box .keywords-scroll-box-group .keywords-scroll-box .keywords-scroll .keywords-group > .keywords-group-label {
  font-size: 16px;
  font-weight: 600;
  color: #000000;
}
.keywords-select-box .keywords-scroll-box-group .keywords-scroll-box .keywords-scroll .keywords-group > .inner {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  -webkit-grid-template-columns: repeat(6, minmax(0, 1fr));
  grid-gap: 10px 40px;
}
.keywords-select-box .keywords-scroll-box-group .keywords-scroll-box .keywords-scroll .keywords-group > .inner .keyword-item {
  display: flex;
  justify-content: flex-start;
}
.keywords-select-box .swiper-container {
  position: relative;
  width: 100%;
  height: auto;
}
.keywords-select-box .keyword {
  display: flex;
  align-items: center;
  justify-content: center;
  width: auto;
  height: 24px;
  gap: 8px;
}
.keywords-select-box .keyword.on:hover > .label {
  color: #c0a275;
}
.keywords-select-box .keyword.on > .label {
  color: #000000;
}
.keywords-select-box .keyword.on > .icon {
  display: block;
}
.keywords-select-box .keyword:hover > .label {
  color: #c0a275;
}
.keywords-select-box .keyword > .label {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  text-align: left;
  padding: 0 2px;
  font-size: 14px;
  font-weight: 500;
  line-height: 16px;
  color: #6b6b6b;
  transition: color 0.2s;
}
.keywords-select-box .keyword > .icon {
  display: none;
  width: 24px;
  height: 24px;
  font-size: 24px;
  color: rgba(0, 0, 0, 0.3);
}

body.dark-mode .keywords-select-box .language-select-bar .language-select.on .label {
  color: #ffffff;
}
body.dark-mode .keywords-select-box .language-select-bar .language-select .label {
  color: rgba(255, 255, 255, 0.5);
}
body.dark-mode .keywords-select-box .keywords-scroll-box-group .keywords-scroll-box .keywords-group-select-bar .keywords-group-select.on .label {
  color: #ffffff;
}
body.dark-mode .keywords-select-box .keywords-scroll-box-group .keywords-scroll-box .keywords-group-select-bar .keywords-group-select:after {
  background-color: #ffffff;
}
body.dark-mode .keywords-select-box .keywords-scroll-box-group .keywords-scroll-box .keywords-group-select-bar .keywords-group-select > .label {
  color: rgba(255, 255, 255, 0.5);
}
body.dark-mode .keywords-select-box .keywords-scroll-box-group .keywords-scroll-box .keywords-scroll .keywords-group > .keywords-group-label {
  color: #ffffff;
}
body.dark-mode .keywords-select-box .keyword.on:hover > .label {
  color: #c0a275;
}
body.dark-mode .keywords-select-box .keyword.on > .label {
  color: #ffffff;
}
body.dark-mode .keywords-select-box .keyword:hover > .label {
  color: #c0a275;
}
body.dark-mode .keywords-select-box .keyword > .label {
  color: #939393;
}
body.dark-mode .keywords-select-box .keyword > .icon {
  color: rgba(255, 255, 255, 0.3);
}

.main-key-visual {
  position: absolute;
  display: none;
  align-items: center;
  justify-content: center;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.main-key-visual.on {
  display: flex;
  pointer-events: auto;
}
.main-key-visual .key-visual-item {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.key-visual-button-next {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 50%;
  right: 24px;
  width: 56px;
  height: 56px;
  color: #1b1b1b;
  transform: translateY(-50%);
  opacity: 0;
  pointer-events: none;
  transition: all 0.2s;
  z-index: 2;
  cursor: pointer;
}
.key-visual-button-next:after {
  font-size: 56px;
  font-family: "vip";
  content: "\e947";
}

.key-visual-button-prev {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 50%;
  left: 24px;
  width: 56px;
  height: 56px;
  color: #1b1b1b;
  transform: translateY(-50%);
  opacity: 0;
  pointer-events: none;
  transition: all 0.2s;
  z-index: 2;
  cursor: pointer;
}
.key-visual-button-prev:after {
  font-size: 56px;
  font-family: "vip";
  content: "\e946";
}

@media (min-width: 834px) {
  .key-visual-button-next.on {
    opacity: 1;
    pointer-events: auto;
  }
  .key-visual-button-prev.on {
    opacity: 1;
    pointer-events: auto;
  }
}
body.dark-mode .key-visual-button-next,
body.dark-mode .key-visual-button-prev {
  color: #ffffff;
}

.grid-table {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.grid-table .row {
  display: flex;
  flex-direction: row;
  align-items: center;
  height: 58px;
  border-bottom: 1px solid #e6e6e6;
}
.grid-table .row .label {
  flex-shrink: 0;
  width: 90px;
  color: rgba(0, 0, 0, 0.5);
  font-size: 15px;
  font-weight: 500;
}
.grid-table .row .value {
  flex-grow: 1;
  width: 100%;
  color: #000000;
  font-size: 15px;
  font-weight: 500;
}

body.dark-mode .grid-table .row {
  border-bottom-color: rgba(255, 255, 255, 0.05);
}
body.dark-mode .grid-table .row .label {
  color: rgba(255, 255, 255, 0.5);
}
body.dark-mode .grid-table .row .value {
  color: #ffffff;
}

.map {
  position: fixed;
  display: flex;
  flex-direction: column;
  top: 52px;
  left: 0;
  width: 100%;
  height: calc(100% - 52px);
  pointer-events: none;
  opacity: 0;
  z-index: 910;
  transition: all 0.2s;
}
.map .map-inner {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  background-color: #f8f8f8;
}
.map.gyedong .classification-bar.on-tablet .main-level-class-bar .tools-container {
  padding-right: 0;
}
.map.gyedong .classification-bar.on-tablet .main-level-class-bar .main-level-class,
.map.gyedong .classification-bar.on-tablet .toggle-classification-bar,
.map.gyedong .refresh.btn-icon {
  display: none;
}
.map.gyedong .classification-bar .main-level-class-bar {
  position: absolute;
  top: 0;
  right: 0;
  width: auto;
  justify-content: flex-end;
}
.map.gyedong .map-viewer .location-select-bar {
  top: 0;
}

@media (min-width: 834px) {
  .map.gyedong .map-viewer .location-select-bar {
    top: 94px;
  }
}
body.dark-mode .map.gyedong .classification-bar .main-level-class-bar {
  background-color: #f8f8f8;
}

@media (min-width: 834px) {
  .map {
    top: 70px;
    height: calc(100% - 70px);
  }
}
.map-viewer {
  position: relative;
  display: flex;
  flex-grow: 1;
  width: 100%;
  height: 100%;
  background-color: #f8f8f8;
  overflow: hidden;
}
.map-viewer .location-select-bar {
  position: absolute;
  flex-shrink: 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  top: 0;
  left: 0;
  width: 100%;
  height: 60px;
  padding: 0 16px;
  border-bottom: 1px solid #e6e6e6;
  background-color: rgba(255, 255, 255, 0.95);
  z-index: 1;
}
.map-viewer .map-viewer-header {
  position: absolute;
  flex-shrink: 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  top: 0;
  left: 0;
  width: 100%;
  height: 60px;
  padding: 0 18px 0 24px;
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
  background-color: rgba(255, 255, 255, 0.95);
  z-index: 1;
}
.map-viewer .map-viewer-header .title {
  flex-grow: 1;
  margin: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 16px;
  font-weight: 600;
  color: #000000;
}
.map-viewer .map-viewer-header .tool {
  color: #000000;
}
@media (min-width: 834px) {
  .map-viewer .map-viewer-header {
    padding-right: 8px;
  }
  .map-viewer .map-viewer-header .tool {
    width: 42px;
    height: 42px;
  }
  .map-viewer .map-viewer-header .tool > i {
    width: auto;
    height: auto;
    font-size: 28px;
  }
  .map-viewer .map-viewer-header + .map-container {
    padding-top: 60px;
  }
}
.map-viewer .map-container {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.map-viewer .map-container .showcase.on .box {
  fill: #c0a275;
  fill-opacity: 1;
  transition: all 0.2s;
}
.map-viewer .map-container .showcase.on .label {
  fill: #ffffff;
  transition: all 0.2s;
}
.map-viewer .map-container > svg {
  width: 100%;
  height: 100%;
}
.map-viewer .map-container img {
  max-width: 100%;
}
.map-viewer .controls {
  position: absolute;
  display: flex;
  flex-direction: column;
  gap: 16px;
  right: 16px;
  bottom: 80px;
}
.map-viewer .controls .control-group {
  display: flex;
  flex-direction: column;
  border-radius: 6px;
  border: 1px solid #cccccc;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2);
  background-color: #ffffff;
  overflow: hidden;
}
.map-viewer .controls .control-group .control-item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  background-color: #ffffff;
  transition: all 0.06s;
}
.map-viewer .controls .control-group .control-item:active {
  background-color: rgba(0, 0, 0, 0.05);
}
.map-viewer .controls .control-group .control-item > i {
  width: 16px;
  height: 16px;
  font-size: 16px;
  color: #000000;
}
.map-viewer .controls .control-group .control-item + .control-item {
  border-top: 1px solid #cccccc;
}
.map-viewer .magnification-indicator {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  left: 50%;
  bottom: 40px;
  height: 26px;
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  padding: 0 16px;
  border-radius: 13px;
  transform: translateX(-50%);
  background-color: rgba(192, 162, 117, 0.9);
}

@media (min-width: 834px) {
  .map-viewer .location-select-bar {
    position: absolute;
    top: 32px;
    right: 32px;
    left: auto;
    justify-content: flex-end;
    width: auto;
    height: auto;
    padding: 0;
    border-bottom: none;
    background-color: transparent;
  }
  .map-viewer .location-select-bar .close-map {
    display: none;
  }
  .map-viewer .controls {
    right: 64px;
    top: 50%;
    bottom: auto;
    transform: translateY(-50%);
  }
  .map-viewer .magnification-indicator {
    bottom: 80px;
  }
}
body.dark-mode .map-viewer .location-select-bar .close-map {
  color: #000000;
}

.class-items {
  display: flex;
  flex-shrink: 0;
  flex-direction: row;
}
.class-items.swiper {
  position: relative;
  flex-shrink: initial;
  margin: 0;
}
.class-items.swiper .swiper-slide {
  width: auto;
}
.class-items .class-item {
  padding-left: 24px;
  padding-right: 24px;
}
.class-items .class-item > .label {
  color: #000000;
}
.class-items .class-item.on {
  background-color: #c0a275;
}
.class-items .class-item.on > .label {
  color: #ffffff;
}

body.dark-mode .class-items .class-item > .label {
  color: #ffffff;
}

.classification-bar {
  position: relative;
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  z-index: 1;
}
.classification-bar.on-tablet {
  display: none;
}
.classification-bar.on-tablet .toggle-classification-bar {
  top: calc(100% - 1px);
  border-radius: 0 0 4px 4px;
  border-top: none;
  border-right: 1px solid;
  border-bottom: 1px solid;
  border-left: 1px solid;
  border-color: #e6e6e6;
}
.classification-bar.on-tablet .toggle-classification-bar > i {
  transform: rotate(180deg);
}
.classification-bar.on-tablet.on .toggle-classification-bar > i {
  transform: rotate(0);
}
.classification-bar.on-tablet .main-level-class-bar .main-level-class {
  position: relative;
  border-top: none;
  border-bottom: 1px solid;
  border-color: #e6e6e6;
  padding-left: 88px;
  padding-right: 88px;
  overflow: hidden;
}
.classification-bar.on-tablet .main-level-class-bar .main-level-class .main-level-class-swiper-button {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 50%;
  right: 16px;
  width: 24px;
  height: 24px;
  transform: translateY(-50%);
  color: #000000;
  cursor: pointer;
  transition: all 0.2s;
  z-index: 2;
}
.classification-bar.on-tablet .main-level-class-bar .main-level-class .main-level-class-swiper-button.prev:after, .classification-bar.on-tablet .main-level-class-bar .main-level-class .main-level-class-swiper-button.next:after {
  font-size: 24px;
  font-family: "vip";
}
.classification-bar.on-tablet .main-level-class-bar .main-level-class .main-level-class-swiper-button.prev {
  left: 32px;
}
.classification-bar.on-tablet .main-level-class-bar .main-level-class .main-level-class-swiper-button.prev:after {
  content: "\e946";
}
.classification-bar.on-tablet .main-level-class-bar .main-level-class .main-level-class-swiper-button.next {
  right: 16px;
}
.classification-bar.on-tablet .main-level-class-bar .main-level-class .main-level-class-swiper-button.next:after {
  content: "\e947";
}
.classification-bar.on-tablet .main-level-class-bar .tools-container {
  border-top: none;
  border-bottom: 1px solid;
  border-color: #e6e6e6;
  padding-right: 16px;
}
.classification-bar.on-tablet .sub-level-class-panel {
  border-radius: 0;
  padding: 0;
  border-top: none;
  border-bottom: 1px solid;
  border-color: #e6e6e6;
}
.classification-bar.on-tablet .sub-level-class-panel .sub-level-class {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  height: 60px;
  padding-left: 88px;
  padding-right: 88px;
  border-bottom: 1px solid #e6e6e6;
  overflow: hidden;
}
.classification-bar.on-tablet .sub-level-class-panel .sub-level-class:last-of-type {
  border-bottom: none;
}
.classification-bar.on .toggle-classification-bar > i {
  transform: rotate(180deg);
}
.classification-bar .toggle-classification-bar {
  position: absolute;
  top: -23px;
  left: 50%;
  width: auto;
  height: 24px;
  padding: 0 8px;
  border-radius: 4px 4px 0 0;
  border-top: 1px solid;
  border-right: 1px solid;
  border-bottom: none;
  border-left: 1px solid;
  border-color: #e6e6e6;
  transform: translateX(-50%);
  background-color: #ffffff;
  transition: all 0.2s;
  z-index: 1;
}
.classification-bar .toggle-classification-bar > i {
  display: block;
  width: 24px;
  height: 24px;
  font-size: 24px;
  color: #000000;
  transition: all 0.2s;
}
.classification-bar .sub-level-class-panel {
  display: none;
  flex-direction: column;
  padding-top: 8px;
  border-radius: 14px 14px 0 0;
  border-top: 1px solid;
  border-right: 1px solid;
  border-left: 1px solid;
  border-color: #e6e6e6;
  background-color: #ffffff;
}
.classification-bar .sub-level-class-panel .class-panel-header {
  display: flex;
  align-items: center;
  height: 40px;
  padding: 0 16px;
}
.classification-bar .sub-level-class-panel .class-panel-body {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 24px 16px 44px;
}
.classification-bar .main-level-class-bar {
  position: relative;
  display: flex;
  flex-shrink: 0;
  flex-direction: row;
  width: 100%;
  height: auto;
  background-color: #ffffff;
}
.classification-bar .main-level-class-bar .main-level-class {
  display: flex;
  flex-grow: 1;
  flex-direction: row;
  overflow-x: auto;
  padding: 10px 8px;
  border-top: 1px solid;
  border-color: #e6e6e6;
}
.classification-bar .main-level-class-bar .main-level-class::-webkit-scrollbar {
  display: none;
}
.classification-bar .main-level-class-bar .tools-container {
  display: flex;
  flex-direction: row;
  border-top: 1px solid;
  border-color: #e6e6e6;
  background-color: #cccccc;
}
.classification-bar .main-level-class-bar .tools-container .refresh > .shade,
.classification-bar .main-level-class-bar .tools-container .close-map > .shade {
  width: 44px;
  height: 44px;
}
.classification-bar .main-level-class-bar .tools-container .refresh > i,
.classification-bar .main-level-class-bar .tools-container .close-map > i {
  color: #ffffff;
}

@media (min-width: 834px) {
  .classification-bar.on-mobile {
    display: none;
  }
  .classification-bar.on-tablet {
    display: flex;
  }
}
body.dark-mode .classification-bar .toggle-classification-bar {
  border-color: rgba(255, 255, 255, 0.1);
  background-color: #171717;
}
body.dark-mode .classification-bar .toggle-classification-bar > i {
  color: #ffffff;
}
body.dark-mode .classification-bar .sub-level-class-panel {
  border-color: rgba(255, 255, 255, 0.1);
  background-color: #171717;
}
body.dark-mode .classification-bar .sub-level-class-panel .sub-level-class {
  border-color: rgba(255, 255, 255, 0.1);
}
body.dark-mode .classification-bar .main-level-class-bar {
  background-color: #171717;
}
body.dark-mode .classification-bar .main-level-class-bar .main-level-class {
  border-color: rgba(255, 255, 255, 0.1);
}
body.dark-mode .classification-bar .main-level-class-bar .main-level-class .main-level-class-swiper-button {
  color: #ffffff;
}
body.dark-mode .classification-bar .main-level-class-bar .tools-container {
  border-color: #474747;
  background-color: #474747;
}

.navigation-bar.on-qr-reader .qr-reader {
  pointer-events: auto;
  opacity: 1;
}

.qr-reader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  pointer-events: none;
  z-index: 910;
  transition: all 0.2s;
}
.qr-reader.on-camera-granted .panel .panel-header .panel-header-inner {
  background-color: transparent !important;
}
.qr-reader.on-camera-granted .panel .panel-header .panel-header-inner .title,
.qr-reader.on-camera-granted .panel .panel-header .panel-header-inner .close-qr-reader {
  color: #ffffff !important;
}
.qr-reader.on-camera-granted .panel .panel-body .camera-permission-request {
  display: none;
}
.qr-reader.on-camera-granted .panel .panel-body .scanning-zone-container {
  display: flex;
}
.qr-reader.on-camera-denied .panel .panel-body .camera-permission-request {
  display: none;
}
.qr-reader.on-camera-denied .panel .panel-body .camera-permission-re-request {
  display: flex;
}
.qr-reader .panel {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  background-color: #f8f8f8;
}
.qr-reader .panel .panel-header {
  flex-shrink: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 3;
}
.qr-reader .panel .panel-header .panel-header-inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 56px;
  padding: 0 40px;
  background-color: #ffffff;
}
.qr-reader .panel .panel-header .panel-header-inner .title {
  font-size: 16px;
  font-weight: 600;
  color: #000000;
}
.qr-reader .panel .panel-header .panel-header-inner .close-qr-reader {
  position: absolute;
  top: 50%;
  left: 16px;
  transform: translateY(-50%);
}
@media (min-width: 834px) {
  .qr-reader .panel .panel-header .panel-header-inner {
    height: 60px;
    padding: 0 66px;
  }
  .qr-reader .panel .panel-header .panel-header-inner .close-qr-reader {
    width: 42px;
    height: 42px;
    left: 24px;
  }
}
.qr-reader .panel .panel-body {
  position: relative;
  display: flex;
  flex-grow: 1;
  flex-direction: column;
  width: 100%;
  height: 100%;
}
.qr-reader .panel .panel-body .qr-scanning-zone {
  position: absolute !important;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none !important;
}
.qr-reader .panel .panel-body .camera-permission-request {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.qr-reader .panel .panel-body .scanning-zone-container {
  display: none;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.qr-reader .panel .panel-body .scanning-zone-container .camera-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.qr-reader .panel .panel-body .scanning-zone-container .camera-container > .canvas {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.qr-reader .panel .panel-body .scanning-zone-container .camera-container .dark-filter {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
}
.qr-reader .panel .panel-body .scanning-zone-container > .inner {
  display: flex;
  flex-grow: 1;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.qr-reader .panel .panel-body .scanning-zone-container > .inner .scanning-zone {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 32px;
}
@media (min-width: 834px) {
  .qr-reader .panel .panel-body .scanning-zone-container > .inner .scanning-zone {
    gap: 40px;
  }
}
.qr-reader .panel .panel-body .scanning-zone-container > .inner .scanning-zone .message {
  color: #ffffff;
  font-size: 18px;
  font-weight: 500;
}
.qr-reader .panel .panel-body .scanning-zone-container > .inner .scanning-zone .scanning-zone-focus {
  position: relative;
  width: 250px;
  height: 250px;
}
.qr-reader .panel .panel-body .scanning-zone-container > .inner .scanning-zone .scanning-zone-focus.on .focus {
  color: #ff6262;
}
@media (min-width: 834px) {
  .qr-reader .panel .panel-body .scanning-zone-container > .inner .scanning-zone .scanning-zone-focus {
    width: 430px;
    height: 430px;
  }
}
.qr-reader .panel .panel-body .scanning-zone-container > .inner .scanning-zone .scanning-zone-focus .scanning-zone-angle {
  width: 100%;
  height: auto;
}
.qr-reader .panel .panel-body .scanning-zone-container > .inner .scanning-zone .scanning-zone-focus .focus {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 40px;
  height: 40px;
  font-size: 40px;
  transform: translate(-50%, -50%);
  color: #ffffff;
  transition: all 0.2s;
}
.qr-reader .panel .panel-body .scanning-zone-container .actions {
  flex-shrink: 0;
  width: 100%;
  padding: 0 16px calc(env(safe-area-inset-bottom) + 24px);
}
@media (min-width: 834px) {
  .qr-reader .panel .panel-body .scanning-zone-container .actions {
    max-width: 575px;
    padding-bottom: calc(env(safe-area-inset-bottom) + 100px);
  }
}
.qr-reader .panel .panel-body .camera-permission-re-request {
  display: none;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 100%;
}
.qr-reader .panel .panel-body .camera-permission-re-request > .inner {
  display: flex;
  flex-grow: 1;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.qr-reader .panel .panel-body .camera-permission-re-request > .inner .message {
  text-align: center;
}
.qr-reader .panel .panel-body .camera-permission-re-request .actions {
  flex-shrink: 0;
  width: 100%;
  padding: 0 16px calc(env(safe-area-inset-bottom) + 24px);
}
@media (min-width: 834px) {
  .qr-reader .panel .panel-body .camera-permission-re-request .actions {
    max-width: 575px;
    padding-bottom: calc(env(safe-area-inset-bottom) + 100px);
  }
}

body.dark-mode .qr-reader .panel {
  background-color: #111111;
}
body.dark-mode .qr-reader .panel .panel-header .panel-header-inner {
  background-color: #171717;
}
body.dark-mode .qr-reader .panel .panel-header .panel-header-inner .title {
  color: #ffffff;
}
.tooltip-container {
  position: relative;
  font-size: 0;
}
.tooltip-container:hover .tooltip {
  opacity: 1;
  pointer-events: auto;
}
.tooltip-container.tooltip-bottom.left .tooltip {
  left: 0;
  right: auto;
  transform: none;
}
.tooltip-container.tooltip-bottom.left .tooltip:after {
  left: 12px;
  right: auto;
}
.tooltip-container.tooltip-bottom.right .tooltip {
  left: auto;
  right: 0;
  transform: none;
}
.tooltip-container.tooltip-bottom.right .tooltip:after {
  left: auto;
  right: 12px;
}
.tooltip-container.tooltip-bottom .tooltip {
  margin-top: 10px;
  left: 50%;
  top: 100%;
  transform: translateX(-50%);
}
.tooltip-container.tooltip-bottom .tooltip:after {
  left: 50%;
  top: -10px;
  margin-left: -5px;
  border-style: solid;
  border-width: 5px 5px 5px 5px;
  border-color: transparent transparent #272727 transparent;
}
.tooltip-container.tooltip-top {
  margin-bottom: 10px;
  left: 50%;
  bottom: 100%;
  transform: translateX(-50%);
}
.tooltip-container.tooltip-top.left .tooltip {
  left: 0;
  right: auto;
  transform: none;
}
.tooltip-container.tooltip-top.left .tooltip:after {
  left: 12px;
  right: auto;
}
.tooltip-container.tooltip-top.right .tooltip {
  left: auto;
  right: 0;
  transform: none;
}
.tooltip-container.tooltip-top.right .tooltip:after {
  left: auto;
  right: 12px;
}
.tooltip-container.tooltip-top .tooltip {
  margin-bottom: 10px;
  left: 50%;
  bottom: 100%;
  transform: translateX(-50%);
}
.tooltip-container.tooltip-top .tooltip:after {
  left: 50%;
  bottom: -10px;
  margin-left: -5px;
  border-style: solid;
  border-width: 5px 5px 5px 5px;
  border-color: #272727 transparent transparent transparent;
}
.tooltip-container.tooltip-left.top .tooltip {
  top: 0;
  bottom: auto;
  transform: none;
}
.tooltip-container.tooltip-left.top .tooltip:after {
  bottom: auto;
  top: 12px;
}
.tooltip-container.tooltip-left.bottom .tooltip {
  bottom: 0;
  top: auto;
  transform: none;
}
.tooltip-container.tooltip-left.bottom .tooltip:after {
  top: auto;
  bottom: 12px;
}
.tooltip-container.tooltip-left .tooltip {
  margin-right: 10px;
  top: 50%;
  right: 100%;
  transform: translateY(-50%);
}
.tooltip-container.tooltip-left .tooltip:after {
  top: 50%;
  right: -10px;
  margin-top: -5px;
  border-style: solid;
  border-width: 5px 5px 5px 5px;
  border-color: transparent transparent transparent #272727;
}
.tooltip-container.tooltip-right.top .tooltip {
  top: 0;
  bottom: auto;
  transform: none;
}
.tooltip-container.tooltip-right.top .tooltip:after {
  bottom: auto;
  top: 12px;
}
.tooltip-container.tooltip-right.bottom .tooltip {
  bottom: 0;
  top: auto;
  transform: none;
}
.tooltip-container.tooltip-right.bottom .tooltip:after {
  top: auto;
  bottom: 12px;
}
.tooltip-container.tooltip-right .tooltip {
  margin-left: 10px;
  top: 50%;
  left: 100%;
  transform: translateY(-50%);
}
.tooltip-container.tooltip-right .tooltip:after {
  top: 50%;
  left: -10px;
  margin-top: -5px;
  border-style: solid;
  border-width: 5px 5px 5px 5px;
  border-color: transparent #272727 transparent transparent;
}
.tooltip-container.tooltip-sm .tooltip-icon {
  width: 16px;
  height: 16px;
  background-size: 16px;
  opacity: 0.5;
}
.tooltip-container .tooltip {
  position: absolute;
  width: auto;
  height: auto;
  background-color: #272727;
  border-radius: 2px;
  text-align: left;
  padding: 6px 8px;
  opacity: 0;
  pointer-events: none;
  z-index: 2;
  transition: all 0.2s;
}
.tooltip-container .tooltip:after {
  content: "";
  width: 0;
  height: 0;
  display: inline-block;
  position: absolute;
}
.tooltip-container .tooltip .tooltip-message {
  font-size: 14px;
  font-weight: 400;
  color: #ffffff;
  white-space: nowrap;
}
.tooltip-container .tooltip-icon {
  display: inline-block;
  width: 24px;
  height: 24px;
  background-size: 24px;
  background-image: url("../images/tooltip-icon.svg");
}

body.dark-mode .tooltip-container.tooltip-bottom .tooltip:after {
  border-color: transparent transparent #f1f1f1 transparent;
}
body.dark-mode .tooltip-container.tooltip-top .tooltip:after {
  border-color: #f1f1f1 transparent transparent transparent;
}
body.dark-mode .tooltip-container.tooltip-left .tooltip:after {
  border-color: transparent transparent transparent #f1f1f1;
}
body.dark-mode .tooltip-container.tooltip-right .tooltip:after {
  border-color: transparent #f1f1f1 transparent transparent;
}
body.dark-mode .tooltip-container .tooltip {
  background-color: #f1f1f1;
}
body.dark-mode .tooltip-container .tooltip .tooltip-message {
  font-size: 14px;
  font-weight: 400;
  color: #000000;
}

.page-login {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  background-color: #f1f1f1;
  background-image: url("../images/background/login-on-light.jpg");
  background-size: cover;
  overflow-y: overlay;
  min-height: 100vh;
}
.page-login .login-form {
  display: flex;
  flex-grow: 1;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.page-login .login-form > .inner {
  width: 100%;
  max-width: 650px;
  padding: 16px;
}
.page-login .login-form > .inner .header {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 56px;
}
.page-login .login-form > .inner .header .ci {
  width: 154px;
  height: auto;
}
.page-login .login-form > .inner .header .ci.on-dark {
  display: none;
}
.page-login .login-form > .inner .header .ci.on-light {
  display: inline-block;
}
.page-login .login-form > .inner .body .actions {
  margin-top: 32px;
}
.page-login .login-form > .inner .input-box .inner {
  background-color: #ffffff;
}

body.dark-mode .page-login {
  background-image: url("../images/background/login-on-dark.jpg");
}
body.dark-mode .page-login .login-form > .inner .header .ci.on-dark {
  display: inline-block;
}
body.dark-mode .page-login .login-form > .inner .header .ci.on-light {
  display: none;
}
body.dark-mode .page-login .login-form .input-box .inner {
  background-color: transparent;
}

.page-keywords {
  padding-top: 0 !important;
}
.page-keywords .search-box-wrap {
  padding-top: 16px !important;
  position: sticky;
  top: 0;
  background-color: #f8f8f8;
  z-index: 2;
  display: flex;
  align-items: center;
  flex-direction: initial;
  justify-content: center;
}
.page-keywords .search-box-wrap > .inner {
  margin-left: 30px;
}
.page-keywords .keywords-grid-container {
  margin-top: 0;
}
.page-keywords .keywords-grid-container .keywords-tabs-container {
  position: sticky;
  top: 56px;
  background-color: #f8f8f8;
  padding-top: 8px;
  z-index: 1;
}
@media (min-width: 834px) {
  .page-keywords .keywords-grid-container .keywords-tabs-container > .inner {
    position: sticky;
    top: 56px;
  }
}
.page-keywords .keywords-grid-container .keywords-board {
  padding-top: 16px;
}
.page-keywords .tooltip-container {
  margin-left: 14px;
}
.page-keywords .tooltip-container.right .tooltip {
  right: -10px;
}

body.dark-mode .page-keywords .search-box-wrap {
  background-color: #111111;
}
body.dark-mode .page-keywords .keywords-grid-container .keywords-tabs-container {
  background-color: #111111;
}

.user-accounts {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 100%;
  overflow-y: overlay;
}
.user-accounts > .inner {
  display: flex;
  align-items: center;
  flex-direction: column;
  max-width: 575px;
  gap: 32px;
  width: 100%;
  padding: 24px 16px calc(env(safe-area-inset-bottom) + 24px) 16px;
}

.pd-t-0u {
  padding-top: 0px !important;
}
.pd-b-0u {
  padding-bottom: 0px !important;
}
.pd-l-0u {
  padding-left: 0px !important;
}
.pd-r-0u {
  padding-right: 0px !important;
}
.pd-h-0u {
  padding-right: 0px !important;
  padding-left: 0px !important;
}
.pd-v-0u {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}
.pd-t-1u {
  padding-top: 4px !important;
}
.pd-b-1u {
  padding-bottom: 4px !important;
}
.pd-l-1u {
  padding-left: 4px !important;
}
.pd-r-1u {
  padding-right: 4px !important;
}
.pd-h-1u {
  padding-right: 4px !important;
  padding-left: 4px !important;
}
.pd-v-1u {
  padding-top: 4px !important;
  padding-bottom: 4px !important;
}
.pd-t-2u {
  padding-top: 8px !important;
}
.pd-b-2u {
  padding-bottom: 8px !important;
}
.pd-l-2u {
  padding-left: 8px !important;
}
.pd-r-2u {
  padding-right: 8px !important;
}
.pd-h-2u {
  padding-right: 8px !important;
  padding-left: 8px !important;
}
.pd-v-2u {
  padding-top: 8px !important;
  padding-bottom: 8px !important;
}
.pd-t-3u {
  padding-top: 12px !important;
}
.pd-b-3u {
  padding-bottom: 12px !important;
}
.pd-l-3u {
  padding-left: 12px !important;
}
.pd-r-3u {
  padding-right: 12px !important;
}
.pd-h-3u {
  padding-right: 12px !important;
  padding-left: 12px !important;
}
.pd-v-3u {
  padding-top: 12px !important;
  padding-bottom: 12px !important;
}
.pd-t-4u {
  padding-top: 16px !important;
}
.pd-b-4u {
  padding-bottom: 16px !important;
}
.pd-l-4u {
  padding-left: 16px !important;
}
.pd-r-4u {
  padding-right: 16px !important;
}
.pd-h-4u {
  padding-right: 16px !important;
  padding-left: 16px !important;
}
.pd-v-4u {
  padding-top: 16px !important;
  padding-bottom: 16px !important;
}
.pd-t-5u {
  padding-top: 20px !important;
}
.pd-b-5u {
  padding-bottom: 20px !important;
}
.pd-l-5u {
  padding-left: 20px !important;
}
.pd-r-5u {
  padding-right: 20px !important;
}
.pd-h-5u {
  padding-right: 20px !important;
  padding-left: 20px !important;
}
.pd-v-5u {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}
.pd-t-6u {
  padding-top: 24px !important;
}
.pd-b-6u {
  padding-bottom: 24px !important;
}
.pd-l-6u {
  padding-left: 24px !important;
}
.pd-r-6u {
  padding-right: 24px !important;
}
.pd-h-6u {
  padding-right: 24px !important;
  padding-left: 24px !important;
}
.pd-v-6u {
  padding-top: 24px !important;
  padding-bottom: 24px !important;
}
.pd-t-7u {
  padding-top: 28px !important;
}
.pd-b-7u {
  padding-bottom: 28px !important;
}
.pd-l-7u {
  padding-left: 28px !important;
}
.pd-r-7u {
  padding-right: 28px !important;
}
.pd-h-7u {
  padding-right: 28px !important;
  padding-left: 28px !important;
}
.pd-v-7u {
  padding-top: 28px !important;
  padding-bottom: 28px !important;
}
.pd-t-8u {
  padding-top: 32px !important;
}
.pd-b-8u {
  padding-bottom: 32px !important;
}
.pd-l-8u {
  padding-left: 32px !important;
}
.pd-r-8u {
  padding-right: 32px !important;
}
.pd-h-8u {
  padding-right: 32px !important;
  padding-left: 32px !important;
}
.pd-v-8u {
  padding-top: 32px !important;
  padding-bottom: 32px !important;
}
.pd-t-9u {
  padding-top: 36px !important;
}
.pd-b-9u {
  padding-bottom: 36px !important;
}
.pd-l-9u {
  padding-left: 36px !important;
}
.pd-r-9u {
  padding-right: 36px !important;
}
.pd-h-9u {
  padding-right: 36px !important;
  padding-left: 36px !important;
}
.pd-v-9u {
  padding-top: 36px !important;
  padding-bottom: 36px !important;
}
.pd-t-10u {
  padding-top: 40px !important;
}
.pd-b-10u {
  padding-bottom: 40px !important;
}
.pd-l-10u {
  padding-left: 40px !important;
}
.pd-r-10u {
  padding-right: 40px !important;
}
.pd-h-10u {
  padding-right: 40px !important;
  padding-left: 40px !important;
}
.pd-v-10u {
  padding-top: 40px !important;
  padding-bottom: 40px !important;
}
.pd-t-11u {
  padding-top: 44px !important;
}
.pd-b-11u {
  padding-bottom: 44px !important;
}
.pd-l-11u {
  padding-left: 44px !important;
}
.pd-r-11u {
  padding-right: 44px !important;
}
.pd-h-11u {
  padding-right: 44px !important;
  padding-left: 44px !important;
}
.pd-v-11u {
  padding-top: 44px !important;
  padding-bottom: 44px !important;
}
.pd-t-12u {
  padding-top: 48px !important;
}
.pd-b-12u {
  padding-bottom: 48px !important;
}
.pd-l-12u {
  padding-left: 48px !important;
}
.pd-r-12u {
  padding-right: 48px !important;
}
.pd-h-12u {
  padding-right: 48px !important;
  padding-left: 48px !important;
}
.pd-v-12u {
  padding-top: 48px !important;
  padding-bottom: 48px !important;
}
.pd-t-13u {
  padding-top: 52px !important;
}
.pd-b-13u {
  padding-bottom: 52px !important;
}
.pd-l-13u {
  padding-left: 52px !important;
}
.pd-r-13u {
  padding-right: 52px !important;
}
.pd-h-13u {
  padding-right: 52px !important;
  padding-left: 52px !important;
}
.pd-v-13u {
  padding-top: 52px !important;
  padding-bottom: 52px !important;
}
.pd-t-14u {
  padding-top: 56px !important;
}
.pd-b-14u {
  padding-bottom: 56px !important;
}
.pd-l-14u {
  padding-left: 56px !important;
}
.pd-r-14u {
  padding-right: 56px !important;
}
.pd-h-14u {
  padding-right: 56px !important;
  padding-left: 56px !important;
}
.pd-v-14u {
  padding-top: 56px !important;
  padding-bottom: 56px !important;
}
.pd-t-15u {
  padding-top: 60px !important;
}
.pd-b-15u {
  padding-bottom: 60px !important;
}
.pd-l-15u {
  padding-left: 60px !important;
}
.pd-r-15u {
  padding-right: 60px !important;
}
.pd-h-15u {
  padding-right: 60px !important;
  padding-left: 60px !important;
}
.pd-v-15u {
  padding-top: 60px !important;
  padding-bottom: 60px !important;
}
.pd-t-16u {
  padding-top: 64px !important;
}
.pd-b-16u {
  padding-bottom: 64px !important;
}
.pd-l-16u {
  padding-left: 64px !important;
}
.pd-r-16u {
  padding-right: 64px !important;
}
.pd-h-16u {
  padding-right: 64px !important;
  padding-left: 64px !important;
}
.pd-v-16u {
  padding-top: 64px !important;
  padding-bottom: 64px !important;
}
.pd-t-17u {
  padding-top: 68px !important;
}
.pd-b-17u {
  padding-bottom: 68px !important;
}
.pd-l-17u {
  padding-left: 68px !important;
}
.pd-r-17u {
  padding-right: 68px !important;
}
.pd-h-17u {
  padding-right: 68px !important;
  padding-left: 68px !important;
}
.pd-v-17u {
  padding-top: 68px !important;
  padding-bottom: 68px !important;
}
.pd-t-18u {
  padding-top: 72px !important;
}
.pd-b-18u {
  padding-bottom: 72px !important;
}
.pd-l-18u {
  padding-left: 72px !important;
}
.pd-r-18u {
  padding-right: 72px !important;
}
.pd-h-18u {
  padding-right: 72px !important;
  padding-left: 72px !important;
}
.pd-v-18u {
  padding-top: 72px !important;
  padding-bottom: 72px !important;
}
.pd-t-19u {
  padding-top: 76px !important;
}
.pd-b-19u {
  padding-bottom: 76px !important;
}
.pd-l-19u {
  padding-left: 76px !important;
}
.pd-r-19u {
  padding-right: 76px !important;
}
.pd-h-19u {
  padding-right: 76px !important;
  padding-left: 76px !important;
}
.pd-v-19u {
  padding-top: 76px !important;
  padding-bottom: 76px !important;
}
.pd-t-20u {
  padding-top: 80px !important;
}
.pd-b-20u {
  padding-bottom: 80px !important;
}
.pd-l-20u {
  padding-left: 80px !important;
}
.pd-r-20u {
  padding-right: 80px !important;
}
.pd-h-20u {
  padding-right: 80px !important;
  padding-left: 80px !important;
}
.pd-v-20u {
  padding-top: 80px !important;
  padding-bottom: 80px !important;
}
.pd-t-21u {
  padding-top: 84px !important;
}
.pd-b-21u {
  padding-bottom: 84px !important;
}
.pd-l-21u {
  padding-left: 84px !important;
}
.pd-r-21u {
  padding-right: 84px !important;
}
.pd-h-21u {
  padding-right: 84px !important;
  padding-left: 84px !important;
}
.pd-v-21u {
  padding-top: 84px !important;
  padding-bottom: 84px !important;
}
.pd-t-22u {
  padding-top: 88px !important;
}
.pd-b-22u {
  padding-bottom: 88px !important;
}
.pd-l-22u {
  padding-left: 88px !important;
}
.pd-r-22u {
  padding-right: 88px !important;
}
.pd-h-22u {
  padding-right: 88px !important;
  padding-left: 88px !important;
}
.pd-v-22u {
  padding-top: 88px !important;
  padding-bottom: 88px !important;
}
.pd-t-23u {
  padding-top: 92px !important;
}
.pd-b-23u {
  padding-bottom: 92px !important;
}
.pd-l-23u {
  padding-left: 92px !important;
}
.pd-r-23u {
  padding-right: 92px !important;
}
.pd-h-23u {
  padding-right: 92px !important;
  padding-left: 92px !important;
}
.pd-v-23u {
  padding-top: 92px !important;
  padding-bottom: 92px !important;
}
.pd-t-24u {
  padding-top: 96px !important;
}
.pd-b-24u {
  padding-bottom: 96px !important;
}
.pd-l-24u {
  padding-left: 96px !important;
}
.pd-r-24u {
  padding-right: 96px !important;
}
.pd-h-24u {
  padding-right: 96px !important;
  padding-left: 96px !important;
}
.pd-v-24u {
  padding-top: 96px !important;
  padding-bottom: 96px !important;
}
.pd-t-25u {
  padding-top: 100px !important;
}
.pd-b-25u {
  padding-bottom: 100px !important;
}
.pd-l-25u {
  padding-left: 100px !important;
}
.pd-r-25u {
  padding-right: 100px !important;
}
.pd-h-25u {
  padding-right: 100px !important;
  padding-left: 100px !important;
}
.pd-v-25u {
  padding-top: 100px !important;
  padding-bottom: 100px !important;
}
.pd-t-26u {
  padding-top: 104px !important;
}
.pd-b-26u {
  padding-bottom: 104px !important;
}
.pd-l-26u {
  padding-left: 104px !important;
}
.pd-r-26u {
  padding-right: 104px !important;
}
.pd-h-26u {
  padding-right: 104px !important;
  padding-left: 104px !important;
}
.pd-v-26u {
  padding-top: 104px !important;
  padding-bottom: 104px !important;
}
.pd-t-27u {
  padding-top: 108px !important;
}
.pd-b-27u {
  padding-bottom: 108px !important;
}
.pd-l-27u {
  padding-left: 108px !important;
}
.pd-r-27u {
  padding-right: 108px !important;
}
.pd-h-27u {
  padding-right: 108px !important;
  padding-left: 108px !important;
}
.pd-v-27u {
  padding-top: 108px !important;
  padding-bottom: 108px !important;
}
.pd-t-28u {
  padding-top: 112px !important;
}
.pd-b-28u {
  padding-bottom: 112px !important;
}
.pd-l-28u {
  padding-left: 112px !important;
}
.pd-r-28u {
  padding-right: 112px !important;
}
.pd-h-28u {
  padding-right: 112px !important;
  padding-left: 112px !important;
}
.pd-v-28u {
  padding-top: 112px !important;
  padding-bottom: 112px !important;
}
.pd-t-29u {
  padding-top: 116px !important;
}
.pd-b-29u {
  padding-bottom: 116px !important;
}
.pd-l-29u {
  padding-left: 116px !important;
}
.pd-r-29u {
  padding-right: 116px !important;
}
.pd-h-29u {
  padding-right: 116px !important;
  padding-left: 116px !important;
}
.pd-v-29u {
  padding-top: 116px !important;
  padding-bottom: 116px !important;
}
.pd-t-30u {
  padding-top: 120px !important;
}
.pd-b-30u {
  padding-bottom: 120px !important;
}
.pd-l-30u {
  padding-left: 120px !important;
}
.pd-r-30u {
  padding-right: 120px !important;
}
.pd-h-30u {
  padding-right: 120px !important;
  padding-left: 120px !important;
}
.pd-v-30u {
  padding-top: 120px !important;
  padding-bottom: 120px !important;
}

.mg-t-1u {
  margin-top: 4px !important;
}
.mg-b-1u {
  margin-bottom: 4px !important;
}
.mg-l-1u {
  margin-left: 4px !important;
}
.mg-r-1u {
  margin-right: 4px !important;
}
.mg-h-1u {
  margin-right: 4px !important;
  margin-left: 4px !important;
}
.mg-v-1u {
  margin-top: 4px !important;
  margin-bottom: 4px !important;
}
.mg-t-2u {
  margin-top: 8px !important;
}
.mg-b-2u {
  margin-bottom: 8px !important;
}
.mg-l-2u {
  margin-left: 8px !important;
}
.mg-r-2u {
  margin-right: 8px !important;
}
.mg-h-2u {
  margin-right: 8px !important;
  margin-left: 8px !important;
}
.mg-v-2u {
  margin-top: 8px !important;
  margin-bottom: 8px !important;
}
.mg-t-3u {
  margin-top: 12px !important;
}
.mg-b-3u {
  margin-bottom: 12px !important;
}
.mg-l-3u {
  margin-left: 12px !important;
}
.mg-r-3u {
  margin-right: 12px !important;
}
.mg-h-3u {
  margin-right: 12px !important;
  margin-left: 12px !important;
}
.mg-v-3u {
  margin-top: 12px !important;
  margin-bottom: 12px !important;
}
.mg-t-4u {
  margin-top: 16px !important;
}
.mg-b-4u {
  margin-bottom: 16px !important;
}
.mg-l-4u {
  margin-left: 16px !important;
}
.mg-r-4u {
  margin-right: 16px !important;
}
.mg-h-4u {
  margin-right: 16px !important;
  margin-left: 16px !important;
}
.mg-v-4u {
  margin-top: 16px !important;
  margin-bottom: 16px !important;
}
.mg-t-5u {
  margin-top: 20px !important;
}
.mg-b-5u {
  margin-bottom: 20px !important;
}
.mg-l-5u {
  margin-left: 20px !important;
}
.mg-r-5u {
  margin-right: 20px !important;
}
.mg-h-5u {
  margin-right: 20px !important;
  margin-left: 20px !important;
}
.mg-v-5u {
  margin-top: 20px !important;
  margin-bottom: 20px !important;
}
.mg-t-6u {
  margin-top: 24px !important;
}
.mg-b-6u {
  margin-bottom: 24px !important;
}
.mg-l-6u {
  margin-left: 24px !important;
}
.mg-r-6u {
  margin-right: 24px !important;
}
.mg-h-6u {
  margin-right: 24px !important;
  margin-left: 24px !important;
}
.mg-v-6u {
  margin-top: 24px !important;
  margin-bottom: 24px !important;
}
.mg-t-7u {
  margin-top: 28px !important;
}
.mg-b-7u {
  margin-bottom: 28px !important;
}
.mg-l-7u {
  margin-left: 28px !important;
}
.mg-r-7u {
  margin-right: 28px !important;
}
.mg-h-7u {
  margin-right: 28px !important;
  margin-left: 28px !important;
}
.mg-v-7u {
  margin-top: 28px !important;
  margin-bottom: 28px !important;
}
.mg-t-8u {
  margin-top: 32px !important;
}
.mg-b-8u {
  margin-bottom: 32px !important;
}
.mg-l-8u {
  margin-left: 32px !important;
}
.mg-r-8u {
  margin-right: 32px !important;
}
.mg-h-8u {
  margin-right: 32px !important;
  margin-left: 32px !important;
}
.mg-v-8u {
  margin-top: 32px !important;
  margin-bottom: 32px !important;
}
.mg-t-9u {
  margin-top: 36px !important;
}
.mg-b-9u {
  margin-bottom: 36px !important;
}
.mg-l-9u {
  margin-left: 36px !important;
}
.mg-r-9u {
  margin-right: 36px !important;
}
.mg-h-9u {
  margin-right: 36px !important;
  margin-left: 36px !important;
}
.mg-v-9u {
  margin-top: 36px !important;
  margin-bottom: 36px !important;
}
.mg-t-10u {
  margin-top: 40px !important;
}
.mg-b-10u {
  margin-bottom: 40px !important;
}
.mg-l-10u {
  margin-left: 40px !important;
}
.mg-r-10u {
  margin-right: 40px !important;
}
.mg-h-10u {
  margin-right: 40px !important;
  margin-left: 40px !important;
}
.mg-v-10u {
  margin-top: 40px !important;
  margin-bottom: 40px !important;
}
.mg-t-11u {
  margin-top: 44px !important;
}
.mg-b-11u {
  margin-bottom: 44px !important;
}
.mg-l-11u {
  margin-left: 44px !important;
}
.mg-r-11u {
  margin-right: 44px !important;
}
.mg-h-11u {
  margin-right: 44px !important;
  margin-left: 44px !important;
}
.mg-v-11u {
  margin-top: 44px !important;
  margin-bottom: 44px !important;
}
.mg-t-12u {
  margin-top: 48px !important;
}
.mg-b-12u {
  margin-bottom: 48px !important;
}
.mg-l-12u {
  margin-left: 48px !important;
}
.mg-r-12u {
  margin-right: 48px !important;
}
.mg-h-12u {
  margin-right: 48px !important;
  margin-left: 48px !important;
}
.mg-v-12u {
  margin-top: 48px !important;
  margin-bottom: 48px !important;
}
.mg-t-13u {
  margin-top: 52px !important;
}
.mg-b-13u {
  margin-bottom: 52px !important;
}
.mg-l-13u {
  margin-left: 52px !important;
}
.mg-r-13u {
  margin-right: 52px !important;
}
.mg-h-13u {
  margin-right: 52px !important;
  margin-left: 52px !important;
}
.mg-v-13u {
  margin-top: 52px !important;
  margin-bottom: 52px !important;
}
.mg-t-14u {
  margin-top: 56px !important;
}
.mg-b-14u {
  margin-bottom: 56px !important;
}
.mg-l-14u {
  margin-left: 56px !important;
}
.mg-r-14u {
  margin-right: 56px !important;
}
.mg-h-14u {
  margin-right: 56px !important;
  margin-left: 56px !important;
}
.mg-v-14u {
  margin-top: 56px !important;
  margin-bottom: 56px !important;
}
.mg-t-15u {
  margin-top: 60px !important;
}
.mg-b-15u {
  margin-bottom: 60px !important;
}
.mg-l-15u {
  margin-left: 60px !important;
}
.mg-r-15u {
  margin-right: 60px !important;
}
.mg-h-15u {
  margin-right: 60px !important;
  margin-left: 60px !important;
}
.mg-v-15u {
  margin-top: 60px !important;
  margin-bottom: 60px !important;
}
.mg-t-16u {
  margin-top: 64px !important;
}
.mg-b-16u {
  margin-bottom: 64px !important;
}
.mg-l-16u {
  margin-left: 64px !important;
}
.mg-r-16u {
  margin-right: 64px !important;
}
.mg-h-16u {
  margin-right: 64px !important;
  margin-left: 64px !important;
}
.mg-v-16u {
  margin-top: 64px !important;
  margin-bottom: 64px !important;
}
.mg-t-17u {
  margin-top: 68px !important;
}
.mg-b-17u {
  margin-bottom: 68px !important;
}
.mg-l-17u {
  margin-left: 68px !important;
}
.mg-r-17u {
  margin-right: 68px !important;
}
.mg-h-17u {
  margin-right: 68px !important;
  margin-left: 68px !important;
}
.mg-v-17u {
  margin-top: 68px !important;
  margin-bottom: 68px !important;
}
.mg-t-18u {
  margin-top: 72px !important;
}
.mg-b-18u {
  margin-bottom: 72px !important;
}
.mg-l-18u {
  margin-left: 72px !important;
}
.mg-r-18u {
  margin-right: 72px !important;
}
.mg-h-18u {
  margin-right: 72px !important;
  margin-left: 72px !important;
}
.mg-v-18u {
  margin-top: 72px !important;
  margin-bottom: 72px !important;
}
.mg-t-19u {
  margin-top: 76px !important;
}
.mg-b-19u {
  margin-bottom: 76px !important;
}
.mg-l-19u {
  margin-left: 76px !important;
}
.mg-r-19u {
  margin-right: 76px !important;
}
.mg-h-19u {
  margin-right: 76px !important;
  margin-left: 76px !important;
}
.mg-v-19u {
  margin-top: 76px !important;
  margin-bottom: 76px !important;
}
.mg-t-20u {
  margin-top: 80px !important;
}
.mg-b-20u {
  margin-bottom: 80px !important;
}
.mg-l-20u {
  margin-left: 80px !important;
}
.mg-r-20u {
  margin-right: 80px !important;
}
.mg-h-20u {
  margin-right: 80px !important;
  margin-left: 80px !important;
}
.mg-v-20u {
  margin-top: 80px !important;
  margin-bottom: 80px !important;
}
.mg-t-21u {
  margin-top: 84px !important;
}
.mg-b-21u {
  margin-bottom: 84px !important;
}
.mg-l-21u {
  margin-left: 84px !important;
}
.mg-r-21u {
  margin-right: 84px !important;
}
.mg-h-21u {
  margin-right: 84px !important;
  margin-left: 84px !important;
}
.mg-v-21u {
  margin-top: 84px !important;
  margin-bottom: 84px !important;
}
.mg-t-22u {
  margin-top: 88px !important;
}
.mg-b-22u {
  margin-bottom: 88px !important;
}
.mg-l-22u {
  margin-left: 88px !important;
}
.mg-r-22u {
  margin-right: 88px !important;
}
.mg-h-22u {
  margin-right: 88px !important;
  margin-left: 88px !important;
}
.mg-v-22u {
  margin-top: 88px !important;
  margin-bottom: 88px !important;
}
.mg-t-23u {
  margin-top: 92px !important;
}
.mg-b-23u {
  margin-bottom: 92px !important;
}
.mg-l-23u {
  margin-left: 92px !important;
}
.mg-r-23u {
  margin-right: 92px !important;
}
.mg-h-23u {
  margin-right: 92px !important;
  margin-left: 92px !important;
}
.mg-v-23u {
  margin-top: 92px !important;
  margin-bottom: 92px !important;
}
.mg-t-24u {
  margin-top: 96px !important;
}
.mg-b-24u {
  margin-bottom: 96px !important;
}
.mg-l-24u {
  margin-left: 96px !important;
}
.mg-r-24u {
  margin-right: 96px !important;
}
.mg-h-24u {
  margin-right: 96px !important;
  margin-left: 96px !important;
}
.mg-v-24u {
  margin-top: 96px !important;
  margin-bottom: 96px !important;
}
.mg-t-25u {
  margin-top: 100px !important;
}
.mg-b-25u {
  margin-bottom: 100px !important;
}
.mg-l-25u {
  margin-left: 100px !important;
}
.mg-r-25u {
  margin-right: 100px !important;
}
.mg-h-25u {
  margin-right: 100px !important;
  margin-left: 100px !important;
}
.mg-v-25u {
  margin-top: 100px !important;
  margin-bottom: 100px !important;
}
.mg-t-26u {
  margin-top: 104px !important;
}
.mg-b-26u {
  margin-bottom: 104px !important;
}
.mg-l-26u {
  margin-left: 104px !important;
}
.mg-r-26u {
  margin-right: 104px !important;
}
.mg-h-26u {
  margin-right: 104px !important;
  margin-left: 104px !important;
}
.mg-v-26u {
  margin-top: 104px !important;
  margin-bottom: 104px !important;
}
.mg-t-27u {
  margin-top: 108px !important;
}
.mg-b-27u {
  margin-bottom: 108px !important;
}
.mg-l-27u {
  margin-left: 108px !important;
}
.mg-r-27u {
  margin-right: 108px !important;
}
.mg-h-27u {
  margin-right: 108px !important;
  margin-left: 108px !important;
}
.mg-v-27u {
  margin-top: 108px !important;
  margin-bottom: 108px !important;
}
.mg-t-28u {
  margin-top: 112px !important;
}
.mg-b-28u {
  margin-bottom: 112px !important;
}
.mg-l-28u {
  margin-left: 112px !important;
}
.mg-r-28u {
  margin-right: 112px !important;
}
.mg-h-28u {
  margin-right: 112px !important;
  margin-left: 112px !important;
}
.mg-v-28u {
  margin-top: 112px !important;
  margin-bottom: 112px !important;
}
.mg-t-29u {
  margin-top: 116px !important;
}
.mg-b-29u {
  margin-bottom: 116px !important;
}
.mg-l-29u {
  margin-left: 116px !important;
}
.mg-r-29u {
  margin-right: 116px !important;
}
.mg-h-29u {
  margin-right: 116px !important;
  margin-left: 116px !important;
}
.mg-v-29u {
  margin-top: 116px !important;
  margin-bottom: 116px !important;
}
.mg-t-30u {
  margin-top: 120px !important;
}
.mg-b-30u {
  margin-bottom: 120px !important;
}
.mg-l-30u {
  margin-left: 120px !important;
}
.mg-r-30u {
  margin-right: 120px !important;
}
.mg-h-30u {
  margin-right: 120px !important;
  margin-left: 120px !important;
}
.mg-v-30u {
  margin-top: 120px !important;
  margin-bottom: 120px !important;
}

.pointer-event-all {
  pointer-events: all;
}

.pointer-event-none {
  pointer-events: none;
}

.hide {
  display: none !important;
}

.ellipsis {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-align: left;
  /* webkit 엔진을 사용하지 않는 브라우저를 위한 속성. */
  /* height = line-height * line = 1.2em * 3 = 3.6em  */
}
.ellipsis.line-1 {
  -webkit-line-clamp: 1;
}
.ellipsis.line-2 {
  -webkit-line-clamp: 2;
}
.ellipsis.line-3 {
  -webkit-line-clamp: 3;
}
.ellipsis.line-4 {
  -webkit-line-clamp: 4;
}
.ellipsis.line-5 {
  -webkit-line-clamp: 5;
}

.no-margin {
  margin: 0 !important;
}

.no-padding {
  padding: 0 !important;
}

.margin-center {
  margin: 0 auto !important;
}

.alpha-00 {
  opacity: 0;
}
.alpha-10 {
  opacity: 0.1;
}
.alpha-20 {
  opacity: 0.2;
}
.alpha-30 {
  opacity: 0.3;
}
.alpha-40 {
  opacity: 0.4;
}
.alpha-50 {
  opacity: 0.5;
}
.alpha-60 {
  opacity: 0.6;
}
.alpha-70 {
  opacity: 0.7;
}
.alpha-80 {
  opacity: 0.8;
}
.alpha-90 {
  opacity: 0.9;
}
.alpha-100 {
  opacity: 1;
}

.text-align-left {
  text-align: left !important;
}

.text-align-center {
  text-align: center !important;
}

.text-primary {
  color: #c0a275 !important;
}

@media (min-width: 576px) {
  .hide-screen-sm {
    display: none;
  }
}

.show-screen-sm {
  display: none;
}
@media (min-width: 576px) {
  .show-screen-sm {
    display: flex;
  }
}

@media (min-width: 834px) {
  .hide-tablet-portrait {
    display: none;
  }
}

.show-tablet-portrait {
  display: none;
}
@media (min-width: 834px) {
  .show-tablet-portrait {
    display: flex;
  }
}

@media (min-width: 1366px) {
  .hide-tablet-landscape {
    display: none;
  }
}

.show-tablet-landscape {
  display: none;
}
@media (min-width: 1366px) {
  .show-tablet-landscape {
    display: flex;
  }
}

@media (min-width: 1920px) {
  .hide-web {
    display: none;
  }
}

.show-web {
  display: none;
}
@media (min-width: 1920px) {
  .show-web {
    display: flex;
  }
}

.top-scroll {
  position: fixed;
  right: 20px;
  bottom: 110px;
  font-size: 32px;
  z-index: 2;
  color: #000;
  line-height: 1;
  display: none;
}
@media (min-width: 576px) {
  .top-scroll {
    right: 20px;
    bottom: 115px;
  }
}
@media (min-width: 1366px) {
  .top-scroll {
    right: 64px;
    bottom: 135px;
    font-size: 42px;
  }
}
.top-scroll.view {
  display: block;
}

body.dark-mode .top-scroll {
  color: #fff;
}

.swiper-button-disabled {
  display: none !important;
}

.btn-zoom-img {
  position: absolute;
  right: 16px;
  bottom: 53px;
  z-index: 5;
}
.btn-zoom-img i {
  font-size: 32px;
  color: #fff;
  text-shadow: 1px 1px 2px #959595;
}

.more-view {
  display: inline-block;
  padding: 0;
  color: #868e96;
  font-size: 12px;
  text-decoration: underline;
  cursor: pointer;
  transition: color 0.2s;
  margin-left: 8px;
}

.hidden {
  display: none;
}

/*TESTTEST*/
.drop-down-menu-control-no-border {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  min-width: 150px;
  height: 32px;
  padding: 0 12px;
  cursor: pointer;
  background-color: #ffffff;
  transition: all 0.2s;
}
.drop-down-menu-control-no-border:hover {
  border-color: #c0a275;
}
.drop-down-menu-control-no-border.on .select-text {
  color: #000000;
}
.drop-down-menu-control-no-border.on:not(.dummy) > .icon {
  transform: rotate(180deg);
}
.drop-down-menu-control-no-border.on .drop-down-menu-wrap {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}
.drop-down-menu-control-no-border .input {
  position: absolute;
  width: 0;
  height: 0;
  top: 0;
  left: 0;
  pointer-events: none;
}
.drop-down-menu-control-no-border .select-text {
  font-size: 14px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.6);
  transition: all 0.2s;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  text-align: left;
}
.drop-down-menu-control-no-border > .icon {
  flex-shrink: 0;
  width: 16px;
  height: 16px;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.25);
  transition: all 0.2s;
}
.drop-down-menu-control-no-border .drop-down-menu-wrap {
  position: absolute;
  top: 100%;
  left: -1px;
  width: calc(100% + 1px + 1px);
  height: auto;
  padding-top: 8px;
  opacity: 0;
  transform: translateY(24px);
  transition: all 0.2s;
  pointer-events: none;
  z-index: 900;
}
.drop-down-menu-control-no-border .drop-down-menu-wrap .drop-down-menu {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: auto;
  max-height: 264px;
  padding: 4px 0;
  border: 1px solid rgba(0, 0, 0, 0.3);
  border-radius: 5px;
  background-color: #ffffff;
  overflow-y: overlay;
}
.drop-down-menu-control-no-border .drop-down-menu-wrap ul li.on:not(:hover) .label {
  color: #000000;
}
.drop-down-menu-control-no-border .drop-down-menu-wrap ul li.on .icon {
  display: block;
}
.drop-down-menu-control-no-border .drop-down-menu-wrap ul ul a.drop-down-menu-item {
  padding-left: 24px;
}
.drop-down-menu-control-no-border .drop-down-menu-wrap a.drop-down-menu-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: auto;
  min-height: 32px;
  font-size: 14px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.6);
  padding: 0 12px;
  transition: all 0.2s ease-in-out;
}
.drop-down-menu-control-no-border .drop-down-menu-wrap a.drop-down-menu-item:hover {
  background-color: #c0a275;
  color: #ffffff;
}
.drop-down-menu-control-no-border .drop-down-menu-wrap a.drop-down-menu-item:hover .icon {
  color: #ffffff;
}
.drop-down-menu-control-no-border .drop-down-menu-wrap a.drop-down-menu-item > .label {
  font-size: 14px;
  font-weight: 500;
}
.drop-down-menu-control-no-border .drop-down-menu-wrap a.drop-down-menu-item > .icon {
  width: 24px;
  height: 24px;
  font-size: 24px;
  display: none;
  color: rgba(0, 0, 0, 0.25);
}

body.dark-mode .drop-down-menu-control-no-border:not(.force-white-theme) {
  background-color: #111111;
  border-color: #111111;
}
body.dark-mode .drop-down-menu-control-no-border:not(.force-white-theme):hover {
  border-color: #c0a275;
}
body.dark-mode .drop-down-menu-control-no-border:not(.force-white-theme).on .select-text {
  color: #ffffff;
}
body.dark-mode .drop-down-menu-control-no-border:not(.force-white-theme) .select-text {
  color: rgba(255, 255, 255, 0.6);
}
body.dark-mode .drop-down-menu-control-no-border:not(.force-white-theme) > .icon {
  color: rgba(255, 255, 255, 0.25);
}
body.dark-mode .drop-down-menu-control-no-border:not(.force-white-theme) .drop-down-menu-wrap .drop-down-menu {
  background-color: #272727;
}
body.dark-mode .drop-down-menu-control-no-border:not(.force-white-theme) .drop-down-menu-wrap .drop-down-menu ul li.on:not(:hover) .label {
  color: #ffffff;
}
body.dark-mode .drop-down-menu-control-no-border:not(.force-white-theme) .drop-down-menu-wrap .drop-down-menu a.drop-down-menu-item {
  color: rgba(255, 255, 255, 0.6);
}
body.dark-mode .drop-down-menu-control-no-border:not(.force-white-theme) .drop-down-menu-wrap .drop-down-menu a.drop-down-menu-item > .icon {
  color: rgba(255, 255, 255, 0.25);
}




.section-box .section-box-description {
  display: block;
  width: 100%;
  padding: 0 0 4px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}
.section-box .section-box-description > .inner {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: auto;
  padding-top: 30px;
  padding-bottom: 30px;
  overflow: hidden;
}
.section-box .section-box-description > .inner > .content {
  font-size: 15px;
  font-weight: 600;
}

body.dark-mode .section-box .section-box-description {
  border-bottom-color: rgba(255, 255, 255, 0.25);
}