/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
       ========================================================================== */
/**
     * Remove the margin in all browsers.
     */
body {
  margin: 0;
}

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

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

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

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

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

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

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

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

/**
     * Add the correct font size in all browsers.
     */
small {
  font-size: 80%;
}

/**
     * Prevent `sub` and `sup` elements from affecting the line height in
     * all browsers.
     */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

/* Forms
       ========================================================================== */
/**
     * 1. Change the font styles in all browsers.
     * 2. Remove the margin in Firefox and Safari.
     */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

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

/**
     * Remove the inheritance of text transform in Edge, Firefox, and IE.
     * 1. Remove the inheritance of text transform in Firefox.
     */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
     * Correct the inability to style clickable types in iOS and Safari.
     */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

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

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

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

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

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

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

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

/**
     * Correct the cursor style of increment and decrement buttons in Chrome.
     */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
     * 1. Correct the odd appearance in Chrome and Safari.
     * 2. Correct the outline style in Safari.
     */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
     * Remove the inner padding in Chrome and Safari on macOS.
     */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
     * 1. Correct the inability to style clickable types in iOS and Safari.
     * 2. Change font properties to `inherit` in Safari.
     */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
       ========================================================================== */
/*
     * Add the correct display in Edge, IE 10+, and Firefox.
     */
details {
  display: block;
}

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

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

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

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

html {
  font-family: "Roboto", sans-serif;
  font-size: 14px;
}

body {
  font-family: "Roboto", sans-serif;
  color: #000;
}

h1 {
  margin: 0;
}

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

button,
input,
select,
textarea {
  background-color: transparent;
  border: 0;
}

button:focus,
input:focus,
select:focus,
textarea:focus {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

a,
button {
  cursor: pointer;
}

button {
  padding: 0;
}

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

address {
  font-style: normal;
}

.container .col-lg-1 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 8.33333%;
}

.container .col-lg-2 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 16.66667%;
}

.container .col-lg-3 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 25%;
}

.container .col-lg-4 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 33.33333%;
}

.container .col-lg-5 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 41.66667%;
}

.container .col-lg-6 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 50%;
}

.container .col-lg-7 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 58.33333%;
}

.container .col-lg-8 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 66.66667%;
}

.container .col-lg-9 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 75%;
}

.container .col-lg-10 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 83.33333%;
}

.container .col-lg-11 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 91.66667%;
}

.container .col-lg-12 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 100%;
}

@media screen and (max-width: 1199px) {
  .container .col-md-0 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 0;
  }

  .container .col-md-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 8.33333%;
  }

  .container .col-md-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.66667%;
  }

  .container .col-md-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%;
  }

  .container .col-md-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.33333%;
  }

  .container .col-md-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 41.66667%;
  }

  .container .col-md-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%;
  }

  .container .col-md-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 58.33333%;
  }

  .container .col-md-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 66.66667%;
  }

  .container .col-md-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 75%;
  }

  .container .col-md-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 83.33333%;
  }

  .container .col-md-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 91.66667%;
  }

  .container .col-md-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
  }

  .col-lg-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }
}

@media screen and (max-width: 767px) {
  .container .col-sm-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%;
  }

  .container .col-sm-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%;
  }

  .container .col-sm-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 75%;
  }

  .container .col-sm-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
  }
}

@font-face {
  font-family: "oneulook";
  src: url("../fonts/oneulook.eot");
  src: url("../fonts/oneulook.eot") format("embedded-opentype"),
    url("../fonts/oneulook.ttf") format("truetype"),
    url("../fonts/oneulook.woff") format("woff"),
    url("../fonts/oneulook.svg") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.gnb {
  position: fixed;
  top: 0;
  left: 0;
  height: 60px;
  border-bottom: 1px solid #000;
  padding: 0 10px;
  z-index: 40;
}

@media screen and (max-width: 767px) {
  .gnb {
    height: 40px;
    padding: 0;
  }
}

.bg-dark {
  background-color: #302c2b;
  width: 100vw;
  color: #fff;
}

.home {
  margin-right: 20px;
}

@media screen and (max-width: 1199px) {
  .home {
    margin-right: 15px;
  }
}

.gnb-list {
  height: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  padding-left: 0;
  margin-bottom: 0;
}

.gnb-list:last-child {
  margin-right: 0;
}

.gnb-link {
  display: block;
  padding: 19px 25px 19px 10px;
  -webkit-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
  font-size: 18px;
  color: white;
  position: relative;
}

.gnb-link:hover {
  color: rgba(255, 255, 255, 0.55);
}

.gnb-link.active {
  color: #ffbc64;
}

.gnb-link::after {
  content: "\e906";
  font-family: "oneulook";
  font-weight: 700;
  font-size: 1.2rem;
  padding-left: 5px;
  position: absolute;
  top: 36%;
}

.gnb-list-item {
  position: relative;
  cursor: pointer;
}

.gnb-list-item:hover ul {
  opacity: 1;
  visibility: visible;
}

.gnb-list-item:focus ul {
  opacity: 1;
  visibility: visible;
}

.gnb-list-item-drop {
  position: absolute;
  top: 58px;
  left: -5px;
  background-color: #302c2b;
  color: #fff;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  min-width: 10rem;
  padding: 10px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 0.5rem;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 400ms ease-in-out;
  transition: opacity 400ms ease-in-out;
  z-index: 30;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.2);
  border-top: 2px solid rgba(255, 255, 255, 0.55);
}

.gnb-list-item-drop > li a {
  display: block;
  padding: 1rem;
  font-size: 15px;
  -webkit-transition: background-color 200ms ease-in-out;
  transition: background-color 200ms ease-in-out;
}

.gnb-list-item-drop > li a:hover {
  background-color: rgba(0, 0, 0, 0.55);
}

.gnb-list-item-drop > li a:focus {
  background-color: rgba(0, 0, 0, 0.55);
}

@media screen and (max-width: 767px) {
  .gnb-list-item-drop {
    top: 38px;
  }
}

@media screen and (max-width: 767px) {
  .gnb-login-section {
    position: absolute;
    right: 10px;
  }
}

.gnb-login-section a {
  color: #999;
  font-weight: 700;
}

.gnb-login-section a:hover {
  opacity: 0.7;
}

@media screen and (max-width: 767px) {
  .gnb-login-section a {
    font-size: 12px;
    font-weight: 400;
    padding: 3px 5px;
    border: 1px solid #999;
    background-color: #302c2b;
    border-radius: 2px;
  }
}

@media screen and (max-width: 767px) {
  .gnb-item > .gnb-link {
    font-size: 15px;
    padding: 11px 30px 11px 0;
    font-weight: 700;
    letter-spacing: -0.1em;
  }

  .gnb-item > .gnb-link::after {
    font-size: 1rem;
    top: 31%;
  }

  .gnb-item > .gnb-link:last-child {
    padding-right: 0;
  }

  .gnb-item > .gnb-link .active {
    color: white;
    background-color: rgba(0, 0, 0, 0.55);
  }
}

.mr-auto {
  margin-right: auto;
}

@media screen and (max-width: 767px) {
  .mr-auto {
    margin-right: 0;
  }
}

.ml-auto {
  margin-left: auto;
}

@media screen and (max-width: 767px) {
  .ml-auto {
    margin-left: 0;
  }
}

.brand-gnb {
  min-width: 768px;
}

@media screen and (max-width: 1199px) {
  .brand-gnb {
    height: auto;
  }

  .brand-gnb .home {
    padding: 15px 0 10px;
  }

  .brand-gnb .gnb-list {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .brand-gnb .gnb-list-item-drop {
    top: 48px;
  }

  .brand-gnb .gnb-login-section {
    position: absolute;
    top: 15px;
    right: 25px;
    background-color: #302c2b;
    padding-left: 10px;
  }
}

.brand-gnb .gnb-link-b {
  display: block;
  padding: 19px 15px;
  -webkit-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
  font-size: 18px;
  color: white;
  position: relative;
}

.brand-gnb .gnb-link-b:hover {
  color: rgba(255, 255, 255, 0.55);
}

.brand-gnb .gnb-link-b.active {
  color: #ffbc64;
}

@media screen and (max-width: 1200px) {
  .brand-gnb .gnb-link-b {
    font-size: 16px;
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media screen and (max-width: 1199px) {
  .brand-gnb .gnb-link-b {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}

@media screen and (max-width: 767px) {
  .brand-gnb .gnb-link-b {
    font-size: 15px;
  }
}

.brand-gnb .gnb-item:first-child > .gnb-link-b {
  padding-left: 0;
}

.brand-gnb .gnb-item:nth-child(6) .gnb-link-b {
  padding-right: 30px;
}

.brand-gnb .gnb-item:nth-child(6) .gnb-link-b::after {
  content: "\e906";
  font-family: "oneulook";
  font-weight: 700;
  font-size: 1.2rem;
  padding-left: 5px;
  position: absolute;
  top: 33%;
}

.contents {
  margin-top: 60px;
}

@media screen and (max-width: 767px) {
  .contents {
    margin-top: 40px;
  }
}

.brand-contents {
  min-width: 768px;
}

@media screen and (max-width: 1199px) {
  .brand-contents {
    margin-top: 94px;
  }
}

@media screen and (max-width: 767px) {
  .brand-contents {
    margin-top: 92px;
  }
}

.snbbar {
  padding: 10px 0;
}

@media screen and (max-width: 767px) {
  .snbbar {
    padding: 5px 0;
  }
}

.form-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding: 10px;
}

@media screen and (max-width: 767px) {
  .form-group {
    padding: 7px 5px;
  }
}

.form-group .label-group {
  -ms-flex-preferred-size: 5rem;
  flex-basis: 5rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

@media screen and (max-width: 767px) {
  .form-group .label-group {
    -ms-flex-preferred-size: 4.5rem;
    flex-basis: 4.5rem;
  }
}

.form-group .max-label-group {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 30px;
}

@media screen and (max-width: 1200px) {
  .form-group .max-label-group {
    margin-right: 15px;
    width: 6.5rem;
  }
}

@media screen and (max-width: 767px) {
  .form-group .max-label-group {
    width: 5.5rem;
  }
}

.form-group .select-group {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.form-group .search-group {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.form-group .search-group select {
  min-width: 110px;
}

@media screen and (max-width: 767px) {
  .form-group .search-group select {
    min-width: 90px;
  }
}

.form-group .search-group > button {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
}

@media screen and (max-width: 1199px) {
  .btn-gruop {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 10px;
  }
}

.btn-gruop button {
  margin-right: 10px;
}

@media screen and (max-width: 767px) {
  .btn-gruop button {
    margin-right: 0;
  }
}

.btn-gruop button:last-child {
  margin-right: 0;
}

.btn-group-main {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-left: 0;
  padding-right: 0;
}

.btn-group-main button,
.btn-group-main input {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.btn-group-main .check-btn {
  -ms-flex-preferred-size: 25%;
  flex-basis: 25%;
}

.btn-group-main input {
  -ms-flex-preferred-size: 35%;
  flex-basis: 35%;
}

.btn-group-main button:nth-child(3) {
  -ms-flex-preferred-size: 15%;
  flex-basis: 15%;
}

.btn-group-main .detail-btn {
  -ms-flex-preferred-size: 20%;
  flex-basis: 20%;
}

#show-detail {
  display: none;
  -webkit-transition: display 300ms ease-in-out;
  transition: display 300ms ease-in-out;
}

.row-end {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.auto-check-wrap {
  margin-right: 30px;
}

.check-right {
  margin-right: 10px;
}

.brand-snb {
  min-width: 768px;
}

.brand-snb .ml-auto .btn-primary {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.brand-snb p {
  padding-left: 10px;
}

.brand-snb .b-tag-group {
  margin-right: 30px;
}

.brand-snb .b-tag-group:last-child {
  margin-right: 0;
}

.brand-snb .b-tag-group .form-input {
  width: 125px;
  padding: 0 10px;
}

@media screen and (max-width: 1200px) {
  .brand-snb .b-tag-group .form-input {
    max-width: 105px;
  }
}

@media screen and (max-width: 767px) {
  .brand-snb .b-tag-group .form-input {
    width: inherit;
  }
}

.brand-snb .logo-area {
  border-radius: 50%;
  width: 50px;
  height: 50px;
  position: relative;
}

.brand-snb .logo-area label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  background-color: #8c8985;
  cursor: pointer;
}

.brand-snb .logo-area label > i {
  color: #fff;
  font-size: 1.5rem;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.brand-snb .logo-area input {
  display: none;
  visibility: none;
}

.brand-snb .logo-area img {
  width: 100%;
  height: 100%;
  border-radius: inherit;
  -o-object-fit: fill;
  object-fit: fill;
  border: 1px solid #ffbc64;
}

.brand-snb .logo-area > i {
  position: absolute;
  top: 25%;
  right: -50%;
  padding: 5px;
  border-radius: 50%;
  border: 1px solid #ffbc64;
  color: #ffbc64;
  cursor: pointer;
}

.brand-snb .input-tag {
  border: 1px solid #ffbc64;
  padding: 5px 10px 6px 10px;
  border-radius: 30px;
  color: #ffbc64;
}

.brand-snb .input-tag > i {
  padding-left: 10px;
  cursor: pointer;
}

.b-snb-text p {
  text-align: right;
  padding-right: 30px;
}

@media screen and (max-width: 767px) {
  .b-snb-text p {
    text-align: center;
    padding: 10px 0;
  }
}

.modal {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  padding: 100px 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.6);
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  overscroll-behavior: contain;
  z-index: 100;
}

.modal .modal-content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 90%;
  max-width: 640px;
  height: auto;
  margin: auto;
  padding: 0.5rem 20px 0.7rem;
  background-color: #fff;
  border-radius: 2px;
  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19),
    0 6px 6px rgba(0, 0, 0, 0.23);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
}

@media screen and (max-width: 767px) {
  .modal .modal-content {
    padding: 0.5rem 15px;
  }
}

.modal .modal-content header {
  height: 55px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.modal .modal-content header button {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  font-size: 2rem;
  color: #000;
  border: 0;
  cursor: pointer;
}

.modal .modal-content section {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: 100%;
  padding: 5px 0;
}

.modal .modal-content section .container {
  padding-left: 0;
  padding-right: 0;
}

.modal .modal-content section .container .row {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.modal .modal-content section .container .row > label {
  line-height: 40px;
}

@media screen and (max-width: 767px) {
  .modal .modal-content section .container .row > label {
    line-height: 30px;
  }
}

.modal .modal-content section .container .row:not(.row-mb) > * {
  margin-bottom: 10px;
  letter-spacing: -0.05em;
}

.modal .modal-content section .container .row-mb {
  margin-bottom: 10px !important;
}

.modal .modal-content section .container .row-mb label {
  line-height: 35px;
}

.modal .modal-content section .container .row-mb > * {
  margin-bottom: 0;
}

.modal .modal-content section .container .col-lg-5:first {
  padding-right: 5px;
}

.modal .modal-content section .container .col-lg-5:last-child {
  padding-left: 5px;
}

.modal .modal-content section .container .detail-list-wrap {
  margin-left: auto;
  margin-bottom: 0;
}

.modal .modal-content section .container .detail-list {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
}

.modal .modal-content section .container .detail-list select {
  margin: 10px 0;
}

.modal .modal-content section .container .detail-list p {
  font-size: 12px;
  color: #999;
  margin-bottom: 10px;
  letter-spacing: -0.05rem;
}

.modal
  .modal-content
  section
  .container
  .detail-list
  .col-lg-6:nth-child(2n-1) {
  width: 49%;
  margin-right: 1%;
}

.modal .modal-content section .container .detail-list .col-lg-6:nth-child(2n) {
  width: 49%;
  margin-left: 1%;
}

.modal .modal-content section .container .detail-list-img {
  margin-top: 5px;
  margin-bottom: 0;
}

.modal .modal-content section .container .detail-list-img > span {
  display: block;
  margin-bottom: 15px;
}

.modal .modal-content section .container .subimg-row {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.modal .modal-content footer {
  height: 65px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.modal .modal-content footer .harf:nth-child(2n-1) {
  width: 49%;
  margin-right: 1%;
}

.modal .modal-content footer .harf:nth-child(2n) {
  width: 49%;
  margin-left: 1%;
}

.modal .modal-content-mini {
  max-width: 300px;
}

.size-add-wrap {
  position: relative;
  margin-top: 20px;
}

.size-add-wrap .btn-wrap {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #dbdbdb;
}

.size-add-wrap .wrap-close {
  position: absolute;
  top: 2px;
  right: 0;
}

.size-add-wrap .wrap-close button {
  padding: 2px;
}

.size-add-wrap .wrap-close button:after {
  font-size: 1.2rem;
}

.color-box {
  position: relative;
}

.color-box .color-input {
  padding-top: 3px;
  padding-bottom: 3px;
  padding-right: 81%;
}

@media screen and (max-width: 767px) {
  .color-box .color-input {
    padding-right: 70%;
  }
}

.color-box > .color-log {
  position: absolute;
  top: 0;
  left: 25%;
  line-height: 40px;
}

.check-wrap {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 7px;
}

.check-wrap label {
  padding-left: 8px;
  margin-right: 31px;
}

.form-modal-section .table thead {
  background-color: #fff;
}

.form-modal-section .table tbody tr {
  border-bottom-width: 0;
}

textarea {
  width: 100%;
  min-height: 10rem;
  resize: none;
  padding: 10px 15px;
  border: 1px solid #dbdbdb;
}

textarea::-webkit-input-placeholder {
  color: #c8c8c8;
}

textarea:-ms-input-placeholder {
  color: #c8c8c8;
}

textarea::-ms-input-placeholder {
  color: #c8c8c8;
}

textarea::placeholder {
  color: #c8c8c8;
}

textarea:-moz-read-only {
  background-color: #f4f4f4;
  border-radius: 2px;
  cursor: default;
}

textarea:read-only {
  background-color: #f4f4f4;
  border-radius: 2px;
  cursor: default;
}

.fix-off label:not(.main-img) {
  color: #c8c8c8;
}

.point-pop .button-group {
  margin-bottom: 10px;
}

.point-pop .button-group .btn {
  height: 40px !important;
  font-size: 1rem;
}

.point-pop footer {
  display: none !important;
}

.damage-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  line-height: 2;
  margin-bottom: 10px;
}

.damage-wrap:last-child {
  margin-bottom: 0;
}

.damage-wrap span {
  -ms-flex-preferred-size: 30%;
  flex-basis: 30%;
}

.damage-wrap input[type="radio"] {
  margin-right: 10px;
}

#dateModal {
  display: none;
  -webkit-box-align: cneter;
  -ms-flex-align: cneter;
  align-items: cneter;
  z-index: 110;
}

#dateModal input {
  margin-bottom: 15px;
}

#dateModal input:last-child {
  margin-bottom: 0;
}

#imgModal {
  -webkit-box-align: cneter;
  -ms-flex-align: cneter;
  align-items: cneter;
}

#imgModal .modal-content {
  padding: 0;
}

#imgModal .imgmodal-close {
  position: fixed;
  top: 15px;
  right: 35px;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  font-size: 3rem;
  color: #fff;
  border: 0;
  cursor: pointer;
}

@media screen and (max-width: 767px) {
  #imgModal .imgmodal-close {
    color: #000;
    background-color: rgba(255, 255, 255, 0.8);
    border-radius: 50%;
    width: 5rem;
    height: 5rem;
    font-size: 4rem;
  }
}

.photo-area {
  position: relative;
  border: 1px solid #e8e8e8;
  margin-bottom: 10px;
}

.photo-area label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

.photo-area label > .ic-close {
  font-size: 1.5rem;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  color: #8c8985;
}

.photo-area label:hover {
  border: 1px solid #000;
}

.photo-area label:hover > .ic-close {
  color: #000;
}

.photo-area img {
  width: 100%;
  height: 100%;
  -o-object-fit: fill;
  object-fit: fill;
}

.photo-area > .ic-close {
  position: absolute;
  top: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.7);
  padding: 5px;
  color: #fff;
  font-size: 1.5rem;
  cursor: pointer;
}

.photo-area input {
  display: none;
  visibility: none;
}

#input-multiple-image {
  display: none;
}

.subimg-column {
  width: 100%;
  height: auto;
  max-height: -webkit-fit-content;
  max-height: -moz-fit-content;
  max-height: fit-content;
  position: relative;
}

.subimg-column .subimg-view {
  display: block;
  width: 100%;
  min-height: 230px;
  height: 100%;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  -o-object-fit: fill;
  object-fit: fill;
  border: 1px solid #dbdbdb;
  margin-bottom: 10px;
}

.subimg-row {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
}

.subimg-row img {
  width: 100%;
  min-height: 160px;
  height: auto;
}

.subimg-row .col-lg-4 {
  padding: 0 5px;
}

.subimg-row .col-lg-4:nth-child(3n + 1) {
  padding-left: 0;
}

.subimg-row .col-lg-4:nth-child(3n) {
  padding-right: 0;
}

@media screen and (max-width: 767px) {
  .subimg-row .col-lg-4 {
    padding: 0;
  }
}

.photo-main {
  width: 150px;
  height: 150px;
}

.photo-sub {
  width: 100%;
  height: 160px;
}

.subimg-prev {
  position: absolute;
  top: 0;
  left: 1px;
  background-color: rgba(0, 0, 0, 0.8);
  padding: 5px;
  color: #fff;
  font-size: 1.5rem;
  cursor: pointer;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.subimg-next {
  position: absolute;
  top: 0;
  left: 31px;
  background-color: rgba(0, 0, 0, 0.8);
  padding: 5px;
  color: #fff;
  font-size: 1.5rem;
  cursor: pointer;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.subimg-close {
  position: absolute;
  top: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.8);
  padding: 5px;
  color: #fff;
  font-size: 1.5rem;
  cursor: pointer;
}

.subimg-prev:hover,
.subimg-next:hover,
.subimg-close:hover,
.photo-area > .ic-close:hover {
  opacity: 0.5;
}

.photo-upload-btn-wrap label {
  cursor: pointer;
}

.photo-upload-btn-wrap i {
  display: inline-block;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.photo-upload-btn-wrap input {
  display: none;
  visibility: none;
}

#memoModal {
  display: none;
  -webkit-box-align: cneter;
  -ms-flex-align: cneter;
  align-items: cneter;
  z-index: 120;
}

.btn-primary,
.btn-secondary,
.btn-blue,
.btn-search,
.btn-danger,
.btn-outlined,
.btn-outlined-p,
.btn-outlined-b {
  padding: 0 8px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  border-radius: 2px;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.btn-primary:disabled,
.btn-secondary:disabled,
.btn-blue:disabled,
.btn-search:disabled,
.btn-danger:disabled,
.btn-outlined:disabled,
.btn-outlined-p:disabled,
.btn-outlined-b:disabled {
  pointer-events: none;
  opacity: 0.6;
}

.btn-primary {
  color: #fff;
  background-color: #ffbc64;
}

.btn-secondary {
  color: #fff;
  background-color: #ff64a7;
}

.btn-blue {
  color: #fff;
  background-color: #6f64ff;
}

.btn-search {
  color: #fff;
  background-color: #8c8985;
}

.btn-danger {
  color: #fff;
  background-color: #ff0000;
}

.btn-outlined {
  border: 1px solid #dbdbdb;
  color: #000;
  background-color: #fff;
}

.btn-outlined:not(:disabled):hover {
  border: 1px solid #8c8985;
}

.btn-outlined:disabled {
  pointer-events: none;
  opacity: 0.6;
}

.btn-outlined-p {
  border: 1px solid #ff64a7 !important;
  color: #ff64a7 !important;
  background-color: #fff;
}

.btn-outlined-p:not(:disabled):hover {
  opacity: 0.5;
  -webkit-transition: opacity 200ms ease-in-out;
  transition: opacity 200ms ease-in-out;
}

.btn-outlined-p:disabled {
  pointer-events: none;
  opacity: 0.6;
}

.btn-outlined-b {
  border: 1px solid #6f64ff !important;
  color: #6f64ff !important;
  background-color: #fff;
}

.btn-outlined-b:not(:disabled):hover {
  opacity: 0.5;
  -webkit-transition: opacity 200ms ease-in-out;
  transition: opacity 200ms ease-in-out;
}

.btn-outlined-b:disabled {
  pointer-events: none;
  opacity: 0.6;
}

.btn-primary:not(:disabled):hover,
.btn-secondary:not(:disabled):hover,
.btn-search:not(:disabled):hover,
.btn-danger:not(:disabled):hover {
  opacity: 0.7;
  -webkit-transition: opacity 200ms ease-in-out;
  transition: opacity 200ms ease-in-out;
  -webkit-box-shadow: inset 0 1px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px rgba(0, 0, 0, 0.1);
}

.btn {
  font-size: 1rem;
  letter-spacing: -0.01em;
  height: 40px;
  padding: 0 22px;
  position: relative;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  white-space: nowrap;
}

@media screen and (max-width: 767px) {
  .btn {
    font-size: 12px;
    letter-spacing: -0.005m;
    height: 30px;
    padding: 0 10px;
  }
}

.table .btn {
  height: 30px;
  padding: 7px 11px;
}

.full {
  width: 100%;
}

.harf {
  width: 50%;
}

#goBtn {
  position: fixed;
  bottom: 15px;
  right: 10px;
  opacity: 1;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid #e8e8e8;
  background-color: rgba(255, 255, 255, 0.9);
  color: #302c2b;
  -webkit-box-shadow: -2px -3px 5px 0 rgba(0, 0, 0, 0.25);
  box-shadow: -2px -3px 5px 0 rgba(0, 0, 0, 0.25);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  z-index: 10;
}

#goBtn::after {
  content: "\e906";
  font-family: "oneulook";
  font-size: 1.5rem;
  padding: 5px;
}

#goBtn:active {
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
}

.btn-more {
  margin: 30px 15px;
}

.btn-more > i {
  padding-left: 10px;
}

details {
  text-align: left;
}

details summary {
  max-width: 15rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  word-break: break-all;
  list-style: none;
}

details summary:hover,
details summary:focus {
  outline: 0;
}

details summary::-webkit-details-marker {
  display: none;
}

details summary::-moz-list-bullet {
  list-style-type: none;
}

details[open] summary {
  padding-bottom: 5px;
}

details span {
  word-break: break-all;
  white-space: normal;
  text-align: left;
}

.form-select,
.form-input {
  display: block;
  width: 100%;
  background-color: #fff;
  border: 1px solid #dbdbdb;
  color: #000;
  border-radius: 2px;
  -webkit-transition: border 200ms ease-in-out;
  transition: border 200ms ease-in-out;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  text-overflow: ellipsis;
}

.form-select::-ms-expand,
.form-input::-ms-expand {
  display: none;
}

.form-select::-webkit-input-placeholder,
.form-input::-webkit-input-placeholder {
  color: #c8c8c8;
}

.form-select:-ms-input-placeholder,
.form-input:-ms-input-placeholder {
  color: #c8c8c8;
}

.form-select::-ms-input-placeholder,
.form-input::-ms-input-placeholder {
  color: #c8c8c8;
}

.form-select::placeholder,
.form-input::placeholder {
  color: #c8c8c8;
}

.form-select:not(:disabled):hover,
.form-input:not(:disabled):hover,
.form-select:not(:disabled):focus,
.form-input:not(:disabled):focus,
.form-select:not(:disabled):active,
.form-input:not(:disabled):active {
  border: 1px solid #8c8985;
}

.form-select:disabled,
.form-input:disabled {
  cursor: default;
  opacity: 0.5;
}

input[type="text"]:-moz-read-only {
  color: #8c8985;
  background: #f9f9f9;
  cursor: default;
}

input[type="text"]:read-only {
  color: #8c8985;
  background: #f9f9f9;
  cursor: default;
}

input[type="text"]:read-only::-webkit-input-placeholder {
  color: #8c8985;
}

input[type="text"]:read-only:-ms-input-placeholder {
  color: #8c8985;
}

input[type="text"]:read-only::-ms-input-placeholder {
  color: #8c8985;
}

input[type="text"]:read-only::-moz-placeholder {
  color: #8c8985;
}

input[type="text"]:read-only::placeholder {
  color: #8c8985;
}

input[type="text"]:-moz-read-only:hover,
input[type="text"]:-moz-read-only:focus,
input[type="text"]:-moz-read-only:active {
  border: 1px solid #dbdbdb;
}

input[type="text"]:read-only:hover,
input[type="text"]:read-only:focus,
input[type="text"]:read-only:active {
  border: 1px solid #dbdbdb;
}

.form-select,
.form-input {
  font-size: 1rem;
  letter-spacing: -0.01em;
  height: 40px;
  padding: 0 15px;
}

@media screen and (max-width: 767px) {
  .form-select,
  .form-input {
    font-size: 12px;
    letter-spacing: -0.005em;
    height: 30px;
    padding: 0 10px;
  }
}

.select-group {
  position: relative;
}

.select-group.is-active .form-select {
  border-color: #8c8985;
}

.select-group.is-active .ic-chevron {
  color: #8c8985;
}

.select-group .form-select {
  padding-right: 25px;
  text-overflow: ellipsis;
}

.select-group .ic-chevron {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 8px;
  font-size: 1.1rem;
  color: #000;
  pointer-events: none;
}

.input-search {
  position: relative;
}

.input-search input {
  padding-left: 35px;
}

.input-search .ic-search {
  position: absolute;
  top: 45%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 10px;
  font-size: 1.3rem;
  font-weight: 700;
  color: #757575;
  pointer-events: none;
}

input[type="color"]:disabled ~ .color-log {
  color: #8c8985;
}

input[type="checkbox"] {
  -moz-appearance: none;
  appearance: none;
  -webkit-appearance: none;
  height: 24px;
  width: 24px;
  border: 1px solid #dbdbdb;
  background-color: #fff;
  border-radius: 2px;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

input[type="checkbox"]:hover {
  border-color: #ffbc64;
}

input[type="checkbox"]:after {
  content: "\e905";
  font-family: "oneulook";
  font-weight: 900;
  font-size: 1.2rem;
  color: #fff;
  display: none;
}

input[type="checkbox"]:checked {
  background-color: #ffbc64;
  border-color: #ffbc64;
}

input[type="checkbox"]:checked:after {
  display: block;
}

input[type="checkbox"]:disabled {
  cursor: default;
  opacity: 0.5;
  background-color: #dbdbdb;
}

input[type="checkbox"]:disabled:after {
  content: "";
}

input[type="checkbox"]:disabled:hover {
  border-color: #dbdbdb;
}

input[type="checkbox"].color:hover {
  border-color: #ff64a7;
}

input[type="checkbox"].color:checked {
  background-color: #ff64a7;
  border-color: #ff64a7;
}

input[type="radio"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 50%;
  width: 18px;
  height: 18px;
  border: 1px solid #dbdbdb;
  -webkit-transition: 0.1s all linear;
  transition: 0.1s all linear;
  margin-right: 2px;
  cursor: pointer;
  position: relative;
}

input[type="radio"]:hover {
  border-color: #ffbc64;
}

input[type="radio"]:checked {
  border: 6px solid #ffbc64;
}

input[type="radio"] ~ label {
  cursor: pointer;
  margin-right: 20px;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.tbl-section {
  overflow-x: auto;
}

tbody,
td,
tfoot,
th,
thead,
tr {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}

.table {
  width: 100%;
  margin-bottom: 1rem;
  border-color: #dbdbdb;
  border-collapse: collapse;
  border-spacing: 0;
}

.table > :not(caption) > * > *:not(.td-max) {
  max-width: 17rem;
  padding: 4px 10px;
}

.table > :not(caption) > * > *.td-max {
  min-width: -webkit-max-content;
  min-width: -moz-max-content;
  min-width: max-content;
  max-width: 380px;
  padding: 10px;
}

.table > :not(caption) > * > *.td-max .form-input {
  margin: 0 5px;
}

.table > :not(caption) > * > *.td-max .form-input ~ span {
  padding-right: 10px;
}

.table > :not(caption) > * > *:not(.txt-wrap) {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  word-break: break-all;
}

.table > :not(caption) > * > * ~ .txt-wrap {
  overflow: visible;
  white-space: wrap;
  padding: 10px;
  line-height: 1.4;
}

.table > :not(caption) > * > * ~ .txt-wrap span {
  display: block;
  min-width: 15rem;
  max-width: 100%;
}

.table > :not(caption) > * > * ~ .txt-wrap span:last-child {
  padding-top: 5px;
}

.table .dangertag-wrap {
  min-width: 20rem;
  max-width: 28rem;
}

.table .dangertag-wrap button {
  margin: 3px 0;
}

.table .row {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.table thead {
  vertical-align: middle;
  background-color: #f4f4f4;
  padding-left: 20px;
  padding-right: 20px;
}

.table thead th {
  font-weight: 700;
}

.table tbody {
  padding-left: 20px;
  padding-right: 20px;
  vertical-align: middle;
  text-align: center;
}

.table tbody tr {
  border-bottom-width: 1px;
}

.table tbody tr:hover {
  background-color: #fcfcfc;
}

.table tbody td > ul > li {
  line-height: 2;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  word-break: break-all;
}

.table tbody td > ul.li-product > li {
  line-height: 1.4;
}

.link-wrap {
  color: #ffbc64;
  cursor: pointer;
}

.link-wrap:hover {
  opacity: 0.5;
  -webkit-transition: opacity 200ms ease-in-out;
  transition: opacity 200ms ease-in-out;
}

.pointer {
  cursor: pointer;
}

.choice-hour {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 5px;
  color: #999;
}

.time-close {
  position: relative;
}

.time-close div {
  padding-top: 5px;
}

.time-close div span {
  display: block;
}

.time-close div small {
  display: block;
  color: #999;
}

.time-close button {
  border: 1px solid #dbdbdb;
  color: #000;
}

.time-close button:after {
  content: "\e907";
  font-family: "oneulook";
  font-size: 1.3rem;
  padding: 2px;
}

.time-close button:hover {
  border-color: #8c8985;
}

.insta-link {
  text-decoration: underline;
  color: #64a7ff;
  cursor: pointer;
}

.insta-link:hover {
  opacity: 0.5;
  -webkit-transition: opacity 200ms ease-in-out;
  transition: opacity 200ms ease-in-out;
}

button i:hover {
  opacity: 0.5;
  -webkit-transition: opacity 200ms ease-in-out;
  transition: opacity 200ms ease-in-out;
}

.list-del {
  padding: 0 5px;
}

.table-input .select-group,
.table-input .input-width {
  width: 180px;
  height: 30px;
  margin: 0 auto;
}

@media screen and (max-width: 1199px) {
  .table-input .select-group,
  .table-input .input-width {
    width: 150px;
  }
}

.table-input .form-select {
  height: 30px;
}

.move-up-btn {
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.move-up-btn,
.move-down-btn {
  padding: 3px 5px;
  margin: 0 3px;
}

.table-text td {
  padding-top: 17px !important;
  padding-bottom: 17px !important;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button {
  border: 0;
  background: #fff;
  font-weight: normal;
  color: #000;
}

.ui-state-default:hover,
.ui-button:hover {
  background-color: #f4f4f4;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
  background: #ffbc64;
  font-weight: normal;
  color: #fff;
}

.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  border: 0;
  background: #fff;
  font-weight: 700;
  color: #ffbc64;
}

.ui-datepicker td span,
.ui-datepicker td a {
  text-align: center;
  padding: 0.5rem;
}

.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: 0.3rem 0;
}

.ui-widget-header {
  border: 0;
  background: #fff;
  color: #333;
  font-weight: bold;
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  top: 6px;
  background: none;
}

.ui-datepicker .ui-datepicker-prev:after,
.ui-datepicker .ui-datepicker-next:after {
  content: "\e906";
  font-family: "oneulook";
  font-size: 1.3rem;
  padding: 3px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
  background: none;
}

.ui-datepicker .ui-datepicker-next {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.ui-datepicker .ui-datepicker-next:after {
  padding: 5px;
}

.ui-autocomplete {
  max-height: 200px;
  overflow-y: auto;
  /* prevent horizontal scrollbar */
  overflow-x: hidden;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.2);
}

/* IE 6 doesn't support max-height
* we use height instead, but this forces the menu to always be this tall
*/
* html .ui-autocomplete {
  height: 200px;
}

.ui-menu {
  padding: 5px 0;
}

.ui-menu .ui-menu-item {
  border: none !important;
}

.ui-menu .ui-menu-item:hover {
  background-color: #ffbc64;
  opacity: 0.8;
  -webkit-transition: background-color 200ms ease-in-out;
  transition: background-color 200ms ease-in-out;
}

.ui-menu .ui-menu-item:hover,
.ui-menu .ui-menu-item:focus,
.ui-menu .ui-menu-item:active {
  border: none;
}

.ui-menu .ui-menu-item-wrapper {
  padding: 10px 15px;
  border: none;
}

.ui-menu .ui-menu-item-wrapper:hover,
.ui-menu .ui-menu-item-wrapper:focus,
.ui-menu .ui-menu-item-wrapper:active {
  border: none;
}

.pagination .page-control,
.pagination .page-item a,
.pagination .page-item button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 1rem;
  line-height: 30px;
  letter-spacing: -0.01em;
  color: #3f4150;
  height: 30px;
}

.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 0.5rem;
  margin: 3rem 0 2rem 0;
}

.pagination .page-control {
  width: 30px;
  border-radius: 50%;
  border: 1px solid #dbdbdb;
}

.pagination .page-control > i {
  font-size: 1.2rem;
}

.pagination .page-control:hover {
  opacity: 0.4;
  -webkit-transition: opacity 200ms ease-in-out;
  transition: opacity 200ms ease-in-out;
}

.pagination .page-prev > i {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.pagination .page-next > i {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.pagination .page-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.pagination .page-list .page-item {
  margin: 0 3px;
}

.pagination .page-list .page-item:hover {
  opacity: 0.4;
}

.pagination .page-list .page-item a {
  min-width: 30px;
  padding: 0 4px 2px;
}

.pagination .page-list .is-active {
  border-radius: 50%;
  background-color: #f4f4f4;
}

.pagination .page-list .is-active a {
  font-weight: 700;
}

.pagination .page-list .is-active:hover {
  opacity: 1;
}

.swiper {
  width: 160px;
  height: 80px;
  padding: 0 40px !important;
}

.swiper-wrapper {
  width: 80px;
  height: 80px;
}

.swiper-wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: fill;
  object-fit: fill;
}

.swiper-button-prev,
.swiper-button-next {
  width: 30px !important;
  height: 30px !important;
}

.swiper-button-prev:hover,
.swiper-button-prev:focus,
.swiper-button-prev:active,
.swiper-button-next:hover,
.swiper-button-next:focus,
.swiper-button-next:active {
  outline: 0;
}

.swiper-button-prev {
  left: 5px !important;
}

@media screen and (max-width: 767px) {
  .swiper-button-prev {
    left: 0 !important;
  }
}

.swiper-button-next {
  right: 5px !important;
}

@media screen and (max-width: 767px) {
  .swiper-button-next {
    right: 0 !important;
  }
}

.swiper-button-next:after,
.swiper-button-prev:after {
  font-size: 0 !important;
  width: 30px;
  height: 30px;
}

.swiper-button-next:after {
  background: url("/img/list-photo-btn-next.png") no-repeat;
}

.swiper-button-prev:after {
  background: url("/img/list-photo-btn-prev.png") no-repeat;
}

.m-list-section .swiper {
  width: 100px;
  height: 85px;
  padding: 0 !important;
}

.m-list-section .swiper-wrapper {
  width: 100px;
  height: 85px;
}

.m-list-section .swiper-button-prev,
.m-list-section .swiper-button-next {
  width: 0 !important;
  height: 0 !important;
}

.m-list-section .swiper-button-next:after,
.m-list-section .swiper-button-prev:after {
  width: 0 !important;
  height: 0 !important;
}

.tooltip-area {
  position: relative;
}

.tooltip-area:hover .tooltip-text {
  visibility: visible;
}

.tooltip-area .tooltip-text {
  visibility: hidden;
  max-width: 10rem;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  font-size: 0.85rem;
  background-color: #000;
  border-radius: 2px;
  padding: 0.5rem;
  color: #fff;
  text-align: center;
  position: absolute;
  bottom: 130%;
  left: 50%;
  margin-left: -5rem;
  z-index: 20;
  white-space: normal !important;
}

.tooltip-area .tooltip-text::after {
  content: " ";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -10px;
  border-width: 5px;
  border-style: solid;
  border-color: #000 transparent transparent transparent;
}

.ui-tooltip {
  color: #fff !important;
  background-color: #000 !important;
  font-size: 0.9rem !important;
  -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2) !important;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2) !important;
  padding: 0.8rem 1rem !important;
  line-height: 1.5 !important;
  border-radius: 3px !important;
}

body > footer {
  position: fixed;
  left: 0;
  bottom: 0;
  background-color: #302c2b;
}

.category-wrap {
  padding: 30px 0 20px;
  border-top: 1px solid #ddd;
  margin-top: 20px;
}

.category-wrap .row:not(.btn-wrap) button {
  font-size: 1.5rem;
  line-height: 30px;
}

.center-section {
  width: 640px;
  margin: 100px auto 50px;
}

.center-section h2 {
  padding: 50px 20px 30px;
}

@media screen and (max-width: 767px) {
  .center-section h2 {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.center-section .container > .row:not(:first-child) {
  border-top: 1px solid #dbdbdb;
}

.center-section .row {
  padding-bottom: 25px;
}

.center-section .row:last-child {
  padding-bottom: 0;
}

.center-section .row h3 {
  padding-left: 16.6%;
  padding-top: 25px;
  padding-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .center-section .row h3 {
    padding-left: 25%;
  }
}

.center-section .form-group {
  padding-left: 0;
  padding-right: 0;
}

.center-section input[type="radio"] {
  width: 24px;
  height: 24px;
}

.center-section input[type="radio"]:checked {
  border: 8px solid #ffbc64;
}

@media screen and (max-width: 767px) {
  .center-section {
    width: 100%;
    margin-top: 0;
    padding: 30px 20px 30px;
  }
}

.dashboard-section {
  width: 100%;
  min-height: 100vh;
  height: 100%;
  padding: 0 20px;
  background-color: #302c2b;
  font-size: 18px;
}

@media screen and (max-width: 1200px) {
  .dashboard-section {
    font-size: 16px;
  }
}

@media screen and (max-width: 767px) {
  .dashboard-section {
    font-size: 14px;
    padding: 0 15px;
  }
}

.dashboard-section > .row:first-child {
  padding: 50px 0;
  border-bottom: 1px solid #000;
  margin-bottom: 10px;
}

@media screen and (max-width: 767px) {
  .dashboard-section > .row:first-child {
    padding: 25px 0;
  }
}

.dashboard-section .row {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.dashboard-section .row [class^="col-"] {
  padding: 5px;
}

.dashboard-section .row .board-card {
  background-color: rgba(255, 255, 255, 0.1);
  padding: 20px 30px 30px 30px;
}

@media screen and (max-width: 767px) {
  .dashboard-section .row .board-card {
    padding: 10px 15px 15px 15px;
  }
}

.dashboard-section .row .board-card h3 {
  color: white;
  padding: 10px 0;
  font-size: 18px;
  font-weight: 400;
}

@media screen and (max-width: 1200px) {
  .dashboard-section .row .board-card h3 {
    font-size: 16px;
  }
}

@media screen and (max-width: 767px) {
  .dashboard-section .row .board-card h3 {
    font-size: 14px;
  }
}

.dashboard-section .row .board-card strong {
  font-size: 2.3rem;
  color: #ffbc64;
}

@media screen and (max-width: 1200px) {
  .dashboard-section .row .board-card strong {
    font-size: 1.9rem;
  }
}

@media screen and (max-width: 767px) {
  .dashboard-section .row .board-card strong {
    font-size: 1.7rem;
  }
}

.dashboard-section .row .board-card-title {
  color: white;
  margin-top: 25px;
  margin-bottom: 10px;
  margin-left: 0px;
  padding-left: 10px !important;
}

.dashboard-section .row h4 {
  font-size: 18px;
  color: #fff;
  padding-top: 18px !important;
  padding-left: 30px !important;
}

@media screen and (max-width: 1200px) {
  .dashboard-section .row h4 {
    font-size: 16px;
    padding-left: 20px !important;
  }
}

@media screen and (max-width: 767px) {
  .dashboard-section .row h4 {
    font-size: 14px;
  }
}

.dashboard-section .row .board-card-sub {
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 2px;
  padding: 20px 30px 30px 30px;
  position: relative;
  /* min-height: 100px !important; */
}

.report-container .table-header {
  display: flex;
  justify-content: center;
  align-items: center;
}

.report-container .table-header h4 {
  text-align: center;
  padding: 0px !important;
  margin: 0px !important;
}

.report-container .filters {
  display: flex;
  flex-direction: row;
}

.report-container .filters .filter-buttons-wrapper {
  display: flex;
}

.report-container .filters .filter-buttons-wrapper .btn {
  margin-right: 5px;
  border: none;
  background-color: rgba(255, 255, 255, 0.1);
  color: white;
}

.report-container .filters .filter-buttons-wrapper .btn.active {
  background-color: rgba(0, 0, 0, 0.5);
  border: 1px solid rgba(0, 0, 0, 0.5);
  /* color: #FFBC64; */
}

.report-container .filters .filter-buttons-wrapper .mr-1 {
  margin-right: 0.25rem;
}

.report-container .filters .filter-buttons-wrapper .form-input {
  margin-right: 5px;
  border: none;
  background-color: rgba(255, 255, 255, 0.1);
  color: white;
}

.report-container .filters .filter-buttons-wrapper .duration-separator {
  display: flex;
  color: white;
  justify-content: center;
  align-items: center;
  padding-left: 10px;
  padding-right: 10px;
}

.report-container .filters .filter-buttons-wrapper input.datepicker {
  text-align: center;
}

.report-container .filters .justify-end {
  justify-content: flex-end;
  display: flex;
}

.report-container .table-row {
  padding: 0px !important;
}

.report-container .table-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;

  padding: 5px !important;
  min-height: 60px;
}

.report-container .table-item.with-dates {
  min-height: 67.25px;
}

.report-container .table-item small {
  color: white !important;
}

@media screen and (max-width: 767px) {
  .dashboard-section .row .board-card-sub {
    padding: 10px 15px 15px 15px;
  }
}

.dashboard-section .row .board-card-sub h5 {
  font-size: 18px;
  padding: 10px 0;
  font-weight: 400;
  color: #fff;
}

@media screen and (max-width: 1200px) {
  .dashboard-section .row .board-card-sub h5 {
    font-size: 16px;
  }
}

@media screen and (max-width: 767px) {
  .dashboard-section .row .board-card-sub h5 {
    font-size: 14px;
  }
}

.dashboard-section .row .board-card-sub strong {
  color: #ffbc64;
}

.dashboard-section .row .board-card-sub .board-date {
  position: absolute;
  right: 30px;
  top: 30px;
  width: auto;
  font-size: 13px;
  color: #fff;
}

@media screen and (max-width: 1350px) {
  .dashboard-section .row .board-card-sub .board-date {
    top: 10px;
    font-size: 12px;
  }
}

@media screen and (max-width: 1200px) {
  .dashboard-section .row .board-card-sub .board-date {
    right: unset;
    left: 30px;
  }
}

@media screen and (max-width: 767px) {
  .dashboard-section .row .board-card-sub .board-date {
    left: unset;
    right: 15px;
    font-size: 11px;
  }
}

.price-cell {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 1rem;
}

.price-cell ul li {
  padding: 2px 0;
}

.input-price {
  background-color: #f4f4f4;
  width: 70px;
  height: 30px;
  text-align: end;
  padding: 0 10px;
  margin: 0 9px 0 12px;
}

.pickname-tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 15px;
  padding-top: 40px;
}

.pickname-tag span {
  padding: 5px 10px;
  background-color: #f4f4f4;
  color: #8c8985;
  border-radius: 2px;
}

.point-wrap {
  padding: 20px 0 0;
  border-top: 1px solid #ddd;
  margin-top: 10px;
  overflow-x: scroll;
}

.point-wrap .point-auto-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.point-wrap .point-auto-btn .on {
  border-color: #000;
}

.row-inputs > div {
  padding-right: 10px;
}

.row-inputs > div:last-child {
  padding-right: 0;
}

.point-plus {
  color: #6f64ff;
}

.point-minus {
  color: #ff0000;
}

.list-del-none {
  color: #999;
  padding: 0 5px;
}

.list-del-none button i {
  display: none;
}

.scheduler-title {
  padding: 15px 0;
  font-size: 15px;
}

.table-scheduler .td-max .row {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.table-scheduler .date-next {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 30px;
  width: 30px;
  border: 1px solid #dbdbdb;
  background-color: #fff;
  border-radius: 2px;
}

.table-scheduler .date-next:not(:disabled):hover,
.table-scheduler .date-next:not(:disabled):focus,
.table-scheduler .date-next:not(:disabled):active {
  border: 1px solid #8c8985;
}

.table-scheduler .date-next i {
  display: block;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  font-size: 1.2rem;
}

.holiday-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding: 10px 15px;
  margin: 50px 20px 20px;
  background-color: #f9f9f9;
}

@media screen and (max-width: 1199px) {
  .holiday-section {
    margin: 50px 15px 20px;
  }
}

.holiday-section .check-wrap {
  padding-top: 0;
}

.holiday-section .check-wrap > span {
  padding-right: 15px;
}

@media screen and (max-width: 767px) {
  .holiday-section .check-wrap > span {
    padding-right: 10px;
  }
}

.holiday-section .check-wrap > label {
  margin-right: 20px;
}

@media screen and (max-width: 767px) {
  .holiday-section .check-wrap > label {
    margin-right: 10px;
  }
}

.holiday-section .check-wrap .form-input {
  margin-right: 20px;
  height: 30px;
}

@media screen and (max-width: 767px) {
  .holiday-section .check-wrap .form-input {
    margin-right: 5px;
  }
}

@media screen and (max-width: 1199px) {
  .holiday-section .check-wrap .input-width {
    width: 110px;
  }
}

@media screen and (max-width: 767px) {
  .holiday-section .check-wrap .input-width {
    width: 90px;
  }
}

.holiday-section .btn {
  height: 30px;
}

.holiday-tbl-section .year-select {
  width: 110px;
  margin: 10px 0;
}

.holiday-tbl-section .year-select .form-select {
  height: 30px;
}

.holiday-tbl-section thead {
  background-color: #fff;
  border-top: 1px solid #dbdbdb;
  border-bottom: 1px solid #dbdbdb;
}

.login-section {
  width: 100vw;
  height: 100vh;
  background-color: #302c2b;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.login-section .login-area {
  padding: 50px 40px;
  text-align: center;
}

.login-section .login-area h1 {
  font-size: 30px;
  letter-spacing: -0.05em;
  color: #fff;
}

.login-section .login-area .login-content {
  width: 300px;
  margin: 40px auto;
}

.login-section .login-area .login-content .login-form-control {
  position: relative;
  padding-bottom: 1rem;
}

.login-section .login-area .login-content .login-form-control input {
  width: 100%;
  height: 50px;
}

.login-section
  .login-area
  .login-content
  .login-form-control
  input::-webkit-input-placeholder {
  color: #c8c8c8;
}

.login-section
  .login-area
  .login-content
  .login-form-control
  input:-ms-input-placeholder {
  color: #c8c8c8;
}

.login-section
  .login-area
  .login-content
  .login-form-control
  input::-ms-input-placeholder {
  color: #c8c8c8;
}

.login-section
  .login-area
  .login-content
  .login-form-control
  input::placeholder {
  color: #c8c8c8;
}

.login-section .login-area .login-content .login-form-control input:hover,
.login-section .login-area .login-content .login-form-control input:focus {
  background-color: #f4f4f4;
}

.login-section .login-area .login-content > button {
  width: 100%;
  height: 50px;
  font-size: 1.2rem;
  font-weight: 700;
}

.login-section .login-area .login-info {
  color: #999;
}

.login-section .login-area .login-info > p {
  margin-bottom: 1rem;
}

.login-form-control small {
  color: #64a7ff;
  position: absolute;
  bottom: 0;
  left: 0;
  visibility: hidden;
}

.login-form-control.error input {
  margin-bottom: 1.2rem;
}

.login-form-control.error small {
  visibility: visible;
  margin-bottom: 0.8rem;
}

.m-list-section {
  background-color: #f4f4f4;
  font-size: 10px;
  line-height: 1.3;
}

.m-list-section .btn {
  height: 30px;
}

.m-list-section .form-select,
.m-list-section .form-input {
  font-size: 12px;
  letter-spacing: -0.005em;
  height: 30px;
}

.m-list-section .form-input {
  padding: 0 10px;
}

.m-list-section .form-select {
  padding: 0 25px 0 10px;
}

.m-list-section ul:not(.break-msg) {
  background-color: #f4f4f4;
  border-bottom: 1px solid #f4f4f4;
}

.m-list-section ul:not(.break-msg) li:not(.break-msg-li) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 10px;
  position: relative;
  padding: 10px 15px 5px;
  margin-bottom: 6px;
  background-color: #fff;
}

.m-list-section ul:not(.break-msg) li:not(.break-msg-li) .m-list-thumb {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.m-list-section
  ul:not(.break-msg)
  li:not(.break-msg-li)
  .m-list-thumb
  .info-time {
  padding-top: 5px;
  font-size: 0.9em;
  line-height: 1.1;
  color: #ff64a7;
}

.m-list-section ul:not(.break-msg) li:not(.break-msg-li) .m-list-info {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: calc(100% - 100px - 10px);
  position: relative;
}

.m-list-section
  ul:not(.break-msg)
  li:not(.break-msg-li)
  .m-list-info
  .info-list {
  padding-bottom: 10px;
}

.m-list-section ul:not(.break-msg) li:not(.break-msg-li) .m-list-info dl dt {
  padding-right: 50px;
  padding-bottom: 10px;
  font-weight: 700;
  font-size: 15px;
}

.m-list-section
  ul:not(.break-msg)
  li:not(.break-msg-li)
  .m-list-info
  .info-memo {
  position: absolute;
  top: 0;
  right: 0;
}

.m-list-section
  ul:not(.break-msg)
  li:not(.break-msg-li)
  .m-list-info
  .info-bottom
  .row {
  gap: 5px;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.m-list-section
  ul:not(.break-msg)
  li:not(.break-msg-li)
  .m-list-info
  .info-bottom
  .row
  button {
  margin-bottom: 5px;
}

.m-list-section
  ul:not(.break-msg)
  li:not(.break-msg-li)
  .m-list-info
  .info-bottom
  .row
  .half {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.m-list-section
  ul:not(.break-msg)
  li:not(.break-msg-li)
  .m-list-info
  .info-bottom
  .time-close
  > div {
  padding-top: 0;
  padding-right: 5px;
}

.m-list-section ul:not(.break-msg) li:not(.break-msg-li) .max-title {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  width: 80%;
}

.m-list-section ul:not(.break-msg) li:not(.break-msg-li) .m-list-check {
  position: absolute;
  bottom: 7px;
  right: 15px;
}

.m-list-section ul:not(.break-msg) li:not(.break-msg-li) .info-close {
  position: absolute;
  top: 10px;
  right: 15px;
}

.m-list-section .break-msg {
  border-top: 1px solid #dbdbdb;
  margin-top: 5px;
  padding-top: 10px;
}

.m-list-section .break-msg li {
  list-style-type: disc;
  padding: 0;
  margin-left: 15px;
  line-height: 1.4;
  color: #999;
  letter-spacing: -0.05rem;
}

.m-list-section .break-msg .txt-danger {
  padding: 0;
  color: #ff0000;
}

.row-three-group {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.row-three-group > div {
  width: calc(100% / 3);
  text-align: center;
}

.row-three-group > div button {
  margin-top: 5px;
}

.td-cell {
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 10px;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  height: 70px;
}

.time-title {
  background-color: #f4f4f4;
  color: #999;
  font-size: 0.8rem;
  padding: 1px 5px 2px;
}

.time-colos-bottom button {
  margin-top: 8px;
}

.li-season span {
  color: #c8c8c8;
}

.li-season span.is-active {
  color: #000;
}

.orderlist {
  background-color: #f4f4f4;
  border-radius: 2px;
  margin: 10px 0;
  padding: 10px 15px;
}

.orderlist li {
  font-size: 0.9rem;
  line-height: 2.5;
  border-bottom: 1px solid #ddd;
}

.orderlist li:last-child {
  border-bottom: 0;
}

.orderlist li span {
  padding-left: 10px;
}

.one-img {
  width: 80px;
  height: 80px;
  margin: 0 auto;
}

.one-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: fill;
  object-fit: fill;
}

.profile-img-wrap {
  width: 60px;
  height: 60px;
  margin: 0 auto;
}

.profile-img-wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: fill;
  object-fit: fill;
  border-radius: 50%;
}

.posting-img-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 10px;
}

.posting-img-wrap .posting-img {
  width: 80px;
  height: 80px;
}

.posting-img-wrap .posting-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: fill;
  object-fit: fill;
}

.model-choice-wrap {
  border-top: 1px solid #dbdbdb;
  margin-top: 10px;
}

.model-choice-wrap li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 20px 0;
  border-bottom: 1px solid #dbdbdb;
}

.model-choice-wrap li .info-model {
  text-align: center;
}

.model-choice-wrap li .info-model > div:first-child {
  margin-bottom: 13px;
}

.model-choice-wrap li .info-model > div:last-child {
  margin-top: 5px;
}

.model-choice-wrap li .posting-img-wrap .posting-img {
  width: 135px;
  height: 135px;
}

.form-modal-section .btn-more {
  margin-left: 0;
  margin-right: 0;
}

.product-color {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.table-product,
.table-in-table {
  table-layout: fixed;
}

.table-product .td-fixdel,
.table-in-table .td-fixdel {
  width: 150px !important;
}

.table-product .td-name,
.table-in-table .td-name {
  width: 300px !important;
}

.table-product .td-acc,
.table-in-table .td-acc {
  width: 150px !important;
}

.table-product .td-color,
.table-in-table .td-color {
  width: 100px !important;
}

.table-product .td-size,
.table-in-table .td-size {
  width: 70px !important;
}

.table-product .td-count,
.table-in-table .td-count {
  width: 70px !important;
}

.table-product .td-status,
.table-in-table .td-status {
  width: 130px !important;
}

.table-product .td-color-fixdel,
.table-in-table .td-color-fixdel {
  width: 120px !important;
}

.table-product .td-register,
.table-in-table .td-register {
  width: 150px !important;
}

.table-product .td-return,
.table-in-table .td-return {
  width: 150px !important;
}

.table-in-table {
  margin-bottom: 0 !important;
}

.table-in-table td {
  padding: 7px 0 !important;
}

.td-merge {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.btn-add {
  margin-top: 0.7rem;
}

.button-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 5px;
}

.button-group .btn {
  height: 24px;
  font-size: 12px;
}

.info-none {
  color: #c8c8c8;
}

.brand-report-wrap {
  min-width: 768px;
}

.brand-report-wrap .brand-report {
  padding: 40px 0;
  margin: 0 10px;
  border-bottom: 1px solid #dbdbdb;
}

.brand-report-wrap .brand-report h4 {
  font-size: 15px;
  font-weight: 700;
  color: #000;
  margin-bottom: 30px;
}

.brand-report-wrap .brand-report .row {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.brand-report-wrap .brand-report .row .col-lg-4 {
  padding-right: 10px;
}

.brand-report-wrap .brand-report .row .col-lg-4:last-child {
  padding-right: 0;
}

.brand-report-wrap .brand-report .row .board-card-sub {
  background-color: #f9f9f9;
  border-radius: 2px;
  padding: 25px 35px;
}

@media screen and (max-width: 1199px) {
  .brand-report-wrap .brand-report .row .board-card-sub {
    padding: 20px 30px;
  }
}

.brand-report-wrap .brand-report .row .board-card-sub h5 {
  font-size: 18px;
  font-weight: 400;
  padding-bottom: 10px;
  color: #000;
}

@media screen and (max-width: 1199px) {
  .brand-report-wrap .brand-report .row .board-card-sub h5 {
    font-size: 16px;
  }
}

.brand-report-wrap .brand-report .row .board-card-sub strong {
  font-size: 18px;
  font-weight: 700;
  color: #ffbc64;
}

@media screen and (max-width: 1199px) {
  .brand-report-wrap .brand-report .row .board-card-sub strong {
    font-size: 16px;
  }
}

.brand-report-photo {
  min-width: 768px;
  margin: 0 auto;
  padding-bottom: 60px;
}

.brand-report-photo .row {
  padding-left: 5px;
  padding-right: 5px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media screen and (max-width: 1199px) {
  .brand-report-photo .row {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}

.brand-report-photo .row > div {
  padding: 0 5px;
  width: 278px;
}

@media screen and (max-width: 1199px) {
  .brand-report-photo .row > div {
    width: calc(100% / 5);
  }
}

.brand-report-photo .row .board-card-photo {
  padding-top: 60px;
}

.brand-report-photo .row .board-card-photo a {
  display: block;
}

.brand-report-photo .row .board-card-photo a:hover,
.brand-report-photo .row .board-card-photo a:active {
  opacity: 0.6;
  -webkit-transition: opacity 200ms ease-in-out;
  transition: opacity 200ms ease-in-out;
}

.brand-report-photo .row .board-card-photo div {
  width: 100%;
  height: 338px;
}

@media screen and (max-width: 1199px) {
  .brand-report-photo .row .board-card-photo div {
    height: 236px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .brand-report-photo .row .board-card-photo div {
    height: 171px;
  }
}

.brand-report-photo .row .board-card-photo div img {
  width: 100%;
  height: 100%;
  -o-object-fit: fill;
  object-fit: fill;
}

.brand-report-photo .row .board-card-photo .photo-title {
  display: block;
  font-size: 15px;
  font-weight: 700;
  margin: 18px 0 10px;
  color: #000;
}

.brand-report-photo .morebtn-wrap {
  width: 60%;
  margin: 20px auto;
}

.brand-report-photo .morebtn-wrap button {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

@media screen and (max-width: 1199px) {
  .brand-report-photo .morebtn-wrap {
    width: 100%;
  }

  .brand-report-photo .morebtn-wrap .btn-more {
    margin-left: 0;
    margin-right: 0;
  }
}

.check-td {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 30px;
}

.table-photodown .photodown-wrap {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.table-photodown .photodown-wrap .photodown {
  width: 200px;
  height: 200px;
}

.table-photodown .photodown-wrap .photodown img {
  width: 100%;
  height: 100%;
  -o-object-fit: fill;
  object-fit: fill;
}

.table-photodown .form-group {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.b-input-width {
  margin: 0 5px 0 0 !important;
}

.review-mall-section {
  width: 1080px;
  margin: 0 auto;
  text-align: center;
}

@media screen and (max-width: 1199px) {
  .review-mall-section {
    width: 100%;
    max-width: 960px;
  }
}

@media screen and (max-width: 767px) {
  .review-mall-section {
    width: 100%;
  }
}

.review-mall-section .review-mall-wrap {
  width: 100%;
  padding: 163px 0 100px;
}

@media screen and (max-width: 1199px) {
  .review-mall-section .review-mall-wrap {
    padding: 100px 20px;
  }
}

@media screen and (max-width: 767px) {
  .review-mall-section .review-mall-wrap {
    padding: 100px 20px;
  }
}

.review-mall-section .postit-wrap {
  padding-bottom: 40px;
}

.review-mall-section .postit-wrap h1 {
  font-size: 24px;
  font-weight: 400;
}

.review-mall-section .postit-wrap span {
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.2em;
}

.review-mall-section .posimg-wrap .img-wrap {
  width: calc(100% / 5);
  height: 285.27px;
  padding: 1px;
}

@media screen and (max-width: 767px) {
  .review-mall-section .posimg-wrap .img-wrap {
    width: calc(100% / 2);
    height: 221px;
  }
}

.review-mall-section .posimg-wrap .img-wrap a {
  display: block;
  width: 100%;
  height: 100%;
}

.review-mall-section .posimg-wrap .img-wrap a:hover,
.review-mall-section .posimg-wrap .img-wrap a:active {
  opacity: 0.6;
}

.review-mall-section .posimg-wrap .img-wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: fill;
  object-fit: fill;
}

.review-mall-section .button-wrap {
  margin: 20px 0;
}

.review-mall-section .button-wrap button {
  font-size: 15px;
  padding: 0 85px;
  height: 48px;
}

@media screen and (max-width: 767px) {
  .review-mall-section .button-wrap button {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .review-modal-section .modal {
    padding-bottom: 50px;
  }
}

.review-modal-section .modal .modal-content {
  width: 335px;
  padding: 0;
  position: relative;
}

.review-modal-section .modal .modal-content header {
  padding: 0 20px;
  border-bottom: 1px solid #dbdbdb;
  background-color: #fff;
  position: relative;
}

.review-modal-section .modal .modal-content header h2 {
  font-size: 20px;
  font-weight: 400;
}

.review-modal-section .modal .modal-content header button {
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 16px;
  padding: 0 5px;
}

.review-modal-section .modal .modal-content section {
  padding: 0 0 10px 0;
}

@media screen and (max-width: 767px) {
  .review-modal-section .modal .modal-content section {
    height: calc(100vh - 55px - 100px - 50px);
    overflow-y: scroll;
  }
}

.review-modal-section .modal .modal-content section .pos-user {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding: 0 20px;
  height: 50px;
  width: 100%;
}

.review-modal-section .modal .modal-content section .pos-user div {
  display: block;
  overflow: hidden;
  background-image: url("/img/img-user-default.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  margin-right: 10px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
}

.review-modal-section .modal .modal-content section .pos-user div img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.review-modal-section .modal .modal-content section .pos-user strong {
  font-size: 13px;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.review-modal-section .modal .modal-content section .pos-in-wrap {
  padding: 40px 0;
  margin: 0 20px;
  border-bottom: 1px solid #dbdbdb;
}

.review-modal-section .modal .modal-content section .pos-in-wrap:last-child {
  border-bottom: 0;
}

.review-modal-section .modal .modal-content section .pos-in-wrap h3 {
  font-size: 18px;
  letter-spacing: -0.05em;
  font-weight: 400;
  padding-bottom: 20px;
}

.review-modal-section .modal .modal-content section .pos-in-wrap .in-clothes {
  display: block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  border: 1px solid #dbdbdb;
  width: 100%;
  padding: 10px 30px 10px 10px;
  position: relative;
}

.review-modal-section
  .modal
  .modal-content
  section
  .pos-in-wrap
  .in-clothes:hover,
.review-modal-section
  .modal
  .modal-content
  section
  .pos-in-wrap
  .in-clothes:active {
  opacity: 0.6;
}

.review-modal-section
  .modal
  .modal-content
  section
  .pos-in-wrap
  .in-clothes
  .in-clothes-img {
  width: 64px;
  height: 64px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.review-modal-section
  .modal
  .modal-content
  section
  .pos-in-wrap
  .in-clothes
  .in-clothes-img
  img {
  width: 100%;
  height: 100%;
  -o-object-fit: fill;
  object-fit: fill;
}

.review-modal-section
  .modal
  .modal-content
  section
  .pos-in-wrap
  .in-clothes
  .in-clothes-title {
  padding-left: 15px;
  width: calc(100% - 64px);
}

.review-modal-section
  .modal
  .modal-content
  section
  .pos-in-wrap
  .in-clothes
  .in-clothes-title
  .in-clothes-brand {
  font-size: 12px;
  letter-spacing: -0.05em;
  color: #999;
  padding-bottom: 5px;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.review-modal-section
  .modal
  .modal-content
  section
  .pos-in-wrap
  .in-clothes
  .in-clothes-title
  .in-clothes-name {
  font-size: 13px;
  letter-spacing: -0.05em;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.review-modal-section .modal .modal-content section .pos-in-wrap .in-clothes i {
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(-90deg);
  transform: translateY(-50%) rotate(-90deg);
  right: 12px;
  font-size: 16px;
}

.review-modal-section
  .modal
  .modal-content
  section
  .pos-in-wrap
  .in-clothes-others
  .img-wrap {
  width: calc(100% / 2);
  height: 194.5px;
  padding: 1px;
}

.review-modal-section
  .modal
  .modal-content
  section
  .pos-in-wrap
  .in-clothes-others
  .img-wrap
  a {
  display: block;
  width: 100%;
  height: 100%;
}

.review-modal-section
  .modal
  .modal-content
  section
  .pos-in-wrap
  .in-clothes-others
  .img-wrap
  a:hover,
.review-modal-section
  .modal
  .modal-content
  section
  .pos-in-wrap
  .in-clothes-others
  .img-wrap
  a:active {
  opacity: 0.6;
}

.review-modal-section
  .modal
  .modal-content
  section
  .pos-in-wrap
  .in-clothes-others
  .img-wrap
  img {
  width: 100%;
  height: 100%;
  -o-object-fit: fill;
  object-fit: fill;
}

.review-modal-section
  .modal
  .modal-content
  section
  .pos-in-wrap
  .in-clothes-others
  .button-wrap {
  padding-top: 20px;
}

.review-modal-section
  .modal
  .modal-content
  section
  .pos-in-wrap
  .in-clothes-others
  .button-wrap
  button {
  font-size: 15px;
  height: 48px;
}

.review-modal-section .modal .modal-content footer {
  display: none;
}

.review-modal-section .modal .modal-content .swiper {
  width: 100%;
  height: 362px;
  padding: 0 !important;
}

.review-modal-section .modal .modal-content .swiper-wrapper {
  width: 100%;
  height: 335px;
}

.review-modal-section .modal .modal-content .swiper-pagination-bullet-active {
  background: #000;
}

.review-modal-section
  .modal
  .modal-content
  .swiper-horizontal
  > .swiper-pagination-bullets,
.review-modal-section
  .modal
  .modal-content
  .swiper-pagination-bullets.swiper-pagination-horizontal,
.review-modal-section .modal .modal-content .swiper-pagination-custom,
.review-modal-section .modal .modal-content .swiper-pagination-fraction {
  bottom: 0;
}

.order-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 5px;
}

.order-wrap button {
  width: 30px;
  height: 30px;
}

.order-wrap button i {
  font-size: 1.3rem;
}

.order-wrap .move-up-btn,
.order-wrap .move-down-btn {
  padding-top: 5px;
}

.container {
  width: 100%;
  height: inherit;
  padding-left: 20px;
  padding-right: 20px;
  margin: 0 auto;
}

@media screen and (max-width: 1199px) {
  .container {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.row {
  height: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .row {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}

@media screen and (max-width: 767px) {
  body {
    font-size: 12px;
  }
}

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

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

.p-relative {
  position: relative;
}

.d-none {
  display: none;
}

.hidden {
  visibility: hidden;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.user_num {
  font-size: 0.9rem;
  margin: 8px 0;
}

.profile-image {
  border-radius: 100%;
  aspect-ratio: 1;
  object-fit: cover;
}

.best-shots-add-container {
  display: flex;
  flex-direction: row;

  /* min-width: 400px; */
}

.best-shots-add-container .image-container {
  width: 80px;
  height: 80px;
  background-color: #f4f4f4;
  display: flex;
  justify-content: center;
  cursor: pointer;
  margin-right: 13px;
}

.model-supports-rejects-table thead tr th {
  /* width: 100% !important; */
}

.m-1 {
  margin: 0.25rem;
}

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

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

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

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

.m-2 {
  margin: 0.5rem;
}

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

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

.ml-2 {
  margin-left: 0.5rem;
}

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

.m-3 {
  margin: 0.75rem;
}

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

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

.ml-3 {
  margin-left: 0.75rem;
}

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

.m-4 {
  margin: 1rem;
}

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

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

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

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

.m-5 {
  margin: 1.25rem;
}

.mt-5 {
  margin-top: 1.25rem;
}

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

.ml-5 {
  margin-left: 1.25rem;
}

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

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

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

.ml-10 {
  margin-left: 2.5rem;
}

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

.p-1 {
  padding: 0.25rem;
}

.pt-1 {
  padding-top: 0.25rem;
}

.pb-1 {
  padding-bottom: 0.25rem;
}

.pl-1 {
  padding-left: 0.25rem;
}

.pr-1 {
  padding-left: 0.25rem;
}

.p-2 {
  padding: 0.5rem;
}

.pt-2 {
  padding-top: 0.5rem;
}

.pb-2 {
  padding-bottom: 0.5rem;
}

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

.pr-2 {
  padding-left: 0.5rem;
}

.p-3 {
  padding: 0.75rem;
}

.pt-3 {
  padding-top: 0.75rem;
}

.pb-3 {
  padding-bottom: 0.75rem;
}

.pl-3 {
  padding-left: 0.75rem;
}

.pr-3 {
  padding-left: 0.75rem;
}

.p-4 {
  padding: 1rem;
}

.pt-4 {
  padding-top: 1rem;
}

.pb-4 {
  padding-bottom: 1rem;
}

.pl-4 {
  padding-left: 1rem;
}

.pr-4 {
  padding-left: 1rem;
}

.p-5 {
  padding: 1.25rem;
}

.pt-5 {
  padding-top: 1.25rem;
}

.pb-5 {
  padding-bottom: 1.25rem;
}

.pl-5 {
  padding-left: 1.25rem;
}

.pr-5 {
  padding-left: 1.25rem;
}

.justify-center {
  justify-content: center;
}

.col {
  display: flex;
  flex-direction: column;
}

.flex {
  display: flex;
}

.w-full {
  width: 100%;
}

.h-full {
  height: 100%;
}

.select-best-shot-modal-section .modal {
  flex-direction: column;
}

.select-best-shot-modal-section .modal .modal-window {
  position: relative;
  background-color: white;
  align-self: center;

  width: 80%;
}

.select-best-shot-modal-section .modal .modal-window .modal-close {
  margin-left: auto;
}

.select-best-shot-modal-section .best-shots-image-wrapper {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(32%, auto));
  column-gap: 8px;
  row-gap: 48px;
}

.select-best-shot-modal-section .best-shots-image-wrapper .image-container {
  position: relative;
}

.select-best-shot-modal-section .best-shots-image-wrapper .image-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.select-best-shot-modal-section .best-shots-image-wrapper .overlay {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.select-best-shot-modal-section .best-shots-image-wrapper .selected .overlay {
  background-color: rgba(255, 188, 100, 0.5);
}

.select-best-shot-modal-section
  .best-shots-image-wrapper
  .selected
  .overlay
  span {
  display: flex;
  justify-content: center;
  height: 100%;
  align-items: center;
  font-size: 35pt;
  color: white;
}

.select-best-shot-modal-section .modal-title-container {
  display: flex;
  justify-content: space-between;
}

.select-best-shot-modal-section .confirm-button-container {
  display: flex;
  justify-content: center;
}

.select-best-shot-modal-section .crop-button-container {
}

.select-posting-warnings-container {
}

.select-posting-warnings-container .select-posting-warnings {
  border: 1px solid black;
  background: black;
  padding: 4px;
  color: white;
}

.select-posting-warnings-container .btn {
  background-color: #e8e8e8 !important;
  color: black;
}

.select-posting-warnings-container.selected .select-posting-warnings {
  color: white;
}

.select-posting-warnings-container.selected .btn {
  background-color: #ff0000 !important;
  color: #fff;
}

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