@charset "UTF-8";
/* uikit framework */
/* ========================================================================
   Component: Base
 ========================================================================== */
/*
 * 1. Normalize default `font-family` and set `font-size` to support `rem` units
 * 2. Prevents iOS text size adjust after orientation change, without disabling user zoom
 * 3. Style
 */
html {
  /* 1 */
  font: normal 14px / 20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  /* 3 */
  background: #fff;
  color: #444;
}

/*
 * Removes default margin.
 */
body {
  margin: 0;
}

/* Links
 ========================================================================== */
/*
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent;
}

/*
 * Improve readability of focused elements when they are also in an active/hover state.
 */
a:active,
a:hover {
  outline: 0;
}

/*
 * Style
 */
a,
.uk-link {
  text-decoration: none;
  cursor: pointer;
}

a:hover,
.uk-link:hover {
  text-decoration: underline;
}

/* Text-level semantics
 ========================================================================== */
/*
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/*
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
/*
 * 1. Address odd `em`-unit font size rendering in all browsers.
 * 2. Consolas has a better baseline in running text compared to `Courier`
 */
:not(pre) > code,
:not(pre) > kbd,
:not(pre) > samp {
  /* 1 */
  font-size: 12px;
  /* 2 */
  font-family: Consolas, monospace, serif;
  /* 3 */
  color: #D05;
  white-space: nowrap;
}

/*
 * Emphasize
 */
em {
  color: #D05;
}

/*
 * Insert
 */
ins {
  background: #ffa;
  color: #444;
  text-decoration: none;
}

/*
 * Mark
 * Note: Addresses styling not present in IE 8/9.
 */
mark {
  background: #ffa;
  color: #444;
}

/*
 * Quote
 */
q {
  font-style: italic;
}

/*
 * Addresses inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
 ========================================================================== */
/*
 * Remove the gap between embedded content and the bottom of their containers.
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

/*
 * Responsiveness
 * 1. Sets a maximum width relative to the parent and auto scales the height
 * 2. Corrects `max-width` behavior if padding and border are used
 */
audio,
canvas,
img,
svg,
video {
  /* 1 */
  max-width: 100%;
  height: auto;
  /* 2 */
  box-sizing: border-box;
}

/*
 * Preserve original dimensions
 */
.uk-img-preserve,
.uk-img-preserve audio,
.uk-img-preserve canvas,
.uk-img-preserve img,
.uk-img-preserve svg,
.uk-img-preserve video {
  max-width: none;
}

/*
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}

/*
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Block elements
 ========================================================================== */
/*
 * Reset margin
 */
blockquote,
figure {
  margin: 0;
}

/*
 * Margins
 */
p,
ul,
ol,
dl,
blockquote,
pre,
address,
fieldset,
figure {
  margin: 0 0 15px 0;
}

* + p,
* + ul,
* + ol,
* + dl,
* + blockquote,
* + pre,
* + address,
* + fieldset,
* + figure {
  margin-top: 15px;
}

/* Headings
 ========================================================================== */
h1, h2, h3, h4, h5, h6 {
  margin: 0 0 15px 0;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  color: #444;
  text-transform: none;
}

/*
 * Margins
 */
* + h1,
* + h2,
* + h3,
* + h4,
* + h5,
* + h6 {
  margin-top: 25px;
}

/*
 * Sizes
 */
h1, .uk-h1 {
  font-size: 36px;
  line-height: 42px;
}

h2, .uk-h2 {
  font-size: 24px;
  line-height: 30px;
}

h3, .uk-h3 {
  font-size: 18px;
  line-height: 24px;
}

h4, .uk-h4 {
  font-size: 16px;
  line-height: 22px;
}

h5, .uk-h5 {
  font-size: 14px;
  line-height: 20px;
}

h6, .uk-h6 {
  font-size: 12px;
  line-height: 18px;
}

/* Lists
 ========================================================================== */
ul,
ol {
  padding-left: 30px;
}

/*
 * Reset margin for nested lists
 */
ul > li > ul,
ul > li > ol,
ol > li > ol,
ol > li > ul {
  margin: 0;
}

/* Description lists
 ========================================================================== */
dd {
  margin-left: 0;
}

/* Horizontal rules
 ========================================================================== */
/*
 * 1. Address differences between Firefox and other browsers.
 * 2. Style
 */
hr {
  /* 1 */
  box-sizing: content-box;
  height: 0;
  /* 2 */
  margin: 15px 0;
  border: 0;
  border-top: 1px solid #ddd;
}

/* Address
 ========================================================================== */
address {
  font-style: normal;
}

/* Blockquotes
 ========================================================================== */
blockquote {
  padding-left: 15px;
  border-left: 5px solid #ddd;
  font-size: 16px;
  line-height: 22px;
  font-style: italic;
}

/* Preformatted text
 ========================================================================== */
/*
 * 1. Contain overflow in all browsers.
 */
pre {
  padding: 10px;
  background: #f5f5f5;
  font: 12px / 18px Consolas, monospace, serif;
  color: #444;
  -moz-tab-size: 4;
  tab-size: 4;
  /* 1 */
  overflow: auto;
}

/* Selection pseudo-element
 ========================================================================== */
::-moz-selection {
  background: #39f;
  color: #fff;
  text-shadow: none;
}

::selection {
  background: #39f;
  color: #fff;
  text-shadow: none;
}

/* HTML5 elements
 ========================================================================== */
/*
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11 and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section,
summary {
  display: block;
}

/*
 * Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/*
 * Prevent displaying `audio` without controls in Chrome, Safari and Opera
 */
audio:not([controls]) {
  display: none;
}

/*
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Iframe
 ========================================================================== */
iframe {
  border: 0;
}

/* Fix viewport for IE10 snap mode
 ========================================================================== */
@media screen and (max-width: 400px) {
  @-ms-viewport {
    width: device-width;
  }
}

/* ========================================================================
   Component: Grid
 ========================================================================== */
/*
 * 1. Makes grid more robust so that it can be used with other block elements like lists
 */
.uk-grid {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  /* 1 */
  margin: 0;
  padding: 0;
  list-style: none;
}

/*
 * DEPRECATED
 * Micro clearfix
 * Can't use `table` because it creates a 1px gap when it becomes a flex item, only in Webkit
 */
.uk-grid:before,
.uk-grid:after {
  content: "";
  display: block;
  overflow: hidden;
}

.uk-grid:after {
  clear: both;
}

/*
 * Grid cell
 * 1. Space is allocated solely based on content dimensions
 * 2. Makes grid more robust so that it can be used with other block elements
 * 3. DEPRECATED Using `float` to support IE9
 */
.uk-grid > * {
  /* 1 */
  -ms-flex: none;
  -webkit-flex: none;
  flex: none;
  /* 2 */
  margin: 0;
  /* 3 */
  float: left;
}

/*
 * Remove margin from the last-child
 */
.uk-grid > * > :last-child {
  margin-bottom: 0;
}

/* Grid gutter
 ========================================================================== */
/*
 * Default gutter
 */
/* Horizontal */
.uk-grid {
  margin-left: -20px;
}

.uk-grid > * {
  padding-left: 20px;
}

/* Vertical */
.uk-grid + .uk-grid,
.uk-grid-margin,
.uk-grid > * > .uk-panel + .uk-panel {
  margin-top: 20px;
}

/* Large screen and bigger */
@media (min-width: 1220px) {
  /* Horizontal */
  /* Vertical */
  .uk-grid + .uk-grid,
  .uk-grid-margin,
  .uk-grid > * > .uk-panel + .uk-panel {
    margin-top: 35px;
  }
}

/*
 * Collapse gutter
 */
/* Horizontal */
.uk-grid-collapse {
  margin-left: 0;
}

.uk-grid-collapse > * {
  padding-left: 0;
}

/* Vertical */
.uk-grid-collapse + .uk-grid-collapse,
.uk-grid-collapse > .uk-grid-margin,
.uk-grid-collapse > * > .uk-panel + .uk-panel {
  margin-top: 0;
}

/*
 * Small gutter
 */
/* Horizontal */
.uk-grid-small {
  margin-left: -10px;
}

.uk-grid-small > * {
  padding-left: 10px;
}

/* Vertical */
.uk-grid-small + .uk-grid-small,
.uk-grid-small > .uk-grid-margin,
.uk-grid-small > * > .uk-panel + .uk-panel {
  margin-top: 10px;
}

/*
 * Medium gutter
 */
/* Horizontal */
.uk-grid-medium {
  margin-left: -20px;
}

.uk-grid-medium > * {
  padding-left: 20px;
}

/* Vertical */
.uk-grid-medium + .uk-grid-medium,
.uk-grid-medium > .uk-grid-margin,
.uk-grid-medium > * > .uk-panel + .uk-panel {
  margin-top: 20px;
}

/*
 * Large gutter
 */
/* Large screen and bigger */
@media (min-width: 960px) {
  /* Horizontal */
  .uk-grid-large {
    margin-left: -35px;
  }
  .uk-grid-large > * {
    padding-left: 35px;
  }
  /* Vertical */
  .uk-grid-large + .uk-grid-large,
  .uk-grid-large-margin,
  .uk-grid-large > * > .uk-panel + .uk-panel {
    margin-top: 35px;
  }
}

/* Extra Large screens */
@media (min-width: 1220px) {
  /* Horizontal */
  .uk-grid-large {
    margin-left: -50px;
  }
  .uk-grid-large > * {
    padding-left: 50px;
  }
  /* Vertical */
  .uk-grid-large + .uk-grid-large,
  .uk-grid-large-margin,
  .uk-grid-large > * > .uk-panel + .uk-panel {
    margin-top: 50px;
  }
}

/* Modifier: `uk-grid-divider`
 ========================================================================== */
/*
 * Horizontal divider
 * Only works with the default gutter. Does not work with gutter collapse, small or large.
 * Does not work with `uk-push-*`, `uk-pull-*` and not if the columns float into the next row.
 */
.uk-grid-divider:not(:empty) {
  margin-left: -20px;
  margin-right: -20px;
}

.uk-grid-divider > * {
  padding-left: 20px;
  padding-right: 20px;
}

.uk-grid-divider > [class*='uk-width-1-']:not(.uk-width-1-1):nth-child(n+2),
.uk-grid-divider > [class*='uk-width-2-']:nth-child(n+2),
.uk-grid-divider > [class*='uk-width-3-']:nth-child(n+2),
.uk-grid-divider > [class*='uk-width-4-']:nth-child(n+2),
.uk-grid-divider > [class*='uk-width-5-']:nth-child(n+2),
.uk-grid-divider > [class*='uk-width-6-']:nth-child(n+2),
.uk-grid-divider > [class*='uk-width-7-']:nth-child(n+2),
.uk-grid-divider > [class*='uk-width-8-']:nth-child(n+2),
.uk-grid-divider > [class*='uk-width-9-']:nth-child(n+2) {
  border-left: 1px solid #ddd;
}

/* Tablet and bigger */
@media (min-width: 768px) {
  .uk-grid-divider > [class*='uk-width-medium-']:not(.uk-width-medium-1-1):nth-child(n+2) {
    border-left: 1px solid #ddd;
  }
}

/* Desktop and bigger */
@media (min-width: 960px) {
  .uk-grid-divider > [class*='uk-width-large-']:not(.uk-width-large-1-1):nth-child(n+2) {
    border-left: 1px solid #ddd;
  }
}

/* Large screen and bigger */
@media (min-width: 1220px) {
  /*
     * Large gutter
     */
  .uk-grid-divider:not(:empty) {
    margin-left: -35px;
    margin-right: -35px;
  }
  .uk-grid-divider > * {
    padding-left: 35px;
    padding-right: 35px;
  }
  .uk-grid-divider:empty {
    margin-top: 35px;
    margin-bottom: 35px;
  }
}

/*
 * Vertical divider
 */
.uk-grid-divider:empty {
  margin-top: 20px;
  margin-bottom: 20px;
  border-top: 1px solid #ddd;
}

/* Match panels in grids
 ========================================================================== */
/*
 * 1. Behave like a block element
 */
.uk-grid-match > * {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  /* 1 */
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.uk-grid-match > * > * {
  /* 1 */
  -ms-flex: none;
  -webkit-flex: none;
  flex: none;
  box-sizing: border-box;
  width: 100%;
}

/* Even grid cell widths
 ========================================================================== */
[class*='uk-grid-width'] > * {
  box-sizing: border-box;
  width: 100%;
}

.uk-grid-width-1-2 > * {
  width: 50%;
}

.uk-grid-width-1-3 > * {
  width: 33.333%;
}

.uk-grid-width-1-4 > * {
  width: 25%;
}

.uk-grid-width-1-5 > * {
  width: 20%;
}

.uk-grid-width-1-6 > * {
  width: 16.666%;
}

.uk-grid-width-1-7 > * {
  width: 14.285%;
}

.uk-grid-width-1-8 > * {
  width: 12.5%;
}

.uk-grid-width-1-10 > * {
  width: 10%;
}

.uk-grid-width-auto > * {
  width: auto;
}

/* Phone landscape and bigger */
@media (min-width: 480px) {
  .uk-grid-width-small-1-1 > * {
    width: 100%;
  }
  .uk-grid-width-small-1-2 > * {
    width: 50%;
  }
  .uk-grid-width-small-1-3 > * {
    width: 33.333%;
  }
  .uk-grid-width-small-1-4 > * {
    width: 25%;
  }
  .uk-grid-width-small-1-5 > * {
    width: 20%;
  }
  .uk-grid-width-small-1-6 > * {
    width: 16.666%;
  }
  .uk-grid-width-small-1-7 > * {
    width: 14.285%;
  }
  .uk-grid-width-small-1-8 > * {
    width: 12.5%;
  }
  .uk-grid-width-small-1-10 > * {
    width: 10%;
  }
}

/* Tablet and bigger */
@media (min-width: 768px) {
  .uk-grid-width-medium-1-1 > * {
    width: 100%;
  }
  .uk-grid-width-medium-1-2 > * {
    width: 50%;
  }
  .uk-grid-width-medium-1-3 > * {
    width: 33.333%;
  }
  .uk-grid-width-medium-1-4 > * {
    width: 25%;
  }
  .uk-grid-width-medium-1-5 > * {
    width: 20%;
  }
  .uk-grid-width-medium-1-6 > * {
    width: 16.666%;
  }
  .uk-grid-width-medium-1-7 > * {
    width: 14.285%;
  }
  .uk-grid-width-medium-1-8 > * {
    width: 12.5%;
  }
  .uk-grid-width-medium-1-10 > * {
    width: 10%;
  }
}

/* Desktop and bigger */
@media (min-width: 960px) {
  .uk-grid-width-large-1-1 > * {
    width: 100%;
  }
  .uk-grid-width-large-1-2 > * {
    width: 50%;
  }
  .uk-grid-width-large-1-3 > * {
    width: 33.333%;
  }
  .uk-grid-width-large-1-4 > * {
    width: 25%;
  }
  .uk-grid-width-large-1-5 > * {
    width: 20%;
  }
  .uk-grid-width-large-1-6 > * {
    width: 16.666%;
  }
  .uk-grid-width-large-1-7 > * {
    width: 14.285%;
  }
  .uk-grid-width-large-1-8 > * {
    width: 12.5%;
  }
  .uk-grid-width-large-1-10 > * {
    width: 10%;
  }
}

/* Large screen and bigger */
@media (min-width: 1220px) {
  .uk-grid-width-xlarge-1-1 > * {
    width: 100%;
  }
  .uk-grid-width-xlarge-1-2 > * {
    width: 50%;
  }
  .uk-grid-width-xlarge-1-3 > * {
    width: 33.333%;
  }
  .uk-grid-width-xlarge-1-4 > * {
    width: 25%;
  }
  .uk-grid-width-xlarge-1-5 > * {
    width: 20%;
  }
  .uk-grid-width-xlarge-1-6 > * {
    width: 16.666%;
  }
  .uk-grid-width-xlarge-1-7 > * {
    width: 14.285%;
  }
  .uk-grid-width-xlarge-1-8 > * {
    width: 12.5%;
  }
  .uk-grid-width-xlarge-1-10 > * {
    width: 10%;
  }
}

/* Sub-objects: `uk-width-*`
 ========================================================================== */
[class*='uk-width'] {
  box-sizing: border-box;
  width: 100%;
}

/*
 * Widths
 */
/* Whole */
.uk-width-1-1 {
  width: 100%;
}

/* Halves */
.uk-width-1-2,
.uk-width-2-4,
.uk-width-3-6,
.uk-width-5-10 {
  width: 50%;
}

/* Thirds */
.uk-width-1-3,
.uk-width-2-6 {
  width: 33.333%;
}

.uk-width-2-3,
.uk-width-4-6 {
  width: 66.666%;
}

/* Quarters */
.uk-width-1-4 {
  width: 25%;
}

.uk-width-3-4 {
  width: 75%;
}

/* Fifths */
.uk-width-1-5,
.uk-width-2-10 {
  width: 20%;
}

.uk-width-2-5,
.uk-width-4-10 {
  width: 40%;
}

.uk-width-3-5,
.uk-width-6-10 {
  width: 60%;
}

.uk-width-4-5,
.uk-width-8-10 {
  width: 80%;
}

/* Sixths */
.uk-width-1-6 {
  width: 16.666%;
}

.uk-width-5-6 {
  width: 83.333%;
}

/* Tenths */
.uk-width-1-10 {
  width: 10%;
}

.uk-width-3-10 {
  width: 30%;
}

.uk-width-7-10 {
  width: 70%;
}

.uk-width-9-10 {
  width: 90%;
}

.uk-width-1-7 {
  width: 14.285%;
}

.uk-width-2-7 {
  width: 28.571%;
}

.uk-width-3-7 {
  width: 42.857%;
}

.uk-width-4-7 {
  width: 57.142%;
}

.uk-width-5-7 {
  width: 71.428%;
}

.uk-width-6-7 {
  width: 85.714%;
}

.uk-width-1-8 {
  width: 12.5%;
}

.uk-width-2-8 {
  width: 25%;
}

.uk-width-3-8 {
  width: 37.5%;
}

.uk-width-4-8 {
  width: 50%;
}

.uk-width-5-8 {
  width: 62.5%;
}

.uk-width-6-8 {
  width: 75%;
}

.uk-width-7-8 {
  width: 87.5%;
}

/* Phone landscape and bigger */
@media (min-width: 480px) {
  /* Whole */
  .uk-width-small-1-1 {
    width: 100%;
  }
  /* Halves */
  .uk-width-small-1-2,
  .uk-width-small-2-4,
  .uk-width-small-3-6,
  .uk-width-small-5-10 {
    width: 50%;
  }
  /* Thirds */
  .uk-width-small-1-3,
  .uk-width-small-2-6 {
    width: 33.333%;
  }
  .uk-width-small-2-3,
  .uk-width-small-4-6 {
    width: 66.666%;
  }
  /* Quarters */
  .uk-width-small-1-4 {
    width: 25%;
  }
  .uk-width-small-3-4 {
    width: 75%;
  }
  /* Fifths */
  .uk-width-small-1-5,
  .uk-width-small-2-10 {
    width: 20%;
  }
  .uk-width-small-2-5,
  .uk-width-small-4-10 {
    width: 40%;
  }
  .uk-width-small-3-5,
  .uk-width-small-6-10 {
    width: 60%;
  }
  .uk-width-small-4-5,
  .uk-width-small-8-10 {
    width: 80%;
  }
  /* Sixths */
  .uk-width-small-1-6 {
    width: 16.666%;
  }
  .uk-width-small-5-6 {
    width: 83.333%;
  }
  /* Tenths */
  .uk-width-small-1-10 {
    width: 10%;
  }
  .uk-width-small-3-10 {
    width: 30%;
  }
  .uk-width-small-7-10 {
    width: 70%;
  }
  .uk-width-small-9-10 {
    width: 90%;
  }
  .uk-width-small-1-7 {
    width: 14.285%;
  }
  .uk-width-small-2-7 {
    width: 28.571%;
  }
  .uk-width-small-3-7 {
    width: 42.857%;
  }
  .uk-width-small-4-7 {
    width: 57.142%;
  }
  .uk-width-small-5-7 {
    width: 71.428%;
  }
  .uk-width-small-6-7 {
    width: 85.714%;
  }
  .uk-width-small-1-8 {
    width: 12.5%;
  }
  .uk-width-small-2-8 {
    width: 25%;
  }
  .uk-width-small-3-8 {
    width: 37.5%;
  }
  .uk-width-small-4-8 {
    width: 50%;
  }
  .uk-width-small-5-8 {
    width: 62.5%;
  }
  .uk-width-small-6-8 {
    width: 75%;
  }
  .uk-width-small-7-8 {
    width: 87.5%;
  }
}

/* Tablet and bigger */
@media (min-width: 768px) {
  /* Whole */
  .uk-width-medium-1-1 {
    width: 100%;
  }
  /* Halves */
  .uk-width-medium-1-2,
  .uk-width-medium-2-4,
  .uk-width-medium-3-6,
  .uk-width-medium-5-10 {
    width: 50%;
  }
  /* Thirds */
  .uk-width-medium-1-3,
  .uk-width-medium-2-6 {
    width: 33.333%;
  }
  .uk-width-medium-2-3,
  .uk-width-medium-4-6 {
    width: 66.666%;
  }
  /* Quarters */
  .uk-width-medium-1-4 {
    width: 25%;
  }
  .uk-width-medium-3-4 {
    width: 75%;
  }
  /* Fifths */
  .uk-width-medium-1-5,
  .uk-width-medium-2-10 {
    width: 20%;
  }
  .uk-width-medium-2-5,
  .uk-width-medium-4-10 {
    width: 40%;
  }
  .uk-width-medium-3-5,
  .uk-width-medium-6-10 {
    width: 60%;
  }
  .uk-width-medium-4-5,
  .uk-width-medium-8-10 {
    width: 80%;
  }
  /* Sixths */
  .uk-width-medium-1-6 {
    width: 16.666%;
  }
  .uk-width-medium-5-6 {
    width: 83.333%;
  }
  /* Tenths */
  .uk-width-medium-1-10 {
    width: 10%;
  }
  .uk-width-medium-3-10 {
    width: 30%;
  }
  .uk-width-medium-7-10 {
    width: 70%;
  }
  .uk-width-medium-9-10 {
    width: 90%;
  }
  .uk-width-medium-1-7 {
    width: 14.285%;
  }
  .uk-width-medium-2-7 {
    width: 28.571%;
  }
  .uk-width-medium-3-7 {
    width: 42.857%;
  }
  .uk-width-medium-4-7 {
    width: 57.142%;
  }
  .uk-width-medium-5-7 {
    width: 71.428%;
  }
  .uk-width-medium-6-7 {
    width: 85.714%;
  }
  .uk-width-medium-1-8 {
    width: 12.5%;
  }
  .uk-width-medium-2-8 {
    width: 25%;
  }
  .uk-width-medium-3-8 {
    width: 37.5%;
  }
  .uk-width-medium-4-8 {
    width: 50%;
  }
  .uk-width-medium-5-8 {
    width: 62.5%;
  }
  .uk-width-medium-6-8 {
    width: 75%;
  }
  .uk-width-medium-7-8 {
    width: 87.5%;
  }
}

/* Desktop and bigger */
@media (min-width: 960px) {
  /* Whole */
  .uk-width-large-1-1 {
    width: 100%;
  }
  /* Halves */
  .uk-width-large-1-2,
  .uk-width-large-2-4,
  .uk-width-large-3-6,
  .uk-width-large-5-10 {
    width: 50%;
  }
  /* Thirds */
  .uk-width-large-1-3,
  .uk-width-large-2-6 {
    width: 33.333%;
  }
  .uk-width-large-2-3,
  .uk-width-large-4-6 {
    width: 66.666%;
  }
  /* Quarters */
  .uk-width-large-1-4 {
    width: 25%;
  }
  .uk-width-large-3-4 {
    width: 75%;
  }
  /* Fifths */
  .uk-width-large-1-5,
  .uk-width-large-2-10 {
    width: 20%;
  }
  .uk-width-large-2-5,
  .uk-width-large-4-10 {
    width: 40%;
  }
  .uk-width-large-3-5,
  .uk-width-large-6-10 {
    width: 60%;
  }
  .uk-width-large-4-5,
  .uk-width-large-8-10 {
    width: 80%;
  }
  /* Sixths */
  .uk-width-large-1-6 {
    width: 16.666%;
  }
  .uk-width-large-5-6 {
    width: 83.333%;
  }
  /* Tenths */
  .uk-width-large-1-10 {
    width: 10%;
  }
  .uk-width-large-3-10 {
    width: 30%;
  }
  .uk-width-large-7-10 {
    width: 70%;
  }
  .uk-width-large-9-10 {
    width: 90%;
  }
  .uk-width-large-1-7 {
    width: 14.285%;
  }
  .uk-width-large-2-7 {
    width: 28.571%;
  }
  .uk-width-large-3-7 {
    width: 42.857%;
  }
  .uk-width-large-4-7 {
    width: 57.142%;
  }
  .uk-width-large-5-7 {
    width: 71.428%;
  }
  .uk-width-large-6-7 {
    width: 85.714%;
  }
  .uk-width-large-1-8 {
    width: 12.5%;
  }
  .uk-width-large-2-8 {
    width: 25%;
  }
  .uk-width-large-3-8 {
    width: 37.5%;
  }
  .uk-width-large-4-8 {
    width: 50%;
  }
  .uk-width-large-5-8 {
    width: 62.5%;
  }
  .uk-width-large-6-8 {
    width: 75%;
  }
  .uk-width-large-7-8 {
    width: 87.5%;
  }
}

/* Large screen and bigger */
@media (min-width: 1220px) {
  /* Whole */
  .uk-width-xlarge-1-1 {
    width: 100%;
  }
  /* Halves */
  .uk-width-xlarge-1-2,
  .uk-width-xlarge-2-4,
  .uk-width-xlarge-3-6,
  .uk-width-xlarge-5-10 {
    width: 50%;
  }
  /* Thirds */
  .uk-width-xlarge-1-3,
  .uk-width-xlarge-2-6 {
    width: 33.333%;
  }
  .uk-width-xlarge-2-3,
  .uk-width-xlarge-4-6 {
    width: 66.666%;
  }
  /* Quarters */
  .uk-width-xlarge-1-4 {
    width: 25%;
  }
  .uk-width-xlarge-3-4 {
    width: 75%;
  }
  /* Fifths */
  .uk-width-xlarge-1-5,
  .uk-width-xlarge-2-10 {
    width: 20%;
  }
  .uk-width-xlarge-2-5,
  .uk-width-xlarge-4-10 {
    width: 40%;
  }
  .uk-width-xlarge-3-5,
  .uk-width-xlarge-6-10 {
    width: 60%;
  }
  .uk-width-xlarge-4-5,
  .uk-width-xlarge-8-10 {
    width: 80%;
  }
  /* Sixths */
  .uk-width-xlarge-1-6 {
    width: 16.666%;
  }
  .uk-width-xlarge-5-6 {
    width: 83.333%;
  }
  /* Tenths */
  .uk-width-xlarge-1-10 {
    width: 10%;
  }
  .uk-width-xlarge-3-10 {
    width: 30%;
  }
  .uk-width-xlarge-7-10 {
    width: 70%;
  }
  .uk-width-xlarge-9-10 {
    width: 90%;
  }
  .uk-width-xlarge-1-7 {
    width: 14.285%;
  }
  .uk-width-xlarge-2-7 {
    width: 28.571%;
  }
  .uk-width-xlarge-3-7 {
    width: 42.857%;
  }
  .uk-width-xlarge-4-7 {
    width: 57.142%;
  }
  .uk-width-xlarge-5-7 {
    width: 71.428%;
  }
  .uk-width-xlarge-6-7 {
    width: 85.714%;
  }
  .uk-width-xlarge-1-8 {
    width: 12.5%;
  }
  .uk-width-xlarge-2-8 {
    width: 25%;
  }
  .uk-width-xlarge-3-8 {
    width: 37.5%;
  }
  .uk-width-xlarge-4-8 {
    width: 50%;
  }
  .uk-width-xlarge-5-8 {
    width: 62.5%;
  }
  .uk-width-xlarge-6-8 {
    width: 75%;
  }
  .uk-width-xlarge-7-8 {
    width: 87.5%;
  }
}

/* Sub-object: `uk-push-*` and `uk-pull-*`
 ========================================================================== */
/*
 * Source ordering
 * Works only with `uk-width-medium-*`
 */
/* Tablet and bigger */
@media (min-width: 768px) {
  [class*='uk-push-'],
  [class*='uk-pull-'] {
    position: relative;
  }
  /*
     * Push
     */
  /* Halves */
  .uk-push-1-2,
  .uk-push-2-4,
  .uk-push-3-6,
  .uk-push-5-10 {
    left: 50%;
  }
  /* Thirds */
  .uk-push-1-3,
  .uk-push-2-6 {
    left: 33.333%;
  }
  .uk-push-2-3,
  .uk-push-4-6 {
    left: 66.666%;
  }
  /* Quarters */
  .uk-push-1-4 {
    left: 25%;
  }
  .uk-push-3-4 {
    left: 75%;
  }
  /* Fifths */
  .uk-push-1-5,
  .uk-push-2-10 {
    left: 20%;
  }
  .uk-push-2-5,
  .uk-push-4-10 {
    left: 40%;
  }
  .uk-push-3-5,
  .uk-push-6-10 {
    left: 60%;
  }
  .uk-push-4-5,
  .uk-push-8-10 {
    left: 80%;
  }
  /* Sixths */
  .uk-push-1-6 {
    left: 16.666%;
  }
  .uk-push-5-6 {
    left: 83.333%;
  }
  /* Tenths */
  .uk-push-1-10 {
    left: 10%;
  }
  .uk-push-3-10 {
    left: 30%;
  }
  .uk-push-7-10 {
    left: 70%;
  }
  .uk-push-9-10 {
    left: 90%;
  }
  /*
     * Pull
     */
  /* Halves */
  .uk-pull-1-2,
  .uk-pull-2-4,
  .uk-pull-3-6,
  .uk-pull-5-10 {
    left: -50%;
  }
  /* Thirds */
  .uk-pull-1-3,
  .uk-pull-2-6 {
    left: -33.333%;
  }
  .uk-pull-2-3,
  .uk-pull-4-6 {
    left: -66.666%;
  }
  /* Quarters */
  .uk-pull-1-4 {
    left: -25%;
  }
  .uk-pull-3-4 {
    left: -75%;
  }
  /* Fifths */
  .uk-pull-1-5,
  .uk-pull-2-10 {
    left: -20%;
  }
  .uk-pull-2-5,
  .uk-pull-4-10 {
    left: -40%;
  }
  .uk-pull-3-5,
  .uk-pull-6-10 {
    left: -60%;
  }
  .uk-pull-4-5,
  .uk-pull-8-10 {
    left: -80%;
  }
  /* Sixths */
  .uk-pull-1-6 {
    left: -16.666%;
  }
  .uk-pull-5-6 {
    left: -83.333%;
  }
  /* Tenths */
  .uk-pull-1-10 {
    left: -10%;
  }
  .uk-pull-3-10 {
    left: -30%;
  }
  .uk-pull-7-10 {
    left: -70%;
  }
  .uk-pull-9-10 {
    left: -90%;
  }
}

/* ========================================================================
   Component: Panel
 ========================================================================== */
/*
 * 1. Needed for `a` elements
 * 2. Create position context for badges
 */
.uk-panel {
  /* 1 */
  display: block;
  /* 2 */
  position: relative;
}

/*
 * Allow panels to be anchors
 */
.uk-panel,
.uk-panel:hover {
  text-decoration: none;
}

/*
 * Micro clearfix to make panels more robust
 */
.uk-panel:before,
.uk-panel:after {
  content: "";
  display: table;
}

.uk-panel:after {
  clear: both;
}

/*
 * Remove margin from the last-child if not `uk-widget-title`
 */
.uk-panel > :not(.uk-panel-title):last-child {
  margin-bottom: 0;
}

/* Sub-object: `uk-panel-title`
 ========================================================================== */
.uk-panel-title {
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 18px;
  line-height: 24px;
  font-weight: normal;
  text-transform: none;
  color: #444;
}

/* Sub-object: `uk-panel-badge`
 ========================================================================== */
.uk-panel-badge {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}

/* Sub-object: `uk-panel-teaser`
 ========================================================================== */
.uk-panel-teaser {
  margin-bottom: 15px;
}

/* Sub-object: `uk-panel-body`
 ========================================================================== */
.uk-panel-body {
  padding: 15px;
}

/* Modifier: `uk-panel-box`
 ========================================================================== */
.uk-panel-box {
  padding: 15px;
  background: #f5f5f5;
  color: #444;
}

.uk-panel-box-hover:hover {
  color: #444;
}

.uk-panel-box .uk-panel-title {
  color: #444;
}

.uk-panel-box .uk-panel-badge {
  top: 10px;
  right: 10px;
}

.uk-panel-box > .uk-panel-teaser {
  margin-top: -15px;
  margin-left: -15px;
  margin-right: -15px;
}

/*
 * Nav in panel
 */
.uk-panel-box > .uk-nav-side {
  margin: 0 -15px;
}

/*
 * Sub-modifier: `uk-panel-box-primary`
 */
.uk-panel-box-primary {
  background-color: #ebf7fd;
  color: #2d7091;
}

.uk-panel-box-primary-hover:hover {
  color: #2d7091;
}

.uk-panel-box-primary .uk-panel-title {
  color: #2d7091;
}

/*
 * Sub-modifier: `uk-panel-box-secondary`
 */
.uk-panel-box-secondary {
  background-color: #eee;
  color: #444;
}

.uk-panel-box-secondary-hover:hover {
  color: #444;
}

.uk-panel-box-secondary .uk-panel-title {
  color: #444;
}

/* Modifier: `uk-panel-hover`
 ========================================================================== */
.uk-panel-hover {
  padding: 15px;
  color: #444;
}

.uk-panel-hover:hover {
  background: #f5f5f5;
  color: #444;
}

.uk-panel-hover .uk-panel-badge {
  top: 10px;
  right: 10px;
}

.uk-panel-hover > .uk-panel-teaser {
  margin-top: -15px;
  margin-left: -15px;
  margin-right: -15px;
}

/* Modifier: `uk-panel-header`
 ========================================================================== */
.uk-panel-header .uk-panel-title {
  padding-bottom: 10px;
  border-bottom: 1px solid #ddd;
  color: #444;
}

/* Modifier: `uk-panel-space`
 ========================================================================== */
.uk-panel-space {
  padding: 30px;
}

.uk-panel-space .uk-panel-badge {
  top: 30px;
  right: 30px;
}

/* Modifier: `uk-panel-divider`
 ========================================================================== */
.uk-panel + .uk-panel-divider {
  margin-top: 50px !important;
}

.uk-panel + .uk-panel-divider:before {
  content: "";
  display: block;
  position: absolute;
  top: -25px;
  left: 0;
  right: 0;
  border-top: 1px solid #ddd;
}

/* Large screen and bigger */
@media (min-width: 1220px) {
  .uk-panel + .uk-panel-divider {
    margin-top: 70px !important;
  }
  .uk-panel + .uk-panel-divider:before {
    top: -35px;
  }
}

/* ========================================================================
   Component: Block
 ========================================================================== */
.uk-block {
  position: relative;
  box-sizing: border-box;
  padding-top: 20px;
  padding-bottom: 20px;
}

/* Phone landscape and bigger */
@media (min-width: 768px) {
  .uk-block {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

/*
 * Micro clearfix to make blocks more robust
 */
.uk-block:before,
.uk-block:after {
  content: "";
  display: table;
}

.uk-block:after {
  clear: both;
}

/*
 * Remove margin from the last-child
 */
.uk-block > :last-child {
  margin-bottom: 0;
}

/* Padding Modifier
 ========================================================================== */
/*
 * Large padding
 */
.uk-block-large {
  padding-top: 20px;
  padding-bottom: 20px;
}

/* Tablets and bigger */
@media (min-width: 768px) {
  .uk-block-large {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

/* Desktop and bigger */
@media (min-width: 960px) {
  .uk-block-large {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}

/* Color Modifier
 ========================================================================== */
/*
 * Default
 */
.uk-block-default {
  background: #fff;
}

/*
 * Muted
 */
.uk-block-muted {
  background: #f9f9f9;
}

/*
 * Primary
 */
.uk-block-primary {
  background: #00a8e6;
}

/*
 * Secondary
 */
.uk-block-secondary {
  background: #222;
}

/* ========================================================================
   Component: Article
 ========================================================================== */
/*
 * Micro clearfix to make articles more robust
 */
.uk-article:before,
.uk-article:after {
  content: "";
  display: table;
}

.uk-article:after {
  clear: both;
}

/*
 * Remove margin from the last-child
 */
.uk-article > :last-child {
  margin-bottom: 0;
}

/*
 * Vertical gutter for articles
 */
.uk-article + .uk-article {
  margin-top: 25px;
}

/* Sub-object `uk-article-title`
 ========================================================================== */
.uk-article-title {
  font-size: 36px;
  line-height: 42px;
  font-weight: normal;
  text-transform: none;
}

.uk-article-title a {
  color: inherit;
  text-decoration: none;
}

/* Sub-object `uk-article-meta`
 ========================================================================== */
.uk-article-meta {
  font-size: 12px;
  line-height: 18px;
  color: #999;
}

/* Sub-object `uk-article-lead`
 ========================================================================== */
.uk-article-lead {
  color: #444;
  font-size: 18px;
  line-height: 24px;
  font-weight: normal;
}

/* Sub-object `uk-article-divider`
 ========================================================================== */
.uk-article-divider {
  margin-bottom: 25px;
  border-color: #ddd;
}

* + .uk-article-divider {
  margin-top: 25px;
}

/* ========================================================================
   Component: Comment
 ========================================================================== */
/* Sub-object `uk-comment-header`
 ========================================================================== */
.uk-comment-header {
  margin-bottom: 15px;
}

/*
 * Micro clearfix
 */
.uk-comment-header:before,
.uk-comment-header:after {
  content: "";
  display: table;
}

.uk-comment-header:after {
  clear: both;
}

/* Sub-object `uk-comment-avatar`
 ========================================================================== */
.uk-comment-avatar {
  margin-right: 15px;
  float: left;
}

/* Sub-object `uk-comment-title`
 ========================================================================== */
.uk-comment-title {
  margin: 5px 0 0 0;
  font-size: 16px;
  line-height: 22px;
}

/* Sub-object `uk-comment-meta`
 ========================================================================== */
.uk-comment-meta {
  margin: 2px 0 0 0;
  font-size: 11px;
  line-height: 16px;
  color: #999;
}

/* Sub-object `uk-comment-body`
 ========================================================================== */
/*
 * Remove margin from the last-child
 */
.uk-comment-body > :last-child {
  margin-bottom: 0;
}

/* Sub-object `uk-comment-list`
 ========================================================================== */
.uk-comment-list {
  padding: 0;
  list-style: none;
}

.uk-comment-list .uk-comment + ul {
  margin: 15px 0 0 0;
  list-style: none;
}

.uk-comment-list > li:nth-child(n+2),
.uk-comment-list .uk-comment + ul > li:nth-child(n+2) {
  margin-top: 15px;
}

/* Tablet and bigger */
@media (min-width: 768px) {
  .uk-comment-list .uk-comment + ul {
    padding-left: 100px;
  }
}

/* Modifier `uk-comment-primary`
 ========================================================================== */
/* ========================================================================
   Component: Cover
 ========================================================================== */
/*
 * Background image always covers and centers its element
 */
.uk-cover-background {
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

/*
 * Emulates image cover, works with video and image elements
 * 1. Parent container which clips resized object
 * 2. Resizes the object to always covers its container
 * 3. Reset the responsive image CSS
 * 4. Center object
 */
/* 1 */
.uk-cover {
  overflow: hidden;
}

.uk-cover-object {
  /* 2 */
  width: auto;
  height: auto;
  min-width: 100%;
  min-height: 100%;
  /* 3 */
  max-width: none;
  /* 4 */
  position: relative;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

/*
 * To center iframes use `data-uk-cover` JavaScript
 */
[data-uk-cover] {
  position: relative;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

/* ========================================================================
   Component: Nav
 ========================================================================== */
.uk-nav,
.uk-nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

/*
 * Items
 */
.uk-nav li > a {
  display: block;
  text-decoration: none;
}

.uk-nav > li > a {
  padding: 5px 15px;
}

/*
 * Nested items
 */
.uk-nav ul {
  padding-left: 15px;
}

.uk-nav ul a {
  padding: 2px 0;
}

/*
 * Item subtitle
 */
.uk-nav li > a > div {
  font-size: 12px;
  line-height: 18px;
}

/* Sub-object: `uk-nav-header`
 ========================================================================== */
.uk-nav-header {
  padding: 5px 15px;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 12px;
}

.uk-nav-header:not(:first-child) {
  margin-top: 15px;
}

/* Sub-object: `uk-nav-divider`
 ========================================================================== */
.uk-nav-divider {
  margin: 9px 15px;
}

/* Sub-object: `uk-nav-sub`
 ========================================================================== */
/*
 * `ul` needed for higher specificity to override padding
 */
ul.uk-nav-sub {
  padding: 5px 0 5px 15px;
}

/* Modifier: `uk-nav-parent-icon`
 ========================================================================== */
.uk-nav-parent-icon > .uk-parent > a:after {
  content: "";
  width: 20px;
  margin-right: -10px;
  float: right;
  font-family: FontAwesome;
  text-align: center;
}

.uk-nav-parent-icon > .uk-parent.uk-open > a:after {
  content: "";
}

/* Modifier `uk-nav-side`
 ========================================================================== */
/*
 * Items
 */
.uk-nav-side > li > a {
  color: #444;
}

/*
 * Hover
 * 1. Apply hover style also to focus state
 * 2. Remove default focus style
 */
.uk-nav-side > li > a:hover,
.uk-nav-side > li > a:focus {
  background: rgba(0, 0, 0, 0.05);
  color: #444;
  /* 2 */
  outline: none;
}

/* Active */
.uk-nav-side > li.uk-active > a {
  background: #00a8e6;
  color: #fff;
}

/*
 * Sub-object: `uk-nav-header`
 */
.uk-nav-side .uk-nav-header {
  color: #444;
}

/*
 * Sub-object: `uk-nav-divider`
 */
.uk-nav-side .uk-nav-divider {
  border-top: 1px solid #ddd;
}

/*
 * Nested items
 */
.uk-nav-side ul a {
  color: #07D;
}

.uk-nav-side ul a:hover {
  color: #059;
}

/* Modifier `uk-nav-dropdown`
 ========================================================================== */
/*
 * Items
 */
.uk-nav-dropdown > li > a {
  color: #444;
}

/*
 * Hover
 * 1. Apply hover style also to focus state
 * 2. Remove default focus style
 */
.uk-nav-dropdown > li > a:hover,
.uk-nav-dropdown > li > a:focus {
  background: #00a8e6;
  color: #fff;
  /* 2 */
  outline: none;
}

/*
 * Sub-object: `uk-nav-header`
 */
.uk-nav-dropdown .uk-nav-header {
  color: #999;
}

/*
 * Sub-object: `uk-nav-divider`
 */
.uk-nav-dropdown .uk-nav-divider {
  border-top: 1px solid #ddd;
}

/*
 * Nested items
 */
.uk-nav-dropdown ul a {
  color: #07D;
}

.uk-nav-dropdown ul a:hover {
  color: #059;
}

/* Modifier `uk-nav-navbar`
 ========================================================================== */
/*
 * Items
 */
.uk-nav-navbar > li > a {
  color: #444;
}

/*
 * Hover
 * 1. Apply hover style also to focus state
 * 2. Remove default focus style
 */
.uk-nav-navbar > li > a:hover,
.uk-nav-navbar > li > a:focus {
  background: #00a8e6;
  color: #fff;
  /* 2 */
  outline: none;
}

/*
 * Sub-object: `uk-nav-header`
 */
.uk-nav-navbar .uk-nav-header {
  color: #999;
}

/*
 * Sub-object: `uk-nav-divider`
 */
.uk-nav-navbar .uk-nav-divider {
  border-top: 1px solid #ddd;
}

/*
 * Nested items
 */
.uk-nav-navbar ul a {
  color: #07D;
}

.uk-nav-navbar ul a:hover {
  color: #059;
}

/* Modifier `uk-nav-offcanvas`
 ========================================================================== */
/*
 * Items
 */
.uk-nav-offcanvas > li > a {
  color: #ccc;
  padding: 10px 15px;
}

/*
 * Hover
 * No hover on touch devices because it behaves buggy in fixed offcanvas
 * 1. Apply hover style also to focus state
 * 2. Remove default focus style
 */
.uk-nav-offcanvas > .uk-open > a,
html:not(.uk-touch) .uk-nav-offcanvas > li > a:hover,
html:not(.uk-touch) .uk-nav-offcanvas > li > a:focus {
  background: #404040;
  color: #fff;
  /* 2 */
  outline: none;
}

/*
 * Active
 * `html .uk-nav` needed for higher specificity to override hover
 */
html .uk-nav.uk-nav-offcanvas > li.uk-active > a {
  background: #1a1a1a;
  color: #fff;
}

/*
 * Sub-object: `uk-nav-header`
 */
.uk-nav-offcanvas .uk-nav-header {
  color: #777;
}

/*
 * Sub-object: `uk-nav-divider`
 */
.uk-nav-offcanvas .uk-nav-divider {
  border-top: 1px solid #1a1a1a;
}

/*
 * Nested items
 * No hover on touch devices because it behaves buggy in fixed offcanvas
 */
.uk-nav-offcanvas ul a {
  color: #ccc;
}

html:not(.uk-touch) .uk-nav-offcanvas ul a:hover {
  color: #fff;
}

/* ========================================================================
   Component: Navbar
 ========================================================================== */
.uk-navbar {
  background: #eee;
  color: #444;
}

/*
 * Micro clearfix
 */
.uk-navbar:before,
.uk-navbar:after {
  content: "";
  display: table;
}

.uk-navbar:after {
  clear: both;
}

/* Sub-object: `uk-navbar-nav`
 ========================================================================== */
.uk-navbar-nav {
  margin: 0;
  padding: 0;
  list-style: none;
  float: left;
}

/*
 * 1. Create position context for dropdowns
 */
.uk-navbar-nav > li {
  float: left;
  /* 1 */
  position: relative;
}

/*
 * 1. Dimensions
 * 2. Style
 */
.uk-navbar-nav > li > a {
  display: block;
  box-sizing: border-box;
  text-decoration: none;
  /* 1 */
  height: 40px;
  padding: 0 15px;
  line-height: 40px;
  /* 2 */
  color: #444;
  font-size: 14px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
}

/* Appear not as link */
.uk-navbar-nav > li > a[href='#'] {
  cursor: text;
}

/*
 * Hover
 * 1. Apply hover style also to focus state
 * 2. Also apply if dropdown is opened
 * 3. Remove default focus style
 */
.uk-navbar-nav > li:hover > a,
.uk-navbar-nav > li > a:focus,
.uk-navbar-nav > li.uk-open > a {
  background-color: #f5f5f5;
  color: #444;
  /* 3 */
  outline: none;
}

/* OnClick */
.uk-navbar-nav > li > a:active {
  background-color: #ddd;
  color: #444;
}

/* Active */
.uk-navbar-nav > li.uk-active > a {
  background-color: #f5f5f5;
  color: #444;
}

/* Sub-objects: `uk-navbar-nav-subtitle`
 ========================================================================== */
.uk-navbar-nav .uk-navbar-nav-subtitle {
  line-height: 28px;
}

.uk-navbar-nav-subtitle > div {
  margin-top: -6px;
  font-size: 10px;
  line-height: 12px;
}

/* Sub-objects: `uk-navbar-content`, `uk-navbar-brand`, `uk-navbar-toggle`
 ========================================================================== */
/*
 * Imitate navbar items
 */
.uk-navbar-content,
.uk-navbar-brand,
.uk-navbar-toggle {
  box-sizing: border-box;
  display: block;
  height: 40px;
  padding: 0 15px;
  float: left;
}

/*
 * Helper to center all child elements vertically
 */
.uk-navbar-content:before,
.uk-navbar-brand:before,
.uk-navbar-toggle:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

/* Sub-objects: `uk-navbar-content`
 ========================================================================== */
/*
 * Better sibling spacing
 */
.uk-navbar-content + .uk-navbar-content:not(.uk-navbar-center) {
  padding-left: 0;
}

/*
 * Link colors
 */
.uk-navbar-content > a:not([class]) {
  color: #07D;
}

.uk-navbar-content > a:not([class]):hover {
  color: #059;
}

/* Sub-objects: `uk-navbar-brand`
 ========================================================================== */
.uk-navbar-brand {
  font-size: 18px;
  color: #444;
  text-decoration: none;
}

/*
 * 1. Apply hover style also to focus state
 * 2. Remove default focus style
 */
.uk-navbar-brand:hover,
.uk-navbar-brand:focus {
  color: #444;
  text-decoration: none;
  /* 2 */
  outline: none;
}

/* Sub-object: `uk-navbar-toggle`
 ========================================================================== */
.uk-navbar-toggle {
  font-size: 18px;
  color: #444;
  text-decoration: none;
}

/*
 * 1. Apply hover style also to focus state
 * 2. Remove default focus style
 */
.uk-navbar-toggle:hover,
.uk-navbar-toggle:focus {
  color: #444;
  text-decoration: none;
  /* 2 */
  outline: none;
}

/*
 * 1. Center icon vertically
 */
.uk-navbar-toggle:after {
  content: "";
  font-family: FontAwesome;
  /* 1 */
  vertical-align: middle;
}

.uk-navbar-toggle-alt:after {
  content: "";
}

/* Sub-object: `uk-navbar-center`
 ========================================================================== */
/*
 * The element with this class needs to be last child in the navbar
 * 1. This hack is needed because other float elements shift centered text
 */
.uk-navbar-center {
  float: none;
  text-align: center;
  /* 1 */
  max-width: 50%;
  margin-left: auto;
  margin-right: auto;
}

/* Sub-object: `uk-navbar-flip`
 ========================================================================== */
.uk-navbar-flip {
  float: right;
}

/* ========================================================================
   Component: Subnav
 ========================================================================== */
/*
 * 1. Gutter
 * 2. Remove default list style
 */
.uk-subnav {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  /* 1 */
  margin-left: -10px;
  margin-top: -10px;
  /* 2 */
  padding: 0;
  list-style: none;
}

/*
 * 1. Space is allocated solely based on content dimensions
 * 2. Horizontal gutter is using `padding` so `uk-width-*` classes can be applied
 * 3. Create position context for dropdowns
 */
.uk-subnav > * {
  /* 1 */
  -ms-flex: none;
  -webkit-flex: none;
  flex: none;
  /* 2 */
  padding-left: 10px;
  margin-top: 10px;
  /* 3 */
  position: relative;
}

/*
 * DEPRECATED IE9 Support
 */
.uk-subnav:before,
.uk-subnav:after {
  content: "";
  display: block;
  overflow: hidden;
}

.uk-subnav:after {
  clear: both;
}

.uk-subnav > * {
  float: left;
}

/* Items
 ========================================================================== */
.uk-subnav > * > * {
  display: inline-block;
  color: #444;
}

/*
 * Hover
 * 1. Apply hover style also to focus state
 */
.uk-subnav > * > :hover,
.uk-subnav > * > :focus {
  color: #07D;
  text-decoration: none;
}

/*
 * Active
 */
.uk-subnav > .uk-active > * {
  color: #07D;
}

/* Modifier: 'subnav-line'
 ========================================================================== */
.uk-subnav-line > :before {
  content: "";
  display: inline-block;
  height: 10px;
  vertical-align: middle;
}

.uk-subnav-line > :nth-child(n+2):before {
  margin-right: 10px;
  border-left: 1px solid #ddd;
}

/* Modifier: 'subnav-pill'
 ========================================================================== */
.uk-subnav-pill > * > * {
  padding: 3px 9px;
}

/*
 * Hover
 * 1. Apply hover style also to focus state
 * 2. Remove default focus style
 */
.uk-subnav-pill > * > :hover,
.uk-subnav-pill > * > :focus {
  background: #eee;
  color: #444;
  text-decoration: none;
  /* 2 */
  outline: none;
}

/*
 * Active
 * `li` needed for higher specificity to override hover
 */
.uk-subnav-pill > .uk-active > * {
  background: #00a8e6;
  color: #fff;
}

/* Disabled state
 ========================================================================== */
.uk-subnav > .uk-disabled > * {
  background: none;
  color: #999;
  text-decoration: none;
  cursor: text;
}

/* ========================================================================
   Component: Breadcrumb
 ========================================================================== */
/*
 * 1. Remove default list style
 * 2. Remove whitespace between child elements when using `inline-block`
 */
.uk-breadcrumb {
  /* 1 */
  padding: 0;
  list-style: none;
  /* 2 */
  font-size: 0.001px;
}

/* Items
 ========================================================================== */
/*
 * Reset whitespace hack
 */
.uk-breadcrumb > li {
  font-size: 1rem;
  vertical-align: top;
}

.uk-breadcrumb > li,
.uk-breadcrumb > li > a,
.uk-breadcrumb > li > span {
  display: inline-block;
}

.uk-breadcrumb > li:nth-child(n+2):before {
  content: "/";
  display: inline-block;
  margin: 0 8px;
}

/*
 * Disabled
 */
.uk-breadcrumb > li:not(.uk-active) > span {
  color: #999;
}

/* ========================================================================
   Component: Pagination
 ========================================================================== */
/*
 * 1. Remove default list style
 * 2. Center pagination by default
 * 3. Remove whitespace between child elements when using `inline-block`
 */
.uk-pagination {
  /* 1 */
  padding: 0;
  list-style: none;
  /* 2 */
  text-align: center;
  /* 3 */
  font-size: 0.001px;
}

/*
 * Micro clearfix
 * Needed if `uk-pagination-previous` or `uk-pagination-next` sub-objects are used
 */
.uk-pagination:before,
.uk-pagination:after {
  content: "";
  display: table;
}

.uk-pagination:after {
  clear: both;
}

/* Items
 ========================================================================== */
/*
 * 1. Reset whitespace hack
 * 2. Remove the gap at the bottom of it container
 */
.uk-pagination > li {
  display: inline-block;
  /* 1 */
  font-size: 1rem;
  /* 2 */
  vertical-align: top;
}

.uk-pagination > li:nth-child(n+2) {
  margin-left: 5px;
}

/*
 * 1. Makes pagination more robust against different box-sizing use
 * 2. Reset text-align to center if alignment modifier is used
 */
.uk-pagination > li > a,
.uk-pagination > li > span {
  display: inline-block;
  min-width: 16px;
  padding: 3px 5px;
  line-height: 20px;
  text-decoration: none;
  /* 1 */
  box-sizing: content-box;
  /* 2 */
  text-align: center;
}

/*
 * Links
 */
.uk-pagination > li > a {
  background: #eee;
  color: #444;
}

/*
 * Hover
 * 1. Apply hover style also to focus state
 * 2. Remove default focus style
 */
.uk-pagination > li > a:hover,
.uk-pagination > li > a:focus {
  background-color: #f5f5f5;
  color: #444;
  /* 2 */
  outline: none;
}

/* OnClick */
.uk-pagination > li > a:active {
  background-color: #ddd;
  color: #444;
}

/*
 * Active
 */
.uk-pagination > .uk-active > span {
  background: #00a8e6;
  color: #fff;
}

/*
 * Disabled
 */
.uk-pagination > .uk-disabled > span {
  background-color: #f5f5f5;
  color: #999;
}

/* Previous and next navigation
 ========================================================================== */
.uk-pagination-previous {
  float: left;
}

.uk-pagination-next {
  float: right;
}

/* Alignment modifiers
 ========================================================================== */
.uk-pagination-left {
  text-align: left;
}

.uk-pagination-right {
  text-align: right;
}

/* ========================================================================
   Component: Tab
 ========================================================================== */
.uk-tab {
  margin: 0;
  padding: 0;
  list-style: none;
  border-bottom: 1px solid #ddd;
}

/*
 * Micro clearfix on the deepest container
 */
.uk-tab:before,
.uk-tab:after {
  content: "";
  display: table;
}

.uk-tab:after {
  clear: both;
}

/*
 * Items
 * 1. Create position context for dropdowns
 */
.uk-tab > li {
  margin-bottom: -1px;
  float: left;
  /* 1 */
  position: relative;
}

.uk-tab > li > a {
  display: block;
  padding: 8px 12px 8px 12px;
  border: 1px solid transparent;
  border-bottom-width: 0;
  color: #07D;
  text-decoration: none;
}

.uk-tab > li:nth-child(n+2) > a {
  margin-left: 5px;
}

/*
 * Hover
 * 1. Apply hover style also to focus state
 * 2. Also apply if dropdown is opened
 * 3. Remove default focus style
 */
.uk-tab > li > a:hover,
.uk-tab > li > a:focus,
.uk-tab > li.uk-open > a {
  border-color: #f5f5f5;
  background: #f5f5f5;
  color: #059;
  /* 2 */
  outline: none;
}

.uk-tab > li:not(.uk-active) > a:hover,
.uk-tab > li:not(.uk-active) > a:focus,
.uk-tab > li.uk-open:not(.uk-active) > a {
  margin-bottom: 1px;
  padding-bottom: 7px;
}

/* Active */
.uk-tab > li.uk-active > a {
  border-color: #ddd;
  border-bottom-color: transparent;
  background: #fff;
  color: #444;
}

/* Disabled */
.uk-tab > li.uk-disabled > a {
  color: #999;
  cursor: text;
}

.uk-tab > li.uk-disabled > a:hover,
.uk-tab > li.uk-disabled > a:focus,
.uk-tab > li.uk-disabled.uk-active > a {
  background: none;
  border-color: transparent;
}

/* Modifier: 'tab-flip'
 ========================================================================== */
.uk-tab-flip > li {
  float: right;
}

.uk-tab-flip > li:nth-child(n+2) > a {
  margin-left: 0;
  margin-right: 5px;
}

/* Modifier: 'tab-responsive'
 ========================================================================== */
.uk-tab > li.uk-tab-responsive > a {
  margin-left: 0;
  margin-right: 0;
}

/*
 * Icon
 */
.uk-tab-responsive > a:before {
  content: "\f0c9\00a0";
  font-family: FontAwesome;
}

/* Modifier: 'tab-center'
 ========================================================================== */
.uk-tab-center {
  border-bottom: 1px solid #ddd;
}

.uk-tab-center-bottom {
  border-bottom: none;
  border-top: 1px solid #ddd;
}

.uk-tab-center:before,
.uk-tab-center:after {
  content: "";
  display: table;
}

.uk-tab-center:after {
  clear: both;
}

/*
 * 1. Using `right` to prevent vertical scrollbar caused by centering if to many tabs
 */
.uk-tab-center .uk-tab {
  position: relative;
  right: 50%;
  border: none;
  float: right;
}

.uk-tab-center .uk-tab > li {
  position: relative;
  right: -50%;
}

.uk-tab-center .uk-tab > li > a {
  text-align: center;
}

/* Modifier: 'tab-bottom'
 ========================================================================== */
.uk-tab-bottom {
  border-top: 1px solid #ddd;
  border-bottom: none;
}

.uk-tab-bottom > li {
  margin-top: -1px;
  margin-bottom: 0;
}

.uk-tab-bottom > li > a {
  padding-top: 8px;
  padding-bottom: 8px;
  border-bottom-width: 1px;
  border-top-width: 0;
}

.uk-tab-bottom > li:not(.uk-active) > a:hover,
.uk-tab-bottom > li:not(.uk-active) > a:focus,
.uk-tab-bottom > li.uk-open:not(.uk-active) > a {
  margin-bottom: 0;
  margin-top: 1px;
  padding-bottom: 8px;
  padding-top: 7px;
}

.uk-tab-bottom > li.uk-active > a {
  border-top-color: transparent;
  border-bottom-color: #ddd;
}

/* Modifier: 'tab-grid'
 ========================================================================== */
/*
 * 1. Create position context to prevent hidden border because of negative `z-index`
 */
.uk-tab-grid {
  margin-left: -5px;
  border-bottom: none;
  /* 1 */
  position: relative;
  z-index: 0;
}

.uk-tab-grid:before {
  display: block;
  position: absolute;
  left: 5px;
  right: 0;
  bottom: -1px;
  border-top: 1px solid #ddd;
  /* 1 */
  z-index: -1;
}

.uk-tab-grid > li:first-child > a {
  margin-left: 5px;
}

.uk-tab-grid > li > a {
  text-align: center;
}

/*
 * If `uk-tab-bottom`
 */
.uk-tab-grid.uk-tab-bottom {
  border-top: none;
}

.uk-tab-grid.uk-tab-bottom:before {
  top: -1px;
  bottom: auto;
}

/* Modifier: 'tab-left', 'tab-right'
 ========================================================================== */
/* Tablet and bigger */
@media (min-width: 768px) {
  .uk-tab-left,
  .uk-tab-right {
    border-bottom: none;
  }
  .uk-tab-left > li,
  .uk-tab-right > li {
    margin-bottom: 0;
    float: none;
  }
  .uk-tab-left > li > a,
  .uk-tab-right > li > a {
    padding-top: 8px;
    padding-bottom: 8px;
  }
  .uk-tab-left > li:nth-child(n+2) > a,
  .uk-tab-right > li:nth-child(n+2) > a {
    margin-left: 0;
    margin-top: 5px;
  }
  .uk-tab-left > li.uk-active > a,
  .uk-tab-right > li.uk-active > a {
    border-color: #ddd;
  }
  /*
     * Modifier: 'tab-left'
     */
  .uk-tab-left {
    border-right: 1px solid #ddd;
  }
  .uk-tab-left > li {
    margin-right: -1px;
  }
  .uk-tab-left > li > a {
    border-bottom-width: 1px;
    border-right-width: 0;
  }
  .uk-tab-left > li:not(.uk-active) > a:hover,
  .uk-tab-left > li:not(.uk-active) > a:focus {
    margin-bottom: 0;
    margin-right: 1px;
    padding-bottom: 8px;
    padding-right: 11px;
  }
  .uk-tab-left > li.uk-active > a {
    border-right-color: transparent;
  }
  /*
     * Modifier: 'tab-right'
     */
  .uk-tab-right {
    border-left: 1px solid #ddd;
  }
  .uk-tab-right > li {
    margin-left: -1px;
  }
  .uk-tab-right > li > a {
    border-bottom-width: 1px;
    border-left-width: 0;
  }
  .uk-tab-right > li:not(.uk-active) > a:hover,
  .uk-tab-right > li:not(.uk-active) > a:focus {
    margin-bottom: 0;
    margin-left: 1px;
    padding-bottom: 8px;
    padding-left: 11px;
  }
  .uk-tab-right > li.uk-active > a {
    border-left-color: transparent;
  }
}

/* ========================================================================
   Component: Thumbnav
 ========================================================================== */
/*
 * 1. Gutter
 * 2. Remove default list style
 */
.uk-thumbnav {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  /* 1 */
  margin-left: -10px;
  margin-top: -10px;
  /* 2 */
  padding: 0;
  list-style: none;
}

/*
 * 1. Space is allocated solely based on content dimensions
 * 2. Horizontal gutter is using `padding` so `uk-width-*` classes can be applied
 */
.uk-thumbnav > * {
  /* 1 */
  -ms-flex: none;
  -webkit-flex: none;
  flex: none;
  /* 2 */
  padding-left: 10px;
  margin-top: 10px;
}

/*
 * DEPRECATED IE9 Support
 */
.uk-thumbnav:before,
.uk-thumbnav:after {
  content: "";
  display: block;
  overflow: hidden;
}

.uk-thumbnav:after {
  clear: both;
}

.uk-thumbnav > * {
  float: left;
}

/* Items
 ========================================================================== */
.uk-thumbnav > * > * {
  display: block;
  background: #fff;
}

.uk-thumbnav > * > * > img {
  opacity: 0.7;
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}

/*
 * Hover
 */
.uk-thumbnav > * > :hover > img,
.uk-thumbnav > * > :focus > img {
  opacity: 1;
}

/*
 * Active
 */
.uk-thumbnav > .uk-active > * > img {
  opacity: 1;
}

/* ========================================================================
   Component: List
 ========================================================================== */
.uk-list {
  padding: 0;
  list-style: none;
}

/*
 * Micro clearfix to make list more robust
 */
.uk-list > li:before,
.uk-list > li:after {
  content: "";
  display: table;
}

.uk-list > li:after {
  clear: both;
}

/*
 * Remove margin from the last-child
 */
.uk-list > li > :last-child {
  margin-bottom: 0;
}

/*
 * Nested lists
 */
.uk-list ul {
  margin: 0;
  padding-left: 20px;
  list-style: none;
}

/* Modifier: `uk-list-line`
 ========================================================================== */
.uk-list-line > li:nth-child(n+2) {
  margin-top: 5px;
  padding-top: 5px;
  border-top: 1px solid #ddd;
}

/* Modifier: `uk-list-striped`
 ========================================================================== */
.uk-list-striped > li {
  padding: 5px 5px;
}

.uk-list-striped > li:nth-of-type(odd) {
  background: #f5f5f5;
}

/* Modifier: `uk-list-space`
 ========================================================================== */
.uk-list-space > li:nth-child(n+2) {
  margin-top: 10px;
}

/* ========================================================================
   Component: Description list
 ========================================================================== */
/* Modifier: `uk-description-list-horizontal`
 ========================================================================== */
/* Tablet and bigger */
@media (min-width: 768px) {
  .uk-description-list-horizontal {
    overflow: hidden;
  }
  .uk-description-list-horizontal > dt {
    width: 160px;
    float: left;
    clear: both;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .uk-description-list-horizontal > dd {
    margin-left: 180px;
  }
}

/* Modifier: `uk-description-list-line`
 ========================================================================== */
.uk-description-list-line > dt {
  font-weight: normal;
}

.uk-description-list-line > dt:nth-child(n+2) {
  margin-top: 5px;
  padding-top: 5px;
  border-top: 1px solid #ddd;
}

.uk-description-list-line > dd {
  color: #999;
}

/* ========================================================================
   Component: Table
 ========================================================================== */
/*
 * 1. Remove most spacing between table cells.
 * 2. Block element behavior
 * 3. Style
 */
.uk-table {
  /* 1 */
  border-collapse: collapse;
  border-spacing: 0;
  /* 2 */
  width: 100%;
  /* 3 */
  margin-bottom: 15px;
}

/*
 * Add margin if adjacent element
 */
* + .uk-table {
  margin-top: 15px;
}

.uk-table th,
.uk-table td {
  padding: 8px 8px;
}

/*
 * Set alignment
 */
.uk-table th {
  text-align: left;
}

.uk-table td {
  vertical-align: top;
}

.uk-table thead th {
  vertical-align: bottom;
}

/*
 * Caption and footer
 */
.uk-table caption,
.uk-table tfoot {
  font-size: 12px;
  font-style: italic;
}

.uk-table caption {
  text-align: left;
  color: #999;
}

/*
 * Active State
 */
.uk-table tbody tr.uk-active {
  background: #EEE;
}

/* Sub-modifier: `uk-table-middle`
 ========================================================================== */
.uk-table-middle,
.uk-table-middle td {
  vertical-align: middle !important;
}

/* Modifier: `uk-table-striped`
 ========================================================================== */
.uk-table-striped tbody tr:nth-of-type(odd) {
  background: #f5f5f5;
}

/* Modifier: `uk-table-condensed`
 ========================================================================== */
.uk-table-condensed td {
  padding: 4px 8px;
}

/* Modifier: `uk-table-hover`
 ========================================================================== */
.uk-table-hover tbody tr:hover {
  background: #EEE;
}

/* ========================================================================
   Component: Form
 ========================================================================== */
/*
 * 1. Define consistent box sizing.
 *    Default is `content-box` with following exceptions set to `border-box`
 *    `button`, `select`, `input[type="checkbox"]` and `input[type="radio"]`
 *    `input[type="search"]` in Chrome, Safari and Opera
 *    `input[type="color"]` in Firefox
 * 2. Address margins set differently in Firefox/IE and Chrome/Safari/Opera.
 * 3. Remove `border-radius` in iOS.
 * 4. Correct `font` properties and `color` not being inherited.
 */
.uk-form input,
.uk-form select,
.uk-form textarea {
  /* 1 */
  box-sizing: border-box;
  /* 2 */
  margin: 0;
  /* 3 */
  border-radius: 0;
  /* 4 */
  font: inherit;
  color: inherit;
}

/*
 * Address inconsistent `text-transform` inheritance which is only inherit in Firefox
 */
.uk-form select {
  text-transform: none;
}

/*
 * 1. Correct `font` properties not being inherited.
 * 2. Don't inherit the `font-weight` and use `bold` instead.
 * NOTE: Both declarations don't work in Chrome, Safari and Opera.
 */
.uk-form optgroup {
  /* 1 */
  font: inherit;
  /* 2 */
  font-weight: bold;
}

/*
 * Removes inner padding and border in Firefox 4+.
 */
.uk-form input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/*
 * Removes excess padding in IE 8/9/10.
 */
.uk-form input[type="checkbox"],
.uk-form input[type="radio"] {
  padding: 0;
}

/*
 * Improves consistency of cursor style for clickable elements
 */
.uk-form input[type="checkbox"]:not(:disabled),
.uk-form input[type="radio"]:not(:disabled) {
  cursor: pointer;
}

/*
 * Remove default style in iOS.
 */
.uk-form textarea,
.uk-form input:not([type]),
.uk-form input[type="text"],
.uk-form input[type="password"],
.uk-form input[type="email"],
.uk-form input[type="url"],
.uk-form input[type="search"],
.uk-form input[type="tel"],
.uk-form input[type="number"],
.uk-form input[type="datetime"] {
  -webkit-appearance: none;
}

/*
 * Remove inner padding and search cancel button in Chrome, Safari and Opera on OS X.
 */
.uk-form input[type="search"]::-webkit-search-cancel-button,
.uk-form input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
.uk-form input[type="number"]::-webkit-inner-spin-button,
.uk-form input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/*
 * Define consistent border, margin, and padding.
 */
.uk-form fieldset {
  border: none;
  margin: 0;
  padding: 0;
}

/*
 * 1. Remove default vertical scrollbar in IE 8/9/10/11.
 * 2. Improve readability and alignment in all browsers.
 */
.uk-form textarea {
  /* 1 */
  overflow: auto;
  /* 2 */
  vertical-align: top;
}

/*
 * Removes placeholder transparency in Firefox.
 */
.uk-form ::-moz-placeholder {
  opacity: 1;
}

/*
 * Removes `box-shadow` for invalid controls in Firefox.
 */
.uk-form :invalid {
  box-shadow: none;
}

/*
 * Vertical alignment
 */
.uk-form input:not([type="radio"]):not([type="checkbox"]),
.uk-form select {
  vertical-align: middle;
}

/* Style
 ========================================================================== */
/*
 * Remove margin from the last-child
 */
.uk-form > :last-child {
  margin-bottom: 0;
}

/*
 * Controls
 * Except for `range`, `radio`, `checkbox`, `file`, `submit`, `reset`, `button` and `image`
 * 1. Must be `height` because `min-height` is not working in OSX
 * 2. Responsiveness: Sets a maximum width relative to the parent to scale on narrower viewports
 * 3. Vertical `padding` needed for `select` elements in Firefox
 * 4. Style
 */
.uk-form select,
.uk-form textarea,
.uk-form input:not([type]),
.uk-form input[type="text"],
.uk-form input[type="password"],
.uk-form input[type="datetime"],
.uk-form input[type="datetime-local"],
.uk-form input[type="date"],
.uk-form input[type="month"],
.uk-form input[type="time"],
.uk-form input[type="week"],
.uk-form input[type="number"],
.uk-form input[type="email"],
.uk-form input[type="url"],
.uk-form input[type="search"],
.uk-form input[type="tel"],
.uk-form input[type="color"] {
  /* 1 */
  height: 30px;
  /* 2 */
  max-width: 100%;
  /* 3 */
  padding: 4px 6px;
  /* 4 */
  border: 1px solid #ddd;
  background: #fff;
  color: #444;
  -webkit-transition: all 0.2s linear;
  -webkit-transition-property: border, background, color, box-shadow, padding;
  transition: all 0.2s linear;
  transition-property: border, background, color, box-shadow, padding;
}

.uk-form select:focus,
.uk-form textarea:focus,
.uk-form input:not([type]):focus,
.uk-form input[type="text"]:focus,
.uk-form input[type="password"]:focus,
.uk-form input[type="datetime"]:focus,
.uk-form input[type="datetime-local"]:focus,
.uk-form input[type="date"]:focus,
.uk-form input[type="month"]:focus,
.uk-form input[type="time"]:focus,
.uk-form input[type="week"]:focus,
.uk-form input[type="number"]:focus,
.uk-form input[type="email"]:focus,
.uk-form input[type="url"]:focus,
.uk-form input[type="search"]:focus,
.uk-form input[type="tel"]:focus,
.uk-form input[type="color"]:focus {
  border-color: #99baca;
  outline: 0;
  background: #f5fbfe;
  color: #444;
}

.uk-form select:disabled,
.uk-form textarea:disabled,
.uk-form input:not([type]):disabled,
.uk-form input[type="text"]:disabled,
.uk-form input[type="password"]:disabled,
.uk-form input[type="datetime"]:disabled,
.uk-form input[type="datetime-local"]:disabled,
.uk-form input[type="date"]:disabled,
.uk-form input[type="month"]:disabled,
.uk-form input[type="time"]:disabled,
.uk-form input[type="week"]:disabled,
.uk-form input[type="number"]:disabled,
.uk-form input[type="email"]:disabled,
.uk-form input[type="url"]:disabled,
.uk-form input[type="search"]:disabled,
.uk-form input[type="tel"]:disabled,
.uk-form input[type="color"]:disabled {
  border-color: #ddd;
  background-color: #f5f5f5;
  color: #999;
}

/*
 * Placeholder
 */
.uk-form :-ms-input-placeholder {
  color: #999 !important;
}

.uk-form ::-moz-placeholder {
  color: #999;
}

.uk-form ::-webkit-input-placeholder {
  color: #999;
}

.uk-form :disabled:-ms-input-placeholder {
  color: #999 !important;
}

.uk-form :disabled::-moz-placeholder {
  color: #999;
}

.uk-form :disabled::-webkit-input-placeholder {
  color: #999;
}

/*
 * Legend
 * 1. Behave like block element
 * 2. Correct `color` not being inherited in IE 8/9/10/11.
 * 3. Remove padding
 * 4. `margin-bottom` is not working in Safari and Opera.
 *    Using `padding` and :after instead to create the border
 * 5. Style
 */
.uk-form legend {
  /* 1 */
  width: 100%;
  /* 2 */
  border: 0;
  /* 3 */
  padding: 0;
  /* 4 */
  padding-bottom: 15px;
  /* 5 */
  font-size: 18px;
  line-height: 30px;
}

/*
 * 1. Fixes IE9
 */
.uk-form legend:after {
  content: "";
  display: block;
  border-bottom: 1px solid #ddd;
  /* 1 */
  width: 100%;
}

/* Size modifiers
 * Higher specificity needed to override defaults
 ========================================================================== */
select.uk-form-small,
textarea.uk-form-small,
input[type].uk-form-small,
input:not([type]).uk-form-small {
  height: 25px;
  padding: 3px 3px;
  font-size: 12px;
}

select.uk-form-large,
textarea.uk-form-large,
input[type].uk-form-large,
input:not([type]).uk-form-large {
  height: 40px;
  padding: 8px 6px;
  font-size: 16px;
}

/* Reset height
 * Must be after size modifiers
 ========================================================================== */
.uk-form textarea,
.uk-form select[multiple],
.uk-form select[size] {
  height: auto;
}

/* Validation states
 * Using !important to keep the selector simple
 ========================================================================== */
/*
 * Error state
 */
.uk-form-danger {
  border-color: #dc8d99 !important;
  background: #fff7f8 !important;
  color: #d85030 !important;
}

/*
 * Success state
 */
.uk-form-success {
  border-color: #8ec73b !important;
  background: #fafff2 !important;
  color: #659f13 !important;
}

/* Style modifiers
 * Using !important to keep the selector simple
 ========================================================================== */
/*
 * Blank form
 */
.uk-form-blank {
  border-color: transparent !important;
  border-style: dashed !important;
  background: none !important;
}

.uk-form-blank:focus {
  border-color: #ddd !important;
}

/* Size sub-modifiers
 ========================================================================== */
/*
 * Fixed widths
 * Different widths for mini sized `input` and `select` elements
 */
input.uk-form-width-mini {
  width: 40px;
}

select.uk-form-width-mini {
  width: 65px;
}

.uk-form-width-small {
  width: 130px;
}

.uk-form-width-medium {
  width: 200px;
}

.uk-form-width-large {
  width: 500px;
}

/* Sub-objects: `uk-form-row`
 * Groups labels and controls in rows
 ========================================================================== */
/*
 * Micro clearfix
 * Needed for `uk-form-horizontal` modifier
 */
.uk-form-row:before,
.uk-form-row:after {
  content: "";
  display: table;
}

.uk-form-row:after {
  clear: both;
}

/*
 * Vertical gutter
 */
.uk-form-row + .uk-form-row {
  margin-top: 15px;
}

/* Help text
 * Sub-object: `uk-form-help-inline`, `uk-form-help-block`
 ========================================================================== */
.uk-form-help-inline {
  display: inline-block;
  margin: 0 0 0 10px;
}

.uk-form-help-block {
  margin: 5px 0 0 0;
}

/* Controls content
 * Sub-object: `uk-form-controls`, `uk-form-controls-condensed`
 ========================================================================== */
/*
 * Remove margins
 */
.uk-form-controls > :first-child {
  margin-top: 0;
}

.uk-form-controls > :last-child {
  margin-bottom: 0;
}

/*
 * Group controls and text into blocks with a small spacing between blocks
 */
.uk-form-controls-condensed {
  margin: 5px 0;
}

/* Modifier: `uk-form-stacked`
 * Requires sub-object: `uk-form-label`
 ========================================================================== */
.uk-form-stacked .uk-form-label {
  display: block;
  margin-bottom: 5px;
  font-weight: bold;
}

/* Modifier: `uk-form-horizontal`
 * Requires sub-objects: `uk-form-label`, `uk-form-controls`
 ========================================================================== */
/* Tablet portrait and smaller */
@media (max-width: 959px) {
  /* Behave like `uk-form-stacked` */
  .uk-form-horizontal .uk-form-label {
    display: block;
    margin-bottom: 5px;
    font-weight: bold;
  }
}

/* Desktop and bigger */
@media (min-width: 960px) {
  .uk-form-horizontal .uk-form-label {
    width: 200px;
    margin-top: 5px;
    float: left;
  }
  .uk-form-horizontal .uk-form-controls {
    margin-left: 215px;
  }
  /* Better vertical alignment if controls are checkboxes and radio buttons with text */
  .uk-form-horizontal .uk-form-controls-text {
    padding-top: 5px;
  }
}

/* Sub-object: `uk-form-icon`
 ========================================================================== */
/*
 * 1. Container width fits its content
 * 2. Create position context
 * 3. Prevent `inline-block` consequences
 */
.uk-form-icon {
  /* 1 */
  display: inline-block;
  /* 2 */
  position: relative;
  /* 3 */
  max-width: 100%;
}

/*
 * 1. Make form element clickable through icon
 */
.uk-form-icon > [class*='uk-icon-'] {
  position: absolute;
  top: 50%;
  width: 30px;
  margin-top: -7px;
  font-size: 14px;
  color: #999;
  text-align: center;
  /* 1 */
  pointer-events: none;
}

.uk-form-icon:not(.uk-form-icon-flip) > input {
  padding-left: 30px !important;
}

/*
 * Sub-modifier: `uk-form-icon-flip`
 */
.uk-form-icon-flip > [class*='uk-icon-'] {
  right: 0;
}

.uk-form-icon-flip > input {
  padding-right: 30px !important;
}

/* ========================================================================
   Component: Button
 ========================================================================== */
/*
 * Removes inner padding and border in Firefox 4+.
 */
.uk-button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/*
 * 1. Correct inability to style clickable `input` types in iOS.
 * 2. Remove margins in Chrome, Safari and Opera.
 * 3. Remove borders for `button`.
 * 4. Address `overflow` set to `hidden` in IE 8/9/10/11.
 * 5. Correct `font` properties and `color` not being inherited for `button`.
 * 6. Address inconsistent `text-transform` inheritance which is only inherit in Firefox and IE
 * 7. Style
 * 8. `line-height` is used to create a height
 * 9. `min-height` is necessary for `input` elements in Firefox and Opera because `line-height` is not working.
 * 10. Reset button group whitespace hack
 * 11. Required for `a`.
 */
.uk-button {
  /* 1 */
  -webkit-appearance: none;
  /* 2 */
  margin: 0;
  /* 3 */
  border: none;
  /* 4 */
  overflow: visible;
  /* 5 */
  font: inherit;
  color: #444;
  /* 6 */
  text-transform: none;
  /* 7 */
  display: inline-block;
  box-sizing: border-box;
  padding: 0 12px;
  background: #eee;
  vertical-align: middle;
  /* 8 */
  line-height: 30px;
  /* 9 */
  min-height: 30px;
  /* 10 */
  font-size: 1rem;
  /* 11 */
  text-decoration: none;
  text-align: center;
}

.uk-button:not(:disabled) {
  cursor: pointer;
}

/*
 * Hover
 * 1. Apply hover style also to focus state
 * 2. Remove default focus style
 * 3. Required for `a` elements
 */
.uk-button:hover,
.uk-button:focus {
  background-color: #f5f5f5;
  color: #444;
  /* 2 */
  outline: none;
  /* 3 */
  text-decoration: none;
}

/* Active */
.uk-button:active,
.uk-button.uk-active {
  background-color: #ddd;
  color: #444;
}

/* Color modifiers
 ========================================================================== */
/*
 * Modifier: `uk-button-primary`
 */
.uk-button-primary {
  background-color: #000000;
  color: #fff;
}

/* Hover */
.uk-button-primary:hover,
.uk-button-primary:focus {
  background-color: #35b3ee;
  color: #fff;
}

/* Active */
.uk-button-primary:active,
.uk-button-primary.uk-active {
  background-color: #0091ca;
  color: #fff;
}

/*
 * Modifier: `uk-button-success`
 */
.uk-button-success {
  background-color: #8cc14c;
  color: #fff;
}

/* Hover */
.uk-button-success:hover,
.uk-button-success:focus {
  background-color: #8ec73b;
  color: #fff;
}

/* Active */
.uk-button-success:active,
.uk-button-success.uk-active {
  background-color: #72ae41;
  color: #fff;
}

/*
 * Modifier: `uk-button-danger`
 */
.uk-button-danger {
  background-color: #da314b;
  color: #fff;
}

/* Hover */
.uk-button-danger:hover,
.uk-button-danger:focus {
  background-color: #e4354f;
  color: #fff;
}

/* Active */
.uk-button-danger:active,
.uk-button-danger.uk-active {
  background-color: #c91032;
  color: #fff;
}

/* Disabled state
 * Overrides also the color modifiers
 ========================================================================== */
/* Equal for all button types */
.uk-button:disabled {
  background-color: #f5f5f5;
  color: #999;
}

/* Modifier: `uk-button-link`
 ========================================================================== */
/* Reset */
.uk-button-link,
.uk-button-link:hover,
.uk-button-link:focus,
.uk-button-link:active,
.uk-button-link.uk-active,
.uk-button-link:disabled {
  border-color: transparent;
  background: none;
}

/* Color */
.uk-button-link {
  color: #07D;
}

.uk-button-link:hover,
.uk-button-link:focus,
.uk-button-link:active,
.uk-button-link.uk-active {
  color: #059;
  text-decoration: underline;
}

.uk-button-link:disabled {
  color: #999;
}

/* Focus */
.uk-button-link:focus {
  outline: 1px dotted;
}

/* Size modifiers
 ========================================================================== */
.uk-button-mini {
  min-height: 20px;
  padding: 0 6px;
  line-height: 20px;
  font-size: 11px;
}

.uk-button-small {
  min-height: 25px;
  padding: 0 10px;
  line-height: 25px;
  font-size: 12px;
}

.uk-button-large {
  min-height: 40px;
  padding: 0 15px;
  line-height: 40px;
  font-size: 16px;
}

/* Sub-object `uk-button-group`
 ========================================================================== */
/*
 * 1. Behave like buttons
 * 2. Create position context for dropdowns
 * 3. Remove whitespace between child elements when using `inline-block`
 * 4. Prevent buttons from wrapping
 * 5. Remove whitespace between child elements when using `inline-block`
 */
.uk-button-group {
  /* 1 */
  display: inline-block;
  vertical-align: middle;
  /* 2 */
  position: relative;
  /* 3 */
  font-size: 0px;
  /* 4 */
  white-space: nowrap;
}

.uk-button-group > * {
  display: inline-block;
}

/* 5 */
.uk-button-group .uk-button {
  vertical-align: top;
}

/* Sub-object: `uk-button-dropdown`
 ========================================================================== */
/*
 * 1. Behave like buttons
 * 2. Create position context for dropdowns
 */
.uk-button-dropdown {
  /* 1 */
  display: inline-block;
  vertical-align: middle;
  /* 2 */
  position: relative;
}

/* ========================================================================
   Component: Icon
 ========================================================================== */
@font-face {
  font-family: 'FontAwesome';
  src: url("../fonts/fontawesome-webfont.woff2") format("woff2"), url("../fonts/fontawesome-webfont.woff") format("woff"), url("../fonts/fontawesome-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

/*
 * 1. Allow margin
 * 2. Prevent inherit font style
 * 4. Correct line-height
 * 5. Better font rendering
 * 6. Remove `text-decoration` for anchors
 */
[class*='uk-icon-'] {
  font-family: FontAwesome;
  /* 1 */
  display: inline-block;
  /* 2 */
  font-weight: normal;
  font-style: normal;
  /* 4 */
  line-height: 1;
  /* 5 */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* 6 */
[class*='uk-icon-'],
[class*='uk-icon-']:hover,
[class*='uk-icon-']:focus {
  text-decoration: none;
}

/* Size modifiers
 ========================================================================== */
.uk-icon-small {
  font-size: 150%;
  vertical-align: -10%;
}

.uk-icon-medium {
  font-size: 200%;
  vertical-align: -16%;
}

.uk-icon-large {
  font-size: 250%;
  vertical-align: -22%;
}

/* Modifier: `uk-icon-justify`
 ========================================================================== */
.uk-icon-justify {
  width: 1em;
  text-align: center;
}

/* Modifier: `uk-icon-spin`
 ========================================================================== */
.uk-icon-spin {
  display: inline-block;
  -webkit-animation: uk-rotate 2s infinite linear;
  animation: uk-rotate 2s infinite linear;
}

/* Modifier: `uk-icon-hover`
 ========================================================================== */
.uk-icon-hover {
  color: #999;
}

/*
 * Hover
 */
.uk-icon-hover:hover {
  color: #444;
}

/* Modifier: `uk-icon-button`
 ========================================================================== */
.uk-icon-button {
  box-sizing: border-box;
  display: inline-block;
  width: 35px;
  height: 35px;
  border-radius: 100%;
  background: #eee;
  line-height: 35px;
  color: #444;
  font-size: 18px;
  text-align: center;
}

/*
 * Hover
 * 1. Apply hover style also to focus state
 * 2. Remove default focus style
 */
.uk-icon-button:hover,
.uk-icon-button:focus {
  background-color: #f5f5f5;
  color: #444;
  /* 2 */
  outline: none;
}

/* Active */
.uk-icon-button:active {
  background-color: #ddd;
  color: #444;
}

/* Icon mapping
 ========================================================================== */
.uk-icon-glass:before {
  content: "\f000";
}

.uk-icon-music:before {
  content: "\f001";
}

.uk-icon-search:before {
  content: "\f002";
}

.uk-icon-envelope-o:before {
  content: "\f003";
}

.uk-icon-heart:before {
  content: "\f004";
}

.uk-icon-star:before {
  content: "\f005";
}

.uk-icon-star-o:before {
  content: "\f006";
}

.uk-icon-user:before {
  content: "\f007";
}

.uk-icon-film:before {
  content: "\f008";
}

.uk-icon-th-large:before {
  content: "\f009";
}

.uk-icon-th:before {
  content: "\f00a";
}

.uk-icon-th-list:before {
  content: "\f00b";
}

.uk-icon-check:before {
  content: "\f00c";
}

.uk-icon-remove:before,
.uk-icon-close:before,
.uk-icon-times:before {
  content: "\f00d";
}

.uk-icon-search-plus:before {
  content: "\f00e";
}

.uk-icon-search-minus:before {
  content: "\f010";
}

.uk-icon-power-off:before {
  content: "\f011";
}

.uk-icon-signal:before {
  content: "\f012";
}

.uk-icon-gear:before,
.uk-icon-cog:before {
  content: "\f013";
}

.uk-icon-trash-o:before {
  content: "\f014";
}

.uk-icon-home:before {
  content: "\f015";
}

.uk-icon-file-o:before {
  content: "\f016";
}

.uk-icon-clock-o:before {
  content: "\f017";
}

.uk-icon-road:before {
  content: "\f018";
}

.uk-icon-download:before {
  content: "\f019";
}

.uk-icon-arrow-circle-o-down:before {
  content: "\f01a";
}

.uk-icon-arrow-circle-o-up:before {
  content: "\f01b";
}

.uk-icon-inbox:before {
  content: "\f01c";
}

.uk-icon-play-circle-o:before {
  content: "\f01d";
}

.uk-icon-rotate-right:before,
.uk-icon-repeat:before {
  content: "\f01e";
}

.uk-icon-refresh:before {
  content: "\f021";
}

.uk-icon-list-alt:before {
  content: "\f022";
}

.uk-icon-lock:before {
  content: "\f023";
}

.uk-icon-flag:before {
  content: "\f024";
}

.uk-icon-headphones:before {
  content: "\f025";
}

.uk-icon-volume-off:before {
  content: "\f026";
}

.uk-icon-volume-down:before {
  content: "\f027";
}

.uk-icon-volume-up:before {
  content: "\f028";
}

.uk-icon-qrcode:before {
  content: "\f029";
}

.uk-icon-barcode:before {
  content: "\f02a";
}

.uk-icon-tag:before {
  content: "\f02b";
}

.uk-icon-tags:before {
  content: "\f02c";
}

.uk-icon-book:before {
  content: "\f02d";
}

.uk-icon-bookmark:before {
  content: "\f02e";
}

.uk-icon-print:before {
  content: "\f02f";
}

.uk-icon-camera:before {
  content: "\f030";
}

.uk-icon-font:before {
  content: "\f031";
}

.uk-icon-bold:before {
  content: "\f032";
}

.uk-icon-italic:before {
  content: "\f033";
}

.uk-icon-text-height:before {
  content: "\f034";
}

.uk-icon-text-width:before {
  content: "\f035";
}

.uk-icon-align-left:before {
  content: "\f036";
}

.uk-icon-align-center:before {
  content: "\f037";
}

.uk-icon-align-right:before {
  content: "\f038";
}

.uk-icon-align-justify:before {
  content: "\f039";
}

.uk-icon-list:before {
  content: "\f03a";
}

.uk-icon-dedent:before,
.uk-icon-outdent:before {
  content: "\f03b";
}

.uk-icon-indent:before {
  content: "\f03c";
}

.uk-icon-video-camera:before {
  content: "\f03d";
}

.uk-icon-photo:before,
.uk-icon-image:before,
.uk-icon-picture-o:before {
  content: "\f03e";
}

.uk-icon-pencil:before {
  content: "\f040";
}

.uk-icon-map-marker:before {
  content: "\f041";
}

.uk-icon-adjust:before {
  content: "\f042";
}

.uk-icon-tint:before {
  content: "\f043";
}

.uk-icon-edit:before,
.uk-icon-pencil-square-o:before {
  content: "\f044";
}

.uk-icon-share-square-o:before {
  content: "\f045";
}

.uk-icon-check-square-o:before {
  content: "\f046";
}

.uk-icon-arrows:before {
  content: "\f047";
}

.uk-icon-step-backward:before {
  content: "\f048";
}

.uk-icon-fast-backward:before {
  content: "\f049";
}

.uk-icon-backward:before {
  content: "\f04a";
}

.uk-icon-play:before {
  content: "\f04b";
}

.uk-icon-pause:before {
  content: "\f04c";
}

.uk-icon-stop:before {
  content: "\f04d";
}

.uk-icon-forward:before {
  content: "\f04e";
}

.uk-icon-fast-forward:before {
  content: "\f050";
}

.uk-icon-step-forward:before {
  content: "\f051";
}

.uk-icon-eject:before {
  content: "\f052";
}

.uk-icon-chevron-left:before {
  content: "\f053";
}

.uk-icon-chevron-right:before {
  content: "\f054";
}

.uk-icon-plus-circle:before {
  content: "\f055";
}

.uk-icon-minus-circle:before {
  content: "\f056";
}

.uk-icon-times-circle:before {
  content: "\f057";
}

.uk-icon-check-circle:before {
  content: "\f058";
}

.uk-icon-question-circle:before {
  content: "\f059";
}

.uk-icon-info-circle:before {
  content: "\f05a";
}

.uk-icon-crosshairs:before {
  content: "\f05b";
}

.uk-icon-times-circle-o:before {
  content: "\f05c";
}

.uk-icon-check-circle-o:before {
  content: "\f05d";
}

.uk-icon-ban:before {
  content: "\f05e";
}

.uk-icon-arrow-left:before {
  content: "\f060";
}

.uk-icon-arrow-right:before {
  content: "\f061";
}

.uk-icon-arrow-up:before {
  content: "\f062";
}

.uk-icon-arrow-down:before {
  content: "\f063";
}

.uk-icon-mail-forward:before,
.uk-icon-share:before {
  content: "\f064";
}

.uk-icon-expand:before {
  content: "\f065";
}

.uk-icon-compress:before {
  content: "\f066";
}

.uk-icon-plus:before {
  content: "\f067";
}

.uk-icon-minus:before {
  content: "\f068";
}

.uk-icon-asterisk:before {
  content: "\f069";
}

.uk-icon-exclamation-circle:before {
  content: "\f06a";
}

.uk-icon-gift:before {
  content: "\f06b";
}

.uk-icon-leaf:before {
  content: "\f06c";
}

.uk-icon-fire:before {
  content: "\f06d";
}

.uk-icon-eye:before {
  content: "\f06e";
}

.uk-icon-eye-slash:before {
  content: "\f070";
}

.uk-icon-warning:before,
.uk-icon-exclamation-triangle:before {
  content: "\f071";
}

.uk-icon-plane:before {
  content: "\f072";
}

.uk-icon-calendar:before {
  content: "\f073";
}

.uk-icon-random:before {
  content: "\f074";
}

.uk-icon-comment:before {
  content: "\f075";
}

.uk-icon-magnet:before {
  content: "\f076";
}

.uk-icon-chevron-up:before {
  content: "\f077";
}

.uk-icon-chevron-down:before {
  content: "\f078";
}

.uk-icon-retweet:before {
  content: "\f079";
}

.uk-icon-shopping-cart:before {
  content: "\f07a";
}

.uk-icon-folder:before {
  content: "\f07b";
}

.uk-icon-folder-open:before {
  content: "\f07c";
}

.uk-icon-arrows-v:before {
  content: "\f07d";
}

.uk-icon-arrows-h:before {
  content: "\f07e";
}

.uk-icon-bar-chart-o:before,
.uk-icon-bar-chart:before {
  content: "\f080";
}

.uk-icon-twitter-square:before {
  content: "\f081";
}

.uk-icon-facebook-square:before {
  content: "\f082";
}

.uk-icon-camera-retro:before {
  content: "\f083";
}

.uk-icon-key:before {
  content: "\f084";
}

.uk-icon-gears:before,
.uk-icon-cogs:before {
  content: "\f085";
}

.uk-icon-comments:before {
  content: "\f086";
}

.uk-icon-thumbs-o-up:before {
  content: "\f087";
}

.uk-icon-thumbs-o-down:before {
  content: "\f088";
}

.uk-icon-star-half:before {
  content: "\f089";
}

.uk-icon-heart-o:before {
  content: "\f08a";
}

.uk-icon-sign-out:before {
  content: "\f08b";
}

.uk-icon-linkedin-square:before {
  content: "\f08c";
}

.uk-icon-thumb-tack:before {
  content: "\f08d";
}

.uk-icon-external-link:before {
  content: "\f08e";
}

.uk-icon-sign-in:before {
  content: "\f090";
}

.uk-icon-trophy:before {
  content: "\f091";
}

.uk-icon-github-square:before {
  content: "\f092";
}

.uk-icon-upload:before {
  content: "\f093";
}

.uk-icon-lemon-o:before {
  content: "\f094";
}

.uk-icon-phone:before {
  content: "\f095";
}

.uk-icon-square-o:before {
  content: "\f096";
}

.uk-icon-bookmark-o:before {
  content: "\f097";
}

.uk-icon-phone-square:before {
  content: "\f098";
}

.uk-icon-twitter:before {
  content: "\f099";
}

.uk-icon-facebook-f:before,
.uk-icon-facebook:before {
  content: "\f09a";
}

.uk-icon-github:before {
  content: "\f09b";
}

.uk-icon-unlock:before {
  content: "\f09c";
}

.uk-icon-credit-card:before {
  content: "\f09d";
}

.uk-icon-rss:before {
  content: "\f09e";
}

.uk-icon-hdd-o:before {
  content: "\f0a0";
}

.uk-icon-bullhorn:before {
  content: "\f0a1";
}

.uk-icon-bell:before {
  content: "\f0f3";
}

.uk-icon-certificate:before {
  content: "\f0a3";
}

.uk-icon-hand-o-right:before {
  content: "\f0a4";
}

.uk-icon-hand-o-left:before {
  content: "\f0a5";
}

.uk-icon-hand-o-up:before {
  content: "\f0a6";
}

.uk-icon-hand-o-down:before {
  content: "\f0a7";
}

.uk-icon-arrow-circle-left:before {
  content: "\f0a8";
}

.uk-icon-arrow-circle-right:before {
  content: "\f0a9";
}

.uk-icon-arrow-circle-up:before {
  content: "\f0aa";
}

.uk-icon-arrow-circle-down:before {
  content: "\f0ab";
}

.uk-icon-globe:before {
  content: "\f0ac";
}

.uk-icon-wrench:before {
  content: "\f0ad";
}

.uk-icon-tasks:before {
  content: "\f0ae";
}

.uk-icon-filter:before {
  content: "\f0b0";
}

.uk-icon-briefcase:before {
  content: "\f0b1";
}

.uk-icon-arrows-alt:before {
  content: "\f0b2";
}

.uk-icon-group:before,
.uk-icon-users:before {
  content: "\f0c0";
}

.uk-icon-chain:before,
.uk-icon-link:before {
  content: "\f0c1";
}

.uk-icon-cloud:before {
  content: "\f0c2";
}

.uk-icon-flask:before {
  content: "\f0c3";
}

.uk-icon-cut:before,
.uk-icon-scissors:before {
  content: "\f0c4";
}

.uk-icon-copy:before,
.uk-icon-files-o:before {
  content: "\f0c5";
}

.uk-icon-paperclip:before {
  content: "\f0c6";
}

.uk-icon-save:before,
.uk-icon-floppy-o:before {
  content: "\f0c7";
}

.uk-icon-square:before {
  content: "\f0c8";
}

.uk-icon-navicon:before,
.uk-icon-reorder:before,
.uk-icon-bars:before {
  content: "\f0c9";
}

.uk-icon-list-ul:before {
  content: "\f0ca";
}

.uk-icon-list-ol:before {
  content: "\f0cb";
}

.uk-icon-strikethrough:before {
  content: "\f0cc";
}

.uk-icon-underline:before {
  content: "\f0cd";
}

.uk-icon-table:before {
  content: "\f0ce";
}

.uk-icon-magic:before {
  content: "\f0d0";
}

.uk-icon-truck:before {
  content: "\f0d1";
}

.uk-icon-pinterest:before {
  content: "\f0d2";
}

.uk-icon-pinterest-square:before {
  content: "\f0d3";
}

.uk-icon-google-plus-square:before {
  content: "\f0d4";
}

.uk-icon-google-plus:before {
  content: "\f0d5";
}

.uk-icon-money:before {
  content: "\f0d6";
}

.uk-icon-caret-down:before {
  content: "\f0d7";
}

.uk-icon-caret-up:before {
  content: "\f0d8";
}

.uk-icon-caret-left:before {
  content: "\f0d9";
}

.uk-icon-caret-right:before {
  content: "\f0da";
}

.uk-icon-columns:before {
  content: "\f0db";
}

.uk-icon-unsorted:before,
.uk-icon-sort:before {
  content: "\f0dc";
}

.uk-icon-sort-down:before,
.uk-icon-sort-desc:before {
  content: "\f0dd";
}

.uk-icon-sort-up:before,
.uk-icon-sort-asc:before {
  content: "\f0de";
}

.uk-icon-envelope:before {
  content: "\f0e0";
}

.uk-icon-linkedin:before {
  content: "\f0e1";
}

.uk-icon-rotate-left:before,
.uk-icon-undo:before {
  content: "\f0e2";
}

.uk-icon-legal:before,
.uk-icon-gavel:before {
  content: "\f0e3";
}

.uk-icon-dashboard:before,
.uk-icon-tachometer:before {
  content: "\f0e4";
}

.uk-icon-comment-o:before {
  content: "\f0e5";
}

.uk-icon-comments-o:before {
  content: "\f0e6";
}

.uk-icon-flash:before,
.uk-icon-bolt:before {
  content: "\f0e7";
}

.uk-icon-sitemap:before {
  content: "\f0e8";
}

.uk-icon-umbrella:before {
  content: "\f0e9";
}

.uk-icon-paste:before,
.uk-icon-clipboard:before {
  content: "\f0ea";
}

.uk-icon-lightbulb-o:before {
  content: "\f0eb";
}

.uk-icon-exchange:before {
  content: "\f0ec";
}

.uk-icon-cloud-download:before {
  content: "\f0ed";
}

.uk-icon-cloud-upload:before {
  content: "\f0ee";
}

.uk-icon-user-md:before {
  content: "\f0f0";
}

.uk-icon-stethoscope:before {
  content: "\f0f1";
}

.uk-icon-suitcase:before {
  content: "\f0f2";
}

.uk-icon-bell-o:before {
  content: "\f0a2";
}

.uk-icon-coffee:before {
  content: "\f0f4";
}

.uk-icon-cutlery:before {
  content: "\f0f5";
}

.uk-icon-file-text-o:before {
  content: "\f0f6";
}

.uk-icon-building-o:before {
  content: "\f0f7";
}

.uk-icon-hospital-o:before {
  content: "\f0f8";
}

.uk-icon-ambulance:before {
  content: "\f0f9";
}

.uk-icon-medkit:before {
  content: "\f0fa";
}

.uk-icon-fighter-jet:before {
  content: "\f0fb";
}

.uk-icon-beer:before {
  content: "\f0fc";
}

.uk-icon-h-square:before {
  content: "\f0fd";
}

.uk-icon-plus-square:before {
  content: "\f0fe";
}

.uk-icon-angle-double-left:before {
  content: "\f100";
}

.uk-icon-angle-double-right:before {
  content: "\f101";
}

.uk-icon-angle-double-up:before {
  content: "\f102";
}

.uk-icon-angle-double-down:before {
  content: "\f103";
}

.uk-icon-angle-left:before {
  content: "\f104";
}

.uk-icon-angle-right:before {
  content: "\f105";
}

.uk-icon-angle-up:before {
  content: "\f106";
}

.uk-icon-angle-down:before {
  content: "\f107";
}

.uk-icon-desktop:before {
  content: "\f108";
}

.uk-icon-laptop:before {
  content: "\f109";
}

.uk-icon-tablet:before {
  content: "\f10a";
}

.uk-icon-mobile-phone:before,
.uk-icon-mobile:before {
  content: "\f10b";
}

.uk-icon-circle-o:before {
  content: "\f10c";
}

.uk-icon-quote-left:before {
  content: "\f10d";
}

.uk-icon-quote-right:before {
  content: "\f10e";
}

.uk-icon-spinner:before {
  content: "\f110";
}

.uk-icon-circle:before {
  content: "\f111";
}

.uk-icon-mail-reply:before,
.uk-icon-reply:before {
  content: "\f112";
}

.uk-icon-github-alt:before {
  content: "\f113";
}

.uk-icon-folder-o:before {
  content: "\f114";
}

.uk-icon-folder-open-o:before {
  content: "\f115";
}

.uk-icon-smile-o:before {
  content: "\f118";
}

.uk-icon-frown-o:before {
  content: "\f119";
}

.uk-icon-meh-o:before {
  content: "\f11a";
}

.uk-icon-gamepad:before {
  content: "\f11b";
}

.uk-icon-keyboard-o:before {
  content: "\f11c";
}

.uk-icon-flag-o:before {
  content: "\f11d";
}

.uk-icon-flag-checkered:before {
  content: "\f11e";
}

.uk-icon-terminal:before {
  content: "\f120";
}

.uk-icon-code:before {
  content: "\f121";
}

.uk-icon-mail-reply-all:before,
.uk-icon-reply-all:before {
  content: "\f122";
}

.uk-icon-star-half-empty:before,
.uk-icon-star-half-full:before,
.uk-icon-star-half-o:before {
  content: "\f123";
}

.uk-icon-location-arrow:before {
  content: "\f124";
}

.uk-icon-crop:before {
  content: "\f125";
}

.uk-icon-code-fork:before {
  content: "\f126";
}

.uk-icon-unlink:before,
.uk-icon-chain-broken:before {
  content: "\f127";
}

.uk-icon-question:before {
  content: "\f128";
}

.uk-icon-info:before {
  content: "\f129";
}

.uk-icon-exclamation:before {
  content: "\f12a";
}

.uk-icon-superscript:before {
  content: "\f12b";
}

.uk-icon-subscript:before {
  content: "\f12c";
}

.uk-icon-eraser:before {
  content: "\f12d";
}

.uk-icon-puzzle-piece:before {
  content: "\f12e";
}

.uk-icon-microphone:before {
  content: "\f130";
}

.uk-icon-microphone-slash:before {
  content: "\f131";
}

.uk-icon-shield:before {
  content: "\f132";
}

.uk-icon-calendar-o:before {
  content: "\f133";
}

.uk-icon-fire-extinguisher:before {
  content: "\f134";
}

.uk-icon-rocket:before {
  content: "\f135";
}

.uk-icon-maxcdn:before {
  content: "\f136";
}

.uk-icon-chevron-circle-left:before {
  content: "\f137";
}

.uk-icon-chevron-circle-right:before {
  content: "\f138";
}

.uk-icon-chevron-circle-up:before {
  content: "\f139";
}

.uk-icon-chevron-circle-down:before {
  content: "\f13a";
}

.uk-icon-html5:before {
  content: "\f13b";
}

.uk-icon-css3:before {
  content: "\f13c";
}

.uk-icon-anchor:before {
  content: "\f13d";
}

.uk-icon-unlock-alt:before {
  content: "\f13e";
}

.uk-icon-bullseye:before {
  content: "\f140";
}

.uk-icon-ellipsis-h:before {
  content: "\f141";
}

.uk-icon-ellipsis-v:before {
  content: "\f142";
}

.uk-icon-rss-square:before {
  content: "\f143";
}

.uk-icon-play-circle:before {
  content: "\f144";
}

.uk-icon-ticket:before {
  content: "\f145";
}

.uk-icon-minus-square:before {
  content: "\f146";
}

.uk-icon-minus-square-o:before {
  content: "\f147";
}

.uk-icon-level-up:before {
  content: "\f148";
}

.uk-icon-level-down:before {
  content: "\f149";
}

.uk-icon-check-square:before {
  content: "\f14a";
}

.uk-icon-pencil-square:before {
  content: "\f14b";
}

.uk-icon-external-link-square:before {
  content: "\f14c";
}

.uk-icon-share-square:before {
  content: "\f14d";
}

.uk-icon-compass:before {
  content: "\f14e";
}

.uk-icon-toggle-down:before,
.uk-icon-caret-square-o-down:before {
  content: "\f150";
}

.uk-icon-toggle-up:before,
.uk-icon-caret-square-o-up:before {
  content: "\f151";
}

.uk-icon-toggle-right:before,
.uk-icon-caret-square-o-right:before {
  content: "\f152";
}

.uk-icon-euro:before,
.uk-icon-eur:before {
  content: "\f153";
}

.uk-icon-gbp:before {
  content: "\f154";
}

.uk-icon-dollar:before,
.uk-icon-usd:before {
  content: "\f155";
}

.uk-icon-rupee:before,
.uk-icon-inr:before {
  content: "\f156";
}

.uk-icon-cny:before,
.uk-icon-rmb:before,
.uk-icon-yen:before,
.uk-icon-jpy:before {
  content: "\f157";
}

.uk-icon-ruble:before,
.uk-icon-rouble:before,
.uk-icon-rub:before {
  content: "\f158";
}

.uk-icon-won:before,
.uk-icon-krw:before {
  content: "\f159";
}

.uk-icon-bitcoin:before,
.uk-icon-btc:before {
  content: "\f15a";
}

.uk-icon-file:before {
  content: "\f15b";
}

.uk-icon-file-text:before {
  content: "\f15c";
}

.uk-icon-sort-alpha-asc:before {
  content: "\f15d";
}

.uk-icon-sort-alpha-desc:before {
  content: "\f15e";
}

.uk-icon-sort-amount-asc:before {
  content: "\f160";
}

.uk-icon-sort-amount-desc:before {
  content: "\f161";
}

.uk-icon-sort-numeric-asc:before {
  content: "\f162";
}

.uk-icon-sort-numeric-desc:before {
  content: "\f163";
}

.uk-icon-thumbs-up:before {
  content: "\f164";
}

.uk-icon-thumbs-down:before {
  content: "\f165";
}

.uk-icon-youtube-square:before {
  content: "\f166";
}

.uk-icon-youtube:before {
  content: "\f167";
}

.uk-icon-xing:before {
  content: "\f168";
}

.uk-icon-xing-square:before {
  content: "\f169";
}

.uk-icon-youtube-play:before {
  content: "\f16a";
}

.uk-icon-dropbox:before {
  content: "\f16b";
}

.uk-icon-stack-overflow:before {
  content: "\f16c";
}

.uk-icon-instagram:before {
  content: "\f16d";
}

.uk-icon-flickr:before {
  content: "\f16e";
}

.uk-icon-adn:before {
  content: "\f170";
}

.uk-icon-bitbucket:before {
  content: "\f171";
}

.uk-icon-bitbucket-square:before {
  content: "\f172";
}

.uk-icon-tumblr:before {
  content: "\f173";
}

.uk-icon-tumblr-square:before {
  content: "\f174";
}

.uk-icon-long-arrow-down:before {
  content: "\f175";
}

.uk-icon-long-arrow-up:before {
  content: "\f176";
}

.uk-icon-long-arrow-left:before {
  content: "\f177";
}

.uk-icon-long-arrow-right:before {
  content: "\f178";
}

.uk-icon-apple:before {
  content: "\f179";
}

.uk-icon-windows:before {
  content: "\f17a";
}

.uk-icon-android:before {
  content: "\f17b";
}

.uk-icon-linux:before {
  content: "\f17c";
}

.uk-icon-dribbble:before {
  content: "\f17d";
}

.uk-icon-skype:before {
  content: "\f17e";
}

.uk-icon-foursquare:before {
  content: "\f180";
}

.uk-icon-trello:before {
  content: "\f181";
}

.uk-icon-female:before {
  content: "\f182";
}

.uk-icon-male:before {
  content: "\f183";
}

.uk-icon-gittip:before,
.uk-icon-gratipay:before {
  content: "\f184";
}

.uk-icon-sun-o:before {
  content: "\f185";
}

.uk-icon-moon-o:before {
  content: "\f186";
}

.uk-icon-archive:before {
  content: "\f187";
}

.uk-icon-bug:before {
  content: "\f188";
}

.uk-icon-vk:before {
  content: "\f189";
}

.uk-icon-weibo:before {
  content: "\f18a";
}

.uk-icon-renren:before {
  content: "\f18b";
}

.uk-icon-pagelines:before {
  content: "\f18c";
}

.uk-icon-stack-exchange:before {
  content: "\f18d";
}

.uk-icon-arrow-circle-o-right:before {
  content: "\f18e";
}

.uk-icon-arrow-circle-o-left:before {
  content: "\f190";
}

.uk-icon-toggle-left:before,
.uk-icon-caret-square-o-left:before {
  content: "\f191";
}

.uk-icon-dot-circle-o:before {
  content: "\f192";
}

.uk-icon-wheelchair:before {
  content: "\f193";
}

.uk-icon-vimeo-square:before {
  content: "\f194";
}

.uk-icon-turkish-lira:before,
.uk-icon-try:before {
  content: "\f195";
}

.uk-icon-plus-square-o:before {
  content: "\f196";
}

.uk-icon-space-shuttle:before {
  content: "\f197";
}

.uk-icon-slack:before {
  content: "\f198";
}

.uk-icon-envelope-square:before {
  content: "\f199";
}

.uk-icon-wordpress:before {
  content: "\f19a";
}

.uk-icon-openid:before {
  content: "\f19b";
}

.uk-icon-institution:before,
.uk-icon-bank:before,
.uk-icon-university:before {
  content: "\f19c";
}

.uk-icon-mortar-board:before,
.uk-icon-graduation-cap:before {
  content: "\f19d";
}

.uk-icon-yahoo:before {
  content: "\f19e";
}

.uk-icon-google:before {
  content: "\f1a0";
}

.uk-icon-reddit:before {
  content: "\f1a1";
}

.uk-icon-reddit-square:before {
  content: "\f1a2";
}

.uk-icon-stumbleupon-circle:before {
  content: "\f1a3";
}

.uk-icon-stumbleupon:before {
  content: "\f1a4";
}

.uk-icon-delicious:before {
  content: "\f1a5";
}

.uk-icon-digg:before {
  content: "\f1a6";
}

.uk-icon-pied-piper:before {
  content: "\f1a7";
}

.uk-icon-pied-piper-alt:before {
  content: "\f1a8";
}

.uk-icon-drupal:before {
  content: "\f1a9";
}

.uk-icon-joomla:before {
  content: "\f1aa";
}

.uk-icon-language:before {
  content: "\f1ab";
}

.uk-icon-fax:before {
  content: "\f1ac";
}

.uk-icon-building:before {
  content: "\f1ad";
}

.uk-icon-child:before {
  content: "\f1ae";
}

.uk-icon-paw:before {
  content: "\f1b0";
}

.uk-icon-spoon:before {
  content: "\f1b1";
}

.uk-icon-cube:before {
  content: "\f1b2";
}

.uk-icon-cubes:before {
  content: "\f1b3";
}

.uk-icon-behance:before {
  content: "\f1b4";
}

.uk-icon-behance-square:before {
  content: "\f1b5";
}

.uk-icon-steam:before {
  content: "\f1b6";
}

.uk-icon-steam-square:before {
  content: "\f1b7";
}

.uk-icon-recycle:before {
  content: "\f1b8";
}

.uk-icon-automobile:before,
.uk-icon-car:before {
  content: "\f1b9";
}

.uk-icon-cab:before,
.uk-icon-taxi:before {
  content: "\f1ba";
}

.uk-icon-tree:before {
  content: "\f1bb";
}

.uk-icon-spotify:before {
  content: "\f1bc";
}

.uk-icon-deviantart:before {
  content: "\f1bd";
}

.uk-icon-soundcloud:before {
  content: "\f1be";
}

.uk-icon-database:before {
  content: "\f1c0";
}

.uk-icon-file-pdf-o:before {
  content: "\f1c1";
}

.uk-icon-file-word-o:before {
  content: "\f1c2";
}

.uk-icon-file-excel-o:before {
  content: "\f1c3";
}

.uk-icon-file-powerpoint-o:before {
  content: "\f1c4";
}

.uk-icon-file-photo-o:before,
.uk-icon-file-picture-o:before,
.uk-icon-file-image-o:before {
  content: "\f1c5";
}

.uk-icon-file-zip-o:before,
.uk-icon-file-archive-o:before {
  content: "\f1c6";
}

.uk-icon-file-sound-o:before,
.uk-icon-file-audio-o:before {
  content: "\f1c7";
}

.uk-icon-file-movie-o:before,
.uk-icon-file-video-o:before {
  content: "\f1c8";
}

.uk-icon-file-code-o:before {
  content: "\f1c9";
}

.uk-icon-vine:before {
  content: "\f1ca";
}

.uk-icon-codepen:before {
  content: "\f1cb";
}

.uk-icon-jsfiddle:before {
  content: "\f1cc";
}

.uk-icon-life-bouy:before,
.uk-icon-life-buoy:before,
.uk-icon-life-saver:before,
.uk-icon-support:before,
.uk-icon-life-ring:before {
  content: "\f1cd";
}

.uk-icon-circle-o-notch:before {
  content: "\f1ce";
}

.uk-icon-ra:before,
.uk-icon-rebel:before {
  content: "\f1d0";
}

.uk-icon-ge:before,
.uk-icon-empire:before {
  content: "\f1d1";
}

.uk-icon-git-square:before {
  content: "\f1d2";
}

.uk-icon-git:before {
  content: "\f1d3";
}

.uk-icon-hacker-news:before {
  content: "\f1d4";
}

.uk-icon-tencent-weibo:before {
  content: "\f1d5";
}

.uk-icon-qq:before {
  content: "\f1d6";
}

.uk-icon-wechat:before,
.uk-icon-weixin:before {
  content: "\f1d7";
}

.uk-icon-send:before,
.uk-icon-paper-plane:before {
  content: "\f1d8";
}

.uk-icon-send-o:before,
.uk-icon-paper-plane-o:before {
  content: "\f1d9";
}

.uk-icon-history:before {
  content: "\f1da";
}

.uk-icon-genderless:before,
.uk-icon-circle-thin:before {
  content: "\f1db";
}

.uk-icon-header:before {
  content: "\f1dc";
}

.uk-icon-paragraph:before {
  content: "\f1dd";
}

.uk-icon-sliders:before {
  content: "\f1de";
}

.uk-icon-share-alt:before {
  content: "\f1e0";
}

.uk-icon-share-alt-square:before {
  content: "\f1e1";
}

.uk-icon-bomb:before {
  content: "\f1e2";
}

.uk-icon-soccer-ball-o:before,
.uk-icon-futbol-o:before {
  content: "\f1e3";
}

.uk-icon-tty:before {
  content: "\f1e4";
}

.uk-icon-binoculars:before {
  content: "\f1e5";
}

.uk-icon-plug:before {
  content: "\f1e6";
}

.uk-icon-slideshare:before {
  content: "\f1e7";
}

.uk-icon-twitch:before {
  content: "\f1e8";
}

.uk-icon-yelp:before {
  content: "\f1e9";
}

.uk-icon-newspaper-o:before {
  content: "\f1ea";
}

.uk-icon-wifi:before {
  content: "\f1eb";
}

.uk-icon-calculator:before {
  content: "\f1ec";
}

.uk-icon-paypal:before {
  content: "\f1ed";
}

.uk-icon-google-wallet:before {
  content: "\f1ee";
}

.uk-icon-cc-visa:before {
  content: "\f1f0";
}

.uk-icon-cc-mastercard:before {
  content: "\f1f1";
}

.uk-icon-cc-discover:before {
  content: "\f1f2";
}

.uk-icon-cc-amex:before {
  content: "\f1f3";
}

.uk-icon-cc-paypal:before {
  content: "\f1f4";
}

.uk-icon-cc-stripe:before {
  content: "\f1f5";
}

.uk-icon-bell-slash:before {
  content: "\f1f6";
}

.uk-icon-bell-slash-o:before {
  content: "\f1f7";
}

.uk-icon-trash:before {
  content: "\f1f8";
}

.uk-icon-copyright:before {
  content: "\f1f9";
}

.uk-icon-at:before {
  content: "\f1fa";
}

.uk-icon-eyedropper:before {
  content: "\f1fb";
}

.uk-icon-paint-brush:before {
  content: "\f1fc";
}

.uk-icon-birthday-cake:before {
  content: "\f1fd";
}

.uk-icon-area-chart:before {
  content: "\f1fe";
}

.uk-icon-pie-chart:before {
  content: "\f200";
}

.uk-icon-line-chart:before {
  content: "\f201";
}

.uk-icon-lastfm:before {
  content: "\f202";
}

.uk-icon-lastfm-square:before {
  content: "\f203";
}

.uk-icon-toggle-off:before {
  content: "\f204";
}

.uk-icon-toggle-on:before {
  content: "\f205";
}

.uk-icon-bicycle:before {
  content: "\f206";
}

.uk-icon-bus:before {
  content: "\f207";
}

.uk-icon-ioxhost:before {
  content: "\f208";
}

.uk-icon-angellist:before {
  content: "\f209";
}

.uk-icon-cc:before {
  content: "\f20a";
}

.uk-icon-shekel:before,
.uk-icon-sheqel:before,
.uk-icon-ils:before {
  content: "\f20b";
}

.uk-icon-meanpath:before {
  content: "\f20c";
}

.uk-icon-buysellads:before {
  content: "\f20d";
}

.uk-icon-connectdevelop:before {
  content: "\f20e";
}

.uk-icon-dashcube:before {
  content: "\f210";
}

.uk-icon-forumbee:before {
  content: "\f211";
}

.uk-icon-leanpub:before {
  content: "\f212";
}

.uk-icon-sellsy:before {
  content: "\f213";
}

.uk-icon-shirtsinbulk:before {
  content: "\f214";
}

.uk-icon-simplybuilt:before {
  content: "\f215";
}

.uk-icon-skyatlas:before {
  content: "\f216";
}

.uk-icon-cart-plus:before {
  content: "\f217";
}

.uk-icon-cart-arrow-down:before {
  content: "\f218";
}

.uk-icon-diamond:before {
  content: "\f219";
}

.uk-icon-ship:before {
  content: "\f21a";
}

.uk-icon-user-secret:before {
  content: "\f21b";
}

.uk-icon-motorcycle:before {
  content: "\f21c";
}

.uk-icon-street-view:before {
  content: "\f21d";
}

.uk-icon-heartbeat:before {
  content: "\f21e";
}

.uk-icon-venus:before {
  content: "\f221";
}

.uk-icon-mars:before {
  content: "\f222";
}

.uk-icon-mercury:before {
  content: "\f223";
}

.uk-icon-transgender:before {
  content: "\f224";
}

.uk-icon-transgender-alt:before {
  content: "\f225";
}

.uk-icon-venus-double:before {
  content: "\f226";
}

.uk-icon-mars-double:before {
  content: "\f227";
}

.uk-icon-venus-mars:before {
  content: "\f228";
}

.uk-icon-mars-stroke:before {
  content: "\f229";
}

.uk-icon-mars-stroke-v:before {
  content: "\f22a";
}

.uk-icon-mars-stroke-h:before {
  content: "\f22b";
}

.uk-icon-neuter:before {
  content: "\f22c";
}

.uk-icon-facebook-official:before {
  content: "\f230";
}

.uk-icon-pinterest-p:before {
  content: "\f231";
}

.uk-icon-whatsapp:before {
  content: "\f232";
}

.uk-icon-server:before {
  content: "\f233";
}

.uk-icon-user-plus:before {
  content: "\f234";
}

.uk-icon-user-times:before {
  content: "\f235";
}

.uk-icon-hotel:before,
.uk-icon-bed:before {
  content: "\f236";
}

.uk-icon-viacoin:before {
  content: "\f237";
}

.uk-icon-train:before {
  content: "\f238";
}

.uk-icon-subway:before {
  content: "\f239";
}

.uk-icon-medium-logo:before {
  content: "\f23a";
}

.uk-icon-500px:before {
  content: "\f26e";
}

.uk-icon-amazon:before {
  content: "\f270";
}

.uk-icon-balance-scale:before {
  content: "\f24e";
}

.uk-icon-battery-empty:before,
.uk-icon-battery-0:before {
  content: "\f244";
}

.uk-icon-battery-quarter:before,
.uk-icon-battery-1:before {
  content: "\f243";
}

.uk-icon-battery-half:before,
.uk-icon-battery-2:before {
  content: "\f242";
}

.uk-icon-battery-three-quarters:before,
.uk-icon-battery-3:before {
  content: "\f241";
}

.uk-icon-battery-full:before,
.uk-icon-battery-4:before {
  content: "\f240";
}

.uk-icon-black-tie:before {
  content: "\f27e";
}

.uk-icon-calendar-check-o:before {
  content: "\f274";
}

.uk-icon-calendar-minus-o:before {
  content: "\f272";
}

.uk-icon-calendar-plus-o:before {
  content: "\f271";
}

.uk-icon-calendar-times-o:before {
  content: "\f273";
}

.uk-icon-cc-diners-club:before {
  content: "\f24c";
}

.uk-icon-cc-jcb:before {
  content: "\f24b";
}

.uk-icon-chrome:before {
  content: "\f268";
}

.uk-icon-clone:before {
  content: "\f24d";
}

.uk-icon-commenting:before {
  content: "\f27a";
}

.uk-icon-commenting-o:before {
  content: "\f27b";
}

.uk-icon-contao:before {
  content: "\f26d";
}

.uk-icon-creative-commons:before {
  content: "\f25e";
}

.uk-icon-expeditedssl:before {
  content: "\f23e";
}

.uk-icon-firefox:before {
  content: "\f269";
}

.uk-icon-fonticons:before {
  content: "\f280";
}

.uk-icon-get-pocket:before {
  content: "\f265";
}

.uk-icon-gg:before {
  content: "\f260";
}

.uk-icon-gg-circle:before {
  content: "\f261";
}

.uk-icon-hand-lizard-o:before {
  content: "\f258";
}

.uk-icon-hand-stop-o:before,
.uk-icon-hand-paper-o:before {
  content: "\f256";
}

.uk-icon-hand-peace-o:before {
  content: "\f25b";
}

.uk-icon-hand-pointer-o:before {
  content: "\f25a";
}

.uk-icon-hand-grab-o:before,
.uk-icon-hand-rock-o:before {
  content: "\f255";
}

.uk-icon-hand-scissors-o:before {
  content: "\f257";
}

.uk-icon-hand-spock-o:before {
  content: "\f259";
}

.uk-icon-hourglass:before {
  content: "\f254";
}

.uk-icon-hourglass-o:before {
  content: "\f250";
}

.uk-icon-hourglass-1:before,
.uk-icon-hourglass-start:before {
  content: "\f251";
}

.uk-icon-hourglass-2:before,
.uk-icon-hourglass-half:before {
  content: "\f252";
}

.uk-icon-hourglass-3:before,
.uk-icon-hourglass-end:before {
  content: "\f253";
}

.uk-icon-houzz:before {
  content: "\f27c";
}

.uk-icon-i-cursor:before {
  content: "\f246";
}

.uk-icon-industry:before {
  content: "\f275";
}

.uk-icon-internet-explorer:before {
  content: "\f26b";
}

.uk-icon-map:before {
  content: "\f279";
}

.uk-icon-map-o:before {
  content: "\f278";
}

.uk-icon-map-pin:before {
  content: "\f276";
}

.uk-icon-map-signs:before {
  content: "\f277";
}

.uk-icon-mouse-pointer:before {
  content: "\f245";
}

.uk-icon-object-group:before {
  content: "\f247";
}

.uk-icon-object-ungroup:before {
  content: "\f248";
}

.uk-icon-odnoklassniki:before {
  content: "\f263";
}

.uk-icon-odnoklassniki-square:before {
  content: "\f264";
}

.uk-icon-opencart:before {
  content: "\f23d";
}

.uk-icon-opera:before {
  content: "\f26a";
}

.uk-icon-optin-monster:before {
  content: "\f23c";
}

.uk-icon-registered:before {
  content: "\f25d";
}

.uk-icon-safari:before {
  content: "\f267";
}

.uk-icon-sticky-note:before {
  content: "\f249";
}

.uk-icon-sticky-note-o:before {
  content: "\f24a";
}

.uk-icon-tv:before,
.uk-icon-television:before {
  content: "\f26c";
}

.uk-icon-trademark:before {
  content: "\f25c";
}

.uk-icon-tripadvisor:before {
  content: "\f262";
}

.uk-icon-vimeo:before {
  content: "\f27d";
}

.uk-icon-wikipedia-w:before {
  content: "\f266";
}

.uk-icon-yc:before,
.uk-icon-y-combinator:before {
  content: "\f23b";
}

.uk-icon-yc-square:before,
.uk-icon-y-combinator-square:before {
  content: "\f1d4";
}

.uk-icon-bluetooth:before {
  content: "\f293";
}

.uk-icon-bluetooth-b:before {
  content: "\f294";
}

.uk-icon-codiepie:before {
  content: "\f284";
}

.uk-icon-credit-card-alt:before {
  content: "\f283";
}

.uk-icon-edge:before {
  content: "\f282";
}

.uk-icon-fort-awesome:before {
  content: "\f286";
}

.uk-icon-hashtag:before {
  content: "\f292";
}

.uk-icon-mixcloud:before {
  content: "\f289";
}

.uk-icon-modx:before {
  content: "\f285";
}

.uk-icon-pause-circle:before {
  content: "\f28b";
}

.uk-icon-pause-circle-o:before {
  content: "\f28c";
}

.uk-icon-percent:before {
  content: "\f295";
}

.uk-icon-product-hunt:before {
  content: "\f288";
}

.uk-icon-reddit-alien:before {
  content: "\f281";
}

.uk-icon-scribd:before {
  content: "\f28a";
}

.uk-icon-shopping-bag:before {
  content: "\f290";
}

.uk-icon-shopping-basket:before {
  content: "\f291";
}

.uk-icon-stop-circle:before {
  content: "\f28d";
}

.uk-icon-stop-circle-o:before {
  content: "\f28e";
}

.uk-icon-usb:before {
  content: "\f287";
}

.uk-icon-american-sign-language-interpreting:before,
.uk-icon-asl-interpreting:before {
  content: "\f2a3";
}

.uk-icon-assistive-listening-systems:before {
  content: "\f2a2";
}

.uk-icon-audio-description:before {
  content: "\f29e";
}

.uk-icon-blind:before {
  content: "\f29d";
}

.uk-icon-braille:before {
  content: "\f2a1";
}

.uk-icon-deaf:before,
.uk-icon-deafness:before {
  content: "\f2a4";
}

.uk-icon-envira:before {
  content: "\f299";
}

.uk-icon-font-awesome:before,
.uk-icon-fa:before {
  content: "\f2b4";
}

.uk-icon-first-order:before {
  content: "\f2b0";
}

.uk-icon-gitlab:before {
  content: "\f296";
}

.uk-icon-glide:before {
  content: "\f2a5";
}

.uk-icon-glide-g:before {
  content: "\f2a6";
}

.uk-icon-hard-of-hearing:before {
  content: "\f2a4";
}

.uk-icon-low-vision:before {
  content: "\f2a8";
}

.uk-icon-question-circle-o:before {
  content: "\f29c";
}

.uk-icon-sign-language:before,
.uk-icon-signing:before {
  content: "\f2a7";
}

.uk-icon-snapchat:before {
  content: "\f2ab";
}

.uk-icon-snapchat-ghost:before {
  content: "\f2ac";
}

.uk-icon-snapchat-square:before {
  content: "\f2ad";
}

.uk-icon-themeisle:before {
  content: "\f2b2";
}

.uk-icon-universal-access:before {
  content: "\f29a";
}

.uk-icon-viadeo:before {
  content: "\f2a9";
}

.uk-icon-viadeo-square:before {
  content: "\f2aa";
}

.uk-icon-volume-control-phone:before {
  content: "\f2a0";
}

.uk-icon-wheelchair-alt:before {
  content: "\f29b";
}

.uk-icon-wpbeginner:before {
  content: "\f297";
}

.uk-icon-wpforms:before {
  content: "\f298";
}

.uk-icon-yoast:before {
  content: "\f2b1";
}

/* ========================================================================
   Component: Close
 ========================================================================== */
/*
 * Removes inner padding and border in Firefox 4+.
 */
.uk-close::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/*
 * 1. Correct inability to style clickable `input` types in iOS.
 * 2. Remove margins in Chrome, Safari and Opera.
 * 3. Remove borders for `button`.
 * 4. Address `overflow` set to `hidden` in IE 8/9/10/11.
 * 5. Correct `font` properties and `color` not being inherited for `button`.
 * 6. Address inconsistent `text-transform` inheritance which is only inherit in Firefox and IE
 * 7. Remove default `button` padding and background color
 * 8. Style
 */
.uk-close {
  /* 1 */
  -webkit-appearance: none;
  /* 2 */
  margin: 0;
  /* 3 */
  border: none;
  /* 4 */
  overflow: visible;
  /* 5 */
  font: inherit;
  color: inherit;
  /* 6 */
  text-transform: none;
  /* 7. */
  padding: 0;
  background: transparent;
  /* 8 */
  display: inline-block;
  box-sizing: content-box;
  width: 20px;
  line-height: 20px;
  text-align: center;
  vertical-align: middle;
  opacity: 0.3;
}

/* Icon */
.uk-close:after {
  display: block;
  content: "\f00d";
  font-family: FontAwesome;
}

/*
 * Hover
 * 1. Apply hover style also to focus state
 * 2. Remove default focus style
 * 3. Required for `a` elements
 */
.uk-close:hover,
.uk-close:focus {
  opacity: 0.5;
  /* 2 */
  outline: none;
  /* 3 */
  color: inherit;
  text-decoration: none;
  cursor: pointer;
}

/* Modifier
 ========================================================================== */
.uk-close-alt {
  padding: 2px;
  border-radius: 50%;
  background: #eee;
  opacity: 1;
}

/* Hover */
.uk-close-alt:hover,
.uk-close-alt:focus {
  opacity: 1;
}

/* Icon */
.uk-close-alt:after {
  opacity: 0.5;
}

.uk-close-alt:hover:after,
.uk-close-alt:focus:after {
  opacity: 0.8;
}

/* ========================================================================
   Component: Badge
 ========================================================================== */
.uk-badge {
  display: inline-block;
  padding: 0 5px;
  background: #00a8e6;
  font-size: 10px;
  font-weight: bold;
  line-height: 14px;
  color: #fff;
  text-align: center;
  vertical-align: middle;
  text-transform: none;
}

/*
 * Keep color when badge is a link
 */
a.uk-badge:hover {
  color: #fff;
}

/* Modifier: `uk-badge-notification`;
 ========================================================================== */
.uk-badge-notification {
  box-sizing: border-box;
  min-width: 18px;
  border-radius: 500px;
  font-size: 12px;
  line-height: 18px;
}

/* Color modifier
 ========================================================================== */
/*
 * Modifier: `uk-badge-success`
 */
.uk-badge-success {
  background-color: #8cc14c;
}

/*
 * Modifier: `uk-badge-warning`
 */
.uk-badge-warning {
  background-color: #faa732;
}

/*
 * Modifier: `uk-badge-danger`
 */
.uk-badge-danger {
  background-color: #da314b;
}

/* ========================================================================
   Component: Alert
 ========================================================================== */
.uk-alert {
  margin-bottom: 15px;
  padding: 10px;
  background: #ebf7fd;
  color: #2d7091;
}

/*
 * Add margin if adjacent element
 */
* + .uk-alert {
  margin-top: 15px;
}

/*
 * Remove margin from the last-child
 */
.uk-alert > :last-child {
  margin-bottom: 0;
}

/*
 * Keep color for headings if the default heading color is changed
 */
.uk-alert h1,
.uk-alert h2,
.uk-alert h3,
.uk-alert h4,
.uk-alert h5,
.uk-alert h6 {
  color: inherit;
}

/* Close in alert
 ========================================================================== */
.uk-alert > .uk-close:first-child {
  float: right;
}

/*
 * Remove margin from adjacent element
 */
.uk-alert > .uk-close:first-child + * {
  margin-top: 0;
}

/* Modifier: `uk-alert-success`
 ========================================================================== */
.uk-alert-success {
  background: #f2fae3;
  color: #659f13;
}

/* Modifier: `uk-alert-warning`
 ========================================================================== */
.uk-alert-warning {
  background: #fffceb;
  color: #e28327;
}

/* Modifier: `uk-alert-danger`
 ========================================================================== */
.uk-alert-danger {
  background: #fff1f0;
  color: #d85030;
}

/* Modifier: `uk-alert-large`
 ========================================================================== */
.uk-alert-large {
  padding: 20px;
}

.uk-alert-large > .uk-close:first-child {
  margin: -10px -10px 0 0;
}

/* ========================================================================
   Component: Thumbnail
 ========================================================================== */
/*
 * 1. Container width fits its content
 * 2. Responsive behavior
 * 3. Corrects `max-width` behavior sed
 * 4. Required for `figure` element
 * 5. Style
 */
.uk-thumbnail {
  /* 1 */
  display: inline-block;
  /* 2 */
  max-width: 100%;
  /* 3 */
  box-sizing: border-box;
  /* 3 */
  margin: 0;
  /* 4 */
  padding: 4px;
  border: 1px solid #ddd;
  background: #fff;
}

/*
 * Hover state for `a` elements
 * 1. Apply hover style also to focus state
 * 2. Needed for caption
 * 3. Remove default focus style
 */
a.uk-thumbnail:hover,
a.uk-thumbnail:focus {
  border-color: #aaa;
  background-color: #fff;
  /* 2 */
  text-decoration: none;
  /* 3 */
  outline: none;
}

/* Caption
 ========================================================================== */
.uk-thumbnail-caption {
  padding-top: 4px;
  text-align: center;
  color: #444;
}

/* Sizes
 ========================================================================== */
.uk-thumbnail-mini {
  width: 150px;
}

.uk-thumbnail-small {
  width: 200px;
}

.uk-thumbnail-medium {
  width: 300px;
}

.uk-thumbnail-large {
  width: 400px;
}

.uk-thumbnail-expand,
.uk-thumbnail-expand > img {
  width: 100%;
}

/* ========================================================================
   Component: Overlay
 ========================================================================== */
/*
 * 1. Container width fits its content
 * 2. Create position context
 * 3. Set max-width for responsive images to prevent `inline-block` consequences
 * 4. Remove the gap between the container and its child element
 * 5. Needed for transitions and to fixed wrong scaling calculation for images in Chrome
 * 6. Fixed `overflow: hidden` to be ignored with border-radius and CSS transforms in Webkit
 * 7. Reset margin
 */
.uk-overlay {
  /* 1 */
  display: inline-block;
  /* 2 */
  position: relative;
  /* 3 */
  max-width: 100%;
  /* 4 */
  vertical-align: middle;
  /* 5 */
  overflow: hidden;
  /* 6 */
  -webkit-transform: translateZ(0);
  /* 7 */
  margin: 0;
}

/* 6 for Safari */
.uk-overlay.uk-border-circle {
  -webkit-mask-image: -webkit-radial-gradient(circle, white 100%, black 100%);
}

/*
 * Remove margin from content
 */
.uk-overlay > :first-child {
  margin-bottom: 0;
}

/* Sub-object `uk-overlay-panel`
 ========================================================================== */
/*
 * 1. Position cover
 * 2. Style
 */
.uk-overlay-panel {
  /* 1 */
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  /* 2 */
  padding: 20px;
  color: #fff;
}

/*
 * Remove margin from the last-child
 */
.uk-overlay-panel > :last-child,
.uk-overlay-panel.uk-flex > * > :last-child {
  margin-bottom: 0;
}

/*
 * Keep color for headings if the default heading color is changed
 */
.uk-overlay-panel h1,
.uk-overlay-panel h2,
.uk-overlay-panel h3,
.uk-overlay-panel h4,
.uk-overlay-panel h5,
.uk-overlay-panel h6 {
  color: inherit;
}

.uk-overlay-panel a:not([class]) {
  color: inherit;
  text-decoration: underline;
}

.uk-overlay-panel a[class*='uk-icon-']:not(.uk-icon-button) {
  color: inherit;
}

/* Sub-object `uk-overlay-hover` and `uk-overlay-active`
 ========================================================================== */
.uk-overlay-hover:not(:hover):not(.uk-hover) .uk-overlay-panel:not(.uk-ignore) {
  opacity: 0;
}

.uk-overlay-active :not(.uk-active) > .uk-overlay-panel:not(.uk-ignore) {
  opacity: 0;
}

/* Modifier `uk-overlay-background`
 ========================================================================== */
.uk-overlay-background {
  background: rgba(0, 0, 0, 0.5);
}

/* Modifier `uk-overlay-image`
 ========================================================================== */
/*
 * Reset panel
 */
.uk-overlay-image {
  padding: 0;
}

/* Position modifiers
 ========================================================================== */
.uk-overlay-top {
  bottom: auto;
}

.uk-overlay-bottom {
  top: auto;
}

.uk-overlay-left {
  right: auto;
}

.uk-overlay-right {
  left: auto;
}

/* Sub-object `uk-overlay-icon`
 ========================================================================== */
.uk-overlay-icon:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 50px;
  height: 50px;
  margin-top: -25px;
  margin-left: -25px;
  font-size: 50px;
  line-height: 1;
  font-family: FontAwesome;
  text-align: center;
  color: #fff;
}

/* Transitions
 ========================================================================== */
.uk-overlay-fade,
.uk-overlay-scale,
.uk-overlay-spin,
.uk-overlay-grayscale,
.uk-overlay-blur,
[class*='uk-overlay-slide'] {
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
  transition-property: opacity, transform, filter;
}

.uk-overlay-active .uk-overlay-fade,
.uk-overlay-active .uk-overlay-scale,
.uk-overlay-active .uk-overlay-spin,
.uk-overlay-active [class*='uk-overlay-slide'] {
  transition-duration: 0.8s;
}

/*
 * Fade
 */
.uk-overlay-fade {
  opacity: 0.7;
}

.uk-overlay-hover:hover .uk-overlay-fade,
.uk-overlay-hover.uk-hover .uk-overlay-fade,
.uk-overlay-active .uk-active > .uk-overlay-fade {
  opacity: 1;
}

/*
 * Scale
 */
.uk-overlay-scale {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.uk-overlay-hover:hover .uk-overlay-scale,
.uk-overlay-hover.uk-hover .uk-overlay-scale,
.uk-overlay-active .uk-active > .uk-overlay-scale {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

/*
 * Spin
 */
.uk-overlay-spin {
  -webkit-transform: scale(1) rotate(0deg);
  transform: scale(1) rotate(0deg);
}

.uk-overlay-hover:hover .uk-overlay-spin,
.uk-overlay-hover.uk-hover .uk-overlay-spin,
.uk-overlay-active .uk-active > .uk-overlay-spin {
  -webkit-transform: scale(1.1) rotate(3deg);
  transform: scale(1.1) rotate(3deg);
}

/*
 * Grayscale
 */
.uk-overlay-grayscale {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.uk-overlay-hover:hover .uk-overlay-grayscale,
.uk-overlay-hover.uk-hover .uk-overlay-grayscale,
.uk-overlay-active .uk-active > .uk-overlay-grayscale {
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
}

/*
 * Slide
 */
[class*='uk-overlay-slide'] {
  opacity: 0;
}

/* Top */
.uk-overlay-slide-top {
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}

/* Bottom */
.uk-overlay-slide-bottom {
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
}

/* Left */
.uk-overlay-slide-left {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}

/* Right */
.uk-overlay-slide-right {
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}

/* Hover */
.uk-overlay-hover:hover [class*='uk-overlay-slide'],
.uk-overlay-hover.uk-hover [class*='uk-overlay-slide'],
.uk-overlay-active .uk-active > [class*='uk-overlay-slide'] {
  opacity: 1;
  -webkit-transform: translateX(0) translateY(0);
  transform: translateX(0) translateY(0);
}

/* DEPRECATED
 * Sub-object `uk-overlay-area`
 ========================================================================== */
/*
 * 1. Set position
 * 2. Set style
 * 3. Fade-in transition
 */
.uk-overlay-area {
  /* 1 */
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  /* 2 */
  background: rgba(0, 0, 0, 0.3);
  /* 3 */
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
  -webkit-transform: translate3d(0, 0, 0);
}

/*
 * Hover
 * 1. `uk-hover` to support touch devices
 * 2. Use optional `uk-overlay-toggle` to trigger the overlay earlier
 */
.uk-overlay:hover .uk-overlay-area,
.uk-overlay.uk-hover .uk-overlay-area,
.uk-overlay-toggle:hover .uk-overlay-area,
.uk-overlay-toggle.uk-hover .uk-overlay-area {
  opacity: 1;
}

/*
 * Icon
 */
.uk-overlay-area:empty:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 50px;
  height: 50px;
  margin-top: -25px;
  margin-left: -25px;
  font-size: 50px;
  line-height: 1;
  font-family: FontAwesome;
  text-align: center;
  color: #fff;
}

/* DEPRECATED
 * Sub-object `uk-overlay-area-content`
 ========================================================================== */
/*
 * Remove whitespace between child elements when using `inline-block`
 * Needed for Firefox
 */
.uk-overlay-area:not(:empty) {
  font-size: 0.001px;
}

/*
 * 1. Needed for vertical alignment
 */
.uk-overlay-area:not(:empty):before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

/*
 * 1. Set vertical alignment
 * 2. Reset whitespace hack
 * 3. Set horizontal alignment
 * 4. Set style
 */
.uk-overlay-area-content {
  /* 1 */
  display: inline-block;
  box-sizing: border-box;
  width: 100%;
  vertical-align: middle;
  /* 2 */
  font-size: 1rem;
  /* 3 */
  text-align: center;
  /* 4 */
  padding: 0 15px;
  color: #fff;
}

/*
 * Remove margin from the last-child
 */
.uk-overlay-area-content > :last-child {
  margin-bottom: 0;
}

/*
 * Links in overlay area
 */
.uk-overlay-area-content a:not([class]),
.uk-overlay-area-content a:not([class]):hover {
  color: inherit;
}

/* DEPRECATED
 * Sub-object `uk-overlay-caption`
 ========================================================================== */
/*
 * 1. Set position
 * 2. Set style
 * 3. Fade-in transition
 */
.uk-overlay-caption {
  /* 1 */
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  /* 2 */
  padding: 15px;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  /* 3 */
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
  -webkit-transform: translate3d(0, 0, 0);
}

/*
 * Hover
 * 1. `uk-hover` to support touch devices
 * 2. Use optional `uk-overlay-toggle` to trigger the overlay earlier
 */
.uk-overlay:hover .uk-overlay-caption,
.uk-overlay.uk-hover .uk-overlay-caption,
.uk-overlay-toggle:hover .uk-overlay-caption,
.uk-overlay-toggle.uk-hover .uk-overlay-caption {
  opacity: 1;
}

/* ========================================================================
   Component: Column
 ========================================================================== */
[class*='uk-column-'] {
  -webkit-column-gap: 25px;
  -moz-column-gap: 25px;
  column-gap: 25px;
}

/* Width modifiers
 ========================================================================== */
.uk-column-1-2 {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
}

.uk-column-1-3 {
  -webkit-column-count: 3;
  -moz-column-count: 3;
  column-count: 3;
}

.uk-column-1-4 {
  -webkit-column-count: 4;
  -moz-column-count: 4;
  column-count: 4;
}

.uk-column-1-5 {
  -webkit-column-count: 5;
  -moz-column-count: 5;
  column-count: 5;
}

.uk-column-1-6 {
  -webkit-column-count: 6;
  -moz-column-count: 6;
  column-count: 6;
}

/* Phone landscape and bigger */
@media (min-width: 480px) {
  .uk-column-small-1-2 {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
  }
  .uk-column-small-1-3 {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
  }
  .uk-column-small-1-4 {
    -webkit-column-count: 4;
    -moz-column-count: 4;
    column-count: 4;
  }
  .uk-column-small-1-5 {
    -webkit-column-count: 5;
    -moz-column-count: 5;
    column-count: 5;
  }
  .uk-column-small-1-6 {
    -webkit-column-count: 6;
    -moz-column-count: 6;
    column-count: 6;
  }
}

/* Tablet and bigger */
@media (min-width: 768px) {
  .uk-column-medium-1-2 {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
  }
  .uk-column-medium-1-3 {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
  }
  .uk-column-medium-1-4 {
    -webkit-column-count: 4;
    -moz-column-count: 4;
    column-count: 4;
  }
  .uk-column-medium-1-5 {
    -webkit-column-count: 5;
    -moz-column-count: 5;
    column-count: 5;
  }
  .uk-column-medium-1-6 {
    -webkit-column-count: 6;
    -moz-column-count: 6;
    column-count: 6;
  }
}

/* Desktop and bigger */
@media (min-width: 960px) {
  .uk-column-large-1-2 {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
  }
  .uk-column-large-1-3 {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
  }
  .uk-column-large-1-4 {
    -webkit-column-count: 4;
    -moz-column-count: 4;
    column-count: 4;
  }
  .uk-column-large-1-5 {
    -webkit-column-count: 5;
    -moz-column-count: 5;
    column-count: 5;
  }
  .uk-column-large-1-6 {
    -webkit-column-count: 6;
    -moz-column-count: 6;
    column-count: 6;
  }
}

/* Large screen and bigger */
@media (min-width: 1220px) {
  .uk-column-xlarge-1-2 {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
  }
  .uk-column-xlarge-1-3 {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
  }
  .uk-column-xlarge-1-4 {
    -webkit-column-count: 4;
    -moz-column-count: 4;
    column-count: 4;
  }
  .uk-column-xlarge-1-5 {
    -webkit-column-count: 5;
    -moz-column-count: 5;
    column-count: 5;
  }
  .uk-column-xlarge-1-6 {
    -webkit-column-count: 6;
    -moz-column-count: 6;
    column-count: 6;
  }
}

/* ========================================================================
   Component: Animation
 ========================================================================== */
[class*='uk-animation-'] {
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

/* Hide animated element if scrollspy is used */
@media screen {
  [data-uk-scrollspy*='uk-animation-']:not([data-uk-scrollspy*='target']) {
    opacity: 0;
  }
}

/*
 * Fade
 * Higher specificity (!important) needed because of reverse modifier
 */
.uk-animation-fade {
  -webkit-animation-name: uk-fade;
  animation-name: uk-fade;
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
  -webkit-animation-timing-function: linear !important;
  animation-timing-function: linear !important;
}

/*
 * Fade with scale
 */
.uk-animation-scale-up {
  -webkit-animation-name: uk-fade-scale-02;
  animation-name: uk-fade-scale-02;
}

.uk-animation-scale-down {
  -webkit-animation-name: uk-fade-scale-18;
  animation-name: uk-fade-scale-18;
}

/*
 * Fade with slide
 */
.uk-animation-slide-top {
  -webkit-animation-name: uk-fade-top;
  animation-name: uk-fade-top;
}

.uk-animation-slide-bottom {
  -webkit-animation-name: uk-fade-bottom;
  animation-name: uk-fade-bottom;
}

.uk-animation-slide-left {
  -webkit-animation-name: uk-fade-left;
  animation-name: uk-fade-left;
}

.uk-animation-slide-right {
  -webkit-animation-name: uk-fade-right;
  animation-name: uk-fade-right;
}

/*
 * Scale
 */
.uk-animation-scale {
  -webkit-animation-name: uk-scale-12;
  animation-name: uk-scale-12;
}

/*
 * Shake
 */
.uk-animation-shake {
  -webkit-animation-name: uk-shake;
  animation-name: uk-shake;
}

/* Direction modifiers
 ========================================================================== */
.uk-animation-reverse {
  -webkit-animation-direction: reverse;
  animation-direction: reverse;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}

/* Duration modifiers
========================================================================== */
.uk-animation-15 {
  -webkit-animation-duration: 15s;
  animation-duration: 15s;
}

/* Origin modifiers
========================================================================== */
.uk-animation-top-left {
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
}

.uk-animation-top-center {
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;
}

.uk-animation-top-right {
  -webkit-transform-origin: 100% 0;
  transform-origin: 100% 0;
}

.uk-animation-middle-left {
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
}

.uk-animation-middle-right {
  -webkit-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
}

.uk-animation-bottom-left {
  -webkit-transform-origin: 0 100%;
  transform-origin: 0 100%;
}

.uk-animation-bottom-center {
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
}

.uk-animation-bottom-right {
  -webkit-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
}

/* Sub-object: `uk-animation-hover`
========================================================================== */
/*
 * Enable animation only on hover
 * Note: Firefox also needs this because animations are not triggered when switching between display `hidden` and `block`
 */
.uk-animation-hover:not(:hover),
.uk-animation-hover:not(:hover) [class*='uk-animation-'],
.uk-touch .uk-animation-hover:not(.uk-hover),
.uk-touch .uk-animation-hover:not(.uk-hover) [class*='uk-animation-'] {
  -webkit-animation-name: none;
  animation-name: none;
}

/* Keyframes: Fade
 * Used by dropdown, datepicker and slideshow component
 ========================================================================== */
@-webkit-keyframes uk-fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes uk-fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

/* Keyframes: Fade with slide
 ========================================================================== */
/*
 * Top
 */
@-webkit-keyframes uk-fade-top {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}

@keyframes uk-fade-top {
  0% {
    opacity: 0;
    transform: translateY(-100%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

/*
 * Bottom
 */
@-webkit-keyframes uk-fade-bottom {
  0% {
    opacity: 0;
    -webkit-transform: translateY(100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}

@keyframes uk-fade-bottom {
  0% {
    opacity: 0;
    transform: translateY(100%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

/*
 * Left
 */
@-webkit-keyframes uk-fade-left {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}

@keyframes uk-fade-left {
  0% {
    opacity: 0;
    transform: translateX(-100%);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

/*
 * Right
 */
@-webkit-keyframes uk-fade-right {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}

@keyframes uk-fade-right {
  0% {
    opacity: 0;
    transform: translateX(100%);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

/* Keyframes: Fade with scale
 ========================================================================== */
/*
 * Scale by 0.2
 */
@-webkit-keyframes uk-fade-scale-02 {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.2);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
  }
}

@keyframes uk-fade-scale-02 {
  0% {
    opacity: 0;
    transform: scale(0.2);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}

/*
 * Scale by 1.5
 * Used by slideshow component
 */
@-webkit-keyframes uk-fade-scale-15 {
  0% {
    opacity: 0;
    -webkit-transform: scale(1.5);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
  }
}

@keyframes uk-fade-scale-15 {
  0% {
    opacity: 0;
    transform: scale(1.5);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}

/*
 * Scale by 1.8
 */
@-webkit-keyframes uk-fade-scale-18 {
  0% {
    opacity: 0;
    -webkit-transform: scale(1.8);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
  }
}

@keyframes uk-fade-scale-18 {
  0% {
    opacity: 0;
    transform: scale(1.8);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}

/* Keyframes: Slide
 * Used by slideshow component
 ========================================================================== */
/*
 * Left
 */
@-webkit-keyframes uk-slide-left {
  0% {
    -webkit-transform: translateX(-100%);
  }
  100% {
    -webkit-transform: translateX(0);
  }
}

@keyframes uk-slide-left {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(0);
  }
}

/*
 * Right
 */
@-webkit-keyframes uk-slide-right {
  0% {
    -webkit-transform: translateX(100%);
  }
  100% {
    -webkit-transform: translateX(0);
  }
}

@keyframes uk-slide-right {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(0);
  }
}

/*
 * Left third
 */
@-webkit-keyframes uk-slide-left-33 {
  0% {
    -webkit-transform: translateX(33%);
  }
  100% {
    -webkit-transform: translateX(0);
  }
}

@keyframes uk-slide-left-33 {
  0% {
    transform: translateX(33%);
  }
  100% {
    transform: translateX(0);
  }
}

/*
 * Right third
 */
@-webkit-keyframes uk-slide-right-33 {
  0% {
    -webkit-transform: translateX(-33%);
  }
  100% {
    -webkit-transform: translateX(0);
  }
}

@keyframes uk-slide-right-33 {
  0% {
    transform: translateX(-33%);
  }
  100% {
    transform: translateX(0);
  }
}

/* Keyframes: Scale
 ========================================================================== */
@-webkit-keyframes uk-scale-12 {
  0% {
    -webkit-transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
  }
}

@keyframes uk-scale-12 {
  0% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}

/* Keyframes: Rotate
 * Used by icon component
 ========================================================================== */
@-webkit-keyframes uk-rotate {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
  }
}

@keyframes uk-rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}

/* Keyframes: Shake
 ========================================================================== */
@-webkit-keyframes uk-shake {
  0%, 100% {
    -webkit-transform: translateX(0);
  }
  10% {
    -webkit-transform: translateX(-9px);
  }
  20% {
    -webkit-transform: translateX(8px);
  }
  30% {
    -webkit-transform: translateX(-7px);
  }
  40% {
    -webkit-transform: translateX(6px);
  }
  50% {
    -webkit-transform: translateX(-5px);
  }
  60% {
    -webkit-transform: translateX(4px);
  }
  70% {
    -webkit-transform: translateX(-3px);
  }
  80% {
    -webkit-transform: translateX(2px);
  }
  90% {
    -webkit-transform: translateX(-1px);
  }
}

@keyframes uk-shake {
  0%, 100% {
    transform: translateX(0);
  }
  10% {
    transform: translateX(-9px);
  }
  20% {
    transform: translateX(8px);
  }
  30% {
    transform: translateX(-7px);
  }
  40% {
    transform: translateX(6px);
  }
  50% {
    transform: translateX(-5px);
  }
  60% {
    transform: translateX(4px);
  }
  70% {
    transform: translateX(-3px);
  }
  80% {
    transform: translateX(2px);
  }
  90% {
    transform: translateX(-1px);
  }
}

/* Keyframes: Fade with slide fixed
 * Used by dropdown and search component
 ========================================================================== */
/*
 * Top fixed
 */
@-webkit-keyframes uk-slide-top-fixed {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}

@keyframes uk-slide-top-fixed {
  0% {
    opacity: 0;
    transform: translateY(-10px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

/*
 * Bottom fixed
 */
@-webkit-keyframes uk-slide-bottom-fixed {
  0% {
    opacity: 0;
    -webkit-transform: translateY(10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}

@keyframes uk-slide-bottom-fixed {
  0% {
    opacity: 0;
    transform: translateY(10px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

/* ========================================================================
   Component: Dropdown
 ========================================================================== */
/*
 * 1. Hide by default
 * 2. Set position
 * 3. Box-sizing is needed for `uk-dropdown-justify`
 * 4. Set width
 */
.uk-dropdown,
.uk-dropdown-blank {
  /* 1 */
  display: none;
  /* 2 */
  position: absolute;
  z-index: 970;
  /* 3 */
  box-sizing: border-box;
  /* 4 */
  width: 200px;
}

/*
 * Dropdown style
 * 1. Reset button group whitespace hack
 */
.uk-dropdown {
  padding: 15px;
  background: #f5f5f5;
  color: #444;
  /* 1 */
  font-size: 1rem;
  vertical-align: top;
}

/*
 * 1. Show dropdown
 * 2. Set animation
 * 3. Needed for scale animation
 */
.uk-open > .uk-dropdown,
.uk-open > .uk-dropdown-blank {
  /* 1 */
  display: block;
  /* 2 */
  -webkit-animation: uk-fade 0.2s ease-in-out;
  animation: uk-fade 0.2s ease-in-out;
  /* 3 */
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
}

/* Alignment modifiers
 ========================================================================== */
/*
 * Modifier
 */
.uk-dropdown-top {
  margin-top: -5px;
}

.uk-dropdown-bottom {
  margin-top: 5px;
}

.uk-dropdown-left {
  margin-left: -5px;
}

.uk-dropdown-right {
  margin-left: 5px;
}

/* Nav in dropdown
 ========================================================================== */
.uk-dropdown .uk-nav {
  margin: 0 -15px;
}

/* Grid and panel in dropdown
 ========================================================================== */
/*
* Vertical gutter
*/
/*
 * Grid
 * Higher specificity to override large gutter
 */
.uk-grid .uk-dropdown-grid + .uk-dropdown-grid {
  margin-top: 15px;
}

/* Panels */
.uk-dropdown-grid > [class*='uk-width-'] > .uk-panel + .uk-panel {
  margin-top: 15px;
}

/* Tablet and bigger */
@media (min-width: 768px) {
  /*
     * Horizontal gutter
     */
  .uk-dropdown:not(.uk-dropdown-stack) > .uk-dropdown-grid {
    margin-left: -15px;
    margin-right: -15px;
  }
  .uk-dropdown:not(.uk-dropdown-stack) > .uk-dropdown-grid > [class*='uk-width-'] {
    padding-left: 15px;
    padding-right: 15px;
  }
  /*
     * Column divider
     */
  .uk-dropdown:not(.uk-dropdown-stack) > .uk-dropdown-grid > [class*='uk-width-']:nth-child(n+2) {
    border-left: 1px solid #ddd;
  }
  /*
     * Width multiplier for dropdown columns
     */
  .uk-dropdown-width-2:not(.uk-dropdown-stack) {
    width: 400px;
  }
  .uk-dropdown-width-3:not(.uk-dropdown-stack) {
    width: 600px;
  }
  .uk-dropdown-width-4:not(.uk-dropdown-stack) {
    width: 800px;
  }
  .uk-dropdown-width-5:not(.uk-dropdown-stack) {
    width: 1000px;
  }
}

/* Phone landscape and smaller */
@media (max-width: 767px) {
  /*
     * Stack columns and take full width
     */
  .uk-dropdown-grid > [class*='uk-width-'] {
    width: 100%;
  }
  /*
     * Vertical gutter
     */
  .uk-dropdown-grid > [class*='uk-width-']:nth-child(n+2) {
    margin-top: 15px;
  }
}

/*
* Stack grid columns
*/
.uk-dropdown-stack > .uk-dropdown-grid > [class*='uk-width-'] {
  width: 100%;
}

.uk-dropdown-stack > .uk-dropdown-grid > [class*='uk-width-']:nth-child(n+2) {
  margin-top: 15px;
}

/* Modifier `uk-dropdown-small`
 ========================================================================== */
/*
 * Set min-width and text expands dropdown if needed
 */
.uk-dropdown-small {
  min-width: 150px;
  width: auto;
  padding: 5px;
  white-space: nowrap;
}

/*
 * Nav in dropdown
 */
.uk-dropdown-small .uk-nav {
  margin: 0 -5px;
}

/* Modifier: `uk-dropdown-navbar`
 ========================================================================== */
.uk-dropdown-navbar {
  margin-top: 0;
  background: #f5f5f5;
  color: #444;
}

.uk-open > .uk-dropdown-navbar {
  -webkit-animation: uk-slide-top-fixed 0.2s ease-in-out;
  animation: uk-slide-top-fixed 0.2s ease-in-out;
}

/* Modifier `uk-dropdown-scrollable`
 ========================================================================== */
/*
 * Usefull for long lists
 */
.uk-dropdown-scrollable {
  overflow-y: auto;
  max-height: 200px;
}

/* Sub-object: `uk-dropdown-overlay`
 ========================================================================== */
/* ========================================================================
   Component: Modal
 ========================================================================== */
/*
 * This is the modal overlay and modal dialog container
 * 1. Hide by default
 * 2. Set fixed position
 * 3. Allow scrolling for the modal dialog
 * 4. Mask the background page
 * 5. Fade-in transition
 * 6. Deactivate browser history navigation in IE11
 * 7. force hardware acceleration to prevent browser rendering hiccups
 */
.uk-modal {
  /* 1 */
  display: none;
  /* 2 */
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1010;
  /* 3 */
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  /* 4 */
  background: rgba(0, 0, 0, 0.6);
  /* 5 */
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
  /* 6 */
  touch-action: cross-slide-y pinch-zoom double-tap-zoom;
  /* 7 */
  -webkit-transform: translateZ(0);
}

/*
 * Open state
 */
.uk-modal.uk-open {
  opacity: 1;
}

/*
 * Prevents duplicated scrollbar caused by 4.
 */
.uk-modal-page {
  overflow: hidden;
}

/* Sub-object: `uk-modal-dialog`
 ========================================================================== */
/*
 * 1. Create position context for caption, spinner and close button
 * 2. Set box sizing
 * 3. Set style
 * 4. Slide-in transition
 */
.uk-modal-dialog {
  /* 1 */
  position: relative;
  /* 2 */
  box-sizing: border-box;
  margin: 50px auto;
  padding: 20px;
  width: 600px;
  max-width: 100%;
  max-width: calc(100% - 20px);
  /* 3 */
  background: #fff;
  /* 4 */
  opacity: 0;
  -webkit-transform: translateY(-100px);
  transform: translateY(-100px);
  -webkit-transition: opacity 0.3s linear, -webkit-transform 0.3s ease-out;
  transition: opacity 0.3s linear, transform 0.3s ease-out;
}

/* Phone landscape and smaller */
@media (max-width: 767px) {
  /*
     * Fit in small screen
     */
  .uk-modal-dialog {
    width: auto;
    margin: 10px auto;
  }
}

/*
 * Open state
 */
.uk-open .uk-modal-dialog {
  /* 4 */
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

/*
 * Remove margin from the last-child
 */
.uk-modal-dialog > :not([class*='uk-modal-']):last-child {
  margin-bottom: 0;
}

/* Close in modal
 ========================================================================== */
.uk-modal-dialog > .uk-close:first-child {
  margin: -10px -10px 0 0;
  float: right;
}

/*
 * Remove margin from adjacent element
 */
.uk-modal-dialog > .uk-close:first-child + :not([class*='uk-modal-']) {
  margin-top: 0;
}

/* Modifier: `uk-modal-dialog-lightbox`
 ========================================================================== */
.uk-modal-dialog-lightbox {
  margin: 15px auto;
  padding: 0;
  max-width: 95%;
  max-width: calc(100% - 30px);
  min-height: 50px;
}

/*
 * Close button
 */
.uk-modal-dialog-lightbox > .uk-close:first-child {
  position: absolute;
  top: -12px;
  right: -12px;
  margin: 0;
  float: none;
}

/* Phone landscape and smaller */
@media (max-width: 767px) {
  .uk-modal-dialog-lightbox > .uk-close:first-child {
    top: -7px;
    right: -7px;
  }
}

/* Modifier: `uk-modal-dialog-blank`
 ========================================================================== */
.uk-modal-dialog-blank {
  margin: 0;
  padding: 0;
  width: 100%;
  max-width: 100%;
  -webkit-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
}

/*
* Close button
*/
.uk-modal-dialog-blank > .uk-close:first-child {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 1;
  margin: 0;
  float: none;
}

/* Modifier: `uk-modal-dialog-large`
 ========================================================================== */
/* Tablet and bigger */
@media (min-width: 768px) {
  .uk-modal-dialog-large {
    width: 930px;
  }
}

/* Large screen and bigger */
@media (min-width: 1220px) {
  .uk-modal-dialog-large {
    width: 1130px;
  }
}

/* Sub-Object: `uk-modal-header` and `uk-modal-footer`
 ========================================================================== */
.uk-modal-header {
  margin-bottom: 15px;
  text-align: right;
}

.uk-modal-footer {
  margin-top: 15px;
}

/*
 * Remove margin from the last-child
 */
.uk-modal-header > :last-child,
.uk-modal-footer > :last-child {
  margin-bottom: 0;
}

/* Sub-Object: `uk-modal-caption`
 ========================================================================== */
.uk-modal-caption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -20px;
  margin-bottom: -10px;
  color: #fff;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* Sub-Object: `uk-modal-spinner`
 ========================================================================== */
.uk-modal-spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 25px;
  color: #ddd;
}

.uk-modal-spinner:after {
  content: "\f110";
  display: block;
  font-family: FontAwesome;
  -webkit-animation: uk-rotate 2s infinite linear;
  animation: uk-rotate 2s infinite linear;
}

/* ========================================================================
   Component: Off-canvas
 ========================================================================== */
/*
 * This is the offcanvas overlay and bar container
 * 1. Hide by default
 * 2. Set fixed position
 * 3. Deactivate browser touch actions in IE11
 * 4. Mask the background page
 */
.uk-offcanvas {
  /* 1 */
  display: none;
  /* 2 */
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1000;
  /* 3 */
  touch-action: none;
  /* 4 */
  background: rgba(0, 0, 0, 0.1);
}

.uk-offcanvas.uk-active {
  display: block;
}

/* Sub-object `uk-offcanvas-page`
 ========================================================================== */
/*
 * Prepares the whole HTML page to slide-out
 * 1. Fix the main page and disallow scrolling
 * 2. Side-out transition
 * 3. Needed for the transition to work instead of just letting it pop to the side
 */
.uk-offcanvas-page {
  /* 1 */
  position: fixed;
  /* 2 */
  -webkit-transition: margin-left 0.3s ease-in-out;
  transition: margin-left 0.3s ease-in-out;
  /* 3 */
  margin-left: 0;
}

/* Sub-object `uk-offcanvas-bar`
 ========================================================================== */
/*
 * This is the offcanvas bar
 * 1. Set fixed position
 * 2. Size and style
 * 3. Allow scrolling
 * 4. Side-out transition
 * 5. Deactivate scroll chaining in IE11
 */
.uk-offcanvas-bar {
  /* 1 */
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  z-index: 1001;
  /* 2 */
  width: 270px;
  max-width: 100%;
  background: #333;
  /* 3 */
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  /* 4 */
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  /* 5 */
  -ms-scroll-chaining: none;
}

.uk-offcanvas.uk-active .uk-offcanvas-bar.uk-offcanvas-bar-show {
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
}

/* Modifier `uk-offcanvas-bar-flip`
 ========================================================================== */
.uk-offcanvas-bar-flip {
  left: auto;
  right: 0;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}

/* Offcanvase modes
 ========================================================================== */
.uk-offcanvas-bar[mode='none'] {
  -webkit-transition: none;
  transition: none;
}

.uk-offcanvas-bar[mode='reveal'] {
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
  clip: rect(0, 0, 100vh, 0);
  -webkit-transition: -webkit-transform 0.3s ease-in-out, clip 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, clip 0.3s ease-in-out;
}

.uk-offcanvas-bar-flip[mode='reveal'] {
  clip: none;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}

.uk-offcanvas-bar-flip[mode='reveal'] > * {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
}

.uk-offcanvas.uk-active .uk-offcanvas-bar-flip[mode='reveal'].uk-offcanvas-bar-show > * {
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
}

/* Panel in offcanvas
 ========================================================================== */
.uk-offcanvas .uk-panel {
  margin: 20px 15px;
  color: #777;
}

.uk-offcanvas .uk-panel-title {
  color: #ccc;
}

.uk-offcanvas .uk-panel a:not([class]) {
  color: #ccc;
}

.uk-offcanvas .uk-panel a:not([class]):hover {
  color: #fff;
}

/* ========================================================================
   Component: Switcher
 ========================================================================== */
/*
 * 1. Deactivate browser history navigation in IE11
 */
.uk-switcher {
  margin: 0;
  padding: 0;
  list-style: none;
  /* 1 */
  touch-action: cross-slide-y pinch-zoom double-tap-zoom;
}

/*
 * Items
 */
.uk-switcher > :not(.uk-active) {
  display: none;
}

/* ========================================================================
   Component: Text
 ========================================================================== */
/* Size modifiers
 ========================================================================== */
.uk-text-small {
  font-size: 11px;
  line-height: 16px;
}

.uk-text-large {
  font-size: 18px;
  line-height: 24px;
  font-weight: normal;
}

/* Weight modifiers
 ========================================================================== */
.uk-text-bold {
  font-weight: bold;
}

/* Color modifiers
 ========================================================================== */
.uk-text-muted {
  color: #999 !important;
}

.uk-text-primary {
  color: #2d7091 !important;
}

.uk-text-success {
  color: #659f13 !important;
}

.uk-text-warning {
  color: #e28327 !important;
}

.uk-text-danger {
  color: #d85030 !important;
}

.uk-text-contrast {
  color: #fff !important;
}

/* Alignment modifiers
 ========================================================================== */
.uk-text-left {
  text-align: left !important;
}

.uk-text-right {
  text-align: right !important;
}

.uk-text-center {
  text-align: center !important;
}

.uk-text-justify {
  text-align: justify !important;
}

.uk-text-top {
  vertical-align: top !important;
}

.uk-text-middle {
  vertical-align: middle !important;
}

.uk-text-bottom {
  vertical-align: bottom !important;
}

/* Only tablets portrait and smaller */
@media (max-width: 959px) {
  .uk-text-center-medium {
    text-align: center !important;
  }
  .uk-text-left-medium {
    text-align: left !important;
  }
}

/* Phone landscape and smaller */
@media (max-width: 767px) {
  .uk-text-center-small {
    text-align: center !important;
  }
  .uk-text-left-small {
    text-align: left !important;
  }
}

/* Wrap modifiers
 ========================================================================== */
/*
 * Prevent text from wrapping onto multiple lines
 */
.uk-text-nowrap {
  white-space: nowrap;
}

/*
 * Prevent text from wrapping onto multiple lines, and truncate with an ellipsis
 */
.uk-text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/*
 * Break strings if their length exceeds the width of their container
 */
.uk-text-break {
  word-wrap: break-word;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
}

/* Transform modifiers
 ========================================================================== */
.uk-text-capitalize {
  text-transform: capitalize !important;
}

.uk-text-lowercase {
  text-transform: lowercase !important;
}

.uk-text-uppercase {
  text-transform: uppercase !important;
}

/* ========================================================================
   Component: Utility
 ========================================================================== */
/* Container
 ========================================================================== */
.uk-container {
  box-sizing: border-box;
  max-width: 980px;
  padding: 0 25px;
}

/* Large screen and bigger */
@media (min-width: 1220px) {
  .uk-container {
    max-width: 1170px;
    padding: 0 35px;
  }
}

/*
 * Micro clearfix
 */
.uk-container:before,
.uk-container:after {
  content: "";
  display: table;
}

.uk-container:after {
  clear: both;
}

/*
 * Center container
 */
.uk-container-center {
  margin-left: auto;
  margin-right: auto;
}

/* Clearing
 ========================================================================== */
/*
 * Micro clearfix
* `table-cell` is used with `:before` because `table` creates a 1px gap when it becomes a flex item, only in Webkit
 * `table` is used again with `:after` because `clear` only works with block elements.
 * Note: `display: block` with `overflow: hidden` is currently not working in the latest Safari
 */
.uk-clearfix:before {
  content: "";
  display: table-cell;
}

.uk-clearfix:after {
  content: "";
  display: table;
  clear: both;
}

/*
 *  Create a new block formatting context
 */
.uk-nbfc {
  overflow: hidden;
}

.uk-nbfc-alt {
  display: table-cell;
  width: 10000px;
}

/* Alignment of block elements
 ========================================================================== */
/*
 * Float blocks
 * 1. Prevent content overflow on small devices
 */
.uk-float-left {
  float: left;
}

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

/* 1 */
[class*='uk-float-'] {
  max-width: 100%;
}

/* Alignment of images and objects
 ========================================================================== */
/*
 * Alignment
 */
[class*='uk-align-'] {
  display: block;
  margin-bottom: 15px;
}

.uk-align-left {
  margin-right: 15px;
  float: left;
}

.uk-align-right {
  margin-left: 15px;
  float: right;
}

/* Tablet and bigger */
@media (min-width: 768px) {
  .uk-align-medium-left {
    margin-right: 15px;
    float: left;
  }
  .uk-align-medium-right {
    margin-left: 15px;
    float: right;
  }
}

.uk-align-center {
  margin-left: auto;
  margin-right: auto;
}

/* Vertical alignment
 ========================================================================== */
/*
 * Remove whitespace between child elements when using `inline-block`
 */
.uk-vertical-align {
  font-size: 0.001px;
}

/*
 *  The `uk-vertical-align` container needs a specific height
 */
.uk-vertical-align:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

/*
 * Sub-object which can have any height
 * 1. Reset whitespace hack
 */
.uk-vertical-align-middle,
.uk-vertical-align-bottom {
  display: inline-block;
  max-width: 100%;
  /* 1 */
  font-size: 1rem;
}

.uk-vertical-align-middle {
  vertical-align: middle;
}

.uk-vertical-align-bottom {
  vertical-align: bottom;
}

/* Height
 ========================================================================== */
/*
 * More robust if padding and border are used
 */
[class*='uk-height'] {
  box-sizing: border-box;
}

/*
 * Useful to extend the `html` and `body` element to the full height of the page.
 */
.uk-height-1-1 {
  height: 100%;
}

/*
 * Useful to create image teasers
 */
.uk-height-viewport {
  height: 100vh;
  min-height: 600px;
}

/* Responsive objects
 * Note: Images are already responsive by default, see Base component
 ========================================================================== */
/*
 * 1. Corrects `max-width` and `max-height` behavior if padding and border are used
 */
.uk-responsive-width,
.uk-responsive-height {
  box-sizing: border-box;
}

/*
 * Responsiveness: Sets a maximum width relative to the parent and auto scales the height
 * `important` needed to override `uk-img-preserve img`
 */
.uk-responsive-width {
  max-width: 100% !important;
  height: auto;
}

/*
 * Responsiveness: Sets a maximum height relative to the parent and auto scales the width
 * Only works if the parent element has a fixed height.
 */
.uk-responsive-height {
  max-height: 100%;
  width: auto;
}

/* Margin
 ========================================================================== */
/*
 * Create a block with the same margin of a paragraph
 * Add margin if adjacent element
 */
.uk-margin {
  margin-bottom: 15px;
}

* + .uk-margin {
  margin-top: 15px;
}

.uk-margin-top {
  margin-top: 15px !important;
}

.uk-margin-bottom {
  margin-bottom: 15px !important;
}

.uk-margin-left {
  margin-left: 15px !important;
}

.uk-margin-right {
  margin-right: 15px !important;
}

/*
 * Larger margins
 */
.uk-margin-large {
  margin-bottom: 35px;
}

* + .uk-margin-large {
  margin-top: 35px;
}

.uk-margin-large-top {
  margin-top: 35px !important;
}

.uk-margin-large-bottom {
  margin-bottom: 35px !important;
}

.uk-margin-large-left {
  margin-left: 35px !important;
}

.uk-margin-large-right {
  margin-right: 35px !important;
}

/*
 * Smaller margins
 */
.uk-margin-small {
  margin-bottom: 10px;
}

* + .uk-margin-small {
  margin-top: 10px;
}

.uk-margin-small-top {
  margin-top: 10px !important;
}

.uk-margin-small-bottom {
  margin-bottom: 10px !important;
}

.uk-margin-small-left {
  margin-left: 10px !important;
}

.uk-margin-small-right {
  margin-right: 10px !important;
}

/*
 * Remove margins
 */
.uk-margin-remove {
  margin: 0 !important;
}

.uk-margin-top-remove {
  margin-top: 0 !important;
}

.uk-margin-bottom-remove {
  margin-bottom: 0 !important;
}

/* Padding
 ========================================================================== */
.uk-padding-remove {
  padding: 0 !important;
}

.uk-padding-top-remove {
  padding-top: 0 !important;
}

.uk-padding-bottom-remove {
  padding-bottom: 0 !important;
}

.uk-padding-vertical-remove {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

/* Border
 ========================================================================== */
.uk-border-circle {
  border-radius: 50%;
}

.uk-border-rounded {
  border-radius: 5px;
}

/* Headings
 ========================================================================== */
.uk-heading-large {
  font-size: 36px;
  line-height: 42px;
}

/* Tablet and bigger */
@media (min-width: 768px) {
  .uk-heading-large {
    font-size: 52px;
    line-height: 64px;
  }
}

/* Link
 ========================================================================== */
/*
 * Let links appear in default text color
 */
.uk-link-muted,
.uk-link-muted a {
  color: #444;
}

.uk-link-muted:hover,
.uk-link-muted a:hover {
  color: #444;
}

/*
 * Reset link style
 */
.uk-link-reset,
.uk-link-reset a,
.uk-link-reset:hover,
.uk-link-reset a:hover,
.uk-link-reset:focus,
.uk-link-reset a:focus {
  color: inherit;
  text-decoration: none;
}

/* Scrollable
 ========================================================================== */
/*
 * Enable scrolling for preformatted text
 */
.uk-scrollable-text {
  height: 300px;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  resize: both;
}

/*
 * Box with scrolling enabled
 */
.uk-scrollable-box {
  box-sizing: border-box;
  height: 170px;
  padding: 10px;
  border: 1px solid #ddd;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  resize: both;
}

.uk-scrollable-box > :last-child {
  margin-bottom: 0;
}

/* Overflow
 ========================================================================== */
.uk-overflow-hidden {
  overflow: hidden;
}

/*
 * Enable scrollbars if content is clipped
 */
.uk-overflow-container {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

.uk-overflow-container > :last-child {
  margin-bottom: 0;
}

/* Position
 ========================================================================== */
.uk-position-absolute,
[class*='uk-position-top'],
[class*='uk-position-bottom'] {
  position: absolute !important;
}

/* Don't use `width: 100%` because it is wrong if the parent has padding. */
.uk-position-top {
  top: 0;
  left: 0;
  right: 0;
}

.uk-position-bottom {
  bottom: 0;
  left: 0;
  right: 0;
}

.uk-position-top-left {
  top: 0;
  left: 0;
}

.uk-position-top-right {
  top: 0;
  right: 0;
}

.uk-position-bottom-left {
  bottom: 0;
  left: 0;
}

.uk-position-bottom-right {
  bottom: 0;
  right: 0;
}

/*
 * Cover
 */
.uk-position-cover {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

/*
 * Relative
 */
.uk-position-relative {
  position: relative !important;
}

/*
 * Z-index
 */
.uk-position-z-index {
  z-index: 1;
}

/* Display
 ========================================================================== */
/*
 * Display
 * 1. Required if child is a responsive image
 */
.uk-display-block {
  display: block !important;
}

.uk-display-inline {
  display: inline !important;
}

.uk-display-inline-block {
  display: inline-block !important;
  /* 1 */
  max-width: 100%;
}

/*
 * Visibility
 * Avoids setting display to `block` so it works also with `inline-block` and `table`
 */
/* Desktop and bigger */
@media (min-width: 960px) {
  .uk-visible-small {
    display: none !important;
  }
  .uk-visible-medium {
    display: none !important;
  }
  .uk-hidden-large {
    display: none !important;
  }
}

/* Tablets portrait */
@media (min-width: 768px) and (max-width: 959px) {
  .uk-visible-small {
    display: none !important;
  }
  .uk-visible-large {
    display: none !important;
  }
  .uk-hidden-medium {
    display: none !important;
  }
}

/* Phone landscape and smaller*/
@media (max-width: 767px) {
  .uk-visible-medium {
    display: none !important;
  }
  .uk-visible-large {
    display: none !important;
  }
  .uk-hidden-small {
    display: none !important;
  }
}

/* Remove from the flow and screen readers on any device */
.uk-hidden {
  display: none !important;
  visibility: hidden !important;
}

/* It's hidden, but still affects layout */
.uk-invisible {
  visibility: hidden !important;
}

/* Show on hover */
.uk-visible-hover:hover .uk-hidden,
.uk-visible-hover:hover .uk-invisible {
  display: block !important;
  visibility: visible !important;
}

.uk-visible-hover-inline:hover .uk-hidden,
.uk-visible-hover-inline:hover .uk-invisible {
  display: inline-block !important;
  visibility: visible !important;
}

/* Hide on touch */
.uk-touch .uk-hidden-touch,
.uk-notouch .uk-hidden-notouch {
  display: none !important;
}

/* ========================================================================
   Component: Flex
 ========================================================================== */
.uk-flex {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.uk-flex-inline {
  display: -ms-inline-flexbox;
  display: -webkit-inline-flex;
  display: inline-flex;
}

/*
 * Fixes initial flex-shrink value in IE10
 */
.uk-flex > *,
.uk-flex-inline > * {
  -ms-flex-negative: 1;
}

/* Alignment
 ========================================================================== */
/*
 * Vertical alignment
 * Default value is `stretch`
 */
.uk-flex-top {
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}

.uk-flex-middle {
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.uk-flex-bottom {
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
}

/*
 * Horizontal alignment
 * Default value is `flex-start`
 */
.uk-flex-center {
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.uk-flex-right {
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

.uk-flex-space-between {
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.uk-flex-space-around {
  -ms-flex-pack: distribute;
  -webkit-justify-content: space-around;
  justify-content: space-around;
}

/* Direction
 ========================================================================== */
.uk-flex-row-reverse {
  -ms-flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.uk-flex-column {
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}

.uk-flex-column-reverse {
  -ms-flex-direction: column-reverse;
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
}

/* Wrap
 ========================================================================== */
.uk-flex-nowrap {
  -ms-flex-wrap: nowrap;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.uk-flex-wrap {
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.uk-flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse;
  -webkit-flex-wrap: wrap-reverse;
  flex-wrap: wrap-reverse;
}

/*
 * Horizontal alignment
 * Default value is `stretch`
 */
.uk-flex-wrap-top {
  -ms-flex-line-pack: start;
  -webkit-align-content: flex-start;
  align-content: flex-start;
}

.uk-flex-wrap-middle {
  -ms-flex-line-pack: center;
  -webkit-align-content: center;
  align-content: center;
}

.uk-flex-wrap-bottom {
  -ms-flex-line-pack: end;
  -webkit-align-content: flex-end;
  align-content: flex-end;
}

.uk-flex-wrap-space-between {
  -ms-flex-line-pack: justify;
  -webkit-align-content: space-between;
  align-content: space-between;
}

.uk-flex-wrap-space-around {
  -ms-flex-line-pack: distribute;
  -webkit-align-content: space-around;
  align-content: space-around;
}

/* Item ordering
 ========================================================================== */
/*
 * Default is 0
 */
.uk-flex-order-first {
  -ms-flex-order: -1;
  -webkit-order: -1;
  order: -1;
}

.uk-flex-order-last {
  -ms-flex-order: 99;
  -webkit-order: 99;
  order: 99;
}

/* Phone landscape and bigger */
@media (min-width: 480px) {
  .uk-flex-order-first-small {
    -ms-flex-order: -1;
    -webkit-order: -1;
    order: -1;
  }
  .uk-flex-order-last-small {
    -ms-flex-order: 99;
    -webkit-order: 99;
    order: 99;
  }
}

/* Tablet and bigger */
@media (min-width: 768px) {
  .uk-flex-order-first-medium {
    -ms-flex-order: -1;
    -webkit-order: -1;
    order: -1;
  }
  .uk-flex-order-last-medium {
    -ms-flex-order: 99;
    -webkit-order: 99;
    order: 99;
  }
}

/* Desktop and bigger */
@media (min-width: 960px) {
  .uk-flex-order-first-large {
    -ms-flex-order: -1;
    -webkit-order: -1;
    order: -1;
  }
  .uk-flex-order-last-large {
    -ms-flex-order: 99;
    -webkit-order: 99;
    order: 99;
  }
}

/* Large screen and bigger */
@media (min-width: 1220px) {
  .uk-flex-order-first-xlarge {
    -ms-flex-order: -1;
    -webkit-order: -1;
    order: -1;
  }
  .uk-flex-order-last-xlarge {
    -ms-flex-order: 99;
    -webkit-order: 99;
    order: 99;
  }
}

/* Item dimensions
 ========================================================================== */
/*
 * Initial: 0 1 auto
 * Content dimensions, but shrinks
 */
/*
 * No Flex: 0 0 auto
 * Content dimensions
 */
.uk-flex-item-none {
  -ms-flex: none;
  -webkit-flex: none;
  flex: none;
}

/*
 * Relative Flex: 1 1 auto
 * Space is allocated considering content
 * 1. Fixes flex-shrink value in IE10
 */
.uk-flex-item-auto {
  -ms-flex: auto;
  -webkit-flex: auto;
  flex: auto;
  /* 1 */
  -ms-flex-negative: 1;
}

/*
 * Absolute Flex: 1 1 0%
 * Space is allocated solely based on flex
 */
.uk-flex-item-1 {
  -ms-flex: 1;
  -webkit-flex: 1;
  flex: 1;
}

/* ========================================================================
   Component: Contrast
 ========================================================================== */
.uk-contrast {
  color: #fff;
  /* Active */
}

.uk-contrast a:not([class]),
.uk-contrast .uk-link {
  color: fade(#fff, 70%);
  text-decoration: none;
}

.uk-contrast a:not([class]):hover,
.uk-contrast .uk-link:hover {
  color: #fff;
  text-decoration: underline;
}

.uk-contrast :not(pre) > code,
.uk-contrast :not(pre) > kbd,
.uk-contrast :not(pre) > samp {
  color: #fff;
}

.uk-contrast em {
  color: #fff;
}

.uk-contrast h1, .uk-contrast h2, .uk-contrast h3, .uk-contrast h4, .uk-contrast h5, .uk-contrast h6 {
  color: #fff;
}

.uk-contrast hr {
  border-top-color: fade(#fff, 20%);
}

.uk-contrast .uk-nav li > a,
.uk-contrast .uk-nav li > a:hover {
  text-decoration: none;
}

.uk-contrast .uk-nav-side > li > a {
  color: #fff;
}

.uk-contrast .uk-nav-side > li > a:hover,
.uk-contrast .uk-nav-side > li > a:focus {
  background: fade(#fff, 10%);
  color: #fff;
}

.uk-contrast .uk-nav-side > li.uk-active > a {
  background: #fff;
  color: #444;
}

.uk-contrast .uk-nav-side .uk-nav-header {
  color: #fff;
}

.uk-contrast .uk-nav-side .uk-nav-divider {
  border-top-color: fade(#fff, 20%);
}

.uk-contrast .uk-nav-side ul a {
  color: fade(#fff, 70%);
}

.uk-contrast .uk-nav-side ul a:hover {
  color: #fff;
}

.uk-contrast .uk-subnav > * > a {
  color: fade(#fff, 70%);
  text-decoration: none;
}

.uk-contrast .uk-subnav > * > a:hover,
.uk-contrast .uk-subnav > * > a:focus {
  color: #fff;
  text-decoration: none;
}

.uk-contrast .uk-subnav > .uk-active > a {
  color: #fff;
}

.uk-contrast .uk-subnav-line > :nth-child(n+2):before {
  border-left-color: fade(#fff, 20%);
}

.uk-contrast .uk-subnav-pill > * > a:hover,
.uk-contrast .uk-subnav-pill > * > a:focus {
  background: fade(#fff, 70%);
  color: #444;
  text-decoration: none;
}

.uk-contrast .uk-subnav-pill > .uk-active > a {
  background: #fff;
  color: #444;
}

.uk-contrast .uk-tab {
  border-bottom-color: fade(#fff, 20%);
}

.uk-contrast .uk-tab > li > a {
  border-color: transparent;
  color: fade(#fff, 70%);
}

.uk-contrast .uk-tab > li > a:hover,
.uk-contrast .uk-tab > li > a:focus,
.uk-contrast .uk-tab > li.uk-open > a {
  border-color: fade(#fff, 70%);
  background: fade(#fff, 70%);
  color: #444;
  text-decoration: none;
}

.uk-contrast .uk-tab > li.uk-active > a {
  border-color: fade(#fff, 20%);
  border-bottom-color: transparent;
  background: #fff;
  color: #444;
}

.uk-contrast .uk-tab-center {
  border-bottom-color: fade(#fff, 20%);
}

.uk-contrast .uk-tab-grid:before {
  border-top-color: fade(#fff, 20%);
}

.uk-contrast .uk-list-line > li:nth-child(n+2) {
  border-top-color: fade(#fff, 20%);
}

.uk-contrast .uk-form select,
.uk-contrast .uk-form textarea,
.uk-contrast .uk-form input:not([type]),
.uk-contrast .uk-form input[type="text"],
.uk-contrast .uk-form input[type="password"],
.uk-contrast .uk-form input[type="datetime"],
.uk-contrast .uk-form input[type="datetime-local"],
.uk-contrast .uk-form input[type="date"],
.uk-contrast .uk-form input[type="month"],
.uk-contrast .uk-form input[type="time"],
.uk-contrast .uk-form input[type="week"],
.uk-contrast .uk-form input[type="number"],
.uk-contrast .uk-form input[type="email"],
.uk-contrast .uk-form input[type="url"],
.uk-contrast .uk-form input[type="search"],
.uk-contrast .uk-form input[type="tel"],
.uk-contrast .uk-form input[type="color"] {
  border-color: fade(#fff, 80%);
  background: fade(#fff, 80%);
  color: #444;
  background-clip: padding-box;
}

.uk-contrast .uk-form select:focus,
.uk-contrast .uk-form textarea:focus,
.uk-contrast .uk-form input:not([type]):focus,
.uk-contrast .uk-form input[type="text"]:focus,
.uk-contrast .uk-form input[type="password"]:focus,
.uk-contrast .uk-form input[type="datetime"]:focus,
.uk-contrast .uk-form input[type="datetime-local"]:focus,
.uk-contrast .uk-form input[type="date"]:focus,
.uk-contrast .uk-form input[type="month"]:focus,
.uk-contrast .uk-form input[type="time"]:focus,
.uk-contrast .uk-form input[type="week"]:focus,
.uk-contrast .uk-form input[type="number"]:focus,
.uk-contrast .uk-form input[type="email"]:focus,
.uk-contrast .uk-form input[type="url"]:focus,
.uk-contrast .uk-form input[type="search"]:focus,
.uk-contrast .uk-form input[type="tel"]:focus,
.uk-contrast .uk-form input[type="color"]:focus {
  border-color: #fff;
  background: #fff;
  color: #444;
}

.uk-contrast .uk-form :-ms-input-placeholder {
  color: fade(#444, 70%) !important;
}

.uk-contrast .uk-form ::-moz-placeholder {
  color: fade(#444, 70%);
}

.uk-contrast .uk-form ::-webkit-input-placeholder {
  color: fade(#444, 70%);
}

.uk-contrast .uk-button {
  color: #444;
  background: #fff;
}

.uk-contrast .uk-button:hover,
.uk-contrast .uk-button:focus {
  background-color: fade(#fff, 80%);
  color: #444;
}

.uk-contrast .uk-button:active,
.uk-contrast .uk-button.uk-active {
  background-color: fade(#fff, 70%);
  color: #444;
}

.uk-contrast .uk-button-primary {
  background-color: #00a8e6;
  color: #fff;
}

.uk-contrast .uk-button-primary:hover,
.uk-contrast .uk-button-primary:focus {
  background-color: #35b3ee;
  color: #fff;
}

.uk-contrast .uk-button-primary:active,
.uk-contrast .uk-button-primary.uk-active {
  background-color: #0091ca;
  color: #fff;
}

.uk-contrast .uk-icon-hover {
  color: fade(#fff, 70%);
}

.uk-contrast .uk-icon-hover:hover {
  color: #fff;
}

.uk-contrast .uk-icon-button {
  background: #fff;
  color: #444;
}

.uk-contrast .uk-icon-button:hover,
.uk-contrast .uk-icon-button:focus {
  background-color: fade(#fff, 80%);
  color: #444;
}

.uk-contrast .uk-icon-button:active {
  background-color: fade(#fff, 70%);
  color: #444;
}

.uk-contrast .uk-text-muted {
  color: fade(#fff, 60%) !important;
}

.uk-contrast .uk-text-primary {
  color: #2d7091 !important;
}

/* ========================================================================
   Component: Print
 ========================================================================== */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: black !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}

/* ========================================================================
   Component: Accordion
 ========================================================================== */
/* Sub-object: `uk-accordion-title`
 ========================================================================== */
.uk-accordion-title {
  margin-top: 0;
  margin-bottom: 15px;
  padding: 5px 15px;
  background: #eee;
  font-size: 18px;
  line-height: 24px;
  cursor: pointer;
}

/* Sub-object: `uk-accordion-content`
 ========================================================================== */
.uk-accordion-content {
  padding: 0 15px 15px 15px;
}

/*
 * Micro clearfix to make panels more robust
 */
.uk-accordion-content:before,
.uk-accordion-content:after {
  content: "";
  display: table;
}

.uk-accordion-content:after {
  clear: both;
}

/*
 * Remove margin from the last-child
 */
.uk-accordion-content > :last-child {
  margin-bottom: 0;
}

/* ========================================================================
   Component: Datepicker
 ========================================================================== */
/*
 * 1. Highest z-index
 * 2. Reset dropdown width
 * 3. Set animation
 * 4. Needed for scale animation
 */
.uk-datepicker {
  /* 1 */
  z-index: 1050;
  /* 2 */
  width: auto;
  /* 3 */
  -webkit-animation: uk-fade 0.2s ease-in-out;
  animation: uk-fade 0.2s ease-in-out;
  /* 4 */
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
}

/* Sub-object: `uk-datepicker-nav`
========================================================================== */
.uk-datepicker-nav {
  margin-bottom: 15px;
  text-align: center;
  line-height: 20px;
}

/*
 * Micro clearfix
 */
.uk-datepicker-nav:before,
.uk-datepicker-nav:after {
  content: "";
  display: table;
}

.uk-datepicker-nav:after {
  clear: both;
}

/*
 * Previous and next navigation
 */
.uk-datepicker-nav a {
  color: #444;
  text-decoration: none;
}

.uk-datepicker-nav a:hover {
  color: #444;
}

.uk-datepicker-previous {
  float: left;
}

.uk-datepicker-next {
  float: right;
}

.uk-datepicker-previous:after,
.uk-datepicker-next:after {
  width: 20px;
  font-family: FontAwesome;
}

.uk-datepicker-previous:after {
  content: "";
}

.uk-datepicker-next:after {
  content: "";
}

/* Sub-object: `uk-datepicker-heading`
========================================================================== */
/* Sub-object: `uk-datepicker-table`
========================================================================== */
/* Block element behavior */
.uk-datepicker-table {
  width: 100%;
}

.uk-datepicker-table th,
.uk-datepicker-table td {
  padding: 2px;
}

.uk-datepicker-table th {
  font-size: 12px;
}

/*
 * Item
 */
.uk-datepicker-table a {
  display: block;
  width: 26px;
  line-height: 24px;
  text-align: center;
  color: #444;
  text-decoration: none;
}

/*
 * Sub-object: `uk-datepicker-table-muted`
 */
a.uk-datepicker-table-muted {
  color: #999;
}

/*
 * Hover
 * 1. Apply hover style also to focus state
 * 2. Remove default focus style
 */
.uk-datepicker-table a:hover,
.uk-datepicker-table a:focus {
  background-color: #ddd;
  color: #444;
  /* 2 */
  outline: none;
}

/* OnClick */
.uk-datepicker-table a:active {
  background-color: #ccc;
  color: #444;
}

/*
 * Active
 */
.uk-datepicker-table a.uk-active {
  background: #00a8e6;
  color: #fff;
}

/* ========================================================================
   Component: Tooltip
 ========================================================================== */
/*
 * 1. Hide by default
 * 2. Set fixed position
 * 3. Set dimensions
 * 4. Set style
 */
.uk-tooltip {
  /* 1 */
  display: none;
  /* 2 */
  position: absolute;
  z-index: 1030;
  /* 3 */
  box-sizing: border-box;
  max-width: 200px;
  padding: 5px 8px;
  /* 4 */
  background: #333;
  color: rgba(255, 255, 255, 0.7);
  font-size: 12px;
  line-height: 18px;
}

/* Triangle
 ========================================================================== */
/*
 * 1. Dashed is less antialised than solid
 */
.uk-tooltip:after {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  /* 1 */
  border: 5px dashed #333;
}

/* Direction modifiers
 ========================================================================== */
/*
 * Top
 */
.uk-tooltip-top:after,
.uk-tooltip-top-left:after,
.uk-tooltip-top-right:after {
  bottom: -5px;
  border-top-style: solid;
  border-bottom: none;
  border-left-color: transparent;
  border-right-color: transparent;
  border-top-color: #333;
}

/*
 * Bottom
 */
.uk-tooltip-bottom:after,
.uk-tooltip-bottom-left:after,
.uk-tooltip-bottom-right:after {
  top: -5px;
  border-bottom-style: solid;
  border-top: none;
  border-left-color: transparent;
  border-right-color: transparent;
  border-bottom-color: #333;
}

/*
 * Top/Bottom center
 */
.uk-tooltip-top:after,
.uk-tooltip-bottom:after {
  left: 50%;
  margin-left: -5px;
}

/*
 * Top/Bottom left
 */
.uk-tooltip-top-left:after,
.uk-tooltip-bottom-left:after {
  left: 10px;
}

/*
 * Top/Bottom right
 */
.uk-tooltip-top-right:after,
.uk-tooltip-bottom-right:after {
  right: 10px;
}

/*
 * Left
 */
.uk-tooltip-left:after {
  right: -5px;
  top: 50%;
  margin-top: -5px;
  border-left-style: solid;
  border-right: none;
  border-top-color: transparent;
  border-bottom-color: transparent;
  border-left-color: #333;
}

/*
 * Right
 */
.uk-tooltip-right:after {
  left: -5px;
  top: 50%;
  margin-top: -5px;
  border-right-style: solid;
  border-left: none;
  border-top-color: transparent;
  border-bottom-color: transparent;
  border-right-color: #333;
}

/* ========================================================================
   Component: Autocomplete
 ========================================================================== */
/*
 * 1. Container width fits its content
 * 2. Create position context
 * 3. Prevent `inline-block` consequences
 * 4. Remove the gap between the container and its child element
 */
.uk-autocomplete {
  /* 1 */
  display: inline-block;
  /* 2 */
  position: relative;
  /* 3 */
  max-width: 100%;
  /* 4 */
  vertical-align: middle;
}

/* Legacy dropdown modifier */
.uk-dropdown-flip {
  left: auto;
  right: 0;
}

/* Nav modifier `uk-nav-autocomplete`
 ========================================================================== */
/*
 * Items
 */
.uk-nav-autocomplete > li > a {
  color: #444;
}

/*
 * Active
 * 1. Remove default focus style
 */
.uk-nav-autocomplete > li.uk-active > a {
  background: #00a8e6;
  color: #fff;
  /* 1 */
  outline: none;
}

/*
 * Sub-object: `uk-nav-header`
 */
.uk-nav-autocomplete .uk-nav-header {
  color: #999;
}

/*
 * Sub-object: `uk-nav-divider`
 */
.uk-nav-autocomplete .uk-nav-divider {
  border-top: 1px solid #ddd;
}

/* bxslider swipe */
/**
 * BxSlider v4.1.2 - Fully loaded, responsive content slider
 * http://bxslider.com
 *
 * Written by: Steven Wanderski, 2014
 * http://stevenwanderski.com
 * (while drinking Belgian ales and listening to jazz)
 *
 * CEO and founder of bxCreative, LTD
 * http://bxcreative.com
 */
/** RESET AND LAYOUT
===================================*/
.bx-wrapper {
  position: relative;
  margin: 0 auto;
  padding: 0;
  *zoom: 1;
}

.bx-wrapper img {
  max-width: 100%;
  display: block;
}

/** THEME
===================================*/
.bx-wrapper .bx-viewport {
  height: auto !important;
  /*-moz-box-shadow: 0 0 5px #ccc;
	-webkit-box-shadow: 0 0 5px #ccc;
	box-shadow: 0 0 5px #ccc;
	border:  5px solid #fff;
	left: -5px;
	background: #fff;*/
  /*fix other elements on the page moving (on Chrome)*/
  -webkit-transform: translatez(0);
  -moz-transform: translatez(0);
  -ms-transform: translatez(0);
  -o-transform: translatez(0);
  transform: translatez(0);
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
  /*position: absolute;
	bottom: -15px;
	width: 100%;*/
}

/* LOADER */
.bx-wrapper .bx-loading {
  min-height: 50px;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2000;
}

/* PAGER */
.bx-wrapper .bx-controls {
  position: relative;
}

.bx-wrapper .bx-pager {
  text-align: center;
  font-size: .85em;
  font-family: Arial;
  font-weight: bold;
  color: #666;
}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
  display: inline-block;
  *zoom: 1;
  *display: inline;
}

.bx-wrapper .bx-pager.bx-default-pager a {
  background: #f0f0f0;
  text-indent: -9999px;
  display: block;
  width: 8px;
  height: 8px;
  margin: 0 5px;
  outline: 0;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid rgba(255, 255, 255, 0.7);
  box-sizing: border-box;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
  background: #000;
}

/* DIRECTION CONTROLS (NEXT / PREV) */
.bx-wrapper .bx-prev {
  left: 10px;
  background: url(/cmsstatic/theme/skechers/assets/images/icon.png) no-repeat -102px -102px;
  background-size: 800px auto;
}

.bx-wrapper .bx-next {
  right: 10px;
  background: url(/cmsstatic/theme/skechers/assets/images/icon.png) no-repeat -127px -102px;
  background-size: 800px auto;
}

.bx-wrapper .bx-prev:hover {
  background-position: -147px -102px;
}

.bx-wrapper .bx-next:hover {
  background-position: -168px -102px;
}

.bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 50%;
  margin-top: -16px;
  outline: 0;
  width: 17px;
  height: 31px;
  text-indent: -9999px;
  z-index: 9999;
}

.bx-wrapper .bx-controls-direction a.disabled {
  display: none;
}

/* AUTO CONTROLS (START / STOP) */
.bx-wrapper .bx-controls-auto {
  text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start {
  display: block;
  text-indent: -9999px;
  width: 10px;
  height: 11px;
  outline: 0;
  margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
  background-position: -86px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
  display: block;
  text-indent: -9999px;
  width: 9px;
  height: 11px;
  outline: 0;
  margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
  background-position: -86px -33px;
}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
  text-align: left;
  width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
  right: 0;
  width: 35px;
}

/* IMAGE CAPTIONS */
.bx-wrapper .bx-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #666;
  background: rgba(80, 80, 80, 0.75);
  width: 100%;
}

.bx-wrapper .bx-caption span {
  color: #fff;
  font-family: Arial;
  display: block;
  font-size: .85em;
  padding: 10px;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.swiper-container-no-flexbox .swiper-slide {
  float: left;
}

.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.swiper-container-multirow > .swiper-wrapper {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide {
  height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  -o-transition-property: transform, height;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}

.swiper-container-3d {
  -webkit-perspective: 1200px;
  perspective: 1200px;
}

.swiper-container-3d .swiper-wrapper, .swiper-container-3d .swiper-slide, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.swiper-container-3d-shadow-left, .swiper-container-3d-shadow-right, .swiper-container-3d-shadow-top, .swiper-container-3d-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-container-3d-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-wp8-horizontal, .swiper-container-wp8-horizontal > .swiper-wrapper {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

.swiper-container-wp8-vertical, .swiper-container-wp8-vertical > .swiper-wrapper {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
  transform: translate3d(0px, -50%, 0);
}

.swiper-container-vertical > .swiper-pagination-bullets-bullet {
  margin: 6px 0;
  display: block;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic-bullet {
  display: inline-block;
  -webkit-transition: 200ms top, 200ms -webkit-transform;
  transition: 200ms top, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top, 200ms -webkit-transform;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic-bullet {
  -webkit-transition: 200ms left, 200ms -webkit-transform;
  transition: 200ms left, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left, 200ms -webkit-transform;
}

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms right, 200ms -webkit-transform;
  transition: 200ms right, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right, 200ms -webkit-transform;
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
  -ms-transform-origin: right top;
  transform-origin: right top;
}

.swiper-container-horizontal > .swiper-pagination-progressbar, .swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-container-vertical > .swiper-pagination-progressbar, .swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-fade .swiper-slide-active, .swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube {
  overflow: visible;
}

.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-next, .swiper-container-cube .swiper-slide-prev, .swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}

.swiper-container-cube .swiper-slide-shadow-top, .swiper-container-cube .swiper-slide-shadow-bottom, .swiper-container-cube .swiper-slide-shadow-left, .swiper-container-cube .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
}

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}

.swiper-container-flip {
  overflow: visible;
}

.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-flip .swiper-slide-active, .swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-flip .swiper-slide-shadow-top, .swiper-container-flip .swiper-slide-shadow-bottom, .swiper-container-flip .swiper-slide-shadow-left, .swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-container-coverflow .swiper-wrapper {
  -ms-perspective: 1200px;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

.swiper-android .swiper-slide, .swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-pointer-events {
  touch-action: pan-y;
}

.swiper-pointer-events.swiper-vertical {
  touch-action: pan-x;
}

.swiper-container-android .swiper-slide, .swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0);
}

.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

.swiper-slide-shadow-left, .swiper-slide-shadow-right, .swiper-slide-shadow-top, .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-slide-zoomed {
  cursor: move;
}

.swiper-button-prev, .swiper-button-next {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
}

.swiper-button-prev.swiper-button-disabled, .swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto;
}

.swiper-button-prev.swiper-button-white, .swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}

.swiper-button-prev.swiper-button-black, .swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto;
}

.swiper-button-next.swiper-button-white, .swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-black, .swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}

.swiper-button-lock {
  display: none;
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 300ms opacity;
  -o-transition: 300ms opacity;
  transition: 300ms opacity;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}

.swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: 200ms top, 200ms -webkit-transform;
  transition: 200ms top, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top, 200ms -webkit-transform;
}

.swiper-pagination-bullet {
  -webkit-transition: 200ms left, 200ms -webkit-transform;
  transition: 200ms left, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left, 200ms -webkit-transform;
}

.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
}

.swiper-pagination-progressbar.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.25);
}

.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
  background: #ffffff;
}

.swiper-pagination-progressbar.swiper-pagination-black {
  background: rgba(0, 0, 0, 0.25);
}

.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
  background: #000000;
}

.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #ffffff;
}

.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000000;
}

.swiper-pagination-lock {
  display: none;
}

.swiper-pagination-fraction, .swiper-pagination-custom, .swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%;
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > img, .swiper-zoom-container > svg, .swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  -ms-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite;
}

.swiper-lazy-preloader:after {
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat;
}

.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}

-webkit-keyframes swiper-preloader-spin {
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
}

keyframes swiper-preloader-spin {
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
}

/* slick slider */
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir='rtl'] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* photo swipe */
/* custom css base */
/*********************************************************************/
/* common
/*********************************************************************/
/* 2021-05-14 마이그레이션 */
/* laout width */
/* product detail layout */
/* mobile wrapper padding-top */
/* mobile wrapper padding-top */
/* border color */
/* font color */
/* cart에 promo 정보 텍스트 컬러, 재사용할지는 모르겠음 */
/* background color */
/* product color */
/* title color */
/* 'a' tag setting */
/* input, textarea 관련 color 정의 */
/* select 관련 color 정의 */
/* product item padding & margin */
/* font-size */
/* fon-size (NEW STYLE) */
/* full type button - bg, color */
/* text type button - bg, color */
/* - color type1 */
/* - color type2 텍스트만 나오는 버튼
		    - 필터부분의 더보기 버튼과 상품리뷰에서 옵션정보의 텍스트 스타일의 버튼으로 사용 */
/* - color type3 (white style) */
/* - color type4 (gray style) */
/* - color type5 (primary button style) - 결제주문 관련 버튼에 사용 */
/* line type button - bg, color (기본 라인 스타일의 버튼임) */
/* text underline type button - bg, color */
/* close, delete type button - bg, color */
/* wishlist delete button - bg, color */
/* file remove button - bg, color */
/* product quantity button - bg, color */
/* button font size */
/* color chip hover border color */
/* basic type tab  */
/* sort type tab  */
/* font family */
/* pre text */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

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

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

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

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

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

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* mixin (NEW STYLE) */
html, body {
  -webkit-tap-highlight-color: transparent;
}

body, button, input {
  font-size: 14px;
  font-family: "Pretendard", "Helvetica Neue", "맑은 고딕", Dotum;
  color: #141414;
  line-height: 1.2;
  letter-spacing: -0.6px;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Pretendard", "Helvetica Neue", "맑은 고딕", Dotum;
  color: #141414;
  line-height: 1;
  margin: 0;
}

a, button, input {
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
  outline: none;
}

a:hover, a:focus, a:active, button:hover, button:focus, button:active, input:hover, input:focus, input:active {
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
  outline: none;
}

a[href^="tel"] {
  color: inherit;
  text-decoration: none;
}

.heading-type-mega {
  font-size: 120px;
}

.heading-type-mega-fluid {
  font-size: 60px;
}

.heading-type-mega-h3-fluid {
  font-size: 36px;
}

.heading-type-kilo {
  font-size: 100px;
}

.heading-type-kilo-fluid {
  font-size: 50px;
}

.heading-type-hecto {
  font-size: 80px;
}

.heading-type-hecto-fluid {
  font-size: 36px;
}

.heading-type-h1 {
  font-size: 68px;
}

.heading-type-h1-fluid {
  font-size: 36px;
}

.heading-type-h1-h4-fluid {
  font-size: 30px;
}

.heading-type-h1-h5-fluid {
  font-size: 24px;
}

.heading-type-h1-h6-fluid {
  font-size: 18px;
}

.heading-type-h1-micro-fluid {
  font-size: 16px;
}

.heading-type-h2 {
  font-size: 50px;
}

.heading-type-h2-fluid {
  font-size: 30px;
}

.heading-type-h2-h5-fluid {
  font-size: 24px;
}

.heading-type-h2-h6-fluid {
  font-size: 18px;
}

.heading-type-h2-micro-fluid {
  font-size: 16px;
}

.heading-type-h3 {
  font-size: 36px;
}

.heading-type-h3-fluid {
  font-size: 24px;
}

.heading-type-h3-h6-fluid {
  font-size: 18px;
}

.heading-type-h3-micro-fluid {
  font-size: 16px;
}

.heading-type-h4 {
  font-size: 32px;
}

.heading-type-h4-fluid {
  font-size: 18px;
}

.heading-type-h4-micro-fluid {
  font-size: 16px;
}

.heading-type-h5 {
  font-size: 24px;
}

.heading-type-h5-fluid {
  font-size: 20px;
}

.heading-type-h5-micro-fluid {
  font-size: 16px;
}

.heading-type-h6 {
  font-size: 18px;
  font-weight: 400;
}

.heading-type-h6-fluid {
  font-size: 16px;
}

.heading-type-h7-fluid {
  font-size: 14px;
}

.body-type {
  font-size: 14px;
}

.body-type-fluid {
  font-size: 12px;
}

.body-type-milli {
  font-size: 20px;
}

.body-type-micro {
  font-size: 16px;
}

.body-type-micro-fluid {
  font-size: 12px;
}

.body-type-micro-nano-fluid {
  font-size: 16px;
}

.body-type-nano {
  font-size: 12px;
}

.body-type-nano-fluid {
  font-size: 10px;
}

.body-type-pico {
  font-size: 10px;
}

.body-type-femto {
  font-size: 9px;
}

.text-line-collapse {
  line-height: 0;
}

.text-line-reduce {
  line-height: .8;
}

.text-line-light-reduce {
  line-height: .9;
}

.text-line-reset {
  line-height: 1;
}

.text-line-small {
  line-height: 1.14;
}

.text-line-normal {
  line-height: 1.31;
}

.text-line-medium {
  line-height: 1.42;
}

.text-line-large {
  line-height: 1.57;
}

.text-line-xlarge {
  line-height: 1.67;
}

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

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

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

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

.word-spacing-large {
  max-width: 100%;
  word-spacing: 100vw;
}

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

.text-normal {
  font-weight: 400;
}

.text-semibold {
  font-weight: 500;
}

.text-bold {
  font-weight: 700;
}

.text-extrabold {
  font-weight: 800;
}

.text-italic {
  font-style: italic;
}

.text-underline {
  text-decoration: underline;
}

.text-strike {
  text-decoration: line-through;
}

.text-upper {
  text-transform: uppercase;
}

.text-lower {
  text-transform: lowercase;
}

.text-capitalize {
  text-transform: capitalize;
}

.text-initial {
  text-transform: none;
}

.text-nowrap {
  white-space: nowrap;
}

.text-stroke {
  display: inline-block;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-color: inherit;
  -webkit-text-stroke-width: 1px;
}

.text-color-black {
  color: #000000;
}

.text-color-white {
  color: #ffffff;
}

.text-color-neutral-2 {
  color: #ffffff;
}

.text-color-neutral-3 {
  color: #383838;
}

.text-color-neutral-4 {
  color: #9b9b9b;
}

.text-color-cyan {
  color: #00c3d7;
  color: #00c3d7;
}

.text-color-uigreen {
  color: #7ed321;
}

.text-color-uired {
  color: #d31717;
}

.text-color-uiorange {
  color: #f5a623;
}

@media screen and (max-width: 767px) {
  .text-align-sm-center {
    text-align: center;
  }
  .mc-text-align-left {
    text-align: left !important;
  }
  .mc-text-align-center {
    text-align: center !important;
  }
  .mc-text-align-right {
    text-align: right !important;
  }
  .mc-flex-justify-start {
    -webkit-box-pack: start !important;
    -webkit-justify-content: flex-start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
    -ms-flex-align: start !important;
    -webkit-align-items: start !important;
    align-items: start !important;
  }
  .mc-flex-justify-end {
    -webkit-box-pack: end !important;
    -webkit-justify-content: flex-end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
    -ms-flex-align: end !important;
    -webkit-align-items: end !important;
    align-items: end !important;
  }
  .mc-flex-justify-center {
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
    -ms-flex-align: center !important;
    -webkit-align-items: center !important;
    align-items: center !important;
  }
}

@media screen and (min-width: 768px) {
  .link-underline:hover {
    text-decoration: underline;
  }
  .heading-type-mega-fluid {
    font-size: calc( 68px + 3.75*(100vw - 767px)/42.0625);
  }
  .heading-type-mega-h3-fluid {
    font-size: calc( 36px + 5.25*(100vw - 767px)/42.0625);
  }
  .heading-type-kilo-fluid {
    font-size: calc( 50px + 3.125*(100vw - 767px)/42.0625);
  }
  .heading-type-hecto-fluid {
    font-size: calc( 36px + 2.75*(100vw - 767px)/42.0625);
  }
  .heading-type-h1-fluid {
    font-size: calc( 36px + 1.5*(100vw - 767px)/42.0625);
  }
  .heading-type-h1-h4-fluid {
    font-size: calc( 30px + 1.875*(100vw - 767px)/42.0625);
  }
  .heading-type-h1-h5-fluid {
    font-size: calc( 24px + 2.25*(100vw - 767px)/42.0625);
  }
  .heading-type-h1-h6-fluid {
    font-size: calc( 18px + 2.75*(100vw - 767px)/42.0625);
  }
  .heading-type-h1-micro-fluid {
    font-size: calc( 16px + 2.875*(100vw - 767px)/42.0625);
  }
  .heading-type-h2-fluid {
    font-size: calc( 30px + 1.25*(100vw - 767px)/42.0625);
  }
  .heading-type-h2-h5-fluid {
    font-size: calc( 24px + 1.875*(100vw - 767px)/42.0625);
  }
  .heading-type-h2-h6-fluid {
    font-size: calc( 18px + 2.25*(100vw - 767px)/42.0625);
  }
  .heading-type-h2-micro-fluid {
    font-size: calc( 16px + 2.375*(100vw - 767px)/42.0625);
  }
  .heading-type-h3-fluid {
    font-size: calc( 24px + 0.75*(100vw - 767px)/42.0625);
  }
  .heading-type-h3-h6-fluid {
    font-size: calc( 18px + 1.25*(100vw - 767px)/42.0625);
  }
  .heading-type-h3-micro-fluid {
    font-size: calc( 16px + 1.375*(100vw - 767px)/42.0625);
  }
  .heading-type-h4-fluid {
    font-size: calc( 18px + 0.75*(100vw - 767px)/42.0625);
  }
  .heading-type-h4-micro-fluid {
    font-size: calc( 16px + 0.875*(100vw - 767px)/42.0625);
  }
  .heading-type-h5-fluid {
    font-size: calc( 20px + 0.25*(100vw - 767px)/42.0625);
  }
  .heading-type-h5-micro-fluid {
    font-size: calc( 16px + 0.375*(100vw - 767px)/42.0625);
  }
  .heading-type-h6-fluid {
    font-size: calc( 16px + 0.125*(100vw - 767px)/42.0625);
  }
  .body-type-fluid {
    font-size: calc( 12px + 0.125*(100vw - 767px)/42.0625);
  }
  .body-type-micro-fluid {
    font-size: calc( 12px + 0.25*(100vw - 767px)/42.0625);
  }
  .body-type-micro-nano-fluid {
    font-size: calc( 16px + -0.25*(100vw - 767px)/42.0625);
  }
  .body-type-nano-fluid {
    font-size: calc( 10px + 0.125*(100vw - 767px)/42.0625);
  }
  .text-align-sm-up-center {
    text-align: center;
  }
}

@media screen and (min-width: 1440px) {
  .heading-type-mega-fluid {
    font-size: 120px;
  }
  .heading-type-mega-h3-fluid {
    font-size: 120px;
  }
  .heading-type-kilo-fluid {
    font-size: 100px;
  }
  .heading-type-hecto-fluid {
    font-size: 80px;
  }
  .heading-type-h1-fluid {
    font-size: 60px;
  }
  .heading-type-h1-h4-fluid {
    font-size: 60px;
  }
  .heading-type-h1-h5-fluid {
    font-size: 60px;
  }
  .heading-type-h1-h6-fluid {
    font-size: 60px;
  }
  .heading-type-h1-micro-fluid {
    font-size: 60px;
  }
  .heading-type-h2-fluid {
    font-size: 50px;
  }
  .heading-type-h2-h5-fluid {
    font-size: 50px;
  }
  .heading-type-h2-h6-fluid {
    font-size: 50px;
  }
  .heading-type-h2-micro-fluid {
    font-size: 50px;
  }
  .heading-type-h3-fluid {
    font-size: 36px;
  }
  .heading-type-h3-h6-fluid {
    font-size: 36px;
  }
  .heading-type-h3-micro-fluid {
    font-size: 36px;
  }
  .heading-type-h4-fluid {
    font-size: 30px;
  }
  .heading-type-h4-micro-fluid {
    font-size: 30px;
  }
  .heading-type-h5-fluid {
    font-size: 30px;
  }
  .heading-type-h5-micro-fluid {
    font-size: 24px;
  }
  .heading-type-h6-fluid {
    font-size: 18px;
  }
  .body-type-fluid {
    font-size: 14px;
  }
  .body-type-micro-fluid {
    font-size: 16px;
  }
  .body-type-micro-nano-fluid {
    font-size: 12px;
  }
  .body-type-nano-fluid {
    font-size: 12px;
  }
}

@font-face {
  font-family: 'icomoon';
  src: url("data:application/x-font-ttf;charset=utf-8;base64,AAEAAAALAIAAAwAwT1MvMg8SBrwAAAC8AAAAYGNtYXAXVtKnAAABHAAAAFRnYXNwAAAAEAAAAXAAAAAIZ2x5Zn4gidQAAAF4AAATOGhlYWQfsaqfAAAUsAAAADZoaGVhGO8VEwAAFOgAAAAkaG10eJstEFsAABUMAAAAlGxvY2FJHk72AAAVoAAAAExtYXhwACwBCgAAFewAAAAgbmFtZZlKCfsAABYMAAABhnBvc3QAAwAAAAAXlAAAACAAAwRyAZAABQAAApkCzAAAAI8CmQLMAAAB6wAzAQkAAAAAAAAAAAAAAAAAAAABEAAAAAAAAAAAAAAAAAAAAABAAADpIAPA/8AAQAPAAEAAAAABAAAAAAAAAAAAAAAgAAAAAAADAAAAAwAAABwAAQADAAAAHAADAAEAAAAcAAQAOAAAAAoACAACAAIAAQAg6SD//f//AAAAAAAg6QD//f//AAH/4xcEAAMAAQAAAAAAAAAAAAAAAQAB//8ADwABAAAAAAAAAAAAAgAANzkBAAAAAAEAAAAAAAAAAAACAAA3OQEAAAAAAQAAAAAAAAAAAAIAADc5AQAAAAACACcAFQPcA2sAQwBaAAABLgEPAS4DIyIOAhUUHgIzMjY3PgEnLgEHDgEjIi4CNTQ+AjMyHgIXJy4BBw4BHwEeARcyMDMyNj8BPgEnJSIGHQEUFh8BHgEzMjY3NiYvATU0JiMD3AwiDCcFRnKXVlibdENDdJtYPnU0DgcJCSEOKl8yR31eNjZefUdFeV05BCsLIg0MAgttBQ8IAQEIDgZxDQEL/eETGggIgwYPCAkTBgwDD3IaEwH3DQIMI1STbj9DdJxYWJxzRCMhCSEPDgcJGxw3XX5HR35dNzNXdUIuDQIMCyINdgYHAQYFZwwiDKgbEtUKEgdsBQYJCA4lDF/AEhsAAAEAZADHA5wCqgAQAAAlASY0NzYyFwkBNjIXFhQHAQIA/mQPDw8qDwFUAVQPKg8PD/5kxwGcDyoODw/+rAFUDw8OKg/+ZAAAAAEBBwAkAuoDXAAQAAAJARYyNzY0JwkBNjQnJiIHAQEHAZwOKg8PD/6sAVQPDw8qDv5kAcD+ZA8PDyoPAVQBVA8qDw8P/mQAAAEBFgAkAvkDXAAQAAAJASYiBwYUFwkBBhQXFjI3AQL5/mQPKg4PDwFU/qwPDw8pDwGcAcABnA8PDyoP/qz+rA8qDw8PAZwAAAEAZADWA5wCuQAQAAAJAQYUFxYyNwkBFjI3NjQnAQIA/mQPDw8qDwFUAVQPKg8PD/5kArn+ZA4qDw8PAVT+rA8PDyoOAZwAAAEAZgAmA6sDawAZAAATBh4CFx4DPwEvASYiDwEBNzY0LwEPAWYaGkloMjN+hoU6bCOKDigOUP7EUA4OrSJJAv86hYZ+MzJoSRoaayOKDg5QATxQDigOrSNJAAAAAwBaAGsDpgNAABAAKwA9AAABIw4BFxQWMzI2Nz4BJzQmIyUjJy4BKwEiBg8BIyIGFREUFjMhMjY1ETQmIwEwIiMiJicmNjcwMjMyFhcWBgIAAig3ATknFSMNDg4BOScBgKU9BhEK+goRBj2lEBYWEAMAEBYWEP6DAgFHZQECZEgCAUdlAQJkAgcBOignNw8ODiQTJzjAZwgKCghnFhD98BAWFhACEBAW/jJjR0hnAWNHR2gAAQBmAJcDmgLYABYAACUiJicBJjQ3NjIfAQE2MhcWFAcBDgEjAZILFQj+/BERES8R2wG3ES8RERH+IAgVC5cICQEDES8RERHbAbcREREvEf4hCQgAAgBVABUDqwNrABQAKwAAASIOAhUUHgIzMj4CNTQuAiMTAQ4BIyImLwEmNDc2Mh8BNzYyFxYUBwIAWJx0Q0N0nFhYnHRDQ3ScWOX+/ggSCgoTCIsPDw8qD2jeDyoPDw8Da0N0nFhYnHRDQ3ScWFicdEP+tf79CAcHCIwPKg8PD2feDw8PKg8AAAEAeAArA4gDSAAmAAAJATY0JyYiBwkBJiIHBhQXCQEGFBceATMyNjcJAR4BMzI2NzY0JwECQgFGDQ0OJw7+u/67DicODQ0BRv66DQ0HEgkJEQcBRQFFBxEJCRIHDQ3+ugHAAUUOJw4NDf66AUYNDQ4nDv67/rsOJw4GBwcGAUb+ugYHBwYOJw4BRQAAAQBxACsDjwNPACYAAAkBNjQnJiIHCQEmIgcGFBcJAQYUFx4BMzI2NwkBHgEzMjY3NjQnAQIeAXEGBgYSBv6P/o8GEgYGBgFx/o8GBgMIBAQIAwFxAXEDCAQECAMGBv6PAcABcQYSBgYG/o8BcQYGBhIG/o/+jwYSBgMDAwMBcf6PAwMDAwYSBgFxAAADAFUAswOrAs0ACwAgACwAAAEiBhUUFjMyNjU0JiciDgIHHgMzMj4CNy4DIxEiJjU0NjMyFhUUBgIAKDk5KCg5OShFf25aHx9abn9FRX9uWh8fWm5/RUBbW0BAW1sCIDgoKDg4KCg4rSdHYzw8Y0cnJ0djPDxjRyf+WVpAQFpaQEBaAAABAQUAMwLUA00AFgAAJREzNyM1NDY7ATUuASMiBh0BIxUzETMCMogVnR0xVAtEK1txiYmkMwFUnkYjK44BBWxmVp7+rAAAAAABAFUA6wOrApUAAgAACQIDq/5V/lUClf5WAaoAAQBVAOsDqwKVAAIAACUJAQOr/lX+VesBqv5WAAEA6QCfA4sDOQAuAAA3LgE+ATc+AhYfAgcnLgEOAQcOAhYXHgI2Nz4BPwEjNSEXBw4BBw4BLgEn6Ts6ATw8LGpxczY8PmomIlFRTB8mJQElJCVhZF8jEyAFAugBdAQBBjArN5afmTuiO5eeljsrNRYLFR4qaRkWEQokHyVhZmImJSYBJSYVNBsMgB5XQHQuOzoBPDsAAAAABADSABUDLgNrAB0AMwBAAE4AAAEuAyMiDgIHDgEUFhceAzMyPgI3PgE0JgMOASMiJicuATQ2Nz4BMzIWFx4BFAYDFAYjIiY1NDYzMhYVByIGHQEUFjMyNj0BNCYDLiBHTVEpKVFNRyA+Pz8+IEdNUSkpUU1HID4/P3swfUREfTAyMjIyMH1ERH0wMjIy7x8VFR8fFRUfNBIZGRISGRkC7h8vHxAQHy8fP52knT8fLx8QEB8vHz+dpJ3+IDEzMzEyfYR9MjEzMzEyfYR9AWgVHx8VFR8fFWkZEdkSGRkS2REZAAAAAQEuADQC0gNNACkAAAEhIgYVERQWOwEOAQcOARUOARUUFh8BMBYXFjI3PgM3MDwCMTQmIwKp/q4RGBgRnAEXEhRBBAQDAm0GBAMIA0ZWLhACGBEDTRgR/q8RGB4/HSE7AQMIBQQHA3oGAQEDNndyZiVlemURGAAABgBVAEADqwNUACIAWQCWAMABBAEHAAABIg4CFRQeAhcHBhYXHgEzMjY/AR4BMzI+AjU0LgIjAxQGBw4BKwEiJicuAT0BIyImJy4BJyY0NTwBNz4BNz4BOwEyFhceARcWFBUcAQcOAQcOASsBFRcOAQ8BBiInLgEvASMHDgEHBiIvAS4BJy4BNTQ2PwI0NjcwNjU+ATc+ATM6ATMyFhceARceARUeAR8BBzMOAQcOASsBMCIjIiYnLgEvATU0Njc+ATsBMhYXHgEdATMyFhceAR8BBzcOAQ8BDgEnLgEvAQcVFAYHDgErASImJy4BLwE1NDY3PgE7ATIWFx4BHQE3PgEzNhYfAR4BFxQWFRQGDwEXHgEVFAYVJTMnAgBYnHRDHTRJLCgBAgICBAMCBAGtEyYUWJx0Q0N0nFjZAwIDBgQEAwcCAwMrAwUDAgMBAQEBAgECBwR+AwUCAwMBAQEBAgECBwQr1QIDAwMFCQQCAwEPUw8BAwIECQQEAgQCAQIBAUgBAQEBAQMCAgUCAQEBAwQCAQMBAQEBAQFMBZkBAQICBwNpAQECBAICAwECAwIDBwMEBAYDAgNTAgYCAQIBBwWoAQMCAwQKBQIDATkXAwMCBwMEBAcCAQEBAgIDAgcEBAMHAgMDSQEDAgULAwQBAgEBAwIzPQIBAf5JNRsDVDVbe0YtU0k9FpcDBwICAgIBdQMDNVt7RkZ7WzX+VQMHAwIDAwIDBwOVAQIBBAIBBAECAwIBAwECAwIBAgMCAgMCAQQBAgIBAwKVCQIEAQECAwEEAiEgAwQBAwIBAQQCAgUDAgMCngIBAwEBAQICAQIBAgEBAQIBAQEBAwKoCAECAQIDAgEBAwIDqgMHAgMDAwMCBwOVAgEBAQEICgMBBAECAwECAQMBThkqAwcDAgMDAgECAQWoAwcCAwMDAwIHA0BMAgICAgMDAQMCAgMCBAYCNVMCBgMCBAI+OwAAAwBVAHQDqwMMAA0AGwApAAABISImNTQ2MyEyFhUUBgMhIiY1NDYzITIWFRQGAyEiJjU0NjMhMhYVFAYDfP0IExwcEwL4ExwcE/0IExwcEwL4ExwcE/0IExwcEwL4ExwcAq4bFBMcHBMUG/3GHBMUGxsUExwBHRwTExwcExMcAAABAFUBjQOrAfMABAAAEyEVITVVA1b8qgHzZmYAAQBVABUDqwNrAAsAAAEhESMRIRUhETMRIQOr/ohm/ogBeGYBeAHzAXj+iGb+iAF4AAAAAAEA0gCSA6EDMAAjAAAlDgEiJicuATQ2Nz4BMhYXBxcnBy4BIgYHDgEUFhceATI2NycC6zF6gHoxMDExMDF6gHoxRPoxQj+dpJ0/Pj8/Pj+dpJ0/Q9UwMTEwMXqAejEwMTEwRDD5Qj4/Pz4/naSdPz4/Pz5DAAAAAAIAVQATA5sDbQAgADQAACUnPgE1NC4CIyIOAhUUHgIzMjY3Fx4BMzI2NzY0JwE0PgIzMh4CFRQOAiMiLgIDm8QhJjhhgUpKgmE4OGGCSjpqLMUIFAoKFAgQEP0lKENbNDNbRCcnRFszNFtDKG/ELG08SoJhODhhgkpKgWE4JCDFCAgICBAsEAGZNFtEJydEWzQzW0QnJ0RbAAAAAAQAZgAVA5oDawA0AEAATQBZAAABIgYHJT4BNTQmJyUeATMyNjU0JiMiBhUUFhcFLgEjIgYVFBYzMjY3BQ4BFRQWMzI2NTQmIxMyFhUUBiMiJjU0NgEiJjU0NjMyFhUUBiMBIiY1NDYzMhYVFAYDAiE6Ff7+AgICAgEEFTkhPllZPj9YAQH++RU2Hz5ZWT4fNhUBBwECWT4/WFg/ARsmJhsbJyf+FRsmJhsbJycbAgUbJiYbGycnAUEbF48IEAgJEAiQFhpYPj5YWD4HDAaSExdYPj5YFxSRBgsGPlhYPj5YAdQmGhsmJhsaJv5pJhobJiYbGib+7SYaGyYmGxomAAADAFYAHgOrA2IAIgAsAEMAACUDLgErATU0JiMiBh0BIyIGBwMGFhceATMhMjAxMjY1NCYnATQ2MzIWHQEjNQMTMxUUFjMyNj0BMxUUFjMyNj0BMxMhA6hZAxoRbGpLTGpsERoDWgIGBgcSCwL3ARMcAgH99zgpKDnC5EpFGRESGcIYEhEZRUr9d10B/BAWLktqaksuFhD9+woUCAgIGxMECQQCUCg5OSguLv3OAac/ERkZET8/ERkZET/+WQAAAAABAFUAKwOrA1UACQAAARMFBxMlBRMnJQICgAEp2zv+9/73O98BLgNV/u4M5P7Yk5MBKOQMAAAAAAEAVQB8A6sDMQBDAAABDgEHPgE3DgEHLgEjIgYVFBYXLgMnDgEVFBYXIiYnHAEVFBYXDgEjIiYnHgEXDgEjIiYnHgEzMj4CNTwBJz4BNwOrGDIbGygKGTgeGEImSGcCAzdmXFAgDAwrIxYoEVA8CxcMCRAIEVk5LG8+ChULOolKeLp/QQEaLBIC3woOAxAyHw8WBhodZkkKFAoDHDBBJxMtGC1NFwwKAQEBP2AMAwQCAjVEASMoAQImKVqQsVcGCwYSLhoAAAAAAgCUAEADbANAACcARgAAJSImJwEwNDEuATQ2Nz4BMzIWHwE3NjQzMT4BMzIWFx4BFAYHAQ4BIwkCNjQnLgEHFCIVBw4BIzEiJi8BJiIHBhQXMTAWMQIACRAG/rMgHyAfH1AtLFAfNTMBAR9QLC1QHx8gIB/+swYQCf7SAS4BLygoJm8nAVMGEAkJEAZTJnEmKCgBQAcGAWcBIlVYVSIhJCQhOTcBASEkJCEiVVlVIv6ZBgcBrf67AUYsfCspASgBAVkHBwcHWSkpK3wsAQAAAAEAlABAA2wDQAAnAAABLgEjIgYHMSIUDwEnLgEjIgYHDgEUFhcwFDEBHgEzMjY3AT4BNCYnA2wfUC0sUB8BATM1H1AsLVAfHyAfIAFNBhAJCRAGAU0fICAfAvshJCQhAQE3OSEkJCEiVVhVIgH+mQYHBwYBZyJVWVUiAAAFAAD/wBUtA8AACgAVACAAKwA2AAABEw0BEyUFEy0BEyETDQETJQUTLQETIRMNARMlBRMtARMhEw0BEyUFEy0BEyETDQETJQUTLQETAh6MAZL+xG3+sf6xbf7EAZKMBDyMAZL+xG3+sf6xbf7EAZOLBD2LAZP+w27+sf6wbv7DAZOMBDyLAZP+xG3+sf6xbf7EAZKMBDyMAZL+xG3+sf6xbf7EAZKMA8D+iRD4/n/e3gGB+BABd/6JEPj+f97eAYH4EAF3/okQ+P5/3t4BgfgQAXf+iRD4/n/e3gGB+BABd/6JEPj+f97eAYH4EAF3AAACAGsAPANYAyEAEwAnAAAlIiYnCQE2MhcWFAcJARYUBw4BIyEiJicJATYyFxYUBwkBFhQHDgEjAfAGDQX+kwFtChwKCgr+wwE9CgoFDAcBUAYNBf6TAW0KHAoKCv7DAT0KCgUMBzwFBQFtAW4KCgodCv7D/sMKHAoFBQUFAW0BbgoKCh0K/sP+wwocCgUFAAACAIoAPAN4AyEAEwAnAAAlIiYnJjQ3CQEmNDc2MhcJAQ4BIyEiJicmNDcJASY0NzYyFwkBDgEjAfIGDQUKCgE9/sMKCgocCgFu/pIFDAf+sAYNBQoKAT3+wwoKChwKAW7+kgUMBzwFBQocCgE9AT0KHQoKCv6S/pMFBQUFChwKAT0BPQodCgoK/pL+kwUFAAABAAAAAQAAiFhriV8PPPUACwQAAAAAANWysxEAAAAA1bKzEQAA/8AVLQPAAAAACAACAAAAAAAAAAEAAAPA/8AAABUtAAAAABUtAAEAAAAAAAAAAAAAAAAAAAAlBAAAAAAAAAAAAAAAAgAAAAQAACcEAABkBAABBwQAARYEAABkBAAAZgQAAFoEAABmBAAAVQQAAHgEAABxBAAAVQQAAQUEAABVBAAAVQQAAOkEAADSBAABLgQAAFUEAABVBAAAVQQAAFUEAADSBAAAVQQAAGYEAABWBAAAVQQAAFUEAACUBAAAlBUtAAAEAABrBAAAigAAAAAACgAUAB4AoADEAOgBDAEwAV4BuAHiAiYCbAKyAvQDGAMmAzQDgAPyBC4FnAXcBeoGBAZABo4HDgduB4oH7ghWCJQJDAlUCZwAAQAAACUBCAAGAAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAA4ArgABAAAAAAABAAcAAAABAAAAAAACAAcAYAABAAAAAAADAAcANgABAAAAAAAEAAcAdQABAAAAAAAFAAsAFQABAAAAAAAGAAcASwABAAAAAAAKABoAigADAAEECQABAA4ABwADAAEECQACAA4AZwADAAEECQADAA4APQADAAEECQAEAA4AfAADAAEECQAFABYAIAADAAEECQAGAA4AUgADAAEECQAKADQApGljb21vb24AaQBjAG8AbQBvAG8AblZlcnNpb24gMS4wAFYAZQByAHMAaQBvAG4AIAAxAC4AMGljb21vb24AaQBjAG8AbQBvAG8Abmljb21vb24AaQBjAG8AbQBvAG8AblJlZ3VsYXIAUgBlAGcAdQBsAGEAcmljb21vb24AaQBjAG8AbQBvAG8AbkZvbnQgZ2VuZXJhdGVkIGJ5IEljb01vb24uAEYAbwBuAHQAIABnAGUAbgBlAHIAYQB0AGUAZAAgAGIAeQAgAEkAYwBvAE0AbwBvAG4ALgAAAAMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA=") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Pretendard';
  font-weight: 900;
  font-display: swap;
  src: local("Pretendard Black"), url("/cmsstatic/theme/skechers/assets/fonts/pretendard/Pretendard-Black.woff2") format("woff2"), url("/cmsstatic/theme/skechers/assets/fonts/pretendard/Pretendard-Black.woff") format("woff");
}

@font-face {
  font-family: 'Pretendard';
  font-weight: 800;
  font-display: swap;
  src: local("Pretendard ExtraBold"), url("/cmsstatic/theme/skechers/assets/fonts/pretendard/Pretendard-ExtraBold.woff2") format("woff2"), url("/cmsstatic/theme/skechers/assets/fonts/pretendard/Pretendard-ExtraBold.woff") format("woff");
}

@font-face {
  font-family: 'Pretendard';
  font-weight: 700;
  font-display: swap;
  src: local("Pretendard Bold"), url("/cmsstatic/theme/skechers/assets/fonts/pretendard/Pretendard-Bold.woff2") format("woff2"), url("/cmsstatic/theme/skechers/assets/fonts/pretendard/Pretendard-Bold.woff") format("woff");
}

@font-face {
  font-family: 'Pretendard';
  font-weight: 600;
  font-display: swap;
  src: local("Pretendard SemiBold"), url("/cmsstatic/theme/skechers/assets/fonts/pretendard/Pretendard-SemiBold.woff2") format("woff2"), url("/cmsstatic/theme/skechers/assets/fonts/pretendard/Pretendard-SemiBold.woff") format("woff");
}

@font-face {
  font-family: 'Pretendard';
  font-weight: 500;
  font-display: swap;
  src: local("Pretendard Medium"), url("/cmsstatic/theme/skechers/assets/fonts/pretendard/Pretendard-Medium.woff2") format("woff2"), url("/cmsstatic/theme/skechers/assets/fonts/pretendard/Pretendard-Medium.woff") format("woff");
}

@font-face {
  font-family: 'Pretendard';
  font-weight: 400;
  font-display: swap;
  src: local("Pretendard Regular"), url("/cmsstatic/theme/skechers/assets/fonts/pretendard/Pretendard-Regular.woff2") format("woff2"), url("/cmsstatic/theme/skechers/assets/fonts/pretendard/Pretendard-Regular.woff") format("woff");
}

@font-face {
  font-family: 'Pretendard';
  font-weight: 300;
  font-display: swap;
  src: local("Pretendard Light"), url("/cmsstatic/theme/skechers/assets/fonts/pretendard/Pretendard-Light.woff2") format("woff2"), url("/cmsstatic/theme/skechers/assets/fonts/pretendard/Pretendard-Light.woff") format("woff");
}

@font-face {
  font-family: 'Pretendard';
  font-weight: 200;
  font-display: swap;
  src: local("Pretendard ExtraLight"), url("/cmsstatic/theme/skechers/assets/fonts/pretendard/Pretendard-ExtraLight.woff2") format("woff2"), url("/cmsstatic/theme/skechers/assets/fonts/pretendard/Pretendard-ExtraLight.woff") format("woff");
}

@font-face {
  font-family: 'Pretendard';
  font-weight: 100;
  font-display: swap;
  src: local("Pretendard Thin"), url("/cmsstatic/theme/skechers/assets/fonts/pretendard/Pretendard-Thin.woff2") format("woff2"), url("/cmsstatic/theme/skechers/assets/fonts/pretendard/Pretendard-Thin.woff") format("woff");
}

.text-italic {
  font-style: italic;
}

.text-underline {
  text-decoration: underline;
}

.text-strike {
  text-decoration: line-through;
}

.text-upper {
  text-transform: uppercase;
}

.text-lower {
  text-transform: lowercase;
}

.text-capitalize {
  text-transform: capitalize;
}

.text-initial {
  text-transform: none;
}

.text-nowrap {
  white-space: nowrap;
}

.text-stroke {
  display: inline-block;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-color: inherit;
  -webkit-text-stroke-width: 1px;
}

.icon-background, .st-icon-instagram, .st-icon-facebook, .st-icon-kakaoplus, .st-icon-twitter, .st-icon-cart, .st-icon-search, .st-icon-registerdone, .st-icon-star_small, .st-icon-star_normal, .st-icon-star_large, .st-icon-star_xlarge, .star-bullet, .st-icon-bambug, .st-icon-bambug_small, .st-icon-logo, .st-icon-info, .st-icon-select_up, .st-icon-select_down, .st-icon-opt-select_up, .st-icon-opt-select_down, .st-icon-slidebar, .st-icon-radio, .st-icon-checkbox, .st-icon-delete, .st-icon-file, .st-icon-img-file, .st-icon-arrow, .file-remove_btn, .popup-close_btn {
  display: inline-block;
  overflow: hidden;
  background-image: url("/cmsstatic/theme/skechers/assets/images/icon_v2.png");
  background-repeat: no-repeat;
  text-indent: -9999px;
  background-size: 800px auto;
}

.st-icon-instagram {
  width: 16px;
  height: 16px;
  background-position: -111px -20px;
}

.st-icon-facebook {
  width: 16px;
  height: 16px;
  background-position: -140px -20px;
}

.st-icon-kakaoplus {
  width: 16px;
  height: 16px;
  background-position: -173px -20px;
}

.st-icon-twitter {
  width: 16px;
  height: 16px;
  background-position: -173px -20px;
}

.st-icon-cart {
  width: 25px;
  height: 25px;
  background-position: -21px -20px;
}

.st-icon-search {
  width: 24px;
  height: 24px;
  background-position: -69px -20px;
}

.st-icon-registerdone {
  width: 60px;
  height: 60px;
  background-position: -10px -460px;
}

.st-icon-star_small {
  width: 55px;
  height: 11px;
  background-position: -76px -55px;
}

.st-icon-star_small.star-1 {
  background-position: -65px -55px;
}

.st-icon-star_small.star-2 {
  background-position: -54px -55px;
}

.st-icon-star_small.star-3 {
  background-position: -43px -55px;
}

.st-icon-star_small.star-4 {
  background-position: -32px -55px;
}

.st-icon-star_small.star-5 {
  background-position: -21px -55px;
}

.st-icon-star_small.per {
  position: absolute;
  top: 0;
  left: 0;
}

.st-icon-star_normal {
  width: 68px;
  height: 12px;
  background-position: -248px -55px;
}

.st-icon-star_normal.star-1 {
  background-position: -234px -55px;
}

.st-icon-star_normal.star-2 {
  background-position: -221px -55px;
}

.st-icon-star_normal.star-3 {
  background-position: -207px -55px;
}

.st-icon-star_normal.star-4 {
  background-position: -194px -55px;
}

.st-icon-star_normal.star-5 {
  background-position: -180px -55px;
}

.st-icon-star_normal.per {
  position: absolute;
  top: 0;
  left: 0;
}

.st-icon-star_large {
  width: 129px;
  height: 24px;
  background-position: -150px -69px;
}

.st-icon-star_large.star-1 {
  background-position: -124px -69px;
}

.st-icon-star_large.star-2 {
  background-position: -98px -69px;
}

.st-icon-star_large.star-3 {
  background-position: -72px -69px;
}

.st-icon-star_large.star-4 {
  background-position: -46px -69px;
}

.st-icon-star_large.star-5 {
  background-position: -21px -69px;
}

.st-icon-star_large.per {
  position: absolute;
  top: 0;
  left: 0;
}

.st-icon-star_xlarge {
  width: 34px;
  height: 30px;
  margin: 0 4px;
  background-position: -553px -55px;
}

.st-icon-star_xlarge:hover {
  background-position: -350px -85px;
}

.st-icon-star_xlarge.active {
  background-position: -350px -55px;
}

.star-bullet {
  display: inline-block;
  width: 13px;
  height: 12px;
  background-position: -248px -55px;
}

.st-icon-bambug {
  width: 36px;
  height: 27px;
  background-position: -21px -102px;
}

.st-icon-bambug_small {
  width: 14px;
  height: 14px;
  background-position: -65px -117px;
}

.st-icon-logo {
  width: 171px;
  height: 26px;
  background-position: -20px -560px;
}

.st-icon-info {
  width: 26px;
  height: 26px;
  background-position: -121px -217px;
}

.st-icon-select_up {
  width: 14px;
  height: 15px;
  background-position: -191px -108px;
}

.st-icon-select_down {
  width: 14px;
  height: 15px;
  background-position: -191px -117px;
}

.st-icon-opt-select_up {
  width: 10px;
  height: 6px;
  background-position: -191px -110px;
}

.st-icon-opt-select_down {
  width: 10px;
  height: 6px;
  background-position: -215px -120px;
}

.st-icon-slidebar {
  width: 20px;
  height: 20px;
  background-position: -87px -223px;
}

.st-icon-radio {
  float: left;
  width: 20px;
  height: 20px;
  background-position: -21px -279px;
  z-index: 10;
}

.st-icon-checkbox {
  float: left;
  width: 18px;
  height: 18px;
  background-position: -22px -318px;
  z-index: 10;
}

.st-icon-delete {
  width: 8px;
  height: 8px;
  background-position: -290px -22px;
}

.st-icon-file {
  width: 51px;
  height: 51px;
  background-position: -21px -193px;
}

.st-icon-img-file {
  width: 14px;
  height: 11px;
  background-position: -160px -232px;
}

.st-badge-container {
  display: block;
}

.st-badge-container .st-badge-sale, .st-badge-container .st-badge-soldout, .st-badge-container .st-badge-featured, .st-badge-container .st-badge-new, .st-badge-container .st-badge-hot, .st-badge-container .st-badge-comming, .st-badge-container .st-badge-attr {
  display: inline-block;
  padding: 3px 6px;
  font-style: normal;
  font-size: 12px;
  text-align: center;
  color: #ffffff;
  background: #0063BA;
}

.st-badge-container.text {
  padding-bottom: 8px;
  display: block;
}

.st-badge-container.text [class^="st-badge-"] {
  background: none;
  color: #0063BA;
  font-weight: bold;
  padding: 3px 2px;
}

.st-badge-container.text .st-badge-soldout {
  color: #929292;
}

.st-badge-container.text .st-badge-attr {
  color: #000544;
}

.st-icon-circle {
  display: inline-block;
  border: 1px solid #c4c4c4;
  border-radius: 50%;
  width: 18px;
  height: 18px;
  line-height: 16px;
  text-align: center;
  box-sizing: border-box;
  font-family: "Montserrat", "Noto Sans KR";
}

/* icomoon */
i {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  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;
  /* font-size */
  /* size */
}

i.xsmall {
  font-size: 12px;
}

i.small {
  font-size: 14px;
}

i.medium {
  font-size: 20px;
}

i.large {
  font-size: 28px;
}

i.xlarge {
  font-size: 40px;
}

i.x2large {
  font-size: 86px;
}

i.color-less {
  color: #ebebeb;
}

.icon-ic-first-page:before {
  content: "";
}

.icon-ic-last-page:before {
  content: "";
}

.icon-star5:before {
  content: "";
}

.icon-after:before {
  content: "";
}

.icon-arrow_top:before {
  content: "";
}

.icon-arrow_bottom:before {
  content: "";
}

.icon-arrow_left:before {
  content: "";
}

.icon-arrow_right:before {
  content: "";
}

.icon-arrow_mix.top:before {
  content: "";
}

.icon-arrow_mix.bottom:before {
  content: "";
}

.icon-arrow_mix.left:before {
  content: "";
}

.icon-arrow_mix.right:before {
  content: "";
}

.icon-call:before {
  content: "";
}

.icon-camera:before {
  content: "";
}

.icon-check:before {
  content: "";
}

.icon-check_circle:before {
  content: "";
}

.icon-delete_bold:before {
  content: "";
}

.icon-delete_thin:before {
  content: "";
  font-weight: bold;
}

.icon-eye:before {
  content: "";
}

.icon-facebook:before {
  content: "";
}

.icon-fullarrow.top:before {
  content: "";
}

.icon-fullarrow.bottom.uk-hidden {
  display: inline-block !important;
  visibility: visible !important;
}

.icon-fullarrow.bottom.uk-hidden:before {
  content: "";
}

.icon-fullarrow.bottom:before {
  content: "";
}

.icon-google:before {
  content: "";
}

.icon-info:before {
  content: "";
}

.icon-kakaostory:before {
  content: "";
}

.icon-kakaotalk:before {
  content: "";
}

.icon-menu:before {
  content: "";
}

.icon-minus:before {
  content: "";
}

.icon-plus:before {
  content: "";
}

.icon-refresh:before {
  content: "";
}

.icon-search:before {
  content: "";
}

.icon-share:before {
  content: "";
}

.icon-shoppingbag:before {
  content: "";
}

.icon-star:before {
  content: "";
}

.icon-twitter:before {
  content: "";
}

.icon-wishlist:before {
  content: "";
}

.icon-wishlist_full:before {
  content: "";
}

.icon-wishlist_mix:before {
  content: "";
}

.icon-wishlist_mix.full:before {
  content: "";
}

.icon-cnt {
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  font-weight: bold;
  color: #fff;
  text-align: center;
  background-color: #29346D;
}

.icon_map_marker {
  display: inline-block;
  width: 24px;
  height: 37px;
  background-color: #29346D;
}

.icon_map_marker.metro {
  background-color: #000;
}

/* Tablet and bigger */
@media (max-width: 768px) {
  .st-icon-logo {
    background-position: -14px -372px;
  }
}

html {
  font-size: 16px;
  font-family: "Pretendard", "Helvetica Neue", "맑은 고딕", Dotum;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  min-width: 320px;
  font-size: 14px;
  color: #000000;
}

h1 {
  margin: 0;
}

iframe {
  border: none;
}

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

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

a:hover {
  text-decoration: none;
}

fieldset {
  border: none;
  margin: 0;
  padding: 0;
}

legend {
  display: block;
  width: 100%;
}

address {
  font-style: normal;
}

ul {
  padding-left: 1.25em;
}

:focus {
  outline-color: #00c3d7;
  outline-offset: -1px;
  outline-style: solid;
  outline-width: 1px;
}

.set-hide-click-focus :focus {
  outline: none;
}

p,
ul,
ol,
dl,
blockquote,
pre,
address,
fieldset,
figure {
  margin: 0;
}

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

*,
:after,
:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

.list-reset {
  padding-left: 0;
}

.list-reset li {
  list-style-type: none;
}

.set-full {
  width: 100%;
}

.scrollable {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

.browser-error {
  padding: 20px;
  color: #fff;
  background-color: red;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
}

.blur-up {
  -webkit-filter: blur(3px);
  filter: blur(3px);
  -webkit-transition: -webkit-filter 213ms cubic-bezier(0.4, 0.9, 0.3, 1);
  transition: -webkit-filter 213ms cubic-bezier(0.4, 0.9, 0.3, 1);
  transition: filter 213ms cubic-bezier(0.4, 0.9, 0.3, 1);
  transition: filter 213ms cubic-bezier(0.4, 0.9, 0.3, 1), -webkit-filter 213ms cubic-bezier(0.4, 0.9, 0.3, 1);
}

.blur-up.lazyloaded {
  -webkit-filter: blur(0);
  filter: blur(0);
}

.opacity-up {
  -webkit-transition: opacity 213ms ease-out;
  transition: opacity 213ms ease-out;
}

.opacity-up.lazyload,
.opacity-up.lazyloading {
  opacity: 0;
}

.opacity-up.lazyloaded {
  opacity: 1;
}

.object-position-reset {
  -o-object-position: left top;
  object-position: left top;
}

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  source.placement {
    display: none;
  }
}

@media screen and (min-color-index: 0) and (-webkit-min-device-pixel-ratio: 0) {
  .none-up.lazyload,
  .none-up.lazyloading {
    opacity: 0;
    visibility: hidden;
  }
}

@media (max-width: 767px) {
  .set-xs-full {
    width: 100%;
  }
}

@media (min-width: 768px) {
  .scrollable-small-up {
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }
}

.row {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -8px;
  margin-right: -8px;
}

.col,
[class*=" col-"],
[class^=col-] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  min-height: 1px;
  padding-left: 8px;
  padding-right: 8px;
}

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

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

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

.flex-justify-between {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.flex-justify-around {
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

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

.flex-align-end {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.flex-align-center {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.flex-align-baseline {
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}

.flex-align-stretch {
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.flex-flow-row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row;
  -ms-flex-flow: row;
  flex-flow: row;
}

.flex-flow-row-rev {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-flow: row-reverse;
  -ms-flex-flow: row-reverse;
  flex-flow: row-reverse;
}

.flex-flow-col {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
  -ms-flex-flow: column;
  flex-flow: column;
}

.flex-flow-col-rev {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-flow: column-reverse;
  -ms-flex-flow: column-reverse;
  flex-flow: column-reverse;
}

.flex-flow-wrap {
  -webkit-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
}

.flex-flow-wrap-rev {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-flow: wrap-reverse;
  -ms-flex-flow: wrap-reverse;
  flex-flow: wrap-reverse;
}

.flex-direction-row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.flex-direction-row-rev {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.flex-direction-col {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.flex-direction-col-rev {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}

.flex-no-gutters {
  margin-left: 0;
  margin-right: 0;
}

.flex-no-gutters > .col,
.flex-no-gutters > [class*=col-] {
  padding-left: 0;
  padding-right: 0;
}

.col-1 {
  -webkit-flex-basis: 8.33333%;
  -ms-flex-preferred-size: 8.33333%;
  flex-basis: 8.33333%;
  max-width: 8.33333%;
}

.off-1 {
  margin-left: 8.33333%;
}

.off-1-half {
  margin-left: calc(4.16666% - 8px);
}

.col-2 {
  -webkit-flex-basis: 16.66667%;
  -ms-flex-preferred-size: 16.66667%;
  flex-basis: 16.66667%;
  max-width: 16.66667%;
}

.off-2 {
  margin-left: 16.66667%;
}

.off-2-half {
  margin-left: calc(12.5% - 8px);
}

.col-3 {
  -webkit-flex-basis: 25%;
  -ms-flex-preferred-size: 25%;
  flex-basis: 25%;
  max-width: 25%;
}

.off-3 {
  margin-left: 25%;
}

.off-3-half {
  margin-left: calc(20.83333% - 8px);
}

.col-4 {
  -webkit-flex-basis: 33.33333%;
  -ms-flex-preferred-size: 33.33333%;
  flex-basis: 33.33333%;
  max-width: 33.33333%;
}

.off-4 {
  margin-left: 33.33333%;
}

.off-4-half {
  margin-left: calc(29.16666% - 8px);
}

.col-5 {
  -webkit-flex-basis: 41.66667%;
  -ms-flex-preferred-size: 41.66667%;
  flex-basis: 41.66667%;
  max-width: 41.66667%;
}

.off-5 {
  margin-left: 41.66667%;
}

.off-5-half {
  margin-left: calc(37.5% - 8px);
}

.col-6 {
  -webkit-flex-basis: 50%;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  max-width: 50%;
}

.off-6 {
  margin-left: 50%;
}

.off-6-half {
  margin-left: calc(45.83333% - 8px);
}

.col-7 {
  -webkit-flex-basis: 58.33333%;
  -ms-flex-preferred-size: 58.33333%;
  flex-basis: 58.33333%;
  max-width: 58.33333%;
}

.off-7 {
  margin-left: 58.33333%;
}

.off-7-half {
  margin-left: calc(54.16666% - 8px);
}

.col-8 {
  -webkit-flex-basis: 66.66667%;
  -ms-flex-preferred-size: 66.66667%;
  flex-basis: 66.66667%;
  max-width: 66.66667%;
}

.off-8 {
  margin-left: 66.66667%;
}

.off-8-half {
  margin-left: calc(62.5% - 8px);
}

.col-9 {
  -webkit-flex-basis: 75%;
  -ms-flex-preferred-size: 75%;
  flex-basis: 75%;
  max-width: 75%;
}

.off-9 {
  margin-left: 75%;
}

.off-9-half {
  margin-left: calc(70.83333% - 8px);
}

.col-10 {
  -webkit-flex-basis: 83.33333%;
  -ms-flex-preferred-size: 83.33333%;
  flex-basis: 83.33333%;
  max-width: 83.33333%;
}

.off-10 {
  margin-left: 83.33333%;
}

.off-10-half {
  margin-left: calc(79.16666% - 8px);
}

.col-11 {
  -webkit-flex-basis: 91.66667%;
  -ms-flex-preferred-size: 91.66667%;
  flex-basis: 91.66667%;
  max-width: 91.66667%;
}

.off-11 {
  margin-left: 91.66667%;
}

.off-11-half {
  margin-left: calc(87.5% - 8px);
}

.col-12 {
  -webkit-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%;
}

.off-reset {
  margin-left: 0;
}

.col {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-flex-basis: 0;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  max-width: 100%;
}

@media only screen and (min-width: 480px) {
  .col-sm-1 {
    -webkit-flex-basis: 8.33333%;
    -ms-flex-preferred-size: 8.33333%;
    flex-basis: 8.33333%;
    max-width: 8.33333%;
  }
  .off-sm-1 {
    margin-left: 8.33333%;
  }
  .off-sm-1-half {
    margin-left: calc(4.16666% - 8px);
  }
  .col-sm-2 {
    -webkit-flex-basis: 16.66667%;
    -ms-flex-preferred-size: 16.66667%;
    flex-basis: 16.66667%;
    max-width: 16.66667%;
  }
  .off-sm-2 {
    margin-left: 16.66667%;
  }
  .off-sm-2-half {
    margin-left: calc(12.5% - 8px);
  }
  .col-sm-3 {
    -webkit-flex-basis: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }
  .off-sm-3 {
    margin-left: 25%;
  }
  .off-sm-3-half {
    margin-left: calc(20.83333% - 8px);
  }
  .col-sm-4 {
    -webkit-flex-basis: 33.33333%;
    -ms-flex-preferred-size: 33.33333%;
    flex-basis: 33.33333%;
    max-width: 33.33333%;
  }
  .off-sm-4 {
    margin-left: 33.33333%;
  }
  .off-sm-4-half {
    margin-left: calc(29.16666% - 8px);
  }
  .col-sm-5 {
    -webkit-flex-basis: 41.66667%;
    -ms-flex-preferred-size: 41.66667%;
    flex-basis: 41.66667%;
    max-width: 41.66667%;
  }
  .off-sm-5 {
    margin-left: 41.66667%;
  }
  .off-sm-5-half {
    margin-left: calc(37.5% - 8px);
  }
  .col-sm-6 {
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
  .off-sm-6 {
    margin-left: 50%;
  }
  .off-sm-6-half {
    margin-left: calc(45.83333% - 8px);
  }
  .col-sm-7 {
    -webkit-flex-basis: 58.33333%;
    -ms-flex-preferred-size: 58.33333%;
    flex-basis: 58.33333%;
    max-width: 58.33333%;
  }
  .off-sm-7 {
    margin-left: 58.33333%;
  }
  .off-sm-7-half {
    margin-left: calc(54.16666% - 8px);
  }
  .col-sm-8 {
    -webkit-flex-basis: 66.66667%;
    -ms-flex-preferred-size: 66.66667%;
    flex-basis: 66.66667%;
    max-width: 66.66667%;
  }
  .off-sm-8 {
    margin-left: 66.66667%;
  }
  .off-sm-8-half {
    margin-left: calc(62.5% - 8px);
  }
  .col-sm-9 {
    -webkit-flex-basis: 75%;
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }
  .off-sm-9 {
    margin-left: 75%;
  }
  .off-sm-9-half {
    margin-left: calc(70.83333% - 8px);
  }
  .col-sm-10 {
    -webkit-flex-basis: 83.33333%;
    -ms-flex-preferred-size: 83.33333%;
    flex-basis: 83.33333%;
    max-width: 83.33333%;
  }
  .off-sm-10 {
    margin-left: 83.33333%;
  }
  .off-sm-10-half {
    margin-left: calc(79.16666% - 8px);
  }
  .col-sm-11 {
    -webkit-flex-basis: 91.66667%;
    -ms-flex-preferred-size: 91.66667%;
    flex-basis: 91.66667%;
    max-width: 91.66667%;
  }
  .off-sm-11 {
    margin-left: 91.66667%;
  }
  .off-sm-11-half {
    margin-left: calc(87.5% - 8px);
  }
  .col-sm-12 {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
  .off-sm-reset {
    margin-left: 0;
  }
  .col-sm {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%;
  }
}

@media only screen and (min-width: 768px) {
  .col-md-1 {
    -webkit-flex-basis: 8.33333%;
    -ms-flex-preferred-size: 8.33333%;
    flex-basis: 8.33333%;
    max-width: 8.33333%;
  }
  .off-md-1 {
    margin-left: 8.33333%;
  }
  .off-md-1-half {
    margin-left: calc(4.16666% - 8px);
  }
  .col-md-2 {
    -webkit-flex-basis: 16.66667%;
    -ms-flex-preferred-size: 16.66667%;
    flex-basis: 16.66667%;
    max-width: 16.66667%;
  }
  .off-md-2 {
    margin-left: 16.66667%;
  }
  .off-md-2-half {
    margin-left: calc(12.5% - 8px);
  }
  .col-md-3 {
    -webkit-flex-basis: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }
  .off-md-3 {
    margin-left: 25%;
  }
  .off-md-3-half {
    margin-left: calc(20.83333% - 8px);
  }
  .col-md-4 {
    -webkit-flex-basis: 33.33333%;
    -ms-flex-preferred-size: 33.33333%;
    flex-basis: 33.33333%;
    max-width: 33.33333%;
  }
  .off-md-4 {
    margin-left: 33.33333%;
  }
  .off-md-4-half {
    margin-left: calc(29.16666% - 8px);
  }
  .col-md-5 {
    -webkit-flex-basis: 41.66667%;
    -ms-flex-preferred-size: 41.66667%;
    flex-basis: 41.66667%;
    max-width: 41.66667%;
  }
  .off-md-5 {
    margin-left: 41.66667%;
  }
  .off-md-5-half {
    margin-left: calc(37.5% - 8px);
  }
  .col-md-6 {
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
  .off-md-6 {
    margin-left: 50%;
  }
  .off-md-6-half {
    margin-left: calc(45.83333% - 8px);
  }
  .col-md-7 {
    -webkit-flex-basis: 58.33333%;
    -ms-flex-preferred-size: 58.33333%;
    flex-basis: 58.33333%;
    max-width: 58.33333%;
  }
  .off-md-7 {
    margin-left: 58.33333%;
  }
  .off-md-7-half {
    margin-left: calc(54.16666% - 8px);
  }
  .col-md-8 {
    -webkit-flex-basis: 66.66667%;
    -ms-flex-preferred-size: 66.66667%;
    flex-basis: 66.66667%;
    max-width: 66.66667%;
  }
  .off-md-8 {
    margin-left: 66.66667%;
  }
  .off-md-8-half {
    margin-left: calc(62.5% - 8px);
  }
  .col-md-9 {
    -webkit-flex-basis: 75%;
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }
  .off-md-9 {
    margin-left: 75%;
  }
  .off-md-9-half {
    margin-left: calc(70.83333% - 8px);
  }
  .col-md-10 {
    -webkit-flex-basis: 83.33333%;
    -ms-flex-preferred-size: 83.33333%;
    flex-basis: 83.33333%;
    max-width: 83.33333%;
  }
  .off-md-10 {
    margin-left: 83.33333%;
  }
  .off-md-10-half {
    margin-left: calc(79.16666% - 8px);
  }
  .col-md-11 {
    -webkit-flex-basis: 91.66667%;
    -ms-flex-preferred-size: 91.66667%;
    flex-basis: 91.66667%;
    max-width: 91.66667%;
  }
  .off-md-11 {
    margin-left: 91.66667%;
  }
  .off-md-11-half {
    margin-left: calc(87.5% - 8px);
  }
  .col-md-12 {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
  .off-md-reset {
    margin-left: 0;
  }
  .col-md {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%;
  }
}

@media only screen and (min-width: 1025px) {
  .col-lg-1 {
    -webkit-flex-basis: 8.33333%;
    -ms-flex-preferred-size: 8.33333%;
    flex-basis: 8.33333%;
    max-width: 8.33333%;
  }
  .off-lg-1 {
    margin-left: 8.33333%;
  }
  .off-lg-1-half {
    margin-left: calc(4.16666% - 8px);
  }
  .col-lg-2 {
    -webkit-flex-basis: 16.66667%;
    -ms-flex-preferred-size: 16.66667%;
    flex-basis: 16.66667%;
    max-width: 16.66667%;
  }
  .off-lg-2 {
    margin-left: 16.66667%;
  }
  .off-lg-2-half {
    margin-left: calc(12.5% - 8px);
  }
  .col-lg-3 {
    -webkit-flex-basis: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }
  .off-lg-3 {
    margin-left: 25%;
  }
  .off-lg-3-half {
    margin-left: calc(20.83333% - 8px);
  }
  .col-lg-4 {
    -webkit-flex-basis: 33.33333%;
    -ms-flex-preferred-size: 33.33333%;
    flex-basis: 33.33333%;
    max-width: 33.33333%;
  }
  .off-lg-4 {
    margin-left: 33.33333%;
  }
  .off-lg-4-half {
    margin-left: calc(29.16666% - 8px);
  }
  .col-lg-5 {
    -webkit-flex-basis: 41.66667%;
    -ms-flex-preferred-size: 41.66667%;
    flex-basis: 41.66667%;
    max-width: 41.66667%;
  }
  .off-lg-5 {
    margin-left: 41.66667%;
  }
  .off-lg-5-half {
    margin-left: calc(37.5% - 8px);
  }
  .col-lg-6 {
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
  .off-lg-6 {
    margin-left: 50%;
  }
  .off-lg-6-half {
    margin-left: calc(45.83333% - 8px);
  }
  .col-lg-7 {
    -webkit-flex-basis: 58.33333%;
    -ms-flex-preferred-size: 58.33333%;
    flex-basis: 58.33333%;
    max-width: 58.33333%;
  }
  .off-lg-7 {
    margin-left: 58.33333%;
  }
  .off-lg-7-half {
    margin-left: calc(54.16666% - 8px);
  }
  .col-lg-8 {
    -webkit-flex-basis: 66.66667%;
    -ms-flex-preferred-size: 66.66667%;
    flex-basis: 66.66667%;
    max-width: 66.66667%;
  }
  .off-lg-8 {
    margin-left: 66.66667%;
  }
  .off-lg-8-half {
    margin-left: calc(62.5% - 8px);
  }
  .col-lg-9 {
    -webkit-flex-basis: 75%;
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }
  .off-lg-9 {
    margin-left: 75%;
  }
  .off-lg-9-half {
    margin-left: calc(70.83333% - 8px);
  }
  .col-lg-10 {
    -webkit-flex-basis: 83.33333%;
    -ms-flex-preferred-size: 83.33333%;
    flex-basis: 83.33333%;
    max-width: 83.33333%;
  }
  .off-lg-10 {
    margin-left: 83.33333%;
  }
  .off-lg-10-half {
    margin-left: calc(79.16666% - 8px);
  }
  .col-lg-11 {
    -webkit-flex-basis: 91.66667%;
    -ms-flex-preferred-size: 91.66667%;
    flex-basis: 91.66667%;
    max-width: 91.66667%;
  }
  .off-lg-11 {
    margin-left: 91.66667%;
  }
  .off-lg-11-half {
    margin-left: calc(87.5% - 8px);
  }
  .col-lg-12 {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
  .off-lg-reset {
    margin-left: 0;
  }
  .col-lg {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%;
  }
}

@media only screen and (min-width: 1241px) {
  .col-xl-1 {
    -webkit-flex-basis: 8.33333%;
    -ms-flex-preferred-size: 8.33333%;
    flex-basis: 8.33333%;
    max-width: 8.33333%;
  }
  .off-xl-1 {
    margin-left: 8.33333%;
  }
  .off-xl-1-half {
    margin-left: calc(4.16666% - 8px);
  }
  .col-xl-2 {
    -webkit-flex-basis: 16.66667%;
    -ms-flex-preferred-size: 16.66667%;
    flex-basis: 16.66667%;
    max-width: 16.66667%;
  }
  .off-xl-2 {
    margin-left: 16.66667%;
  }
  .off-xl-2-half {
    margin-left: calc(12.5% - 8px);
  }
  .col-xl-3 {
    -webkit-flex-basis: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }
  .off-xl-3 {
    margin-left: 25%;
  }
  .off-xl-3-half {
    margin-left: calc(20.83333% - 8px);
  }
  .col-xl-4 {
    -webkit-flex-basis: 33.33333%;
    -ms-flex-preferred-size: 33.33333%;
    flex-basis: 33.33333%;
    max-width: 33.33333%;
  }
  .off-xl-4 {
    margin-left: 33.33333%;
  }
  .off-xl-4-half {
    margin-left: calc(29.16666% - 8px);
  }
  .col-xl-5 {
    -webkit-flex-basis: 41.66667%;
    -ms-flex-preferred-size: 41.66667%;
    flex-basis: 41.66667%;
    max-width: 41.66667%;
  }
  .off-xl-5 {
    margin-left: 41.66667%;
  }
  .off-xl-5-half {
    margin-left: calc(37.5% - 8px);
  }
  .col-xl-6 {
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
  .off-xl-6 {
    margin-left: 50%;
  }
  .off-xl-6-half {
    margin-left: calc(45.83333% - 8px);
  }
  .col-xl-7 {
    -webkit-flex-basis: 58.33333%;
    -ms-flex-preferred-size: 58.33333%;
    flex-basis: 58.33333%;
    max-width: 58.33333%;
  }
  .off-xl-7 {
    margin-left: 58.33333%;
  }
  .off-xl-7-half {
    margin-left: calc(54.16666% - 8px);
  }
  .col-xl-8 {
    -webkit-flex-basis: 66.66667%;
    -ms-flex-preferred-size: 66.66667%;
    flex-basis: 66.66667%;
    max-width: 66.66667%;
  }
  .off-xl-8 {
    margin-left: 66.66667%;
  }
  .off-xl-8-half {
    margin-left: calc(62.5% - 8px);
  }
  .col-xl-9 {
    -webkit-flex-basis: 75%;
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }
  .off-xl-9 {
    margin-left: 75%;
  }
  .off-xl-9-half {
    margin-left: calc(70.83333% - 8px);
  }
  .col-xl-10 {
    -webkit-flex-basis: 83.33333%;
    -ms-flex-preferred-size: 83.33333%;
    flex-basis: 83.33333%;
    max-width: 83.33333%;
  }
  .off-xl-10 {
    margin-left: 83.33333%;
  }
  .off-xl-10-half {
    margin-left: calc(79.16666% - 8px);
  }
  .col-xl-11 {
    -webkit-flex-basis: 91.66667%;
    -ms-flex-preferred-size: 91.66667%;
    flex-basis: 91.66667%;
    max-width: 91.66667%;
  }
  .off-xl-11 {
    margin-left: 91.66667%;
  }
  .off-xl-11-half {
    margin-left: calc(87.5% - 8px);
  }
  .col-xl-12 {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
  .off-xl-reset {
    margin-left: 0;
  }
  .col-xl {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%;
  }
}

.fix-overflow > * {
  max-width: 100%;
}

.flex-flow-nowrap {
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

[class*=col-] > * {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.flex-inline {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

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

.order-0 {
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
}

.order-1 {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}

.order-2 {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
}

.order-3 {
  -webkit-box-ordinal-group: 4;
  -webkit-order: 3;
  -ms-flex-order: 3;
  order: 3;
}

.order-4 {
  -webkit-box-ordinal-group: 5;
  -webkit-order: 4;
  -ms-flex-order: 4;
  order: 4;
}

.order-5 {
  -webkit-box-ordinal-group: 6;
  -webkit-order: 5;
  -ms-flex-order: 5;
  order: 5;
}

.order-6 {
  -webkit-box-ordinal-group: 7;
  -webkit-order: 6;
  -ms-flex-order: 6;
  order: 6;
}

.order-7 {
  -webkit-box-ordinal-group: 8;
  -webkit-order: 7;
  -ms-flex-order: 7;
  order: 7;
}

.order-8 {
  -webkit-box-ordinal-group: 9;
  -webkit-order: 8;
  -ms-flex-order: 8;
  order: 8;
}

.order-9 {
  -webkit-box-ordinal-group: 10;
  -webkit-order: 9;
  -ms-flex-order: 9;
  order: 9;
}

.order-10 {
  -webkit-box-ordinal-group: 11;
  -webkit-order: 10;
  -ms-flex-order: 10;
  order: 10;
}

@media (min-width: 1025px) {
  .col-double-gutter-right {
    padding-right: 24px;
  }
  .col-double-gutter-left {
    padding-left: 24px;
  }
}

@media (max-width: 767px) {
  .order-sm-0 {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
  }
  .order-sm-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  .order-sm-2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }
  .order-sm-3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
  }
  .order-sm-4 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4;
  }
  .order-sm-5 {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
    -ms-flex-order: 5;
    order: 5;
  }
  .order-sm-6 {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
    -ms-flex-order: 6;
    order: 6;
  }
  .order-sm-7 {
    -webkit-box-ordinal-group: 8;
    -webkit-order: 7;
    -ms-flex-order: 7;
    order: 7;
  }
  .order-sm-8 {
    -webkit-box-ordinal-group: 9;
    -webkit-order: 8;
    -ms-flex-order: 8;
    order: 8;
  }
  .order-sm-9 {
    -webkit-box-ordinal-group: 10;
    -webkit-order: 9;
    -ms-flex-order: 9;
    order: 9;
  }
  .order-sm-10 {
    -webkit-box-ordinal-group: 11;
    -webkit-order: 10;
    -ms-flex-order: 10;
    order: 10;
  }
}

.hidden {
  display: none !important;
}

.visually-hidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.set-visible {
  opacity: 1;
  visibility: inherit;
}

.set-invisible {
  opacity: 0;
  visibility: hidden;
}

.set-no-opacity {
  opacity: 0;
}

.pointer-none {
  pointer-events: none;
}

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

@media (min-width: 1025px) {
  .display-medium-down,
  .display-medium-only {
    display: none !important;
  }
}

@media (max-width: 1024px) {
  .display-medium-up {
    display: none !important;
  }
}

@media (max-width: 767px) {
  .display-medium-only, .display-small-up {
    display: none !important;
  }
}

.icon {
  display: inline-block;
  width: 1em;
  height: 1em;
  fill: currentColor;
  stroke: currentColor;
}

.icon-small {
  width: 8px;
  height: 8px;
}

.icon-medium {
  width: 18px;
  height: 18px;
}

.icon-large {
  width: 40px;
  height: 40px;
}

.icon svg {
  width: 100%;
  height: 100%;
  fill: inherit;
}

.icon-rotate-h {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}

.icon-rotate-up {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.icon-rotate-down {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.icon-set-left {
  margin-right: .6em;
}

.icon-set-left-short {
  margin-right: .35em;
}

.icon-inline-text {
  display: inline-block;
  position: relative;
  height: .75em;
  width: 2em;
}

.icon-inline-text svg {
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
}

.icon-inline-cta {
  position: relative;
  top: .125em;
  display: inline-block;
  width: 1.125em;
  height: 14px;
  fill: currentColor;
}

.icon-quickview-custom-icon {
  position: relative;
  top: .25em;
  width: 1.25em;
  height: 1.25em;
  left: .0625em;
  margin-right: .75em;
}

.icon-instagram-cta {
  position: relative;
  top: .35em;
  right: .4em;
  width: 1.25em;
  height: 1.25em;
}

.icon-instagram-cta svg {
  fill: currentColor;
  position: relative;
}

.icon-spatial-tag-pin {
  top: 4px;
  left: 5px;
  width: 16px;
  height: 16px;
}

.icon-spatial-tag-pin,
.icon-spatial-tag-pin-close {
  pointer-events: none;
  position: absolute;
  fill: currentColor;
}

.icon-spatial-tag-pin-close {
  top: 7px;
  left: 7px;
  width: 12px;
  height: 12px;
}

.icon-video-playback {
  width: 44px;
  height: 44px;
  fill: currentColor;
}

.icon-inline-play-cta {
  display: inline-block;
  position: relative;
  top: -1px;
  left: 2px;
  width: 14px;
  height: 14px;
  fill: currentColor;
}

.icon-spinner {
  display: block;
  position: relative;
  width: 20px;
  height: 20px;
  border: 1px solid;
  border-bottom: 1px solid #e5e5e5;
  border-radius: 50%;
  -webkit-animation-name: loading-spin;
  animation-name: loading-spin;
  -webkit-animation-direction: normal;
  animation-direction: normal;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
}

.icon-badge image {
  height: 100%;
}

@-webkit-keyframes loading-spin {
  0% {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  to {
    -webkit-transform: rotate(415deg);
    transform: rotate(415deg);
  }
}

@keyframes loading-spin {
  0% {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  to {
    -webkit-transform: rotate(415deg);
    transform: rotate(415deg);
  }
}

button {
  background-color: transparent;
  border: none;
  border-radius: 0;
  color: inherit;
  cursor: pointer;
  font: inherit;
}

.button {
  display: inline-block;
  padding-left: 16px;
  padding-right: 16px;
  border: 1px solid;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  -webkit-transition: opacity 426ms cubic-bezier(0.4, 0.9, 0.3, 1), color 426ms cubic-bezier(0.4, 0.9, 0.3, 1), border-color 426ms cubic-bezier(0.4, 0.9, 0.3, 1), background-color 426ms cubic-bezier(0.4, 0.9, 0.3, 1);
  transition: opacity 426ms cubic-bezier(0.4, 0.9, 0.3, 1), color 426ms cubic-bezier(0.4, 0.9, 0.3, 1), border-color 426ms cubic-bezier(0.4, 0.9, 0.3, 1), background-color 426ms cubic-bezier(0.4, 0.9, 0.3, 1);
}

.button:hover:not([disabled]):not(.disabled) {
  opacity: .65;
}

.button.disabled, .button[disabled] {
  background-color: #e5e5e5;
  border-color: #e5e5e5;
  color: #9b9b9b;
  cursor: not-allowed;
}

/*
	uikit 확장 클래스
*/
/* uk-grid */
/*
 * mini gutter
 */
/* Horizontal */
/* Horizontal */
.uk-grid-mini {
  margin-left: -5px;
}

.uk-grid-mini > * {
  padding-left: 5px;
}

/* Vertical co.uk-grid-mini + .uk-grid-mini,
.uk-grid-mini > .uk-grid-margin,
.uk-grid-mini > * > .uk-panel + .uk-panel { margin-top: $grid-gutter-mini-vertical; }


.uk-modal-page {
	body {height:auto;}
}

/* Margin
 ========================================================================== */
/*
 * Mini margins
 */
.uk-margin-mini {
  margin-bottom: 5px;
}

* + .uk-margin-mini {
  margin-top: 5px;
}

.uk-margin-mini-top {
  margin-top: 5px !important;
}

.uk-margin-mini-bottom {
  margin-bottom: 5px !important;
}

.uk-margin-mini-left {
  margin-left: 5px !important;
}

.uk-margin-mini-right {
  margin-right: 5px !important;
}

/*
 *  xlarge margins
 */
.uk-margin-xlarge {
  margin-bottom: 70px;
}

* + .uk-margin-xlarge {
  margin-top: 70px;
}

.uk-margin-xlarge-top {
  margin-top: 70px !important;
}

.uk-margin-xlarge-bottom {
  margin-bottom: 70px !important;
}

.uk-margin-xlarge-left {
  margin-left: 70px !important;
}

.uk-margin-xlarge-right {
  margin-right: 70px !important;
}

/* uk-accordion */
.uk-accordion {
  /* 여백 없는 타입 */
}

.uk-accordion.uk-accordion-collapse {
  border: 1px solid #fafafa;
  font-size: 12px;
}

.uk-accordion.uk-accordion-collapse .uk-accordion-title {
  margin-bottom: 0px;
  padding: 10px 15px;
  border-top: 1px solid #fafafa;
  background-color: #ffffff;
}

.uk-accordion.uk-accordion-collapse .uk-accordion-title:first-child {
  border-top: none;
}

.uk-accordion.uk-accordion-collapse .uk-accordion-title.uk-active {
  background-color: #0063BA;
}

.uk-accordion.uk-accordion-collapse .uk-accordion-title.uk-active > * {
  font-weight: bold;
  color: #ffffff;
}

.uk-accordion.uk-accordion-collapse .uk-accordion-content {
  background-color: #f7f7f7;
  padding: 15px;
}

/* 처음에 content가 노출되었다가 없어지는 상황때문에 처리 */
.uk-accordion-content {
  opacity: 0;
  filter: alpha(opacity=0);
}

.uk-accordion-content.uk-active {
  opacity: 1;
  filter: alpha(opacity=1);
}

.uk-dropdown.uk-datepicker {
  background-color: #ffffff;
  color: #141414;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  border: 1px solid #fafafa;
  -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.uk-dropdown.uk-datepicker .uk-form-select {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  overflow: hidden;
}

.uk-dropdown.uk-datepicker .uk-datepicker-heading .uk-form-select > select {
  position: absolute;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
  left: 0;
  -webkit-appearance: none;
}

.uk-modal-dialog-large {
  width: 960px;
}

.uk-modal-dialog-small {
  max-width: 500px;
}

.uk-modal-dialog {
  transition: opacity .3s linear,transform .3s ease-out;
  border-radius: 4px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

.uk-modal-dialog .uk-modal-content {
  line-height: 1.6;
}

.uk-modal-dialog.none-padding {
  padding: 0px;
}

.uk-modal-dialog.none-padding > .uk-close:first-child {
  margin: 10px 10px 0 0;
}

.uk-modal-dialog.none-padding .uk-modal-header {
  padding-top: 15px;
  text-align: center;
}

.uk-modal-dialog .panel-box {
  border: 1px solid #eeeeee;
  font-size: 12px;
  background-color: #f7f7f7;
  padding: 12px 20px;
}

.uk-modal-dialog .container {
  padding: 12px 20px;
}

.uk-modal-dialog .option-wrap dl dt {
  color: #9b9b9b;
  font-size: 12px;
}

.uk-modal-dialog .option-wrap dl dd {
  color: #383838;
  font-size: 12px;
}

.uk-modal-dialog .option-wrap.horizontal dl {
  clear: both;
}

.uk-modal-dialog .option-wrap.horizontal dl dt {
  float: left;
  line-height: 20px;
  min-width: 70px;
  margin-bottom: 5px;
}

.uk-modal-dialog .option-wrap.horizontal dl dd {
  line-height: 20px;
  margin-left: 70px;
}

/* loading */
.loading {
  display: none;
  position: fixed;
  top: -99999px;
  left: -99999px;
  text-indent: -9999;
  width: 0;
  height: 0;
  z-index: 9000;
}

.loading.open {
  display: block;
  top: 0;
  left: 0;
  text-indent: 0;
  width: 100%;
  height: 100%;
}

.loading .contents {
  width: 160px;
  height: 160px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -75px 0 0 -125px;
  padding-top: 20px;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.65);
}

.loading .dim {
  background-color: #000000;
  width: 100%;
  height: 100%;
  opacity: 0.1;
  display: block;
}

.loading .comment {
  display: inline-block;
  width: 100%;
  margin-top: 20px;
}

/*
	공통 class
*/
.scroll-box {
  overflow-y: scroll;
  height: 110px;
  padding: 15px 8px;
  border: 1px solid #dbdbdb;
}

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

/*
	notify
*/
.uk-notify {
  position: fixed;
  top: 10px;
  left: 10px;
  z-index: 1040;
  box-sizing: border-box;
  width: 100%;
  max-width: 700px;
}

.uk-notify-top-center {
  left: 50%;
  margin-left: -350px;
}

@media screen and (max-width: 767px) {
  .uk-notify-top-center {
    margin-left: -50%;
  }
}

.uk-notify-bottom-center {
  left: 50%;
  top: auto;
  bottom: 10px;
  margin-left: -50%;
}

.uk-notify-message {
  position: relative;
  margin-bottom: 10px;
  padding: 15px;
  background: #f7f7f7;
  color: #141414;
  font-size: 14px;
  line-height: 22px;
  cursor: pointer;
  border: 0;
  border-radius: 0;
  text-align: center;
}

.uk-notify-message > .uk-close {
  float: right;
}

.uk-notify-message-success {
  background: #def2d6;
  color: #5b9048;
}

.uk-notify-message-warning {
  background: #fffceb;
  color: #c23628;
}

.uk-notify-message-danger {
  background: #fff1f0;
  color: #d85030;
}

.uk-notify-message-bottom-notice {
  padding: 0 10px;
  background: none;
  font-size: 13px;
}

.uk-notify-message-bottom-notice .notify_wrap {
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  padding: 27px 0;
  line-height: normal;
}

.uk-notify-message-bottom-notice .notify_wrap .title {
  font-weight: 700;
  margin-bottom: 10px;
}

.uk-panel.uk-panel-box {
  border: 1px solid #eeeeee;
}

/*

	progress

*/
.uk-progress {
  display: none;
  box-sizing: border-box;
  height: 20px;
  margin-top: 5px;
  margin-bottom: 15px;
  background: #f7f7f7;
  overflow: hidden;
  line-height: 20px;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.07), inset 0 2px 2px rgba(0, 0, 0, 0.07);
  border-radius: 4px;
}

.uk-progress-bar {
  width: 0;
  height: 100%;
  background: #009dd8;
  float: left;
  -webkit-transition: width .6s ease;
  transition: width .6s ease;
  font-size: 12px;
  color: #ffffff;
  text-align: center;
  background-image: -webkit-linear-gradient(top, #00b4f5, #008dc5);
  background-image: linear-gradient(to bottom, #00b4f5, #008dc5);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.2), inset 0 0 0 1px rgba(0, 0, 0, 0.1);
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
}

/* lightbox arrow btn */
.uk-slidenav {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !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;
  /* font-size */
  /* size */
  position: absolute;
  top: 50%;
  font-size: 30px;
}

.uk-slidenav.xsmall {
  font-size: 12px;
}

.uk-slidenav.small {
  font-size: 14px;
}

.uk-slidenav.medium {
  font-size: 20px;
}

.uk-slidenav.large {
  font-size: 28px;
}

.uk-slidenav.xlarge {
  font-size: 40px;
}

.uk-slidenav.x2large {
  font-size: 86px;
}

.uk-slidenav.color-less {
  color: #ebebeb;
}

.uk-slidenav-previous {
  left: 10px;
}

.uk-slidenav-previous:before {
  display: block;
  content: "\e902";
}

.uk-slidenav-next {
  right: 10px;
}

.uk-slidenav-next:before {
  display: block;
  content: "\e903";
}

/* custom components */
.field-row.field-title-bold .field-title {
  font-weight: bold;
}

.field-row.field-title-select .field-title::after {
  display: inline-block;
  content: '';
  color: #ff0000;
}

.field-row .field-title {
  width: 120px;
}

.field-row .field-title::after {
  display: inline-block;
  content: '*';
  color: #ff0000;
  margin-left: 3px;
}

.field-row .field-label {
  width: calc((100% - 120px));
}

.field-row .field-label input:focus {
  outline: 1px solid #141414;
}

.field-row .i-checkbox {
  margin: 4px 0;
  line-height: 1.4;
}

.field-row .i-checkbox input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  visibility: hidden;
}

.field-row .i-checkbox input:not(:checked) + .icon {
  color: #dbdbdb;
  border: 1px solid #c4c4c4;
}

.field-row .i-checkbox input:disabled ~ .icon {
  background-color: #f3f3f3;
  border-color: #c4c4c4;
}

.field-row .i-checkbox .icon {
  margin-right: 7px;
  padding: 3px;
  width: 20px;
  height: 20px;
  vertical-align: top;
  border: 1px solid #0063BA;
  color: #0063BA;
  border-radius: 2px;
}

.field-row .i-checkbox .text {
  font-size: 14px;
  vertical-align: middle;
}

.field-row .i-checkbox.primary input:not(:checked) + .icon {
  background: #fff;
  color: #c4c4c4;
  border: 1px solid #9b9b9b;
}

.field-row .i-checkbox.primary .icon {
  background: #e70026;
  color: #fff;
  border: 1px solid #e70026;
}

input,
textarea {
  -webkit-border-radius: 1px;
  -webkit-appearance: none;
}

input[type="search"]::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}

/* Remove IE default X */
input[type="search"]::-webkit-search-cancel-button {
  display: none;
}

button {
  outline: none;
}

fieldset {
  display: block;
  margin: 0;
  padding: 0;
  border: 0;
}

fieldset > legend {
  text-indent: -9999px;
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}

/* ie에서 input의 x 버튼 제거 */
input[type=text]::-ms-clear {
  display: none;
}

input[type=password]::-ms-reveal {
  display: none;
}

.input-price {
  padding: 0 5px;
  height: 25px;
  border: 1px solid #fafafa;
  color: #9b9b9b;
}

.input-price.small {
  width: 100px;
}

.input-price.medium {
  width: 200px;
}

.input-price.large {
  width: 300px;
}

.input-radio {
  display: flex;
  align-items: center;
}

.input-radio:not(:last-child) {
  margin-bottom: 12px;
}

.input-radio input {
  position: relative;
  width: 20px;
  height: 20px;
}

.input-radio input::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  border: 1px solid #bbb;
  border-radius: 50%;
}

.input-radio label {
  margin-left: 10px;
}

.input-radio.checked input::before {
  border-color: #0063BA;
}

.input-radio.checked input::after {
  content: '';
  position: absolute;
  top: calc(50% - 5px);
  left: calc(50% - 5px);
  width: 10px;
  height: 10px;
  background-color: #0063BA;
  border-radius: 50%;
}

.input-checkbox > input {
  position: absolute;
  left: 0;
  opacity: 0;
  filter: alpha(opacity=0);
}

.input-checkbox > label {
  display: inline-block;
  line-height: 20px;
  cursor: pointer;
}

.input-checkbox > label:after {
  content: "";
  display: block;
  clear: both;
}

.input-checkbox > label > i {
  margin-right: 5px;
}

.input-checkbox > label > .label {
  font-size: 13px;
}

.input-checkbox > label {
  display: table;
}

.input-checkbox > label > i {
  display: table-cell;
}

.input-checkbox > label > .label {
  display: table-cell;
  vertical-align: middle;
}

.input-checkbox > input {
  -webkit-appearance: checkbox;
  left: -1000px;
}

.input-checkbox:hover i {
  background-position: -55px -318px;
}

.input-checkbox.checked i {
  background-position: -89px -318px;
}

.input-checkbox.disabled i {
  background-position: -122px -318px;
}

.input-file_image {
  position: relative;
}

.input-file_image label {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  width: 120px;
  height: 30px;
  border: 2px solid #0063BA;
  text-align: center;
  color: #0063BA;
  padding-top: 7px;
  cursor: pointer;
}

.input-file_image > input[type="file"] {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.input-file_image > .upload-url {
  display: none;
  position: absolute;
  top: 50%;
  left: 60px;
  margin-top: -10px;
  border: 0;
  background: none;
}

.input-submit {
  width: 160px;
  height: 50px;
  border: 0;
  padding: 0;
  margin: 0;
  color: #ffffff;
  background-color: #0063BA;
  cursor: pointer;
}

.input-textarea {
  width: 100%;
  min-height: 130px;
  position: relative;
  margin: 10px 0;
}

.input-textarea > label {
  position: absolute;
  padding: 15px;
  font-size: 14px;
  color: #808080;
  line-height: 22px;
}

.input-textarea > label.err {
  color: #d31717;
}

.input-textarea > textarea {
  width: 100%;
  height: 100%;
  padding: 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #2b2b2b;
  background-color: #f1f1f1;
  font-size: 13px;
  color: #a5a5a5;
  font-family: "Pretendard", "Helvetica Neue", "맑은 고딕", Dotum;
  line-height: 1.8em;
  min-height: 130px;
}

.input-textarea.focus > textarea {
  border-color: #2c3b59;
  color: #383838;
}

.input-textarea.disabled > label {
  color: #a5a5a5;
}

.input-textarea.disabled > textarea {
  background-color: #eeeeee;
  color: #a5a5a5;
}

.input-textarea.disabled:hover > textarea {
  border-color: #dbdbdb;
}

.input-textarea.value > label {
  display: none;
  visibility: hidden;
  text-indent: -9999px;
  opacity: 0;
}

select {
  -webkit-appearance: none;
  /* 네이티브 외형 감추기 */
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  background: #fff;
  padding: 0 40px 0 11px;
  border: none;
  box-shadow: 0 0 0 1px #333;
  font-size: 12px;
  outline: none;
  color: #333;
}

select::-ms-expand {
  display: none;
}

select:disabled {
  opacity: 0.5;
}

.select-box {
  position: relative;
  display: inline-block;
  width: 100px;
  cursor: pointer;
  font-size: 14px;
}

.select-box:before {
  position: absolute;
  top: 50%;
  right: 15px;
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-top: -6px;
  border: 0;
  border-right: 3px solid  #737680;
  border-top: 3px solid  #737680;
  transform: rotate(135deg);
}

.select-box:first-child {
  margin-top: 0;
}

.select-box.checked .select-body {
  text-indent: 0;
  left: 0;
}

.select-box.right {
  position: absolute;
  top: 10px;
  right: 0px;
}

.select-box.sort {
  color: #383838;
}

.select-box.sort .select-head {
  border: 0;
}

.select-box.sort .select-body {
  border-color: #c4c4c4;
}

.select-box.pc > select {
  overflow: hidden;
  position: absolute;
  left: -9999px;
  text-indent: -9999px;
  opacity: 0;
  filter: alpha(opacity=0);
}

.select-box.qty {
  width: 80px;
}

.select-box .select-head {
  position: relative;
  display: inline-block;
  width: 100%;
  padding: 15px 11px;
  box-sizing: border-box;
  border: 1px solid #2b2b2b;
  color: #383838;
  text-align: left;
}

.select-box .select-head > input {
  border: 0;
  padding: 0;
  margin: 0;
}

.select-box .select-head > i {
  position: absolute;
  top: 50%;
  margin-top: -2px;
  right: 10px;
  display: none;
}

.select-box.error:before, .select-box.server-error:before {
  margin-top: 0px;
  top: 12px;
}

.select-box.error > .select-head, .select-box.server-error > .select-head {
  border-color: #d31717;
}

.select-box .select-body {
  text-indent: -9999px;
  position: absolute;
  left: -9999px;
  width: 100%;
  box-sizing: border-box;
  overflow-y: auto;
  margin-top: -1px;
  max-height: 130px;
  border: 1px solid #dbdbdb;
  background: #ffffff;
  z-index: 99;
  text-align: left;
  list-style: none;
  margin: 0;
  padding: 0;
}

.select-box .select-body .list .label {
  display: block;
  padding: 10px 8px;
  color: #383838;
}

.select-box .select-body .list:hover {
  background-color: #f7f7f7;
}

.select-box .select-body .list.checked {
  background-color: #39f;
}

.select-box .select-body .list.checked .label {
  color: #fff;
}

.select-box .select-body .list.disabled {
  background-color: #EBEBEB;
}

.select-box .select-body .list.disabled .label {
  color: #9b9b9b;
}

.select-box > select {
  width: 100%;
  height: 36px;
  margin: 0;
}

.select-box a {
  text-decoration: none;
  outline: none;
}

.select-box a:hover, .select-box a:active {
  text-decoration: none;
}

.select-box.width-mini {
  width: 70px;
}

.select-box.width-small {
  width: 100px;
}

.select-box.width-large {
  width: 300px;
}

.select-box.width-max {
  width: 100%;
}

.select-box.small {
  height: 30px;
  font-size: 11px;
}

.select-box.small .select-head {
  padding: 8px 11px 7px 11px;
}

.select-box.small > select {
  height: 100%;
}

.search-field {
  position: relative;
  display: table;
  width: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  z-index: 1;
  box-sizing: border-box;
}

.search-field.active {
  display: block;
}

.search-field .input-textfield {
  display: table-cell;
  box-sizing: border-box;
  vertical-align: top;
}

.search-field .input-textfield.large label {
  left: 12px;
}

.search-field .input-textfield.large input {
  border-right-width: 0;
}

.search-field .input-textfield.focus > input {
  border-color: #2c3b59;
}

.search-field .btn_search {
  /* IE에서 크기를 못잡음 */
  /*display:table-cell;*/
  width: 68px;
  height: 36px;
  background-color: #0063BA;
  margin: 0;
  border: 0;
  padding: 13px 0;
  color: #0063BA;
}

.search-field .btn_search i {
  display: none;
}

.search-field .result-wrap {
  display: none;
  width: 100%;
  overflow-y: auto;
  position: absolute;
  top: 60px;
  left: 0;
  max-height: 300px;
  border: 1px solid #c4c4c4;
  border-top: 0;
  border-bottom: 0;
  background-color: #ffffff;
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0;
}

.search-field .result-wrap.active {
  display: block;
}

.search-field .result-wrap:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  border-bottom: 1px solid #c4c4c4;
}

.search-field .result-wrap .list {
  text-align: left;
  border-top: 1px solid #c4c4c4;
}

.search-field .result-wrap .list > a {
  display: inline-block;
  width: 100%;
  padding: 18px 20px;
  color: #0063BA;
  cursor: pointer;
  box-sizing: border-box;
}

.search-field .result-wrap .list:hover {
  background-color: #f7f7f7;
}

.search-field .result-wrap .list .address-wrap .zip-code {
  font-size: 14px;
  font-weight: 500;
  padding-bottom: 10px;
}

.search-field .result-wrap .list .address-wrap .zip-code .postcode6 {
  margin-left: 3px;
}

.search-field .result-wrap .list .address-wrap dl {
  font-size: 0;
}

.search-field .result-wrap .list .address-wrap dl dt:not(:nth-last-child(-n+2)),
.search-field .result-wrap .list .address-wrap dl dd:not(:nth-last-child(-n+2)) {
  padding-bottom: 10px;
}

.search-field .result-wrap .list .address-wrap .addr-type {
  display: inline-block;
  width: 50px;
  font-size: 14px;
  color: #9b9b9b;
}

.search-field .result-wrap .list .address-wrap .addr {
  display: inline-block;
  width: calc(100% - 50px);
  font-size: 14px;
  color: #000000;
}

.search-field .large.submit-btn {
  height: 48px;
}

.input-textfield {
  display: inline-block;
  position: relative;
  width: 200px;
  /* 세로 사이즈 */
  /* 가로 사이즈 */
}

.input-textfield > label {
  position: absolute;
  top: 16px;
  left: 13px;
  font-size: 14px;
  color: #a5a5a5;
  cursor: inherit;
}

.input-textfield > label.err {
  color: #d31717;
}

.input-textfield > input {
  width: 100%;
  height: 48px;
  font-size: 14px;
  color: #383838;
  border: 1px solid #2b2b2b;
  padding: 9px 12px;
  outline: none;
  box-sizing: border-box;
}

.input-textfield > .btn-wrap {
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -11px;
  border: 0;
  padding: 0;
  background-color: transparent;
}

.input-textfield > .btn-wrap .delete, .input-textfield > .btn-wrap .btn-search, .input-textfield > .btn-wrap button, .input-textfield > .btn-wrap a {
  border: 0;
  padding: 0;
  margin: 0;
  background-color: transparent;
}

.input-textfield > .btn-wrap .btn-search {
  font-size: 20px;
  margin-left: 4px;
}

.input-textfield > .btn-wrap .delete {
  line-height: 24px;
  vertical-align: top;
}

.input-textfield:hover > input {
  border-color: #a5a5a5;
}

.input-textfield.focus {
  /* keyup 이벤트 발생할때로 변경 */
  /*> label {display:none; visibility:hidden; text-indent:-9999px; opacity:0;}*/
}

.input-textfield.focus > input {
  border-color: #2c3b59;
  color: #383838;
}

.input-textfield.disabled > label {
  color: #a5a5a5;
}

.input-textfield.disabled > input {
  background-color: #eeeeee;
  color: #a5a5a5;
}

.input-textfield.disabled:hover > input {
  border-color: #dbdbdb;
}

.input-textfield.error > input, .input-textfield.server-error > input {
  border-color: #d31717;
}

.input-textfield.value > label {
  display: none;
  visibility: hidden;
  text-indent: -9999px;
  opacity: 0;
}

.input-textfield.mini > input {
  padding: 5px 6px 4px;
  font-size: 12px;
  height: 26px;
}

.input-textfield.mini > label {
  top: 8px;
  left: 6px;
}

.input-textfield.small > input {
  padding: 6px 8px;
  font-size: 13px;
  height: 32px;
}

.input-textfield.small > label {
  top: 10px;
  left: 8px;
}

.input-textfield.large > label {
  top: 15px;
  left: 12px;
}

.input-textfield.width-smini {
  width: 70px;
}

.input-textfield.width-mini {
  width: 100px;
}

.input-textfield.width-small {
  width: 150px;
}

.input-textfield.width-large {
  width: 250px;
}

.input-textfield.width-xlarge {
  width: 300px;
}

.input-textfield.width-max {
  width: 100%;
}

.range {
  padding: 10px 0 24px;
}

.range .filter-price-notice {
  font-size: 12px;
  color: #888;
  margin-bottom: 8px;
  padding-left: 5px;
}

.range .slider-range {
  position: relative;
  height: 2px;
  background-color: #eee;
  margin: 0 8px;
}

.range .slider-range .range-handler {
  position: absolute;
  top: -7px;
  margin-left: -8px;
  width: 16px;
  height: 16px;
  background-color: #0063BA;
  border-radius: 50%;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
  z-index: 10;
  cursor: grab;
}

.range .slider-range .range-handler.min {
  left: 0;
}

.range .slider-range .range-handler.max {
  left: 100%;
}

.range .slider-range .range-handler.focus {
  z-index: 1000;
}

.range .slider-range .range-track {
  width: 100%;
  position: absolute;
  height: 2px;
  left: 0;
  background: #0063BA;
}

.range .slider-text {
  text-align: center;
  margin-bottom: 32px;
}

.range .slider-text .input-textfield {
  width: calc(50% - 8px);
}

.range .slider-text .input-textfield > input {
  height: 40px;
  color: #666;
  font-size: 13px;
  text-align: right;
  border-color: #c4c4c4;
  background-color: #f4f4f4;
}

.input-btn-group {
  display: table;
  /*
	.input-textfield, .select-box{
		//display:table-cell;
		vertical-align: top;
	}
	.button{
		//display:table-cell;
	}
	*/
}

.input-btn-group > * {
  display: table-cell;
  vertical-align: top;
}

.input-btn-group.middle > * {
  vertical-align: middle;
}

.error-message, .server-error-message {
  margin: 7px 0 0 0;
  font-size: 12px;
  color: #ca1d31;
  display: block;
}

.uk-form-row > label.uk-form-label {
  display: block;
  margin-bottom: 8px;
  font-size: 12px;
}

.uk-form-row .error-message {
  display: none;
  text-align: left;
}

.uk-form-row .server-error-message {
  display: none;
}

.uk-form-row .error .error-message {
  display: block;
  width: 100%;
  box-sizing: border-box;
}

.uk-form-row .server-error .server-error-message {
  display: block;
}

.uk-form-row .search-field .btn_search {
  font-size: 12px;
  color: #2a2a2a;
  border-left: 0;
}

.parsley-errors-list {
  margin: 7px 0 0 0;
  font-size: 12px;
  color: #d31717;
}

/* review write - option radio */
.radio-style {
  display: inline-block;
  min-height: 36px;
  margin-right: 7px;
}

.radio-style:last-child {
  margin-right: 0;
}

.radio-style input[type=radio]:not(old) {
  width: 0;
  margin: 0;
  padding: 0;
  opacity: 0;
}

.radio-style input[type=radio]:not(old) + label {
  display: inline-block;
  width: 100%;
  height: 16px;
  text-align: center;
  font-size: 13px;
  color: #9b9b9b;
  cursor: pointer;
  position: absolute;
  left: 0;
  top: -7px;
  z-index: 20;
}

.radio-style input[type=radio]:not(old):checked + label {
  background: #ffffff;
  box-shadow: 0 3px 1px 0 rgba(0, 0, 0, 0.1), 0 1px 1px 0 rgba(0, 0, 0, 0.16), 0 3px 8px 0 rgba(0, 0, 0, 0.15);
  border: solid 0.5px rgba(0, 0, 0, 0.04);
}

@media (max-width: 767px) {
  .input-textfield > label {
    font-size: 14px;
  }
}

/* Tablet and bigger */
@media (max-width: 768px) {
  .field-row {
    vertical-align: middle;
  }
  .field-row .i-checkbox .icon {
    width: 18px;
    height: 18px;
  }
  .field-row .i-checkbox .text {
    vertical-align: baseline;
  }
}

.btn-link, .button {
  display: flex;
  max-width: 320px;
  width: 100%;
  height: 50px;
  margin: 0;
  padding: 0;
  border: 0;
  color: #0063BA;
  font-size: 18px;
  font-style: normal;
  line-height: 100%;
  border: 1px solid #0063BA;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.btn-link:hover:not([disabled]):not(.disabled), .button:hover:not([disabled]):not(.disabled) {
  opacity: 1;
}

.btn-link.width-max, .button.width-max {
  padding-left: 0px !important;
  padding-right: 0px !important;
  width: 100%;
  text-align: center;
}

.btn-link.basic, .button.basic {
  min-width: 160px;
}

.btn-link.wide, .button.wide {
  min-width: 250px;
}

.btn-link.width-fix, .button.width-fix {
  padding-left: 0px !important;
  padding-right: 0px !important;
  text-align: center;
}

.btn-link.primary, .button.primary {
  background-color: #0063BA;
  color: #fff;
}

.btn-link.line, .button.line {
  border: 2px solid #0063BA;
  color: #0063BA;
  background-color: transparent;
  line-height: 0.9;
  z-index: 1;
  position: relative;
}

.btn-link.line-thin, .button.line-thin {
  position: relative;
  color: #0063BA;
  font-weight: normal;
  background-color: transparent;
  vertical-align: top;
  box-sizing: border-box;
}

.btn-link.line-thin:first-child:before, .button.line-thin:first-child:before {
  margin-left: 0;
}

.btn-link.has-eng, .button.has-eng {
  font-weight: bold;
  border: 0;
  height: auto !important;
}

.btn-link.has-eng .eng, .button.has-eng .eng {
  display: block;
  margin-top: 10px;
  color: #666;
  font-size: 14px;
}

.btn-link.disabled, .btn-link:disabled, .button.disabled, .button:disabled {
  color: #ebebeb !important;
  background-color: #a5a5a5 !important;
  cursor: default;
  border-color: #a5a5a5 !important;
}

.btn-link.disabled:hover, .btn-link.disabled.active, .btn-link.disabled.uk-active, .btn-link:disabled:hover, .btn-link:disabled.active, .btn-link:disabled.uk-active, .button.disabled:hover, .button.disabled.active, .button.disabled.uk-active, .button:disabled:hover, .button:disabled.active, .button:disabled.uk-active {
  color: #ebebeb;
  background-color: #a5a5a5;
  border-color: #a5a5a5;
}

.btn-link > i.left, .button > i.left {
  float: left;
  margin-right: 6px;
}

.btn-link > i.right, .button > i.right {
  float: right;
  margin-left: 6px;
}

.btn-link:after, .button:after {
  content: "";
  display: block;
  clear: both;
}

.btn-link, .button {
  text-decoration: none;
  outline: none;
}

.btn-link:hover, .btn-link:active, .button:hover, .button:active {
  text-decoration: none;
}

.btn-link.button-kakaotalk, .button.button-kakaotalk {
  background: #fee500;
  color: #000;
}

.btn-link.button-kakaotalk i, .button.button-kakaotalk i {
  font-size: 26px;
  vertical-align: sub;
}

.btn-link.button-naver, .button.button-naver {
  background: #03c75a;
  color: #fff;
  border-color: #03c75a;
}

.btn-link.button-naver i, .button.button-naver i {
  font-size: 26px;
  vertical-align: sub;
}

@media screen and (max-width: 767px) {
  .btn-link, .button {
    height: 45px;
    font-size: 14px;
  }
}

button {
  cursor: pointer;
}

.close-btn, .btn-delete {
  position: absolute;
  top: 10px;
  right: 10px;
  border: 0;
  padding: 0;
  margin: 0;
  background-color: #fff;
  cursor: pointer;
}

a {
  color: #141414;
  text-decoration: none;
  outline: none;
}

a > .disabled {
  color: #141414;
}

.wish-delete_btn {
  display: inline-block;
  font-size: 20px;
  color: #fff;
  margin: 5px;
  background-color: #dcdcdc;
}

.file-remove_btn {
  display: inline-block;
  width: 24px;
  height: 24px;
  background-color: #e8e8e8;
  background-position: -366px -14px;
}

.popup-close_btn {
  display: inline-block;
  width: 54px;
  height: 54px;
  background-position: -314px 0;
}

.popup-close_btn:after {
  content: '';
}

.btn-tab {
  float: left;
  font-size: 16px;
  margin-left: 40px;
  padding-bottom: 10px;
}

.btn-tab a {
  color: #929292;
}

.btn-tab:first-child {
  margin-left: 0;
}

.btn-tab:hover {
  border-bottom: 2px solid #999;
}

.btn-tab.active, .btn-tab.uk-active {
  border-bottom: 2px solid #000000;
}

.btn-tab.active a, .btn-tab.uk-active a {
  color: #000000;
}

.btn-tab.small {
  font-size: 13px;
  padding-bottom: 5px;
}

.btn-qty:after {
  content: '';
  display: block;
  clear: both;
}

.btn-qty .label {
  width: 50px;
  height: 32px;
  border: 1px solid #d1d1d1;
  padding: 6px 5px;
  margin-right: 8px;
  text-align: center;
  outline: none;
  box-sizing: border-box;
}

.btn-qty .btn {
  position: relative;
  width: 46px;
  height: 32px;
  border: 1px solid #a3a3a3;
  padding: 0;
  margin: 0;
  cursor: pointer;
  box-sizing: border-box;
  background-color: #fff;
  margin-left: -1px;
  font-size: 20px;
}

.btn-qty .btn:first-child {
  margin-left: 0;
}

.btn-qty .btn:hover {
  border-color: #000000;
  background-color: #EBEBEB;
  z-index: 1;
}

.sort-tabs {
  font-size: 0;
}

.sort-tabs .sort-item {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  display: inline-block;
  font-size: 12px;
  background-color: transperant;
  color: #606060;
  text-align: center;
}

.sort-tabs .sort-item.active, .sort-tabs .sort-item.uk-active {
  color: #000000;
  font-weight: bold;
}

.sort-tabs.type-bg-gray .sort-item {
  background-color: #f1f1f1;
}

.sort-tabs.type-bg-gray .sort-item.active, .sort-tabs.type-bg-gray .sort-item.uk-active {
  background-color: #ffffff;
}

.sort-tabs.type-bg-gray .sort-item.active:before, .sort-tabs.type-bg-gray .sort-item.uk-active:before {
  border: 1px solid #d1d1d1;
}

.btn-pagination {
  display: block;
  margin: 10px auto 80px;
  text-align: center;
}

.btn-pagination.more {
  display: block;
}

.btn-pagination .paging {
  display: inline-block;
  color: #111111;
  text-align: center;
  vertical-align: middle;
  margin: 0 10px;
}

.btn-pagination .paging.active {
  font-weight: bold;
  text-decoration: underline;
}

.btn-pagination .paging .icon-ic-first-page,
.btn-pagination .paging .icon-ic-last-page {
  font-weight: bold;
}

.btn-pagination.version2 {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

.btn-pagination.version2 .paging {
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
  color: #666666;
}

.btn-pagination.version2 .paging.active {
  border-radius: 50%;
  background-color: #f6f6f6;
  text-decoration: none;
  color: #141414;
}

.btn-pagination.version2 .paging .icon {
  stroke: #000;
}

.btn-pagination.version2 .paging.disabled {
  cursor: not-allowed;
  pointer-events: none;
}

.btn-pagination.version2 .paging.disabled .icon {
  stroke: #c4c4c4;
}

/* font-color */
.font-color-1 {
  color: #383838 !important;
}

.font-color-2 {
  color: #141414 !important;
}

.font-color-3 {
  color: #9b9b9b !important;
}

.font-color-4 {
  color: #a5a5a5 !important;
}

.font-color-5 {
  color: #ebebeb !important;
}

.font-color-6 {
  color: #ffffff !important;
}

.font-color-thanks {
  color: #0121ee !important;
}

/* font-size */
.font-size-smini {
  font-size: 10px !important;
}

.font-size-mini {
  font-size: 11px !important;
}

.font-size-s {
  font-size: 12px !important;
}

.font-size-m {
  font-size: 14px !important;
}

.font-size-l {
  font-size: 16px !important;
}

.font-size-xl {
  font-size: 24px !important;
}

/* custom css layout */
* html section {
  height: 100%;
}

body {
  color: #141414;
}

p,
ul,
ol,
dl,
blockquote,
pre,
address,
fieldset,
figure {
  margin: 0;
}

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

.wrapper {
  min-height: 100%;
}

body {
  position: relative;
}

.wrapper {
  min-height: 100vh;
  min-height: -webkit-fill-available;
}

.wrapper:not(.set-overlay) ~ .wrapper:not(.set-overlay-all)::after {
  opacity: 0;
  visibility: hidden;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #333;
  -webkit-transition: opacity 213ms ease-in-out, visibility 213ms ease-in-out;
  transition: opacity 213ms ease-in-out, visibility 213ms ease-in-out;
  content: '';
}

.wrapper::after {
  position: fixed;
}

.set-overlay {
  cursor: pointer;
}

.set-overlay.no-cursor {
  cursor: default;
}

.set-overlay::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.65);
  -webkit-transition: opacity 213ms ease-in-out, visibility 213ms ease-in-out;
  transition: opacity 213ms ease-in-out, visibility 213ms ease-in-out;
  content: '';
  z-index: 2;
}

.set-overlay-all::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.65);
  -webkit-transition: opacity 213ms ease-in-out, visibility 213ms ease-in-out;
  transition: opacity 213ms ease-in-out, visibility 213ms ease-in-out;
  content: '';
  z-index: 1080;
}

.contents.margin-mini {
  margin-top: 10px;
}

.contents.margin-small {
  margin-top: 30px;
}

.contents.margin-xsmall {
  margin-top: 40px;
}

.contents.margin-medium {
  margin-top: 60px;
}

.contents.margin-large {
  margin-top: 80px;
}

.contents.margin-xlarge {
  margin-top: 120px;
}

.width-xlarge {
  width: 100%;
  max-width: 1440px;
}

.width-large {
  width: 100%;
  max-width: 960px;
}

.width-medium {
  width: 100%;
  max-width: 768px;
}

.width-small {
  max-width: 480px;
}

.width-max {
  max-width: 100%;
}

.height-max {
  height: 100%;
}

.dim {
  display: none;
  position: absolute;
  overflow: hidden;
  text-indent: -9999px;
}

.dim.active {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #000000;
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=10)";
  z-index: 1055;
}

.dim.module-start-before {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #000000;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  z-index: 9999;
}

.set-hide-click-focus :focus {
  outline-color: #141414;
}

/* responsive */
.mobile-only {
  display: none !important;
}

.pc-only {
  display: block !important;
}

.mobile-br {
  display: none !important;
}

/* loading */
.loading {
  z-index: 11000;
}

.loading .contents {
  width: 160px;
  height: 160px;
  margin: 0;
  top: calc(50% - 80px);
  left: calc(50% - 80px);
  padding-top: 0;
  background-color: inherit;
}

.loading .dim {
  background-color: #000;
  opacity: 0.65;
}

.loading .loading-lottie {
  width: auto;
  height: auto;
}

.loader {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* category slide extends */
.swipe-wrapper {
  max-width: 1440px;
  position: relative;
  margin: 0 auto;
}

.swipe-container {
  width: 100%;
}

.swipe-container.destroy .product-item {
  margin: 2px 0px;
}

.swipe-container .slide {
  float: left;
  width: 100%;
}

.swipe-container .slide > div {
  box-sizing: border-box;
  padding: 0 5px;
}

.swipe-container:after {
  content: '';
  display: block;
  clear: both;
}

/* slick slide extends */
/* hide slider until html images have loaded */
.slider-content-wrapper .slide-item:nth-child(n+2) {
  display: none;
}

.slider-content-wrapper .slide-item.slick-slide {
  display: block;
}

.product-item {
  position: relative;
  margin: 15px 0;
}

.product-item .item-imgwrap {
  overflow: hidden;
  position: relative;
  max-height: 370px;
}

.product-item .item-imgwrap > img {
  display: block;
  width: 100%;
  height: auto;
  z-index: 9;
}

.product-item .item-imgwrap > img.hover {
  position: absolute;
  display: none;
  top: 0;
  left: 0;
}

.product-item .item-imgwrap .item-label_ico {
  position: absolute;
  color: #383838;
  z-index: 10;
}

.product-item .item-imgwrap .item-label_ico.top_left {
  top: 0;
  left: 0;
}

.product-item .item-imgwrap .item-label_ico.top_right {
  top: 0;
  right: 0;
}

.product-item .item-imgwrap .item-label_ico.bottom_left {
  bottom: 0;
  left: 0;
}

.product-item .item-imgwrap .item-label_ico.bottom_right {
  bottom: 0;
  right: 0;
}

.product-item .item-imgwrap .category-overlaytext {
  display: table;
  position: absolute;
  width: 100%;
  height: inherit;
  min-height: 327px;
  text-align: center;
  vertical-align: middle;
  z-index: 60;
}

.product-item .item-imgwrap .category-overlaytext > .txt {
  display: table-cell;
  height: 100%;
  vertical-align: middle;
  font-size: 20px;
  font-weight: bold;
  color: #ffffff;
}

.product-item .item-info {
  margin-top: 10px;
  color: #141414;
  letter-spacing: -0.5px;
}

.product-item .item-info .item-marketing {
  display: block;
  position: relative;
  color: #29346D;
  margin-bottom: 5px;
}

.product-item .item-info .item-title {
  overflow: hidden;
  display: block;
  max-height: 42px;
  line-height: 20px;
  font-size: 12px;
  color: #2b2b2b;
}

.product-item .item-info .item-price {
  display: block;
  position: relative;
  margin: 5px 0 8px;
  font-size: 12px;
  color: #c9192e;
}

.product-item .item-info .item-price .item-price-sale {
  color: #929292;
  text-decoration: line-through;
  padding-right: 3px;
}

.product-item .item-info .item-price .item-price-per {
  position: absolute;
  right: 10px;
}

.product-item .item-info .item-price .disc-num {
  color: #d31717;
}

.product-item .item-info .item-price > strong {
  font-weight: 400;
  letter-spacing: 0.3px;
}

.product-item .item-info .like {
  margin-bottom: 8px;
}

.product-item .item-info .product-like {
  position: relative;
  display: block;
  margin-top: 10px;
}

.product-item .item-info .product-like:after {
  content: "";
  display: block;
  clear: both;
}

.product-item a:hover .item-info .item-title {
  color: #2b2b2b;
}

.product-item .btn-wrap {
  text-align: center;
}

.product-item .wish-btn {
  padding: 10px;
  margin: 0;
  border: 0;
  background-color: transparent;
  color: #0063BA;
  cursor: pointer;
}

.product-item .item-marketing-price {
  color: #d31717;
  font-size: 12px;
}

.product-item .item-marketing-price > a {
  color: inherit;
  display: inline-block;
  padding-bottom: 8px;
}

.product-item .action-hover {
  position: relative;
  display: block;
  width: 100%;
}

.product-item .action-hover .quick-btn {
  display: none;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 100;
}

.product-item .action-hover.over .hover {
  display: block;
}

.product-item .action-hover.over .quick-btn {
  display: block;
}

.product-item .wish-btn-wrap {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 98;
}

.product-item .wish-btn-wrap .wish-btn {
  font-size: 19px;
}

.tab-title-container.tabtype2 {
  max-width: 1440px;
  margin: 0 auto;
}

.tab-title-container.tabtype2 ul {
  display: flex;
  border-bottom: 1px solid #d9d9d9;
}

.tab-title-container.tabtype2 ul li a {
  font-size: 25px;
  font-weight: bold;
  color: #999;
}

.tab-title-container.tabtype2 ul li.active a, .tab-title-container.tabtype2 ul li.uk-active a {
  color: #111111;
}

.tab-title-container.tabtype2 ul li.active:after, .tab-title-container.tabtype2 ul li.uk-active:after {
  content: '';
  display: inline-block;
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 1px;
  height: 3px;
  background-color: #0063BA;
}

.tab-title-container.tabtype3 {
  max-width: 910px;
  margin-bottom: 60px;
}

.tab-title-container.tabtype3 ul {
  display: table;
  position: relative;
  width: 100%;
  margin: 0 !important;
}

.tab-title-container.tabtype3 ul.active:after, .tab-title-container.tabtype3 ul.uk-active:after {
  display: none;
}

.tab-title-container.tabtype3 ul li {
  float: none;
  display: table-cell;
  height: 48px;
  padding: 0;
  font-size: 16px;
  vertical-align: middle;
}

.tab-title-container.tabtype3 ul li:after {
  content: '';
  display: inline-block;
  position: absolute;
  left: -1px;
  top: 50%;
  width: 1px;
  height: 28px;
  margin-top: -14px;
  border: 0;
  border-left: 1px solid #ebebeb;
  z-index: 9;
}

.tab-title-container.tabtype3 ul li:first-child:after {
  border: 0;
}

.tab-title-container.tabtype3 ul li a {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 100%;
  padding: 16px 0;
  font-weight: 500;
  box-sizing: border-box;
  z-index: 10;
}

.tab-title-container.tabtype3 ul li.active a, .tab-title-container.tabtype3 ul li.uk-active a {
  color: #fff;
  background-color: #0063BA;
}

.category-list.plp-content {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 10px;
}

.recent-content {
  max-width: 1800px;
  margin: 32px auto;
  padding: 0 20px;
}

.recent-content .recnet-content-header {
  border-bottom: 1px solid #f4f4f4;
}

.recent-content .recnet-content-header .title {
  font-size: 38px;
  font-weight: bold;
  padding: 24px 0 32px;
}

.recent-content .recent-list {
  padding: 32px 0;
}

.recent-content .recent-list .recent-length-wrap {
  padding-bottom: 24px;
  font-size: 18px;
}

.recent-content .recent-list .recent-length-wrap b {
  color: #0063BA;
}

.recent-content .recent-list .recent-length-wrap button {
  font-size: 15px;
}

.recent-content .recent-list .recent-length-wrap button .icon {
  font-size: 19px;
  vertical-align: top;
}

.recent-content .recent-list .recent-container {
  padding: 0;
}

.recent-content .recent-list .recent-container .plp-grid {
  margin-left: 0;
  margin-right: 0;
}

.recent-content .recent-list .recent-container .plp-grid-item {
  max-width: 25%;
}

.recent-content .recent-list .product-details {
  margin-top: 22px;
}

.recent-content .recent-list .product-details .name {
  line-height: 20px;
  margin-bottom: 5px;
  font-weight: 500;
}

.recent-content .recent-list .product-details .price .retail {
  display: block;
  color: #979797;
  text-decoration: line-through;
}

.recent-content .recent-list .product-details .price .sale {
  font-weight: bold;
}

.recent-content .recent-list .product-details .price .disc-num {
  margin-right: 10px;
  font-weight: bold;
  color: #d31717;
}

.recent-content .recent-list .empty-recent-wrap {
  padding: 80px 0;
}

.recent-content .recent-list .empty-recent-wrap .empty-recent-content {
  margin-bottom: 60px;
}

.recent-content .recent-list .empty-recent-wrap .empty-recent-content .icon {
  font-size: 50px;
}

.recent-content .recent-list .empty-recent-wrap .empty-recent-content p {
  color: #999;
  font-size: 16px;
  padding: 24px 0 80px;
}

.recent-content .recent-list .empty-recent-wrap .related-slider-wrap {
  max-width: 1800px;
  padding: 0;
}

.app-popup .icon {
  width: 40px;
  height: 40px;
  margin-bottom: 10px;
}

.app-popup .app-popup-title {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 10px;
}

.app-popup .app-popup-desc {
  line-height: 1.5;
  font-weight: 500;
  font-size: 14px;
}

.app-popup .app-popup-desc span {
  display: block;
  margin-top: 10px;
  font-size: 14px;
  font-weight: 400;
  color: #757575;
}

.ranking-page {
  max-width: 1780px;
  margin: 0 auto;
  padding-bottom: 50px;
}

.ranking-page.sub {
  padding-top: 50px;
}

.ranking-page.sub .ranking-content {
  padding-bottom: 50px;
}

.ranking-page.sub .plp-content {
  padding-bottom: 0;
}

.ranking-page .ranking-page-header h1 {
  font-size: 36px;
  font-weight: bold;
  padding: 50px 0;
}

.ranking-page .tab-title-container {
  padding-bottom: 40px;
}

.ranking-page .tab-title-container .btn-tab {
  font-size: 20px;
  padding: 0;
}

.ranking-page .tab-title-container .btn-tab.active {
  font-weight: bold;
}

.ranking-page .ranking-filter {
  justify-content: end;
}

.ranking-page .ranking-filter .i-checkbox {
  position: relative;
  display: inline-block;
  font-size: 16px;
  line-height: 1.4;
  color: #000;
  align-content: center;
}

.ranking-page .ranking-filter .i-checkbox input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  visibility: hidden;
}

.ranking-page .ranking-filter .i-checkbox input:not(:checked) + .icon {
  color: transparent;
}

.ranking-page .ranking-filter .i-checkbox .icon {
  margin-right: 14px;
  margin-top: -1px;
  padding: 4px;
  width: 24px;
  height: 24px;
  color: #000000;
  vertical-align: top;
  border: 1px solid #ccc;
  background-color: #ffffff;
}

.ranking-page .ranking-filter .i-checkbox .text {
  vertical-align: top;
}

.ranking-page .ranking-filter .sort-wrap .select-box {
  min-width: 140px;
  width: auto;
}

.ranking-page .ranking-filter .sort-wrap .select-box.ranking-age {
  margin: 0 10px 0 30px;
}

.ranking-page .ranking-filter .sort-wrap .select-box:before {
  display: none;
}

.ranking-page .ranking-filter .sort-wrap .select-box .icon {
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -8px;
}

.ranking-page .ranking-filter .sort-wrap .select-box select {
  font-size: 16px;
  color: #000;
  border: 1px solid #ccc;
  height: 56px;
  padding: 0 46px 0 14px;
}

.ranking-page .ranking-list {
  margin-top: 13px;
}

.ranking-page .rank-list-wrap .rank-item {
  position: relative;
  max-width: 20%;
}

.ranking-page .rank-list-wrap .rank-item .ranking-count {
  position: absolute;
  top: 0;
  left: 14px;
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 20px;
  color: #fff;
  background: #000;
  z-index: 1;
}

.ranking-page .rank-list-wrap .rank-item .product-tile-details .name .text-link {
  font-size: 18px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.ranking-page .rank-list-wrap .rank-item .product-tile-details .price {
  align-items: center;
}

.ranking-page .rank-list-wrap .rank-item .product-tile-details .price * {
  font-size: 16px;
}

.ranking-page .rank-list-wrap .rank-item .product-tile-details .price .rate {
  font-weight: 600;
}

.ranking-page .rank-list-wrap .rank-item .product-tile-main .product-badges {
  display: none;
}

#offer-product-modal .offer-product-modal {
  padding: 20px;
  max-width: 360px;
}

#offer-product-modal .offer-product-modal .modal-title {
  border-bottom: 2px solid #000;
}

#offer-product-modal .offer-product-modal .modal-title .uk-modal-close {
  position: absolute;
  top: 14px;
  right: 14px;
  font-size: 30px;
}

#offer-product-modal .offer-product-modal .modal-title strong {
  display: block;
  font-size: 20px;
  text-align: center;
  padding: 16px 0 20px;
}

#offer-product-modal .offer-product-modal .contents {
  height: calc(100% - 62px);
  overflow-y: auto;
}

#offer-product-modal .offer-product-modal .contents .offer-product-list-wrap .product-item {
  margin: 0;
  padding: 26px 0 20px;
  border-bottom: 1px solid #e0e0e0;
  gap: 16px;
}

#offer-product-modal .offer-product-modal .contents .offer-product-list-wrap .product-item .product-image {
  max-width: 98px;
  width: 100%;
}

#offer-product-modal .offer-product-modal .contents .offer-product-list-wrap .product-item .product-details .name {
  font-weight: bold;
  margin-bottom: 13px;
}

#offer-product-modal .offer-product-modal .contents .offer-product-list-wrap .product-item .product-details .price {
  font-family: "Pretendard", "Helvetica Neue", "맑은 고딕", Dotum;
  font-size: 15px;
}

#offer-product-modal .offer-product-modal .contents .offer-product-list-wrap .product-item .product-details .price .retail {
  display: block;
  color: #9b9b9b;
  font-size: 12px;
  margin-bottom: 5px;
  text-decoration: line-through;
}

#offer-product-modal .offer-product-modal .contents .offer-product-list-wrap .product-item .product-details .price .sale {
  font-weight: 700;
  color: #111111;
}

#offer-product-modal .offer-product-modal .contents .offer-product-list-wrap .product-item .product-details .price .rate {
  margin-left: 8px;
  font-weight: 700;
  color: #d31717;
}

#offer-product-modal .offer-product-modal .contents .offer-product-list-wrap .offer-product-empty {
  min-height: 200px;
}

.page-breadcrumb {
  padding: 32px 16px;
  border-bottom: 1px solid #e5e5e5;
}

.page-breadcrumb .row {
  max-width: 1800px;
  margin: 0 auto;
}

.page-breadcrumb .row a {
  position: relative;
  color: #9b9b9b;
  font-size: 14px;
  padding: 0 20px 0 0;
}

.page-breadcrumb .row a::after {
  content: '/';
  color: #000;
  position: absolute;
  right: 8px;
  top: 0;
}

.page-breadcrumb .row a:last-child {
  color: #000;
  font-weight: bold;
  pointer-events: none;
}

.page-breadcrumb .row a:last-child::after {
  display: none;
}

.add-product-list-wrap {
  margin-bottom: 32px;
  padding: 32px 0 0;
  border-top: 1px solid #d9d9d9;
}

.add-product-list-wrap .add-product-list {
  border: 1px solid #c4c4c4;
}

.add-product-list-wrap .add-product-list .toggle-label {
  padding: 20px;
}

.add-product-list-wrap .add-product-list .toggle-label .toggle-title {
  display: flex;
  justify-content: space-between;
  font-size: 16px;
  font-weight: bold;
}

.add-product-list-wrap .add-product-list .toggle-label .toggle-title .sub-title {
  font-size: 14px;
  font-weight: normal;
  margin-right: 12px;
  color: #666;
}

.add-product-list-wrap .add-product-list .toggle-label::after {
  right: 20px;
}

.add-product-list-wrap .add-product-list .toggle-content {
  display: none;
  padding: 20px;
  border-top: 1px solid #c4c4c4;
}

.add-product-list-wrap .add-product-list .toggle-content.active {
  display: block;
}

.add-setProduct-list-wrap {
  padding: 32px 0 8px;
  border-top: 1px solid #d9d9d9;
}

.add-setProduct-list-wrap .add-product-list {
  border: 1px solid #c4c4c4;
}

.add-setProduct-list-wrap .add-product-list .toggle-label {
  padding: 20px;
}

.add-setProduct-list-wrap .add-product-list .toggle-label .toggle-title {
  display: flex;
  justify-content: space-between;
  font-size: 16px;
  font-weight: bold;
}

.add-setProduct-list-wrap .add-product-list .toggle-label .toggle-title .sub-title {
  font-size: 14px;
  font-weight: normal;
  margin-right: 12px;
}

.add-setProduct-list-wrap .add-product-list .toggle-label::after {
  right: 20px;
}

.add-setProduct-list-wrap .add-product-list .toggle-content {
  display: none;
  padding: 20px;
  border-top: 1px solid #c4c4c4;
}

.add-setProduct-list-wrap .add-product-list .toggle-content.active {
  display: block;
}

.add-product-box {
  border: none;
  padding: 0;
  padding-top: 22px;
}

.add-product-box:first-child {
  padding-top: 0;
}

.add-product-box .image-wrap {
  max-width: 100px;
}

.add-product-box .order-info {
  position: relative;
  width: calc(100% - 120px);
  margin: 0;
  margin-top: 4px;
  margin-left: auto;
}

.add-product-box .order-info .tit {
  display: block;
  color: #111111;
  font-size: 16px;
}

.add-product-box .order-info .option-wrap {
  margin-top: 6px;
}

.add-product-box .order-info .option-wrap span {
  margin-bottom: 2px;
  font-size: 13px;
  color: #666;
  padding: 0 6px 0 8px;
}

.add-product-box .order-info .option-wrap span:first-child {
  padding-left: 0;
}

.add-product-box .order-info .option-wrap span:not(:first-child) {
  position: relative;
}

.add-product-box .order-info .option-wrap span:not(:first-child)::before {
  content: '';
  position: absolute;
  left: 0;
  top: 3px;
  width: 1px;
  height: 10px;
  background-color: #dbdbdb;
}

.add-product-box .order-info .price-wrap {
  margin-top: 8px;
  font-size: 16px;
}

.add-product-box .order-info .price-wrap .add-sale-price {
  text-decoration: line-through;
  color: #999;
  margin-left: 8px;
  font-size: 14px;
}

.add-product-box .order-info .price-wrap .add-retail-price {
  font-weight: bold;
}

.add-product-box .order-info .add-price {
  font-weight: bold;
  margin-left: 4px;
}

.add-product-box .order-info .add-rate {
  font-weight: bold;
  color: #d31717;
}

.add-product-box .add-product-selection {
  margin-top: 8px;
}

.add-product-box .add-product-selection .input-select-inline {
  width: 100%;
  height: 40px;
  box-shadow: 0 0 0 1px #dbdbdb;
  font-size: 14px;
  background-repeat: no-repeat;
  background-position: right 20px center;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='17px' height='9px'%3E%3Cpath fill-rule='evenodd' fill='rgb(117, 117, 117)' d='M16.242,2.353 L8.751,8.742 L8.250,8.314 L7.748,8.742 L0.258,2.353 L2.131,0.756 L8.250,5.975 L14.369,0.756 L16.242,2.353 Z'/%3E%3C/svg%3E");
  background-size: 11px 7px;
}

/* media query */
@media screen and (max-width: 767px) {
  body {
    position: relative;
    padding-top: constant(safe-area-inset-top);
    padding-top: env(safe-area-inset-top);
    padding-bottom: constant(safe-area-inset-bottom);
    padding-bottom: env(safe-area-inset-bottom);
    min-height: 100vh;
  }
  .recent-content {
    margin: 0;
    padding: 0;
  }
  .recent-content .recent-list {
    padding: 0;
  }
  .recent-content .recent-list .recent-length-wrap {
    padding: 21px 16px 13px;
    font-size: 13px;
  }
  .recent-content .recent-list .recent-length-wrap button {
    font-size: 13px;
  }
  .recent-content .recent-list .recent-length-wrap button .icon {
    font-size: 16px;
    vertical-align: text-bottom;
  }
  .recent-content .recent-list .recent-container {
    padding: 0 16px;
  }
  .recent-content .recent-list .recent-container .product-details {
    margin-top: 8px;
  }
  .recent-content .recent-list .recent-container .product-details .name {
    font-weight: normal;
  }
  .recent-content .recent-list .empty-recent-wrap {
    padding: 40px 0;
  }
  .recent-content .recent-list .empty-recent-wrap .empty-recent-content {
    margin-bottom: 40px;
    padding: 0 16px;
  }
  .recent-content .recent-list .empty-recent-wrap .empty-recent-content .icon {
    font-size: 48px;
  }
  .recent-content .recent-list .empty-recent-wrap .empty-recent-content p {
    padding: 16px 0 0 0;
    font-size: 14px;
  }
  .recent-content .recent-list .empty-recent-wrap .related-slider-wrap {
    padding: 24px 16px;
  }
  .ranking-page {
    padding-bottom: 30px;
  }
  .ranking-page .ranking-filter {
    justify-content: space-between;
    flex-direction: row-reverse;
  }
  .ranking-page .ranking-filter .sort-wrap {
    padding-bottom: 0;
  }
  .ranking-page .ranking-filter .sort-wrap .select-box {
    min-width: auto;
  }
  .ranking-page .ranking-filter .sort-wrap .select-box:before {
    width: 7px;
    height: 7px;
    border-color: #000;
  }
  .ranking-page .ranking-filter .sort-wrap .select-box.ranking-age {
    margin: 0;
    min-width: 90px;
  }
  .ranking-page .ranking-filter .sort-wrap .select-box .icon {
    width: 12px;
    margin-top: -7px;
  }
  .ranking-page .ranking-filter .sort-wrap .select-box select {
    min-width: 78px;
    height: unset;
    font-size: 14px;
    padding: 20px 12px;
    border: none;
  }
  .ranking-page .ranking-filter .i-checkbox {
    font-size: 14px;
  }
  .ranking-page .ranking-filter .i-checkbox .icon {
    width: 18px;
    height: 18px;
    margin-right: 7px;
  }
  .ranking-page.sub .ranking-page-header h1 {
    font-size: 24px;
    padding: 25px 0;
  }
  .ranking-page.sub .tab-title-container {
    display: block;
    width: 100%;
  }
  .ranking-page.sub .tab-title-container ul {
    overflow-x: auto;
    white-space: nowrap;
  }
  .ranking-page.sub .tab-title-container .btn-tab {
    float: none;
    display: inline-block;
    font-size: 15px;
    margin: 15px;
    color: #757575;
  }
  .ranking-page.sub .tab-title-container .btn-tab:hover, .ranking-page.sub .tab-title-container .btn-tab.active {
    border-width: 1px;
  }
  .ranking-page.sub .ranking-content {
    padding-bottom: 75px;
  }
  .ranking-page.sub .ranking-content .ranking-list .heading-type-h3-fluid {
    font-size: 14px;
  }
  .ranking-page:not(.sub) .tab-title-container {
    padding-bottom: 0;
    display: block;
    position: fixed;
    width: 100%;
    background: #fff;
    z-index: 11;
    transition: all 0.2s;
  }
  .ranking-page:not(.sub) .tab-title-container ul {
    overflow-x: auto;
    white-space: nowrap;
    border-bottom: 1px solid #c4c4c4;
  }
  .ranking-page:not(.sub) .tab-title-container .btn-tab {
    float: none;
    display: inline-block;
    font-size: 15px;
    margin: 15px;
    color: #757575;
  }
  .ranking-page:not(.sub) .tab-title-container .btn-tab:hover, .ranking-page:not(.sub) .tab-title-container .btn-tab.active {
    border-width: 1px;
  }
  .ranking-page .ranking-list {
    margin-top: 0;
  }
  .ranking-page .rank-list-wrap {
    justify-content: space-between;
  }
  .ranking-page .rank-list-wrap .rank-item {
    max-width: calc(50% - 3px);
    padding: 0 !important;
  }
  .ranking-page .rank-list-wrap .rank-item:nth-child(1) .ranking-count {
    background: #FE6D02;
  }
  .ranking-page .rank-list-wrap .rank-item .ranking-count {
    left: 0;
    width: 24px;
    height: 24px;
    line-height: 24px;
    font-size: 12px;
  }
  .ranking-page .rank-list-wrap .rank-item .product-tile-details .name .text-link {
    font-size: 13px;
    font-weight: 500;
  }
  .ranking-page .rank-list-wrap .rank-item .product-tile-details .price {
    align-items: center;
  }
  .ranking-page .rank-list-wrap .rank-item .product-tile-details .price * {
    font-size: 12px;
    font-weight: 700;
  }
  .ranking-page .rank-list-wrap .rank-item .product-tile-swatches {
    display: block;
    padding-left: 0;
  }
  .page-breadcrumb {
    padding: 20px 16px;
  }
  .page-breadcrumb .row a {
    font-size: 16px;
  }
  .page-breadcrumb .row a::after {
    content: '>';
    color: #9b9b9b;
    right: 6px;
  }
}

@media screen and (max-width: 1024px) and (min-width: 767px) {
  .ranking-page .rank-list-wrap .rank-item {
    max-width: 33.33%;
  }
  .ranking-page .rank-list-wrap .rank-item .ranking-count {
    left: 8px;
  }
}

/* Desktop and bigger */
@media (max-width: 960px) {
  .recent-content .recent-list .recent-container .plp-grid-item {
    max-width: 25%;
  }
}

/* Tablet and bigger */
@media (max-width: 768px) {
  .tab-title-container.tabtype2 {
    margin-top: 0;
    overflow-x: scroll;
  }
  .tab-title-container.tabtype2 ul {
    margin-top: 25px;
    white-space: nowrap;
    border-bottom: 1px solid #fafafa;
  }
  .tab-title-container.tabtype2 ul li {
    margin: 0 24px;
    padding-bottom: 19px;
    font-size: 16px;
  }
  .tab-title-container.tabtype2 ul li:before {
    left: -24px;
  }
  .tab-title-container.tabtype2 ul li.active:after, .tab-title-container.tabtype2 ul li.uk-active:after {
    bottom: -1px;
  }
  .recent-content .recent-list .recent-container .plp-grid-item {
    max-width: 50%;
  }
  .add-product-list-wrap h4 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 20px;
  }
  .add-product-list-wrap .add-product-list .toggle-label {
    padding: 14.5px 16px;
    min-height: 3rem;
  }
  .add-product-list-wrap .add-product-list .toggle-content {
    padding: 24px 16px;
  }
  .add-setProduct-list-wrap h4 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 20px;
  }
  .add-setProduct-list-wrap .add-product-list .toggle-label {
    padding: 14.5px 16px;
    min-height: 3rem;
  }
  .add-setProduct-list-wrap .add-product-list .toggle-content {
    padding: 24px 16px;
  }
}

/* Phone landscape and bigger */
.uk-modal {
  z-index: 10000;
  overflow: auto;
  display: -webkit-box;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: fixed;
  top: 0;
  top: env(safe-area-inset-top);
  left: 0;
  width: 100%;
  height: 100%;
  padding: 0 20px;
  color: #000000;
  word-break: keep-all;
  word-wrap: break-word;
  overflow-wrap: break-word;
  background-color: rgba(0, 0, 0, 0.65);
  -webkit-overflow-scrolling: touch;
  -webkit-transition-property: opacity,visibility;
  transition-property: opacity,visibility;
}

.uk-modal:not(.uk-open) {
  pointer-events: none;
  -webkit-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
  -webkit-transition-duration: 213ms;
  transition-duration: 213ms;
  opacity: 0;
  visibility: hidden;
}

.uk-modal.uk-open {
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  -webkit-transition-duration: .32s;
  transition-duration: .32s;
}

.uk-modal.uk-open .uk-modal-dialog {
  -webkit-transition-duration: .32s;
  transition-duration: .32s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.uk-modal.window-modal {
  padding: 0;
}

.uk-modal.window-modal .uk-modal-dialog {
  padding: 0;
  max-width: 928px;
}

.uk-modal.no-padding {
  padding: 0;
}

.uk-modal .uk-modal-dialog {
  position: relative;
  margin: 0 auto;
  padding: 20px;
  width: 100%;
  max-width: 360px;
  min-height: 100px;
  border-radius: 8px;
  background-color: #ffffff;
  -webkit-transition-property: top,bottom,right,left,height,opacity,visibility,-webkit-transform;
  transition-property: top,bottom,right,left,height,opacity,visibility,-webkit-transform;
  transition-property: top,bottom,right,left,height,transform,opacity,visibility;
  transition-property: top,bottom,right,left,height,transform,opacity,visibility,-webkit-transform;
  -webkit-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
  -webkit-transition-duration: 213ms;
  transition-duration: 213ms;
}

.uk-modal .uk-modal-dialog .uk-modal-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 24px;
  height: 52px;
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  color: #000000;
  border-bottom: 2px solid #333;
}

.uk-modal .uk-modal-dialog .uk-modal-content {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-height: 100px;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.25;
  letter-spacing: -.025em;
  text-align: center;
  word-break: keep-all;
  word-wrap: break-word;
  overflow-wrap: break-word;
  padding: 52px 20px 24px;
  margin: 0;
}

.uk-modal .uk-modal-dialog .uk-modal-content > strong {
  display: block;
  font-size: 24px;
  font-weight: 500;
  line-height: 34px;
  padding-top: 5px;
}

.uk-modal .uk-modal-dialog .uk-modal-content .title {
  margin-bottom: 40px;
  font-size: 24px;
  text-decoration: underline;
}

.uk-modal .uk-modal-dialog .uk-modal-content .txt {
  margin-top: 20px;
  font-size: 14px;
  line-height: 24px;
  font-weight: normal;
}

.uk-modal .uk-modal-dialog .uk-modal-content .txt em {
  font-style: normal;
  background: #fee500;
  color: #000000;
}

.uk-modal .uk-modal-dialog .uk-modal-footer {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 20px;
  gap: 8px;
}

.uk-modal .uk-modal-dialog .uk-modal-footer .uk-button {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-flex-basis: 0;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  min-height: 1px;
  height: 52px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: -.025em;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  border: 1px solid #c4c4c4;
  background-color: #c4c4c4;
}

.uk-modal .uk-modal-dialog .uk-modal-footer .uk-button.uk-button-primary {
  border-color: #0063BA;
  background-color: #0063BA;
}

.uk-modal .uk-close {
  z-index: 10;
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  font: inherit;
  color: inherit;
  border-radius: 0;
  border: none;
  background-color: transparent;
  opacity: 1;
}

.uk-modal .uk-close:after {
  content: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M2 2L22 22L2 2Z' fill='%23434343'/%3E%3Cpath d='M2 2L22 22' stroke='%23434343' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M22 2L2 22L22 2Z' fill='%23434343'/%3E%3Cpath d='M22 2L2 22' stroke='%23434343' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  display: block;
  margin: 0 auto;
  width: 14px;
  height: 14px;
}

.uk-modal .uk-close:first-child {
  margin: 0;
  float: none;
}

.uk-modal .scrollable {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

.uk-modal .row::before {
  display: none;
}

.uk-modal .row::after {
  display: none;
}

.uk-modal .i-checkbox .icon {
  padding: 4px !important;
  width: 21px !important;
  height: 21px !important;
}

.uk-notify {
  z-index: 10010;
}

.modal-lightbox .uk-modal-dialog-lightbox {
  min-width: 200px;
}

.modal-lightbox .uk-modal-dialog-lightbox .uk-lightbox-content {
  display: flex;
  height: 100%;
}

.modal-lightbox .uk-modal-dialog-lightbox .uk-lightbox-content .uk-responsive-width {
  margin: auto;
}

@media screen and (max-width: 767px) {
  .uk-notify.uk-notify-top-center {
    top: calc(env(safe-area-inset-top) + 10px);
  }
  .uk-modal {
    display: -webkit-box;
    padding-bottom: env(safe-area-inset-bottom);
  }
  .uk-modal.window-modal {
    padding-bottom: env(safe-area-inset-bottom);
  }
  .uk-modal.window-modal.uk-open .uk-modal-dialog {
    top: 0 !important;
    max-width: 100%;
    margin-top: auto;
    margin-bottom: auto;
    border-radius: 0;
  }
  .uk-modal .uk-modal-dialog {
    padding: 0;
  }
  .uk-modal .uk-modal-dialog .uk-modal-title {
    margin-bottom: 0;
    font-size: 20px;
  }
  .uk-modal .uk-modal-dialog .uk-modal-content {
    font-size: 16px;
  }
  .uk-modal .uk-modal-dialog .uk-modal-content > strong {
    font-size: 20px;
    padding: 0;
  }
  .uk-modal .uk-modal-dialog .uk-modal-footer {
    margin: 0;
    padding: 16px;
    gap: 4px;
  }
  .uk-modal .uk-modal-dialog .uk-modal-footer .uk-button {
    height: 40px;
    font-size: 14px;
  }
  .uk-modal .i-checkbox .icon {
    padding: 2px !important;
    width: 18px !important;
    height: 18px !important;
  }
  .uk-modal-dialog {
    padding: 16px;
  }
}

@media screen and (min-width: 768px) {
  .uk-modal.window-modal.uk-open .uk-modal-dialog {
    -webkit-transition-delay: 107ms;
    transition-delay: 107ms;
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    visibility: inherit;
  }
  .uk-modal.window-modal.modal-slide-up .uk-modal-dialog {
    -webkit-transform: translateY(25vh);
    transform: translateY(25vh);
  }
  .uk-modal.window-modal.modal-slide-up.uk-open .uk-modal-dialog {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  .uk-modal.window-modal .uk-modal-dialog {
    margin: auto;
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
    opacity: 0;
    visibility: hidden;
  }
}

/*********************************************************************/
/* header
/*********************************************************************/
.global-promo-banner {
  position: relative;
  width: 100%;
  background: #0063BA;
  z-index: 9999;
}

.global-promo-banner .content_wrap {
  position: relative;
  max-width: 1800px;
  margin: 0 auto;
}

.global-promo-banner .btn-close {
  position: absolute;
  right: 36px;
  top: 50%;
  transform: translateY(-50%);
  color: #ffffff;
  z-index: 100;
}

.global-promo-banner .btn-close.onlySlide {
  right: 10px;
}

.global-promo-banner .btn-close .icon {
  width: 20px;
  height: 20px;
}

.global-img-text-banner {
  position: relative;
  width: 100%;
  z-index: 1070;
  background: #0063BA;
}

.global-img-text-banner .content-container .text-banner-container .bx-wrapper {
  height: 50px !important;
}

.global-img-text-banner .content-container .text-banner-container .bx-wrapper .banner-wrap {
  height: 50px;
}

.global-img-text-banner .btn-close {
  position: absolute;
  right: 36px;
  top: 50%;
  transform: translateY(-50%);
  color: #ffffff;
  z-index: 100;
}

.global-img-text-banner .btn-close.onlySlide {
  right: 10px;
}

.global-img-text-banner .btn-close .icon {
  width: 20px;
  height: 20px;
}

.global-img-text-banner .global-img-slider-wrap .img-link-slide .div-bg {
  height: 50px;
}

.global-img-text-banner .global-img-slider-wrap .img-slide-close-btn {
  display: none;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  width: 22px;
  height: 22px;
  border-radius: 50%;
  z-index: 100;
  background: #2C2C2C;
}

.global-img-text-banner .global-img-slider-wrap .img-slide-close-btn:before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
  width: 55%;
  height: 2px;
  background: #999;
}

.global-img-text-banner .global-img-slider-wrap .img-slide-close-btn:after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  width: 60%;
  height: 2px;
  background: #999;
}

.header_layout_1 {
  position: relative;
  width: 100%;
  z-index: 1050;
}

.header_layout_1 > .contents {
  width: 100%;
}

.header_layout_1.main-sticky {
  position: relative !important;
  transform: unset !important;
}

.header_layout_1 .header-menuWrap {
  display: flex;
  margin-left: 27px;
  z-index: 10;
}

.header_layout_1 .header-menuWrap .header-gnb.first-gnb {
  padding-right: 15px;
}

.header_layout_1 .header-menuWrap .header-gnb.first-gnb .onedepth > a {
  font-weight: 700;
}

.header_layout_1 .header-menuWrap .header-gnb.first-gnb .onedepth > a span {
  position: relative;
}

.header_layout_1 .header-menuWrap .header-gnb.first-gnb .onedepth > a span::after {
  content: "";
  position: absolute;
  top: -2px;
  right: -8px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #ec221f;
}

.header_layout_1 .header-menuWrap .header-gnb.center {
  padding: 0 15px;
}

.header_layout_1 .header-menuWrap .header-gnb.center > .flex::before {
  content: '';
  position: absolute;
  left: 0;
  top: calc(50% - 8px);
  width: 1px;
  height: 16px;
  background-color: #d9d9d9;
}

.header_layout_1 .header-menuWrap .header-gnb.center > .flex::after {
  content: '';
  position: absolute;
  right: 0;
  top: calc(50% - 8px);
  width: 1px;
  height: 16px;
  background-color: #d9d9d9;
}

.header_layout_1 .header-menuWrap .header-gnb.third {
  padding-left: 9px;
  margin-left: 9px;
  position: relative;
}

.header_layout_1 .header-menuWrap .header-gnb.third .onedepth > a {
  color: #999;
  font-size: 18px;
  font-weight: 600;
}

.header_layout_1 .header-menuWrap .header-gnb.third::after {
  content: '';
  position: absolute;
  left: 0;
  top: calc(50% - 8px);
  width: 1px;
  height: 16px;
  background-color: #d9d9d9;
}

.header_layout_1 .header-menuWrap .header-gnb .onedepth > a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  padding: 0 15px;
  height: 93px;
  color: #434343;
  font-weight: bold;
  font-size: 18px;
  white-space: nowrap;
  -webkit-transition: opacity 426ms cubic-bezier(0.4, 0.9, 0.3, 1);
  transition: opacity 426ms cubic-bezier(0.4, 0.9, 0.3, 1);
}

.header_layout_1 .header-menuWrap .header-gnb .onedepth > a img {
  min-width: 85px;
}

.header_layout_1 .header-menuWrap .header-gnb .onedepth:hover > a::after {
  content: '';
  position: absolute;
  left: auto;
  bottom: 0;
  width: calc(100% - 30px);
  height: 2px;
  background-color: #0063BA;
}

.header_layout_1 .header-menuWrap .header-gnb .onedepth.eventMenu {
  padding-right: 9px;
}

.header_layout_1 .header-menuWrap .header-gnb .onedepth.eventMenu:not(:has(~ li.onedepth.eventMenu)) {
  position: relative;
}

.header_layout_1 .header-menuWrap .header-gnb .onedepth.eventMenu:not(:has(~ li.onedepth.eventMenu))::after {
  content: '';
  position: absolute;
  right: 10px;
  top: calc(50% - 8px);
  width: 1px;
  height: 16px;
  background-color: #d9d9d9;
}

.header_layout_1 .header-menuWrap .header-gnb .onedepth.eventMenu > a {
  font-weight: bold;
  padding-right: 24px;
}

.header_layout_1 .header-menuWrap .header-gnb .onedepth.eventMenu > a span {
  position: relative;
}

.header_layout_1 .header-menuWrap .header-gnb .onedepth.twoDepth_hover:hover > a .submenu-image-wrapper::after {
  bottom: 0;
}

.header_layout_1 .header-menuWrap .header-gnb .onedepth.twoDepth_hover:hover .twoDepth_wrap {
  display: block;
}

.header_layout_1 .header-menuWrap .header-gnb .onedepth.twoDepth_hover > a .submenu-image-wrapper {
  height: 100%;
  display: flex;
  align-items: center;
}

.header_layout_1 .header-menuWrap .header-gnb .onedepth.twoDepth_hover > a .submenu-image-wrapper img {
  min-width: 40px;
}

.header_layout_1 .header-menuWrap .header-gnb .onedepth:first-child {
  margin-left: 0;
}

.header_layout_1 .header-menuWrap .header-gnb .onedepth a:hover + .twoDepth_wrap {
  display: block;
}

.header_layout_1 .header-menuWrap .header-gnb .twoDepth_wrap {
  display: none;
  position: absolute;
  top: 143px;
  left: 0;
  right: 0;
  width: 100%;
  background: #fff;
  text-align: center;
  z-index: 9999;
}

.header_layout_1 .header-menuWrap .header-gnb .twoDepth_wrap .inner_wrap {
  overflow: hidden;
  max-width: 1800px;
  margin: 0 auto;
  padding: 40px 0;
}

.header_layout_1 .header-menuWrap .header-gnb .twoDepth_wrap .inner_wrap .inner {
  padding-left: 282px;
}

.header_layout_1 .header-menuWrap .header-gnb .twoDepth_wrap .inner_wrap .inner .twoDepth_area {
  overflow: hidden;
  width: 100%;
  height: auto;
  text-align: left;
  margin-left: 0;
  margin-right: 0;
  gap: 30px 0;
}

.header_layout_1 .header-menuWrap .header-gnb .twoDepth_wrap .inner_wrap .inner .twoDepth_area .twoDepth {
  min-width: 130px;
  padding-right: 32px;
  align-items: stretch;
}

.header_layout_1 .header-menuWrap .header-gnb .twoDepth_wrap .inner_wrap .inner .twoDepth_area .twoDepth.backBtn {
  display: none;
}

.header_layout_1 .header-menuWrap .header-gnb .twoDepth_wrap .inner_wrap .inner .twoDepth_area .twoDepth > a {
  padding: 0;
  font-size: 18px;
  line-height: 23px;
  font-weight: 700;
  color: #000000;
}

.header_layout_1 .header-menuWrap .header-gnb .twoDepth_wrap .inner_wrap .inner .twoDepth_area .twoDepth .nav-group-vertical {
  display: flex;
  flex-direction: column;
}

.header_layout_1 .header-menuWrap .header-gnb .twoDepth_wrap .inner_wrap .inner .twoDepth_area .twoDepth .nav-group-vertical a {
  padding: 0;
  font-size: 18px;
  line-height: 23px;
  font-weight: 700;
  color: #000000;
}

.header_layout_1 .header-menuWrap .header-gnb .twoDepth_wrap .inner_wrap .inner .twoDepth_area .twoDepth .nav-group-vertical a:not(:last-child) {
  margin-bottom: 18px;
}

.header_layout_1 .header-menuWrap .header-gnb .twoDepth_wrap .inner_wrap .inner .twoDepth_area.twodepth-brand li {
  -webkit-flex-basis: 33.3333333%;
  -ms-flex-preferred-size: 33.3333333%;
  flex-basis: 33.3333333%;
  max-width: 33.3333333%;
  padding: 10px;
}

.header_layout_1 .header-menuWrap .header-gnb .threeDepth_wrap {
  margin-top: 24px;
}

.header_layout_1 .header-menuWrap .header-gnb .threeDepth_wrap .threeDepth a {
  display: block;
  margin-bottom: 16px;
  padding: 0;
  color: #666;
  font-size: 15px;
  line-height: 21px;
  font-weight: 500;
}

.header_layout_1 .header-menuWrap .header-gnb .threeDepth_wrap .threeDepth a:hover {
  color: #111;
  font-weight: 600;
}

.header_layout_1 .header-menuWrap .header-gnb .threeDepth_wrap .threeDepth:last-child a {
  margin-bottom: 0;
}

.header_layout_1 .header-menuWrap .header-gnb .promo-menu a {
  padding: 0;
}

.header_layout_1 .header-menuWrap.active .onedepth a:not(.active):not(:hover) {
  opacity: .5;
}

.header_layout_1 .header-menuWrap.active .header-flyout-container {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition: max-width 0.6s cubic-bezier(0.4, 0.9, 0.3, 1), z-index 213ms cubic-bezier(0.4, 0.9, 0.3, 1) 213ms;
  transition: max-width 0.6s cubic-bezier(0.4, 0.9, 0.3, 1), z-index 213ms cubic-bezier(0.4, 0.9, 0.3, 1) 213ms;
}

.header_layout_1 .header-menuWrap.active .header-flyout-container.active {
  -webkit-transition: max-width 0.6s cubic-bezier(0.4, 0.9, 0.3, 1), z-index 213ms cubic-bezier(0.4, 0.9, 0.3, 1) 213ms;
  transition: max-width 0.6s cubic-bezier(0.4, 0.9, 0.3, 1), z-index 213ms cubic-bezier(0.4, 0.9, 0.3, 1) 213ms;
}

.header_layout_1 .header-menuWrap.active .set-ease-in {
  -webkit-transition-delay: 213ms;
  transition-delay: 213ms;
}

.header-content-wrapper {
  position: relative;
  width: 100%;
  background-color: #fff;
  border-bottom: 1px solid #eee;
  -webkit-transition: background-color 213ms ease-in-out;
  transition: background-color 213ms ease-in-out;
}

.header-content-wrapper > .row {
  margin: 0 auto;
  padding: 0 20px;
  max-width: 1800px;
  overflow: auto;
}

.header-content-wrapper > .row > .col:last-child {
  padding-right: 0;
}

.header-content-wrapper .header-util-menu {
  justify-content: center;
  padding-top: 32px;
}

.header-content-wrapper .header-util-menu > .flex {
  max-width: 1800px;
  width: 100%;
  padding: 0 20px;
  justify-content: end;
}

.header-content-wrapper .header-util-menu .header-mymenu li:not(:first-child) {
  margin-left: 20px;
}

.header-content-wrapper .header-util-menu .header-mymenu li a {
  color: #333;
  font-weight: 500;
}

.global-promo-banner > .content {
  padding-right: 20px;
  padding-left: 20px;
}

.display-small-block {
  display: none !important;
}

.header-navigation {
  padding-left: 0;
  padding-right: 0;
}

.header-navigation .logo-icon {
  fill: currentColor;
}

.header-navigation .header-logo {
  display: block;
  transition: max-width 0.6s ease;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 219px;
  -ms-flex: 1 0 219px;
  flex: 1 0 219px;
  max-width: 219px;
  width: 219px;
}

.header-navigation .header-logo img {
  width: 100%;
}

.mo-sub-title {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.header-utility {
  position: relative;
  padding: 0;
  min-width: 400px;
}

.header-utility .header-mymenu li {
  -webkit-transition: opacity 213ms ease-in-out;
  transition: opacity 213ms ease-in-out;
}

.header-utility .header-mymenu li + li {
  margin-left: 22px;
}

.header-utility .header-mymenu li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #141414;
}

.header-utility .header-mymenu li span {
  margin-left: 7px;
}

.header-utility .header-mymenu li .icon {
  width: 20px;
  height: 18px;
}

.header-utility .header-mymenu li .cart {
  position: relative;
}

.header-utility .header-mymenu li .cart em {
  font-style: normal;
  color: #fff;
  background-color: #0063BA;
  font-size: 10px;
  font-weight: 500;
  width: 14px;
  height: 14px;
  line-height: 14px;
  text-align: center;
  position: absolute;
  left: 10px;
  top: 10px;
  z-index: 2;
}

.header-utility .header-mymenu li .cart em.one {
  border-radius: 50%;
}

.header-utility .header-mymenu li .cart em.two {
  left: 8px;
  width: 19px;
  border-radius: 15px;
}

.header-utility .header-mymenu li .cart em.more {
  left: 6px;
  width: 25px;
  border-radius: 15px;
}

.header-utility .search {
  max-width: 260px;
  min-width: 260px;
  margin-right: 20px;
  align-items: center;
}

.header-utility .search .header-search-form {
  position: relative;
}

.header-utility .search .header-search-form .header-search-input {
  width: 100%;
  font-size: 15px;
  line-height: 43px;
  border: none;
  border: 1px solid #c4c4c4;
  border-radius: 25px;
  padding: 0 75px 0 24px;
}

.header-utility .search .header-search-form .header-search-input::placeholder {
  color: #b3b3b3;
}

.header-utility .search .header-search-form .search-text-del {
  display: none;
  position: absolute;
  right: 50px;
  top: calc(50% - 9px);
  border-radius: 50%;
  color: #dbdbdb;
}

.header-utility .search .header-search-form .search-submit-btn {
  position: absolute;
  right: 24px;
  top: calc(50% - 9px);
}

.header-utility .search .toggle {
  width: 100%;
  height: 100%;
  border-bottom: 1px solid #323232;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  cursor: pointer;
}

.header-utility .search .toggle .text {
  color: #b3b3b3;
  font-size: 15px;
}

.header-utility .search .icon {
  width: 18px;
  height: 18px;
}

.header-flyout {
  cursor: auto;
}

.header-flyout.active .set-ease-in {
  -webkit-transition-delay: 213ms;
  transition-delay: 213ms;
}

.app-header-setting {
  margin-left: 16px;
}

.app-header-setting .icon {
  width: 22px;
  height: 23px;
}

.header-search-dropdown {
  display: none;
  position: fixed;
  top: 180px;
  right: 0;
  width: 768px;
  color: #000;
  background-color: #fff;
  cursor: auto;
  z-index: 1060;
}

.header-search-dropdown.set-search-shown {
  display: block;
}

.header-search-dropdown .search-close {
  position: absolute;
  right: 40px;
  top: 22px;
  z-index: 1070;
}

.header-search-dropdown .search-close .icon {
  width: 40px;
  height: 40px;
}

.header-search-dropdown .ratio-fill {
  width: 100%;
}

.header-search-dropdown .ratio-fill::before {
  content: '';
  display: block;
  padding-bottom: 125%;
  width: 100%;
}

.header-search-dropdown .dashboard-tiles-wrap .text-tile > .tile-overlay,
.header-search-dropdown .dashboard-tiles-wrap .media-tile .tile-overlay {
  padding: 20px;
}

.header-search-dropdown .header-search-contents {
  height: 100%;
  overflow-y: hidden;
  margin-left: auto;
  margin-right: auto;
  max-width: 1300px;
}

.header-search-dropdown .header-tile-ratio {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.header-search-dropdown .header-search-row {
  height: 100%;
  padding: 32px;
}

.header-search-dropdown .header-tile-justify {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.header-search-dropdown .header-tile-bottom .dashboard-tile.grow-4.row {
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.header-search-dropdown .header-search-scrollable-col {
  overflow-y: auto;
}

.header-search-dropdown .header-search-dashboard-col {
  -webkit-transition: opacity 213ms ease-out,visibility 213ms ease-out;
  transition: opacity 213ms ease-out,visibility 213ms ease-out;
  opacity: 0;
  visibility: hidden;
}

.set-search-shown .header-search-dropdown .header-search-dashboard-col {
  opacity: 1;
  visibility: inherit;
}

.header-search-dropdown .header-search-col-content {
  overflow: hidden;
}

.header-search-dropdown .header-search-col-content .dashboard-tile.grow-4 {
  -webkit-box-flex: 4;
  -webkit-flex: 4 1 auto;
  -ms-flex: 4 1 auto;
  flex: 4 1 auto;
}

.header-search-dropdown .header-search-col-content .dashboard-tile.grow-2 {
  -webkit-box-flex: 2;
  -webkit-flex: 2 1 auto;
  -ms-flex: 2 1 auto;
  flex: 2 1 auto;
}

.header-search-dropdown .header-search-heading {
  display: flex;
  justify-content: space-between;
  font-size: 20px;
  font-weight: 600;
  color: #333;
  margin-bottom: 24px;
}

.header-search-dropdown .header-search-heading .empty-btn {
  font-size: 15px;
  color: #999;
  font-weight: 500;
}

.header-search-dropdown .header-search-form {
  position: relative;
}

.header-search-dropdown .header-search-form .search-input-form-input-wrapper {
  position: relative;
  border-bottom: 1px solid #141414;
}

.header-search-dropdown .header-search-form .search-input-form-input {
  width: 100%;
  padding: 26px 12px 25px 45px;
  font-size: 28px;
  line-height: 32px;
  color: #383838;
  font-weight: 400;
  background-color: transparent;
  border: none;
}

.header-search-dropdown .header-search-form .search-input-form-submit {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 36px;
}

.header-search-dropdown .header-search-form .search-input-form-submit .icon {
  width: 22px;
  height: 22px;
}

.header-search-dropdown .header-search-top-results {
  padding: 0 32px 0 0;
}

.header-search-dropdown .header-search-top-results:last-child {
  position: relative;
  padding: 0 0 0 32px;
}

.header-search-dropdown .header-search-top-results:last-child::before {
  content: '';
  position: absolute;
  left: 0;
  width: 1px;
  height: 100%;
  background-color: #eee;
}

.header-search-dropdown .header-search-top-results .nodata {
  display: flex;
  min-height: 162px;
  font-size: 16px;
  color: #757575;
  justify-content: start;
}

.header-search-dropdown .placement {
  width: 100%;
  height: 100%;
}

.header-search-dropdown .search-suggestions-list {
  overflow: auto;
}

.header-search-dropdown .search-suggestions-list .header-search-results-result {
  padding-top: 12px;
  padding-bottom: 4px;
  line-height: 1;
  letter-spacing: -.025em;
  color: #383838;
  font-size: calc(18px + 0.125*(100vw - 767px)/42.0625);
}

.header-search-dropdown .search-suggestions-list .header-search-results-result:first-child {
  padding-top: 24px;
}

.header-search-dropdown .search-suggestions-list .header-search-results-result .hit {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.header-search-dropdown .search-suggestions-list .header-search-results-result .match {
  color: #000000;
}

.header-search-dropdown .search-suggestion-wrapper {
  margin-left: 0%;
  margin-right: 0%;
}

.header-search-dropdown .header-search-section .header-search-results {
  width: 100%;
}

.header-search-dropdown .header-search-section.banner {
  display: flex;
}

.header-search-dropdown .header-search-section.banner .tile-overlay {
  position: absolute;
}

.header-search-dropdown .header-search-results-suggestions {
  margin-left: 22px;
  margin-right: 0;
  font-size: 18px;
}

.header-search-dropdown .header-search-results-suggestions li {
  position: relative;
}

.header-search-dropdown .header-search-results-suggestions li .btn-delete {
  top: 0;
  right: 30px;
}

.header-search-dropdown .header-search-results-suggestions li .btn-delete .icon {
  width: 20px;
  height: 20px;
}

.header-search-dropdown .header-search-results-suggestions .header-search-results-single-suggestion {
  width: 100%;
  padding: 0;
  padding-left: 5px;
  list-style: decimal;
}

.header-search-dropdown .header-search-results-suggestions .header-search-results-single-suggestion:not(:last-child) {
  margin-bottom: 16px;
}

.header-search-dropdown .header-search-results-suggestions .header-search-results-single-suggestion::marker {
  color: #333;
}

.header-search-dropdown .header-search-results-suggestions .header-search-results-single-suggestion a {
  font-size: 16px;
  font-weight: 400;
  color: #333;
}

.header-search-dropdown .header-latest-results-suggestions {
  gap: 8px;
}

.header-search-dropdown .header-latest-results-suggestions .header-latest-results-single-suggestion {
  position: relative;
  word-break: break-all;
}

.header-search-dropdown .header-latest-results-suggestions .header-latest-results-single-suggestion a {
  display: inline-block;
  font-size: 16px;
  padding: 8.5px 34px 8.5px 12px;
  background-color: #fff;
  border-radius: 25px;
  border: 1px solid #c4c4c4;
}

.header-search-dropdown .header-latest-results-suggestions .header-latest-results-single-suggestion a:hover {
  color: inherit;
}

.header-search-dropdown .header-latest-results-suggestions .header-latest-results-single-suggestion a span {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.header-search-dropdown .header-latest-results-suggestions .header-latest-results-single-suggestion .btn-delete {
  background-color: inherit;
  top: calc(50% - 10px);
  right: 12px;
}

.header-search-dropdown .product-suggestions {
  margin-top: 24px;
}

.header-search-dropdown .product-suggestions .product-details {
  margin-top: 16px;
  font-size: calc(12px + 0.125*(100vw - 767px)/42.0625);
  line-height: 1;
}

.header-search-dropdown .product-suggestions .product-details .name {
  margin-bottom: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.header-search-dropdown .product-suggestions .product-details .price {
  margin-top: 8px;
}

@media screen and (max-width: 1600px) {
  .header-content-wrapper > .row {
    overflow: inherit;
  }
  .header-content-wrapper > .row .header-navigation .pc-header-logo {
    position: absolute;
    top: 38px;
  }
  .header-content-wrapper .header-util-menu {
    padding-top: 40px;
  }
  .header-navigation > .flex {
    flex-direction: column;
    align-items: start;
  }
  .header-navigation > .flex .header-logo {
    flex: 1;
  }
  .header-navigation > .flex .header-flyout .header-menuWrap {
    margin: 0;
  }
  .header-navigation > .flex .header-flyout .header-menuWrap .header-gnb .onedepth.eventMenu a {
    padding-left: 0;
  }
  .header-navigation > .flex .header-flyout .header-menuWrap .header-gnb .onedepth.eventMenu a:hover::after {
    width: calc(100% - 15px);
  }
  .header-navigation > .flex .header-flyout .header-menuWrap .header-gnb .twoDepth_wrap .inner_wrap .inner {
    padding-left: 20px;
  }
  .header_layout_1 .header-menuWrap .header-gnb .onedepth > a {
    height: 81px;
  }
  .header_layout_1 .header-menuWrap .header-gnb .twoDepth_wrap {
    top: 139px;
  }
}

@media screen and (max-width: 1300px) {
  .header-content-wrapper > .row {
    overflow: inherit;
  }
  .header-content-wrapper > .row .header-navigation .pc-header-logo {
    top: 26px;
  }
  .header-content-wrapper .header-util-menu {
    padding-top: 25px;
  }
  .header-content-wrapper .header-util-menu > .flex {
    padding: 0 150px;
  }
  .header-content-wrapper .header-util-menu .header-mymenu li a {
    font-size: 13px;
  }
  .header-navigation > .flex {
    flex-direction: column;
    align-items: start;
  }
  .header-navigation > .flex .header-logo {
    flex: 1;
  }
  .header-navigation > .flex .header-flyout .header-menuWrap {
    margin: 0;
  }
  .header-navigation > .flex .header-flyout .header-menuWrap .header-gnb .onedepth.eventMenu {
    padding: 0;
  }
  .header-navigation > .flex .header-flyout .header-menuWrap .header-gnb .onedepth.eventMenu:not(:has(~ li.onedepth.eventMenu))::after {
    display: none;
  }
  .header-navigation > .flex .header-flyout .header-menuWrap .header-gnb .onedepth.eventMenu a {
    padding-left: 0;
  }
  .header-navigation > .flex .header-flyout .header-menuWrap .header-gnb .onedepth.eventMenu a span::after {
    display: none;
  }
  .header-navigation > .flex .header-flyout .header-menuWrap .header-gnb .onedepth > a {
    padding: 0 15px;
  }
  .header-navigation > .flex .header-flyout .header-menuWrap .header-gnb .onedepth > a:hover::after {
    width: calc(100% - 30px);
  }
  .header-navigation > .flex .header-flyout .header-menuWrap .header-gnb.third {
    padding-left: 24px;
    margin-left: 24px;
  }
  .header-utility {
    min-width: auto;
  }
  .header-utility .search {
    min-width: 130px;
    margin-right: 0;
  }
  .header-utility .search .header-search-form .header-search-input {
    padding: 0 45px 0 24px;
  }
  .header-utility .header-mymenu {
    position: absolute;
    top: -30px;
  }
  .header-utility .header-mymenu li .icon {
    width: 18px;
    height: 16px;
  }
  .header-utility .header-mymenu li .cart em {
    top: 8px;
    left: 9px;
  }
  .header_layout_1 .header-menuWrap .header-gnb .onedepth > a {
    height: 74px;
  }
  .header_layout_1 .header-menuWrap .header-gnb .twoDepth_wrap {
    top: 117px;
  }
  .header-search-dropdown {
    top: 166px;
  }
}

@media screen and (max-width: 1150px) {
  .header_layout_1 .header-menuWrap .header-gnb .onedepth > a {
    font-size: 16px;
  }
  .header-navigation > .flex .header-flyout .header-menuWrap .header-gnb .onedepth > a {
    padding: 0 12px;
  }
  .header-navigation > .flex .header-flyout .header-menuWrap .header-gnb .onedepth > a:hover::after {
    width: calc(100% - 24px);
  }
  .header-navigation > .flex .header-flyout .header-menuWrap .header-gnb.third {
    margin-left: 12px;
    padding-left: 12px;
  }
  .header-navigation > .flex .header-flyout .header-menuWrap .header-gnb.third .onedepth > a {
    font-size: 16px;
  }
}

@media screen and (max-width: 1024px) {
  .header_layout_1 .header-menuWrap .header-gnb .onedepth > a {
    font-size: 14px;
  }
  .header-navigation > .flex .header-flyout .header-menuWrap .header-gnb .onedepth > a {
    padding: 0 10px;
  }
  .header-navigation > .flex .header-flyout .header-menuWrap .header-gnb .onedepth > a:hover::after {
    width: calc(100% - 20px);
  }
  .header-navigation > .flex .header-flyout .header-menuWrap .header-gnb.third {
    margin-left: 12px;
    padding-left: 12px;
  }
  .header-navigation > .flex .header-flyout .header-menuWrap .header-gnb.third .onedepth > a {
    font-size: 14px;
  }
}

/* Tablet and bigger */
@media (max-width: 768px) {
  .header-content-wrapper > .row {
    padding-left: 16px;
    padding-right: 16px;
    height: 50px;
    margin: 0;
  }
  .header-content-wrapper.no-border {
    border-bottom: none;
  }
  .header-navigation .header-logo img {
    max-width: 130px;
  }
  .header-mobile-flyout .header-flyout {
    z-index: 1;
    position: fixed;
    top: calc(env(safe-area-inset-top) + 0px);
    width: 100vw;
    height: 100vh;
    height: -webkit-fill-available;
  }
  .header-navigation {
    flex-basis: inherit;
    max-width: inherit;
  }
  .header-navigation > .flex {
    -webkit-box-pack: left;
    -webkit-justify-content: left;
    -ms-flex-pack: left;
    justify-content: left;
    flex-direction: row;
    align-items: center;
  }
  .header-utility {
    -webkit-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: min-content;
    max-width: inherit;
  }
  .header-utility .header-mymenu {
    position: relative;
    top: inherit;
  }
  .app-push-alarm {
    position: relative;
    margin-right: 2px;
  }
  .app-push-alarm.push_on::after {
    content: "";
    position: absolute;
    top: 4px;
    right: 3px;
    width: 5px;
    height: 5px;
    background-color: #e60023;
    border-radius: 50%;
  }
  .app-push-alarm .icon {
    font-size: 32px;
  }
  .header-flyout:not(.set-flyout-shown) {
    right: -100%;
    -webkit-transform: translateX(99.9%);
    transform: translateX(99.9%);
    -webkit-transition: right 426ms cubic-bezier(0.4, 0.9, 0.3, 1) 426ms, -webkit-transform 426ms cubic-bezier(0.4, 0.9, 0.3, 1);
    transition: right 426ms cubic-bezier(0.4, 0.9, 0.3, 1) 426ms, -webkit-transform 426ms cubic-bezier(0.4, 0.9, 0.3, 1);
    transition: right 426ms cubic-bezier(0.4, 0.9, 0.3, 1) 426ms, transform 426ms cubic-bezier(0.4, 0.9, 0.3, 1);
    transition: right 426ms cubic-bezier(0.4, 0.9, 0.3, 1) 426ms, transform 426ms cubic-bezier(0.4, 0.9, 0.3, 1), -webkit-transform 426ms cubic-bezier(0.4, 0.9, 0.3, 1);
  }
  .header-flyout:not(.set-flyout-shown):not(.active) .set-ease-in {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateX(-32px);
    transform: translateX(-32px);
  }
  .header-flyout .header-menuWrap {
    width: 100%;
    height: 100%;
    margin: 0;
    position: fixed;
    top: calc(env(safe-area-inset-top) + 0px);
    left: 0;
    background-color: #ffffff;
    overflow-y: auto;
    z-index: 1080;
    padding-bottom: calc(env(safe-area-inset-bottom) + 0px);
  }
  .header-flyout .head {
    display: flex;
    position: relative;
    height: 50px;
    padding: 0 16px;
    background-color: #fff;
    align-items: center;
    justify-content: space-between;
  }
  .header-flyout .head > .head-back {
    font-size: 20px;
  }
  .header-flyout .head .lnb-search .icon {
    width: 24px;
    height: 24px;
  }
  .header-flyout .head.app-head {
    padding: 15px 15px 10px;
  }
  .header-flyout .head.app-head .header-flyout-close {
    top: 10px;
  }
  .header-flyout .head a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .header-flyout .rank-wrap {
    display: inline-block;
    width: 100%;
    height: 54px;
    padding: 11px 16px;
    border: 1px solid #e5e5e5;
    border-width: 1px 0;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
  }
  .header-flyout .rank-wrap .icon {
    font-size: 30px;
    margin-right: 10px;
  }
  .header-flyout .header-flyout-close {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 2;
    right: 3px;
    padding: 0;
  }
  .header-flyout .header-flyout-close .icon {
    width: 8px;
    height: auto;
  }
  .header-flyout .head-account {
    font-size: 16px;
    font-weight: 700;
  }
  .header-flyout .head-account .icon {
    width: 17px;
    height: 17px;
    margin-right: 0.3em;
  }
  .header-flyout .head-account .icon.kakao {
    fill: #fee500;
  }
  .header-flyout .head-account .icon.facebook {
    fill: #3a599a;
  }
  .header-flyout .head-account .icon.naver {
    fill: #03c75a;
  }
  .header-flyout .head-account:not(:first-child) {
    margin-left: 30px;
  }
  .header-flyout .body.level-1 {
    height: calc(100% - 52px);
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding-bottom: calc(env(safe-area-inset-bottom) + 0px);
  }
  .header-flyout .mobile-menu-list .onedepth {
    position: relative;
  }
  .header-flyout .mobile-menu-list .onedepth.eventMenu > a {
    font-weight: 700;
  }
  .header-flyout .mobile-menu-list .onedepth.eventMenu > a span {
    position: relative;
  }
  .header-flyout .mobile-menu-list .onedepth.eventMenu > a span::after {
    content: "";
    position: absolute;
    top: -2px;
    right: -8px;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: #ec221f;
  }
  .header-flyout .mobile-menu-list .onedepth .onedepth-title {
    display: flex;
    position: relative;
    margin: 0;
    padding-left: 24px;
    border-top: 1px solid #eee;
    height: 52px;
    font-size: 18px;
    font-weight: bold;
    line-height: 1;
    align-content: center;
    flex-wrap: wrap;
  }
  .header-flyout .mobile-menu-list .onedepth .onedepth-title.img-link {
    padding: 14px 44px 12px 11px;
  }
  .header-flyout .mobile-menu-list .onedepth .onedepth-title:not(.link):after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    right: calc(32px - 5px);
    left: inherit;
    margin-top: -3px;
    width: 12px;
    height: 6px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg'  viewBox='0 0 14 9'%3E%3Cpath fill='none' d='M1 1L6.99957 7L13 1' stroke='%23111' stroke-width='1.5' /%3E%3C/svg%3E");
  }
  .header-flyout .mobile-menu-list .onedepth .onedepth-title.active {
    font-weight: 600;
  }
  .header-flyout .mobile-menu-list .onedepth .onedepth-title.active::after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 14 9'%3E%3Cpath fill='none' d='M13 8L7.00043 2L1 8' stroke='%23111' stroke-width='1.5' /%3E%3C/svg%3E");
  }
  .header-flyout .mobile-menu-list .onedepth .twoDepth_wrap:not(.active) {
    height: 0;
    overflow: hidden;
  }
  .header-flyout .mobile-menu-list .onedepth .twoDepth_wrap.active {
    height: auto;
    position: relative;
    padding: 0 0 16px;
  }
  .header-flyout .mobile-menu-list .onedepth .twoDepth_wrap .twodepth_list .twodepth-title {
    position: relative;
    padding-left: 28px;
    padding-right: 28px;
    display: block;
    font-size: 15px;
    line-height: 45px;
  }
  .header-flyout .mobile-menu-list .onedepth .twoDepth_wrap .twodepth_list .twodepth-title:not(.link):after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    right: calc(32px - 5px);
    left: inherit;
    margin-top: -3px;
    width: 12px;
    height: 6px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg'  viewBox='0 0 14 9'%3E%3Cpath fill='none' d='M1 1L6.99957 7L13 1' stroke='%23999999' stroke-width='1.5' /%3E%3C/svg%3E");
  }
  .header-flyout .mobile-menu-list .onedepth .twoDepth_wrap .twodepth_list .twodepth-title.active {
    font-weight: 600;
  }
  .header-flyout .mobile-menu-list .onedepth .twoDepth_wrap .twodepth_list .twodepth-title.active::after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 14 9'%3E%3Cpath fill='none' d='M13 8L7.00043 2L1 8' stroke='%23999999' stroke-width='1.5' /%3E%3C/svg%3E");
  }
  .header-flyout .mobile-menu-list .onedepth .twoDepth_wrap .twodepth_list .threeDepth_wrap {
    background-color: #f9f9f9;
  }
  .header-flyout .mobile-menu-list .onedepth .twoDepth_wrap .twodepth_list .threeDepth_wrap:not(.active) {
    height: 0;
    overflow: hidden;
  }
  .header-flyout .mobile-menu-list .onedepth .twoDepth_wrap .twodepth_list .threeDepth_wrap.active {
    height: auto;
    position: relative;
    padding: 24px 40px;
    margin-bottom: 24px;
  }
  .header-flyout .mobile-menu-list .onedepth .twoDepth_wrap .twodepth_list .threeDepth_wrap .threeDepth:not(:last-child) {
    margin-bottom: 20px;
  }
  .header-flyout .mobile-menu-list .onedepth .twoDepth_wrap .twodepth_list .threeDepth_wrap .threeDepth a {
    display: block;
    font-size: 15px;
    color: #555;
  }
  .header-flyout .mobile-menu-list .onedepth:last-child {
    border-bottom: 1px solid #eee;
  }
  .header-flyout .mobile-menu-util {
    margin: 8px 0;
    padding: 16px 0;
  }
  .header-flyout .mobile-menu-util ul {
    flex-direction: column;
  }
  .header-flyout .mobile-menu-util ul li {
    display: flex;
    flex-wrap: wrap;
    align-content: center;
  }
  .header-flyout .mobile-menu-util ul li:not(:last-child) {
    margin-bottom: 16px;
  }
  .header-flyout .mobile-menu-util ul li a {
    font-size: 14px;
    font-weight: 500;
    color: #666;
    padding-left: 24px;
  }
  .header-flyout.set-flyout-shown {
    z-index: 1081;
    right: 0;
    -webkit-transition: -webkit-transform 426ms cubic-bezier(0.4, 0.9, 0.3, 1);
    transition: -webkit-transform 426ms cubic-bezier(0.4, 0.9, 0.3, 1);
    transition: transform 426ms cubic-bezier(0.4, 0.9, 0.3, 1);
    transition: transform 426ms cubic-bezier(0.4, 0.9, 0.3, 1), -webkit-transform 426ms cubic-bezier(0.4, 0.9, 0.3, 1);
  }
  .header-flyout .mobild-markingBanner {
    padding: 0 20px;
    overflow-y: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }
  .header-flyout .mobild-markingBanner li a img {
    width: 100%;
  }
  .header-flyout .mobild-markingBanner::-webkit-scrollbar {
    display: none;
  }
  .header-search-dropdown {
    overflow: auto;
  }
  .header-search-dropdown .search-close {
    right: 16px;
    top: 18px;
  }
  .header-search-dropdown .search-close .icon {
    width: 20px;
    height: 20px;
  }
  .header-search-dropdown .header-search-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-flow: column-reverse;
    -ms-flex-flow: column-reverse;
    flex-flow: column-reverse;
  }
  .header-search-dropdown .header-tile-justify {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .header-search-dropdown .header-tile-top .dashboard-tile.grow-2 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 100%;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
  }
  .header-search-dropdown .header-tile-bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-flow: column-reverse;
    -ms-flex-flow: column-reverse;
    flex-flow: column-reverse;
  }
  .header-search-dropdown .header-tile-sm-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-flow: row-reverse;
    -ms-flex-flow: row-reverse;
    flex-flow: row-reverse;
  }
  .header-search-dropdown .header-search-results {
    width: 100%;
    height: auto;
    max-height: 320px;
    -webkit-transition: max-height 0.6s cubic-bezier(0.4, 0.9, 0.3, 1);
    transition: max-height 0.6s cubic-bezier(0.4, 0.9, 0.3, 1);
  }
  .header-search-dropdown .header-search-results .search-input-form-input {
    padding: 15px 20px 10px 35px;
    font-size: 14px;
    height: unset;
  }
  .header-search-dropdown .header-search-results .search-input-form-submit {
    width: 30px;
    font-size: 18px;
  }
  .header-search-dropdown .header-search-results .search-input-form-submit .icon {
    width: 15px;
    height: 15px;
  }
  .header-search-dropdown .search-suggestions-list .header-search-results-result {
    font-size: 16px;
  }
  .header-search-dropdown .search-suggestions-list .header-search-results-result:first-child {
    padding-top: 18px;
  }
  .header-search-dropdown .header-search-results-container {
    position: relative;
  }
  .header-search-dropdown .header-search-results-col {
    padding: 0 16px 36px;
  }
  .header-search-dropdown .header-search-suggestions {
    position: relative;
    min-height: 160px;
  }
  .header-search-dropdown .header-search-suggestions .search-suggestion-wrapper {
    padding-top: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .header-search-dropdown .header-search-suggestions .header-search-top-results {
    padding: 0;
  }
  .header-search-dropdown .header-search-suggestions .header-search-top-results .content-asset {
    padding: 10px 16px 13px;
  }
  .header-search-dropdown .header-search-suggestions .header-search-results-suggestions {
    padding-top: 9px;
  }
  .header-search-dropdown .product-suggestions {
    margin-top: 16px;
    margin-left: -40px;
    margin-right: -40px;
    padding-left: 40px;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }
  .header-search-dropdown .product-suggestions .col-product-suggestion {
    -webkit-flex-basis: 140px;
    -ms-flex-preferred-size: 140px;
    flex-basis: 140px;
    max-width: 140px;
  }
  .header-search-dropdown .product-suggestions .product-details {
    margin-top: 16px;
    font-size: calc(12px + 0.125*(100vw - 767px)/42.0625);
    line-height: 1;
  }
  .header-search-dropdown .product-suggestions .product-details .name {
    margin-bottom: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .header-search-dropdown .product-suggestions .product-details .price {
    margin-top: 8px;
  }
  .header-search-dropdown .header-search-suggestions-text-cta {
    margin-top: 16px;
    font-size: 12px;
  }
  .header-search-dropdown .header-search-suggestions-text-cta .icon {
    width: 1em;
    height: 1em;
  }
  .header-flyout-toggle {
    -webkit-flex-basis: 30px;
    -ms-flex-preferred-size: 30px;
    flex-basis: 30px;
    max-width: 30px;
    margin-right: -7px;
  }
  .header-flyout-toggle .toggle {
    width: 32px;
    height: 32px;
  }
  .header-flyout-toggle .toggle .icon {
    width: 32px;
    height: 32px;
  }
  .set-flyout-shown .set-ease-in {
    -webkit-transition-delay: 213ms;
    transition-delay: 213ms;
    padding-bottom: 100px;
  }
  .set-flyout-shown .account-links {
    position: fixed;
    bottom: 0;
    width: 100%;
    margin-top: 32px;
    padding: 16px 32px;
    background-color: #fff;
  }
  .set-flyout-shown .account-links .button_wrap {
    flex-wrap: nowrap;
    gap: 0 8px;
  }
  .set-flyout-shown .account-links .button_wrap .button {
    width: 50%;
  }
  .display-small-block {
    display: block !important;
  }
  .display-small-none {
    display: none !important;
  }
  .app_back_btn {
    width: 8px;
    height: 16px;
  }
  .app_home_btn {
    font-size: 20px;
    margin-left: 15px;
    padding-bottom: 3px;
  }
  .app_sub_title {
    font-size: 18px;
    font-weight: 600;
  }
  .header-utility {
    min-width: auto;
  }
  .header-utility .header-mymenu li + li {
    min-width: 24px;
    margin-left: 0;
  }
  .header-utility .header-mymenu li .app_home_btn {
    margin: 0;
    padding-bottom: 0;
  }
  .header-utility .header-mymenu li .app_home_btn .icon {
    width: 24px;
    height: 24px;
  }
  .header-utility .header-mymenu li .icon {
    width: 20px;
    height: 20px;
  }
  .header-utility .header-mymenu li .search-btn-mo .icon {
    width: 24px;
    height: 24px;
    margin-right: 12px;
  }
  .header-utility .header-mymenu li .share-btn {
    margin-right: 10px;
  }
  .header-utility .header-mymenu li .share-btn .icon {
    width: 24px;
    height: 24px;
  }
  .header-utility .header-mymenu li .cart em {
    top: 11px;
    left: 11px;
  }
  .header-utility .header-mymenu .app_config {
    margin-left: 5px;
  }
  .header-utility .header-mymenu .app_config .icon {
    width: 22px;
    height: 23px;
  }
  .header-utility .header_home {
    display: inline-block;
  }
  .header-utility .header_home .icon {
    width: 25px;
    height: 25px;
  }
  .header-utility .search {
    display: none;
    position: fixed;
    top: calc(env(safe-area-inset-top) + 0px);
    left: 0;
    right: 0;
    bottom: calc(env(safe-area-inset-bottom) + 0px);
    max-width: 100%;
    width: 100%;
    height: 100%;
    background-color: #fff;
    z-index: 9999;
  }
  .header-utility .search.set-active {
    display: block;
  }
  .header-utility .search .search-close-btn {
    position: absolute;
    top: 25px;
    right: 16px;
    z-index: 1;
  }
  .header-utility .search .search-close-btn .icon {
    width: 24px;
    height: 24px;
  }
  .header-utility .search .header-search-form {
    padding: 16px 56px 0 16px;
  }
  .header-utility .search .header-search-form .header-search-input {
    padding: 0 80px 0 16px;
    border: none;
    border-radius: 0;
    background-color: #f7f7f7;
    font-size: 15px;
    line-height: 42px;
    border-radius: 25px;
  }
  .header-utility .search .header-search-form .search-text-del {
    right: 105px;
    top: calc(50% - 2px);
  }
  .header-utility .search .header-search-form .search-submit-btn {
    top: calc(50% - 5px);
    right: 74px;
  }
  .header-utility .search .header-search-form .search-submit-btn .icon {
    width: 24px;
    height: 24px;
  }
  .header-utility .search .header-search-dropdown {
    position: relative;
    width: 100%;
    top: 0px;
    display: block;
    max-height: calc(100dvh - 60px);
  }
  .header-utility .search .header-search-dropdown .header-search-contents {
    max-width: 100%;
  }
  .header-utility .search .header-search-dropdown .header-search-contents .header-search-row {
    padding: 0;
  }
  .header-utility .search .header-search-dropdown .header-search-contents .header-search-row .header-search-results-col {
    padding: 0;
  }
  .header-utility .search .header-search-dropdown .header-search-contents .header-search-row .header-search-results-col .search-suggestion-wrapper {
    flex-direction: column;
  }
  .header-utility .search .header-search-dropdown .header-search-contents .header-search-row .header-search-results-col .search-suggestion-wrapper .row {
    height: auto;
    padding: 0;
  }
  .header-utility .search .header-search-dropdown .header-search-suggestions .header-search-top-results:last-child::before {
    left: 24px;
    width: calc(100% - 48px);
    height: 1px;
  }
  .header-utility .search .header-search-dropdown .header-search-suggestions .header-search-top-results:last-child .content-asset {
    padding: 32px 20px;
  }
  .header-utility .search .header-search-dropdown .header-search-suggestions .header-search-top-results .header-search-heading {
    font-size: 16px;
    margin-bottom: 20px;
  }
  .header-utility .search .header-search-dropdown .header-search-suggestions .header-search-top-results .header-search-heading .empty-btn {
    font-size: 13px;
  }
  .header-utility .search .header-search-dropdown .header-search-suggestions .header-search-top-results .content-asset {
    padding: 32px 24px;
  }
  .header-utility .search .header-search-dropdown .header-search-suggestions .header-search-top-results .content-asset .header-search-results-single-suggestion {
    margin-bottom: 0;
    line-height: 40px;
  }
  .header-utility .search .header-search-dropdown .header-search-suggestions .header-search-top-results .content-asset .header-search-results-single-suggestion::marker {
    font-size: 15px;
  }
  .header-utility .search .header-search-dropdown .header-search-suggestions .header-search-top-results .content-asset .header-search-results-single-suggestion a {
    font-size: 15px;
  }
  .header-utility .search .header-search-dropdown .header-search-suggestions .header-search-top-results .header-search-results-suggestions {
    margin-left: 18px;
  }
  .header-utility .search .header-search-dropdown .header-search-suggestions .header-search-top-results .nodata {
    margin: 0;
    min-height: 100px;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    font-size: 14px;
  }
  .header-utility .search .header-search-dropdown .header-latest-results-suggestions .header-latest-results-single-suggestion a {
    font-size: 14px;
  }
  .header-utility .search .header-search-dropdown .header-latest-results-suggestions .header-latest-results-single-suggestion a .icon {
    width: 20px;
    height: 20px;
  }
  .mobile_tab_bar {
    position: fixed;
    bottom: 0;
    width: 100%;
    background-color: #fff;
    padding: 7px 0 calc(constant(safe-area-inset-bottom) + 7px);
    padding: 7px 0 calc(env(safe-area-inset-bottom) + 7px);
    z-index: 1055;
  }
  .mobile_tab_bar ul {
    display: flex;
  }
  .mobile_tab_bar ul li {
    width: 20%;
  }
  .mobile_tab_bar ul li.header-flyout-toggle {
    max-width: inherit;
    margin: 0;
    flex-basis: auto;
  }
  .mobile_tab_bar ul li a, .mobile_tab_bar ul li button {
    display: flex;
    width: 100%;
    flex-direction: column;
    text-align: center;
    align-items: center;
  }
  .mobile_tab_bar ul li .icon {
    width: 20px;
    height: 20px;
  }
  .mobile_tab_bar ul li span {
    display: inline-block;
    font-size: 10px;
    margin-top: 4px;
  }
  .mobile_tab_bar ul li.app-tabbar-cart a > div {
    position: relative;
  }
  .mobile_tab_bar ul li.app-tabbar-cart a > div em {
    font-style: normal;
    color: #fff;
    background-color: #0063BA;
    font-size: 10px;
    font-weight: 500;
    width: 14px;
    height: 14px;
    line-height: 14px;
    text-align: center;
    position: absolute;
    left: 10px;
    top: 10px;
    z-index: 2;
  }
  .mobile_tab_bar ul li.app-tabbar-cart a > div em.one {
    border-radius: 50%;
  }
  .mobile_tab_bar ul li.app-tabbar-cart a > div em.two {
    left: 8px;
    width: 19px;
    border-radius: 15px;
  }
  .mobile_tab_bar ul li.app-tabbar-cart a > div em.more {
    left: 6px;
    width: 25px;
    border-radius: 15px;
  }
  .mobile_tab_bar ul li.active a {
    color: #0063BA;
  }
}

/*********************************************************************/
/* FOOTER 공통
/*********************************************************************/
/* 개인정보 취급방침 팝업 */
.privacy-popup {
  position: relative;
  padding: 10px;
  font-size: 14px;
  line-height: 24px;
}

.privacy-popup .icon-lock {
  position: absolute;
  top: 10px;
  left: 20px;
  font-size: 48px;
}

.privacy-popup .txt {
  padding: 5px 0;
}

/* footer */
.footer {
  background: #29346D;
}

.footer .footer-company {
  max-width: 1800px;
  margin: 0 auto;
  padding: 50px 20px;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: -.025em;
  color: rgba(255, 255, 255, 0.8);
}

.footer .footer-company > .flex {
  justify-content: space-between;
  gap: 40px;
}

.footer .footer-company .footer_left .company-logo {
  display: block;
  filter: brightness(0) invert(1);
}

.footer .footer-company .footer_left address {
  margin: 47px 0 0;
}

.footer .footer-company .footer_left .copyright {
  margin-top: 10px;
  opacity: 0.5;
}

.footer .footer-company .footer_left .company-attr {
  display: inline-block;
  margin-bottom: 10px;
}

.footer .footer-company .footer_left .company-attr:not(.no-line) {
  position: relative;
  margin-right: 12px;
  padding-right: 12px;
}

.footer .footer-company .footer_left .company-attr:not(.no-line)::after {
  content: '';
  position: absolute;
  right: 0;
  top: 1px;
  width: 1px;
  height: 12px;
  background-color: rgba(255, 255, 255, 0.2);
}

.footer .footer-company .footer_left .business-register-check {
  color: rgba(255, 255, 255, 0.8);
  text-decoration: underline;
  margin-left: 5px;
}

.footer .footer-company .footer_left .footer-link {
  display: flex;
  gap: 30px;
  margin-top: 40px;
}

.footer .footer-company .footer_left .footer-link .text-link {
  white-space: nowrap;
  color: rgba(255, 255, 255, 0.8);
}

.footer .footer-company .footer_left .isms-wrap {
  margin-top: 16px;
}

.footer .footer-company .footer_left .isms-wrap > .flex {
  gap: 14px;
  align-items: center;
  justify-content: center;
}

.footer .footer-company .footer_left .isms-wrap img {
  width: 40px;
  height: 40px;
}

.footer .footer-company .footer_left .isms-wrap p {
  font-size: 10px;
  line-height: 1.25;
  color: #fff;
  opacity: 0.7;
}

.footer .footer-company .footer_right .company-link {
  display: flex;
  flex-direction: column;
  margin-right: 60px;
}

.footer .footer-company .footer_right .company-link a {
  color: rgba(255, 255, 255, 0.8);
  font-size: 16px;
  white-space: nowrap;
}

.footer .footer-company .footer_right .company-link a:not(:first-child) {
  margin-top: 30px;
}

.footer .footer-company .footer_right .company-cs .company-cs-tlt {
  display: block;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.8);
}

.footer .footer-company .footer_right .company-cs .company-tel {
  display: inline-block;
  color: #fff;
  font-size: 26px;
  font-weight: bold;
  margin: 15px 0;
}

.footer .footer-company .footer_right .company-cs .company-time {
  line-height: 1.5;
}

.footer .footer-company .footer_right .company-cs .footer-sns {
  display: flex;
  margin-top: 24px;
}

.footer .footer-company .footer_right .company-cs .footer-sns a {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  width: 40px;
  height: 40px;
  align-content: center;
}

.footer .footer-company .footer_right .company-cs .footer-sns a:not(:first-child) {
  margin-left: 8px;
}

.footer .footer-company .footer_right .company-cs .footer-sns a .icon {
  color: #fff;
  width: 24px;
  height: 24px;
}

.footer .footer-company .footer_right .isms-wrap {
  margin-top: 34px;
}

.footer .footer-company .footer_right .isms-wrap > .flex {
  gap: 14px;
  align-items: center;
}

.footer .footer-company .footer_right .isms-wrap img {
  width: 50px;
  height: 50px;
}

.footer .footer-company .footer_right .isms-wrap p {
  font-size: 12px;
  color: #fff;
  opacity: 0.6;
  line-height: 1.5;
}

.footer-legal {
  background-color: #000000;
}

.footer-legal .col {
  margin: 0;
  padding: 0 16px;
  height: 55px;
  -webkit-flex-basis: 50%;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
}

.footer-legal .copyright {
  font-size: 11px;
  color: #383838;
}

/* FAB */
.fab-wrap {
  position: fixed;
  bottom: 82px;
  right: 20px;
  z-index: 1000;
}

/* 공유하기 버튼 */
.share-btns {
  width: 48px;
  height: 48px;
  background-color: #f6c501;
  color: #fff;
  border-radius: 50%;
  box-shadow: 0px 2px 5px 0px #0000001C;
  margin-bottom: 10px;
}

.share-btns .share-btn {
  display: block;
  text-align: center;
  width: 100%;
  height: 100%;
  line-height: 46px;
  color: #fff;
  font-size: 20px;
}

.share-btns:hover {
  background: #000000;
  transition: #000000 0.3s ease-out, 0.3s ease-out;
  -webkit-transition: #000000 0.3s ease-out, 0.3s ease-out;
}

/* 공유하기 팝업 */
#share-popup .uk-modal-dialog {
  max-width: 328px;
}

#share-popup .uk-modal-dialog .uk-close {
  top: 13px;
  right: 16px;
}

#share-popup .uk-modal-dialog .share-cont {
  padding: 16px;
}

#share-popup .uk-modal-dialog .share-cont .pop-title {
  margin: 0 0 24px;
  font-weight: 500;
  font-size: 20px;
}

#share-popup .uk-modal-dialog .share-cont .product-variations-share {
  padding: 16px 0;
}

#share-popup .uk-modal-dialog .share-cont .product-variations-share .product-variations-share-list {
  display: flex;
  gap: 32px;
  justify-content: center;
}

#share-popup .uk-modal-dialog .share-cont .product-variations-share .product-variations-share-list li a > div {
  display: flex;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
}

#share-popup .uk-modal-dialog .share-cont .product-variations-share .product-variations-share-list li a > div.share-kakao {
  background-color: #fae101;
}

#share-popup .uk-modal-dialog .share-cont .product-variations-share .product-variations-share-list li a > div.share-facebook {
  background-color: #3767b9;
  color: #fff;
}

#share-popup .uk-modal-dialog .share-cont .product-variations-share .product-variations-share-list li a > div.share-facebook .icon {
  width: 10px;
  height: 20px;
}

#share-popup .uk-modal-dialog .share-cont .product-variations-share .product-variations-share-list li a > div.share-line {
  background-color: #01bb00;
  color: #fff;
}

#share-popup .uk-modal-dialog .share-cont .product-variations-share .product-variations-share-list li a > div.share-sms {
  background-color: #0063BA;
  color: #fff;
}

#share-popup .uk-modal-dialog .share-cont .product-variations-share .product-variations-share-list li a > div.share-sms .icon {
  font-size: 20px;
}

#share-popup .uk-modal-dialog .share-cont .product-variations-share .product-variations-share-list li a > div.share-copy {
  color: #141413;
  background-color: #dbdbdb;
}

#share-popup .uk-modal-dialog .share-cont .product-variations-share .product-variations-share-list li a .icon {
  font-size: 26px;
}

#share-popup .uk-modal-dialog .share-cont .product-variations-share .product-variations-share-list li a:hover {
  color: inherit;
}

#share-popup .uk-modal-dialog .share-cont .product-variations-share .product-variations-share-list li a span {
  display: inline-block;
  margin-top: 10px;
  font-weight: 500;
}

#app-download-modal .app-download-modal {
  border-radius: 0;
}

#app-download-modal .app-download-modal .uk-close {
  top: 24px;
  right: 24px;
}

#app-download-modal .app-download-modal .appDown-content {
  text-align: center;
  padding: 56px 0;
}

#app-download-modal .app-download-modal .appDown-content .header-logo {
  display: block;
  max-width: 174px;
  margin: 0 auto;
  padding-top: 16px;
}

#app-download-modal .app-download-modal .appDown-content .qrcode-img {
  display: block;
  max-width: 157px;
  margin: 24px auto;
}

#app-download-modal .app-download-modal .appDown-content div p {
  color: #1c1c1b;
  font-size: 24px;
  font-weight: 600;
}

#app-download-modal .app-download-modal .appDown-content div span {
  display: inline-block;
  margin-top: 4px;
  color: #999;
  font-size: 15px;
}

.app-install-modal {
  text-align: center;
  padding-top: 48px;
}

.app-install-modal .icon {
  font-size: 119px;
  margin-left: 28px;
}

.app-install-modal .app-install-img {
  display: inline-block;
  max-width: 200px;
  margin-bottom: 20px;
}

.app-install-modal .des {
  font-size: 18px;
  line-height: 26px;
  font-weight: 700;
  margin-bottom: 32px;
}

.app-install-modal .button-app {
  width: 100%;
  line-height: 50px;
  font-size: 15px;
  font-weight: 700;
  background-color: #000;
  color: #fff;
}

.app-install-modal p.uk-modal-close {
  width: 100%;
  position: absolute;
  bottom: -40px;
  font-size: 15px;
  line-height: 18px;
  font-weight: 500;
  color: #fff;
  text-decoration: underline;
}

/* 최근 본 상품 */
.recent-fab {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  overflow: hidden;
  box-shadow: 0px 2px 5px 0px #0000001C;
  background: #fff;
  margin-bottom: 10px;
}

.recent-fab .recent-empty-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  color: #141414;
  font-size: 25px;
}

.recent-fab .recent-empty-btn:hover {
  color: #fff;
  background: #000000;
  transition: #000000 0.3s ease-out, 0.3s ease-out;
  -webkit-transition: #000000 0.3s ease-out, 0.3s ease-out;
}

.recent-fab img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Top Button */
.scrollup-always {
  display: none;
  position: relative;
  width: 38px;
  height: 38px;
  cursor: pointer;
  background: #ababab;
  color: #ffffff;
  font-size: 12px;
  text-align: center;
  border-radius: 50%;
  box-shadow: 0px 2px 5px 0px #0000001C;
}

.scrollup-always .icon {
  color: #fff;
  height: 100%;
}

/* 국가 선택 팝업 */
.modal-checkout-country .uk-modal-dialog {
  max-width: 1400px !important;
  border-radius: 0;
}

.modal-checkout-country .uk-modal-dialog .uk-modal-close {
  top: 46px;
}

.modal-checkout-country .uk-modal-dialog .content-title {
  padding: 46px 0px 24px;
  margin: 0 40px;
  border-bottom: 2px solid #333;
}

.modal-checkout-country .uk-modal-dialog .content-title img {
  height: 16px;
}

.modal-checkout-country .uk-modal-dialog .content-section {
  padding: 0 40px 40px;
}

.modal-checkout-country .uk-modal-dialog .content-section .notice-text {
  font-size: 16px;
  font-weight: 500;
  line-height: 88px;
  color: #666;
}

.modal-checkout-country .uk-modal-dialog .content-section .continent-wrap + .continent-wrap {
  padding-top: 40px;
}

.modal-checkout-country .uk-modal-dialog .content-section .continent-wrap .continent-title {
  padding-bottom: 8px;
}

.modal-checkout-country .uk-modal-dialog .content-section .continent-wrap .continent-title svg {
  display: inline-block;
  font-size: 24px;
  margin-right: 8px;
  color: #323232;
}

.modal-checkout-country .uk-modal-dialog .content-section .continent-wrap .continent-title strong {
  font-size: 20px;
  font-weight: 700;
  line-height: 25px;
  color: #111111;
}

.modal-checkout-country .uk-modal-dialog .content-section .continent-wrap .continents-wrap ul {
  padding: 16px;
  background: #f6f6f6;
  flex-wrap: wrap;
}

.modal-checkout-country .uk-modal-dialog .content-section .continent-wrap .continents-wrap ul .country-item a {
  height: 50px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.35;
  color: #111111;
}

.modal-checkout-country .uk-modal-dialog .content-section .continent-wrap .continents-wrap ul .country-item svg {
  font-size: 20px;
  color: #0063BA;
  margin-left: 16px;
}

@media screen and (max-width: 1200px) {
  .footer .footer-company .footer_right > .flex {
    flex-direction: column-reverse;
  }
  .footer .footer-company .footer_right .company-link {
    margin-top: 24px;
    flex-direction: row;
    gap: 12px;
    margin-right: 0;
  }
  .footer .footer-company .footer_right .company-link a:not(:first-child) {
    margin-top: 0;
  }
  .footer .footer-company .footer_right .copyright {
    margin-top: 19px;
  }
}

@media screen and (max-width: 959px) {
  /* FAB */
  .fab-wrap {
    bottom: calc(env(safe-area-inset-bottom) + 70px);
    right: 20px;
  }
  /* 공유하기 버튼 */
  .share-btns {
    width: 38px;
    height: 38px;
    background: #fff;
  }
  .share-btns .share-btn {
    font-size: 15px;
    line-height: 36px;
    color: #000;
  }
  .share-btns .share-btn .icon {
    margin-right: 2px;
  }
  .share-btns:hover .share-btn {
    color: #fff;
  }
  /* app 다운로드 버튼 */
  .appDown-pc {
    width: 38px;
    height: 38px;
  }
  .appDown-pc .appDown-pc-btn {
    line-height: 36px;
    font-size: 21px;
  }
  /* 최근 본 상품 버튼 */
  .recent-fab {
    width: 38px;
    height: 38px;
  }
  .recent-fab.main-recent {
    display: none;
  }
  .recent-fab .recent-empty-btn {
    line-height: 36px;
    font-size: 21px;
  }
  /* Top Button */
  .scrollup-always {
    width: 38px;
    height: 38px;
  }
  /* 국가 선택 팝업 */
  .modal-checkout-country .uk-modal-dialog .uk-modal-close {
    top: 15px;
    right: 20px;
  }
  .modal-checkout-country .uk-modal-dialog .content-title {
    padding: 18px 0px;
    margin: 0 20px;
    border-bottom: none;
  }
  .modal-checkout-country .uk-modal-dialog .content-title img {
    height: 13px;
  }
  .modal-checkout-country .uk-modal-dialog .content-section {
    padding: 0 20px 40px;
  }
  .modal-checkout-country .uk-modal-dialog .content-section .notice-text {
    line-height: 1.35;
    text-align: center;
    padding: 24px 0;
    margin: 0 auto;
  }
  .modal-checkout-country .uk-modal-dialog .content-section .continent-wrap + .continent-wrap {
    padding-top: 24px;
  }
  .modal-checkout-country .uk-modal-dialog .content-section .continent-wrap .continent-title strong {
    font-size: 16px;
    line-height: 20px;
  }
  .modal-checkout-country .uk-modal-dialog .content-section .continent-wrap .continents-wrap ul .country-item {
    justify-content: space-between;
  }
  .modal-checkout-country .uk-modal-dialog .content-section .continent-wrap .continents-wrap ul .country-item.belgium-wrap {
    justify-content: flex-start;
  }
  .modal-checkout-country .uk-modal-dialog .content-section .continent-wrap .continents-wrap ul .country-item a {
    height: 35px;
    font-size: 14px;
    font-weight: 400;
  }
  .modal-checkout-country .uk-modal-dialog .content-section .continent-wrap .continents-wrap ul .country-item svg {
    font-size: 20px;
    color: #0063BA;
    margin-left: 8px;
  }
}

/* Tablet and bigger */
@media (max-width: 768px) {
  .footer .footer-company {
    position: relative;
    padding: 24px 16px 80px;
    font-size: 10px;
  }
  .footer .footer-company > .flex {
    flex-direction: column-reverse;
    gap: 16px;
  }
  .footer .footer-company .footer_left {
    text-align: center;
  }
  .footer .footer-company .footer_left .inner {
    margin: 16px 0 0;
  }
  .footer .footer-company .footer_left .company-name {
    font-size: 13px;
    margin-bottom: 6px;
  }
  .footer .footer-company .footer_left .company-attr {
    margin-bottom: 0;
  }
  .footer .footer-company .footer_left .company-attr:not(.no-line) {
    margin-right: 1px;
    padding-right: 5px;
  }
  .footer .footer-company .footer_left .company-attr:not(.no-line):after {
    top: 4px;
    height: 8px;
    background-color: #3B4787;
  }
  .footer .footer-company .footer_left .company-attr.no-line-mo::after {
    display: none;
  }
  .footer .footer-company .footer_left .footer-link {
    display: flex;
    margin: 16px 0 0;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0 12px;
  }
  .footer .footer-company .footer_left .footer-link .text-link {
    position: relative;
  }
  .footer .footer-company .footer_left .footer-link .text-link:not(:first-child) {
    margin: 0;
  }
  .footer .footer-company .footer_left .footer-link .text-link:not(:first-child):not(:first-child) {
    margin-top: 0;
  }
  .footer .footer-company .footer_left .footer-link .text-link:not(:first-child):not(:first-child)::after {
    content: '';
    position: absolute;
    top: 4px;
    left: -6px;
    width: 1px;
    height: 10px;
    background-color: #3B4787;
  }
  .footer .footer-company .footer_right > .flex {
    flex-direction: column;
  }
  .footer .footer-company .footer_right .company-link {
    margin: 0;
    flex-direction: row;
    justify-content: center;
    gap: 0 28px;
  }
  .footer .footer-company .footer_right .company-link a {
    position: relative;
    font-size: 10px;
    color: #fff;
  }
  .footer .footer-company .footer_right .company-link a:not(:first-child) {
    margin-top: 0;
  }
  .footer .footer-company .footer_right .company-link a:not(:first-child)::after {
    content: '';
    position: absolute;
    top: 4px;
    left: -14px;
    width: 1px;
    height: 8px;
    background-color: #3B4787;
  }
  .footer .footer-company .footer_right .company-cs {
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 16px 0 0 0;
    padding: 16px 0;
    border-top: 1px solid #3B4787CC;
    border-bottom: 1px solid #3B4787CC;
  }
  .footer .footer-company .footer_right .company-cs .company-cs-info .company-cs-tlt {
    display: inline-block;
    border: 1px solid rgba(255, 255, 255, 0.4);
    border-radius: 25px;
    font-size: 10px;
    margin-bottom: 4px;
    padding: 2px 10px 2px 10px;
    color: #fff;
  }
  .footer .footer-company .footer_right .company-cs .company-cs-info .company-tel {
    display: block;
    font-size: 16px;
    margin: 0;
  }
  .footer .footer-company .footer_right .company-cs .company-time {
    color: #fff;
    line-height: 1.8;
  }
  .footer .footer-company .footer_right .company-cs .footer-sns {
    position: absolute;
    left: 0;
    bottom: 24px;
    width: 100%;
    margin: 0;
    flex-wrap: wrap;
    justify-content: center;
  }
  .footer-contents {
    padding: 0 !important;
    padding-bottom: calc(env(safe-area-inset-bottom) + 50px) !important;
  }
  #share-popup .uk-modal-dialog .share-cont .pop-title {
    font-size: 16px;
  }
}

.plp-refinements-container:not(.active) {
  width: 240px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 240px;
  -ms-flex: 0 0 240px;
  flex: 0 0 240px;
  margin-right: 60px;
}

.plp-refinements-container.fixed-top > .plp-refinements-inner {
  width: 240px;
  position: fixed;
  z-index: 2;
  margin-right: 10px;
}

/* PLP Layout */
.pt_category {
  /* 카테고리 상단 배너 */
  /* Fixed 상단 sort */
}

.pt_category .plp-lnb {
  position: relative;
  max-width: 1800px;
  margin: 0 auto;
  padding: 24px 20px;
}

.pt_category .plp-lnb::after {
  content: '';
  position: absolute;
  left: 20px;
  bottom: 0;
  width: calc(100% - 40px);
  height: 1px;
  background-color: #dbdbdb;
}

.pt_category .plp-lnb .plp-top-menu {
  font-size: 16px;
  line-height: 38px;
}

.pt_category .plp-lnb .plp-top-menu .plp-category-name {
  font-weight: bold;
}

.pt_category .plp-lnb .category-header-menu {
  margin-top: 16px;
  white-space: nowrap;
}

.pt_category .plp-lnb .category-header-menu .category-header-title {
  padding-bottom: 10px;
}

.pt_category .plp-lnb .category-header-menu .category-header-title span {
  font-size: 30px;
  font-weight: bold;
}

.pt_category .plp-lnb .category-header-menu .category-header-sub {
  margin-left: 60px;
  padding-bottom: 10px;
  gap: 0 40px;
  align-items: end;
  overflow: auto;
}

.pt_category .plp-lnb .category-header-menu .category-header-sub .item a {
  font-size: 20px;
  font-weight: bold;
  color: #BEBEBE;
}

.pt_category .plp-lnb .category-header-menu .category-header-sub .item.active a {
  color: #000;
}

.pt_category .top-banner .content-container img {
  width: 100%;
}

.pt_category .plp-actions {
  margin-bottom: 25px;
  background-color: #fff;
}

.pt_category .plp-actions.fixed-top {
  margin-bottom: 0;
}

.pt_category .plp-actions > .container {
  margin: 0 auto;
  background-color: #fff;
}

.pt_category .plp-actions > .container .category-list-num {
  font-size: 18px;
  font-weight: 600;
  margin-top: 9px;
}

.pt_category .plp-actions > .container .category-list-num span {
  color: #0063BA;
}

.pt_category .plp-actions > .container .sort-select {
  position: relative;
  min-width: 100px;
}

.pt_category .plp-actions > .container .sort-select .input-select-inline {
  font-size: 15px;
  box-shadow: none;
  padding: 0;
  padding-right: 24px;
  text-align: right;
  cursor: pointer;
}

.pt_category .plp-actions > .container .sort-select:before {
  content: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg'  viewBox='0 0 12 7'%3E%3Cpath fill='none' stroke='%23999' d='M1 1L6 6L11 1' stroke-width='1.5' stoke-linecap='round' stroke-linejoin='round' /%3E%3C/svg%3E");
  position: absolute;
  top: calc(50% - 10px);
  right: 5px;
  width: 12px;
  pointer-events: none;
}

.pt_category .plp-actions > .container .align-view-btn {
  position: relative;
  padding-left: 11px;
  margin-left: 10px;
}

.pt_category .plp-actions > .container .align-view-btn::before {
  content: '';
  position: absolute;
  top: calc(50% - 5px);
  left: 0;
  width: 1px;
  height: 10px;
  background-color: #eee;
}

.pt_category .plp-actions > .container .align-view-btn button {
  display: none;
  position: relative;
}

.pt_category .plp-actions > .container .align-view-btn button .icon {
  font-size: 24px;
}

.pt_category .plp-actions > .container .align-view-btn button.active {
  display: block;
}

.pt_category .plp-actions .filter-pc, .pt_category .plp-actions .filter-mobile-btn {
  position: relative;
  font-size: 15px;
  padding-left: 11px;
  margin-left: 10px;
}

.pt_category .plp-actions .filter-pc::before, .pt_category .plp-actions .filter-mobile-btn::before {
  content: '';
  position: absolute;
  top: calc(50% - 5px);
  left: 0;
  width: 1px;
  height: 10px;
  background-color: #eee;
}

.pt_category .plp-actions .filter-pc .icon, .pt_category .plp-actions .filter-mobile-btn .icon {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  margin-right: 4px;
}

.pt_category .plp-actions .category-title .num strong {
  padding-left: 3px;
}

.pt_category .plp-container {
  position: relative;
  margin-top: 32px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 20px;
  max-width: 1800px;
  /* Fixed left 필터 */
}

.pt_category .plp-container .plp-refinements-container {
  overflow: hidden;
}

.pt_category .plp-container .plp-refinements-container .plp-refinements-inner {
  height: 100%;
  background: #fff;
  padding: 0;
}

.pt_category .plp-container .plp-refinements-container .plp-refinements-inner .refinements-header {
  width: 100%;
  margin-bottom: 12px;
}

.pt_category .plp-container .plp-refinements-container .plp-refinements-inner .refinements-header > .flex {
  align-items: center;
  justify-content: space-between;
}

.pt_category .plp-container .plp-refinements-container .plp-refinements-inner .toggle-box .toggle-label:after {
  right: 5px;
  left: auto;
}

.pt_category .plp-container .plp-refinements-container .plp-refinements-inner .toggle-box > .toggle-content {
  display: none;
  padding: 0;
}

.pt_category .plp-container .plp-refinements-container .plp-refinements-inner .toggle-box > .toggle-content > * {
  opacity: 0;
  -webkit-transition: opacity 213ms ease-out;
  transition: opacity 213ms ease-out;
}

.pt_category .plp-container .plp-refinements-container .plp-refinements-inner .toggle-box > .toggle-content.active {
  padding-top: 0;
  padding-bottom: 12px;
  display: block;
}

.pt_category .plp-container .plp-refinements-container .plp-refinements-inner .toggle-box > .toggle-content.active > * {
  opacity: 1;
  -webkit-transition-delay: 54ms;
  transition-delay: 54ms;
}

.pt_category .plp-container .plp-refinements-container .plp-refinements-inner .toggle-box > .toggle-content.category-filter.active .refinements-list {
  padding-left: 10px;
}

.pt_category .plp-container .plp-refinements-container .plp-refinements-inner .toggle-box > .toggle-content.category-filter.active .refinements-list.no-children {
  padding-left: 0;
}

.pt_category .plp-container .plp-refinements-container .plp-refinements-inner .toggle-box > .toggle-content.category-filter.active .refinements-list.no-children li {
  font-size: 16px;
}

.pt_category .plp-container .plp-refinements-container .plp-refinements-inner .toggle-box > .toggle-content.category-filter.active .refinements-list.no-children li a {
  color: #757575;
}

.pt_category .plp-container .plp-refinements-container .plp-refinements-inner .toggle-box > .toggle-content .refinement-subInfo {
  margin-bottom: 24px;
}

.pt_category .plp-container .plp-refinements-container .plp-refinements-inner .toggle-box > .toggle-content .refinement-subInfo:first-child {
  margin-top: 16px;
}

.pt_category .plp-container .plp-refinements-container .plp-refinements-inner .toggle-box > .toggle-content .refinement-subInfo .label-sub-title {
  font-size: 14px;
  font-weight: 600;
}

.pt_category .plp-container .plp-refinements-container .plp-refinements-inner .toggle-box > .toggle-content .refinement-subInfo .refinements-list {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
}

.pt_category .plp-container .plp-refinements-container .plp-refinements-inner .toggle-box > .toggle-content .refinement-subInfo .refinements-list .item {
  flex-basis: calc(50% - 4px);
  cursor: pointer;
}

.pt_category .plp-container .plp-refinements-container .plp-refinements-inner .toggle-box > .toggle-content .refinement-subInfo .refinements-list .item.box-btn {
  height: 40px;
  border: 1px solid #dbdbdb;
  font-size: 13px;
  font-weight: 500;
  align-content: center;
  text-align: center;
}

.pt_category .plp-container .plp-refinements-container .plp-refinements-inner .toggle-box > .toggle-content .refinement-subInfo .refinements-list .item.box-btn.set-checked {
  background-color: #0063BA;
  color: #fff;
}

.pt_category .plp-container .plp-refinements-container .plp-refinements-inner .toggle-box .more-btn {
  margin-top: 20px;
  font-size: 11px;
}

.pt_category .plp-container .plp-refinements-container .plp-refinements-inner .toggle-box .more-btn .minus {
  display: none;
}

.pt_category .plp-container .plp-refinements-container .plp-refinements-inner .toggle-box .more-btn.active .plus {
  display: none;
}

.pt_category .plp-container .plp-refinements-container .plp-refinements-inner .toggle-box .more-btn.active .minus {
  display: block;
}

.pt_category .plp-container .plp-refinements-container .plp-refinements-inner .refinement-link {
  position: relative;
  cursor: pointer;
  font-size: 13px;
}

.pt_category .plp-container .plp-refinements-container .plp-refinements-inner .refinement-link:before {
  content: '';
  width: 20px;
  height: 20px;
  border: 1px solid #c4c4c4;
  position: absolute;
  top: 8px;
  left: 0;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.91305 6.98964L1.65218 3.60254' stroke='%23DBDBDB' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M10.3478 1.34473L4.91304 6.98989' stroke='%23DBDBDB' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 12px;
  border-radius: 4px;
}

.pt_category .plp-container .plp-refinements-container .plp-refinements-inner .refinement-link.selected:before, .pt_category .plp-container .plp-refinements-container .plp-refinements-inner .refinement-link.set-checked:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.91305 6.98964L1.65218 3.60254' stroke='%230063BA' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M10.3478 1.34473L4.91304 6.98989' stroke='%230063BA' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  border-color: #0063BA;
}

.pt_category .plp-container .plp-refinements-container .plp-refinements-inner .category-item {
  margin-bottom: 10px;
}

.pt_category .plp-container .plp-refinements-container .plp-refinements-inner .refinement-swatches:not(.colorfamily) {
  overflow: hidden;
}

.pt_category .plp-container .plp-refinements-container .plp-refinements-inner .refinements .refinement {
  margin-left: 0;
  padding: 12px 0;
}

.pt_category .plp-container .plp-refinements-container .plp-refinements-inner .refinements .refinement > .toggle-label {
  padding: 0;
  min-height: 56px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
}

.pt_category.search {
  max-width: 1800px;
  margin: 0 auto;
  padding: 0 20px;
}

.pt_category.search .search-layer {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 24px;
  margin: 48px 0 40px;
}

.pt_category.search .search-layer .search-result-title {
  color: #757575;
  font-size: 24px;
  word-break: break-all;
}

.pt_category.search .search-layer .search-result-title span {
  color: #111;
}

.pt_category.search .search-layer .search-input-wrap {
  position: relative;
  display: block;
  max-width: 720px;
  width: 100%;
}

.pt_category.search .search-layer .search-input-wrap .input-textfield {
  display: block;
  width: 100%;
}

.pt_category.search .search-layer .search-input-wrap .input-textfield input {
  height: 60px;
  padding: 18px 100px 18px 32px;
  font-size: 18px;
  font-weight: 500;
  border: 1px solid #111;
  border-radius: 999px;
}

.pt_category.search .search-layer .search-input-wrap .input-textfield .btn-wrap {
  display: flex;
  top: calc(50% - 11px);
  right: 32px;
  gap: 16px;
  margin: 0;
}

.pt_category.search .search-layer .search-input-wrap .input-textfield .btn-wrap button {
  width: 22px;
  height: 22px;
  line-height: 1;
  vertical-align: auto;
}

.pt_category.search .search-layer .search-input-wrap .input-textfield .btn-wrap .search-input-form-submit {
  display: block;
  font-size: 20px;
}

.pt_category.search .search-layer .search-input-wrap .input-textfield .btn-wrap .delete .icon {
  font-size: 22px;
  color: #c4c4c4;
}

.pt_category.search .search-tab-container .search-tab-wrap {
  border-bottom: 1px solid #e6e6e6;
}

.pt_category.search .search-tab-container .search-tab-wrap .tab-item {
  position: relative;
  max-width: 206px;
  width: 100%;
  height: 56px;
  font-weight: 600;
  text-align: center;
  color: #999;
}

.pt_category.search .search-tab-container .search-tab-wrap .tab-item.uk-active {
  color: #0063BA;
}

.pt_category.search .search-tab-container .search-tab-wrap .tab-item.uk-active::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100%;
  height: 2px;
  background-color: #0063BA;
}

.pt_category.search .search-tab-container .search-tab-content-wrap {
  padding: 24px 0;
}

.pt_category.search .search-tab-container .search-tab-content-wrap .search-notfound .text-wrap {
  padding: 80px 0;
  text-align: center;
}

.pt_category.search .search-tab-container .search-tab-content-wrap .search-notfound .text-wrap .icon {
  font-size: 50px;
}

.pt_category.search .search-tab-container .search-tab-content-wrap .search-notfound .text-wrap .help-message {
  margin-top: 24px;
  color: #999;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
}

.pt_category.search .search-tab-container .search-tab-content-wrap .search-notfound .related-slider-wrap {
  max-width: 1800px;
  margin-top: 80px;
  padding: 0;
}

.pt_category.search .search-tab-container .search-tab-content-wrap .plp-container {
  margin-top: 16px;
  padding: 0;
}

.userOnly-wrap {
  position: absolute;
  top: 0;
  right: 0;
  text-align: right;
  width: 100%;
  height: 100%;
  cursor: pointer;
  pointer-events: inherit;
}

.userOnly-wrap .userOnly-badges {
  margin: 13px 11px 0 0;
}

.userOnly-wrap .userOnly-badges .icon {
  font-size: 40px;
}

.userOnly-wrap .userOnly-badges p {
  display: none;
  margin-top: 10px;
  color: #fff;
  font-weight: bold;
}

.userOnly-wrap:hover {
  background: rgba(0, 0, 0, 0.3);
  color: #000;
}

.userOnly-wrap:hover p {
  display: block;
}

.product-badges {
  display: flex;
  gap: 4px;
}

.product-badges .badge-text {
  display: inline-block;
  font-size: 11px;
  line-height: 23px;
  color: #111111;
  font-weight: 400;
  padding: 0 10px;
  min-width: 44px;
  letter-spacing: -0.2px;
  border-radius: 4px;
  background-color: #f4f4f4;
}

.product-badges .badge-text:nth-child(n+4) {
  display: none;
}

.paris-badge {
  position: initial;
  right: 0;
  top: 7px;
  font-size: 12.5px;
  background: #fff;
  line-height: 20px;
  color: #111111;
  font-family: "Pretendard", "Helvetica Neue", "맑은 고딕", Dotum;
  font-weight: 400;
  text-align: left;
  padding: 0 5px;
  margin-top: 6px;
  min-width: 70px;
  text-transform: capitalize;
  letter-spacing: -0.2px;
}

/* PATH */
.breadcrumb {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 25px 8px;
}

.breadcrumb-element {
  font-size: 14px;
  line-height: 28px;
  color: #111111;
  text-transform: uppercase;
  font-weight: bold;
}

.breadcrumb-element:not(:last-child) {
  color: #9b9b9b;
  font-weight: normal;
}

.breadcrumb-element:not(:last-child):after {
  content: '/';
  display: inline-block;
  padding: 0 10px;
  font-size: 14px;
  color: #9b9b9b;
}

.slim-billboard {
  background: #fafafa;
}

.slim-billboard.media-tile {
  position: relative;
  letter-spacing: -.025em;
  word-break: keep-all;
  word-wrap: break-word;
  overflow-wrap: break-word;
  overflow: hidden;
  min-height: 195px;
}

.slim-billboard .tile-overlay {
  position: absolute;
  top: 0;
  left: 0;
  padding: 30px;
  width: 100%;
  height: 100%;
  pointer-events: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: transparent;
}

.slim-billboard .tile-overlay .heading-title {
  font-size: 28px;
  font-weight: 600;
  line-height: 1;
  margin-bottom: .5em;
}

.slim-billboard .heading-title {
  text-transform: uppercase;
  margin-bottom: .5em;
  font-weight: 900;
}

.slim-billboard .billboard-link {
  color: #ffffff;
  display: inline-block;
  padding: 10px 15px;
  font-size: 12px;
  font-weight: 600;
  text-align: center;
  border: 1px solid;
  -webkit-transition: opacity 426ms cubic-bezier(0.4, 0.9, 0.3, 1), color 426ms cubic-bezier(0.4, 0.9, 0.3, 1), border-color 426ms cubic-bezier(0.4, 0.9, 0.3, 1), background-color 426ms cubic-bezier(0.4, 0.9, 0.3, 1);
  transition: opacity 426ms cubic-bezier(0.4, 0.9, 0.3, 1), color 426ms cubic-bezier(0.4, 0.9, 0.3, 1), border-color 426ms cubic-bezier(0.4, 0.9, 0.3, 1), background-color 426ms cubic-bezier(0.4, 0.9, 0.3, 1);
}

.slim-billboard .billboard-link .text {
  opacity: 0;
}

.slim-billboard .billboard-link:hover:not([disabled]):not(.disabled) {
  opacity: .65;
}

.refinement-title {
  font-family: "Pretendard", "Helvetica Neue", "맑은 고딕", Dotum;
  color: #111111;
}

.swatch-size-list {
  display: flex;
  gap: 4px;
}

.swatch-size-list .swatch {
  padding: 0;
  margin: 0;
  width: 56px;
  height: 36px;
  line-height: 34px;
  font-size: 13px;
  border: 1px solid #dbdbdb;
  border-radius: 4px;
  text-align: center;
  overflow: hidden;
  cursor: pointer;
}

.swatch-size-list .swatch.selected {
  background-color: #0063BA;
  color: #fff;
  font-weight: bold;
}

.swatch-color {
  display: flex;
  align-items: center;
  cursor: pointer;
}

.swatch-color .swatch-color-item {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-position: 50%;
  overflow: hidden;
  line-height: 1;
}

.swatch-color:hover .swatch-color-item::after, .swatch-color.selected .swatch-color-item::after {
  content: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg'  viewBox='0 0 24 18'%3E%3Cpath fill='%23fff' d='M23.543 2.371L21.171 0 8.286 12.886 2.371 6.971 0 9.343l7.629 7.628v-.028l.657.657z' /%3E%3C/svg%3E");
  position: absolute;
  top: calc(50% - 9px);
  left: calc(50% - 5px);
  width: 10px;
  height: 8px;
}

.swatch-color.white_color .swatch-color-item::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  border: 1px solid #999;
}

.swatch-color.white_color:hover .swatch-color-item::after, .swatch-color.white_color.selected .swatch-color-item::after {
  content: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg'  viewBox='0 0 24 18'%3E%3Cpath fill='%23333' d='M23.543 2.371L21.171 0 8.286 12.886 2.371 6.971 0 9.343l7.629 7.628v-.028l.657.657z' /%3E%3C/svg%3E");
}

.swatch-color:not(.single) {
  margin-top: 5px;
  margin-bottom: 5px;
}

.swatch-color:not(:last-child) {
  margin-right: 10px;
}

.swatch-color.unselectable {
  opacity: .35;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.swatch-color-solid-border {
  border: 1px solid #e5e5e5;
}

.swatch-color-large {
  width: 30px;
  height: 30px;
  font-size: 30px;
}

.swatch-color-list {
  height: 100%;
  border-radius: inherit;
  overflow: hidden;
}

.swatch-color-item {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1;
  -ms-flex: 1 1;
  flex: 1 1;
}

.swatch-amount {
  position: relative;
  max-width: 20%;
  border: none;
  border-right: 1px solid #e5e5e5;
}

.swatch-amount:before {
  content: '';
  display: block;
  padding-bottom: 100%;
  width: 100%;
}

.swatch-amount:last-child {
  border-right: 1px solid #e5e5e5;
}

.swatch-amount:nth-child(5n) {
  border-right: none;
}

.swatch-amount:nth-child(5n+5) {
  border: none;
}

.swatch-amount:first-child:after, .swatch-amount:nth-child(5n+6):after {
  content: '';
  z-index: 1;
  position: absolute;
  top: -1px;
  left: 0;
  width: 600%;
  border-top: 1px solid #e5e5e5;
  pointer-events: none;
}

.swatch-width:nth-child(5n) {
  border-right: none;
}

.swatch-cut {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 0;
  -ms-flex: 1 0 0px;
  flex: 1 0 0;
  min-width: 50%;
}

.swatch-cut:nth-child(2n) {
  border-right: 0;
}

.swatch-cut:last-child {
  border-right: none;
}

.swatch-style {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 0;
  -ms-flex: 1 0 0px;
  flex: 1 0 0;
  min-width: 50%;
}

.swatch-style:nth-child(2n) {
  border-right: 0;
}

.swatch-value-amount {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.swatch-value-style .icon {
  width: 40px;
  height: 40px;
}

.refinement-list-title {
  font-size: 16px;
  line-height: 2.8;
  font-weight: 700;
}

.refinement-list-title + .refinements-list li + li {
  margin-top: 20px;
}

.refinement-list-title + .refinements-list .item:after {
  right: 0;
}

.refinement-list-title + .refinements-list .selected {
  position: relative;
}

.refinement-list-title + .refinements-list .selected:after {
  display: block;
  content: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg'  viewBox='0 0 24 18'%3E%3Cpath fill='%23000' d='M23.543 2.371L21.171 0 8.286 12.886 2.371 6.971 0 9.343l7.629 7.628v-.028l.657.657z' /%3E%3C/svg%3E");
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 1em;
}

.refinements-list {
  margin-top: 1em;
}

.refinements-list.filter-soldOut {
  margin-top: 0;
}

.refinements-list li {
  color: #111111;
}

.toggle-box {
  color: #000000;
}

.toggle-box > .toggle-label {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  min-height: 3.25rem;
  cursor: pointer;
  -webkit-transition: background-color 213ms ease-in-out;
  transition: background-color 213ms ease-in-out;
}

.toggle-box > .toggle-label:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 14px;
  height: 14px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg'  viewBox='0 0 12 7'%3E%3Cpath fill='none' stroke='%23BEBEBE' d='M1 1L6 6L11 1' stroke-width='1.5' stoke-linecap='round' stroke-linejoin='round' /%3E%3C/svg%3E");
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

.toggle-box > .toggle-label.active:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg'  viewBox='0 0 12 7'%3E%3Cpath fill='none' stroke='%23BEBEBE' d='M1 6L6 1L11 6' stroke-width='1.5' stoke-linecap='round' stroke-linejoin='round' /%3E%3C/svg%3E");
}

.toggle-box > .toggle-label.black:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg'  viewBox='0 0 12 7'%3E%3Cpath fill='none' stroke='%23111' d='M1 1L6 6L11 1' stroke-width='1.5' stoke-linecap='round' stroke-linejoin='round' /%3E%3C/svg%3E");
}

.toggle-box > .toggle-label.black.active:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg'  viewBox='0 0 12 7'%3E%3Cpath fill='none' stroke='%23111' d='M1 6L6 1L11 6' stroke-width='1.5' stoke-linecap='round' stroke-linejoin='round' /%3E%3C/svg%3E");
}

.toggle-box > .toggle-content.active {
  overflow: initial;
  max-height: none;
  visibility: visible;
}

.plp-content {
  width: 100%;
  padding-bottom: 60px;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-transition-property: opacity, visibility;
  transition-property: opacity, visibility;
}

.plp-content:not(.content-change) {
  -webkit-transition-delay: 213ms;
  transition-delay: 213ms;
  -webkit-transition-duration: .32s;
  transition-duration: .32s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.plp-content .plp-grid {
  margin-top: -14px;
}

.plp-content .product-tile-details {
  position: relative;
  word-break: break-all;
  margin-top: 20px;
}

.plp-content .product-tile-details .product-badges {
  flex-flow: wrap;
}

.plp-content .product-tile-details .product-badges .badge-text {
  margin-bottom: 12px;
}

.plp-content .product-tile-details .name {
  margin: 0 0 12px;
  padding: 0;
  text-align: left;
}

.plp-content .product-tile-details .name .text-link {
  font-size: 20px;
  line-height: 1.25;
  font-weight: 500;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.plp-content .product-tile-details .price {
  font-family: "Pretendard", "Helvetica Neue", "맑은 고딕", Dotum;
  display: flex;
  text-align: left;
  flex-wrap: wrap;
  font-size: 20px;
  font-weight: bold;
}

.plp-content .product-tile-details .price .retail {
  flex-basis: 100%;
  color: #999;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 4px;
}

.plp-content .product-tile-details .price .rate {
  color: #d31717;
  margin-right: 8px;
  font-weight: bold;
}

.plp-content .product-tile-details .price .sale {
  color: #111;
}

.plp-content .product-info {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  color: #999;
  font-size: 14px;
  margin-top: 12px;
}

.plp-content .product-info .product-tile-review {
  position: relative;
  margin-right: 10px;
  padding-right: 11px;
}

.plp-content .product-info .product-tile-review::after {
  content: '';
  position: absolute;
  right: 0;
  top: 3px;
  width: 1px;
  height: 12px;
  background-color: #ccc;
}

.plp-content .product-info .review-stars-rating-icon {
  font-size: 13px;
  margin-right: 4px;
}

.plp-content .product-info .product-info-size {
  position: relative;
  line-height: 1;
}

.plp-content .product-info .product-info-size .size-btn {
  position: relative;
}

.plp-content .product-info .product-info-size .size-btn:before {
  position: absolute;
  top: -1px;
  right: -13px;
  content: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg'  viewBox='0 0 12 7'%3E%3Cpath fill='none' stroke='%23999' d='M1 1L6 6L11 1' stroke-width='1.5' stoke-linecap='round' stroke-linejoin='round' /%3E%3C/svg%3E");
  width: 8px;
}

.plp-content .product-tile-size {
  margin-top: 14px;
}

.plp-content .product-tile-size ul {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 19px;
}

.plp-content .product-tile-size ul li {
  font-size: 14px;
  min-width: 25px;
}

.plp-content .product-tile-size ul li.soldout {
  color: #bebebe;
  text-decoration: line-through;
}

.plp-content .product-tile-keyword {
  margin-left: 4%;
  margin-right: 4%;
  margin-top: 14px;
  margin-bottom: 7px;
}

.plp-content .product-tile-keyword > p,
.plp-content .product-tile-keyword > span {
  display: inline-block;
  font-family: "Pretendard", "Helvetica Neue", "맑은 고딕", Dotum;
  color: #757575;
  font-size: 12px;
  background-color: #f3f3f3;
  padding: 0 9.6px;
  margin-right: .5em;
  margin-bottom: 5px;
  line-height: 2;
}

.plp-content .product-tile-swatch-list-count {
  position: absolute;
  top: 24px;
  right: 0;
  text-align: right;
}

.plp-content .empty-container .text {
  text-align: center;
}

.plp-content .empty-container .text .icon {
  display: inline-block;
  width: 50px;
  height: 50px;
  margin-bottom: 24px;
}

.plp-content .empty-container .text .desc {
  display: block;
  font-size: 16px;
  line-height: 1.35;
  font-weight: 500;
  color: #999;
}

.plp-content .empty-container .text .button {
  margin-top: 24px;
  width: 240px;
  border-color: #999;
  color: #434343;
  font-weight: 500;
}

.product-tile {
  position: relative;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  overflow: hidden;
}

.product-tile .product-tile-swatches, .product-tile .product-tile-size {
  opacity: 0;
}

.product-tile.over .product-tile-swatches, .product-tile.over .product-tile-size {
  opacity: 1;
}

.product-tile.over .product-info .product-info-size .size-btn::before {
  top: calc(50% - 4px);
  transform: rotate(180deg);
}

.product-tile .product-tile-main .badge_kids {
  position: absolute;
  top: 24px;
  left: 24px;
  max-width: 57px;
}

.plp-grid-item {
  position: relative;
  margin-bottom: 10px;
  margin-top: 14px;
  transition: all 0.3s;
}

.plp-grid-item .ratio-standard:before {
  padding-bottom: 100%;
}

.product-tile-details {
  font-size: 14px;
  line-height: 22px;
  letter-spacing: -.025em;
  word-break: keep-all;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

.product-tile-details .name {
  margin: 0;
  margin-bottom: 16px;
}

.product-tile-details .price {
  margin: 0;
}

.product-tile-details .price span {
  line-height: 1;
}

.product-tile-details .price span:not(:last-child) {
  margin-right: .3em;
}

.product-tile-details .price .retail {
  text-decoration: line-through;
}

.product-tile-details .promos {
  margin: 0;
  color: #00c3d7;
}

.product-tile-swatches {
  margin-top: auto;
}

.product-tile-swatches .product-tile-swatch-list {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
}

.filter-tab {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  background-color: #fff;
  z-index: 9999;
  padding: 13px 20px 16px;
}

.filter-tab.active {
  display: block;
}

.filter-tab.loading-count {
  cursor: wait;
}

.filter-tab.loading-count::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.filter-tab .filter-tab-title {
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  justify-content: space-between;
  height: 48px;
}

.filter-tab .filter-tab-title h3 {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.filter-tab .filter-tab-title .fitler-tab-close .icon {
  width: 24px;
  height: 24px;
}

.filter-tab .tabs {
  display: flex;
  flex-wrap: wrap;
  height: 48px;
  align-items: center;
  margin-bottom: 24px;
}

.filter-tab .tabs .tab-item {
  width: 20%;
  padding: 8px 0;
  font-size: 13px;
  color: #999;
}

.filter-tab .tabs .tab-item.uk-active {
  color: #333;
  font-weight: 500;
  border-bottom: 1.5px solid #333;
}

.filter-tab .tab-content {
  min-height: 320px;
}

.filter-tab .tab-content .filter-option {
  cursor: pointer;
}

.filter-tab .tab-content .filter-size-list {
  display: flex;
  flex-wrap: wrap;
  gap: 6px 4.5px;
  max-height: 270px;
  overflow: auto;
}

.filter-tab .tab-content .filter-size-list .size-item {
  width: calc(25% - 4.5px);
  height: 40px;
  font-size: 13px;
  border: 1px solid #c4c4c4;
  border-radius: 4px;
  text-align: center;
  align-content: center;
}

.filter-tab .tab-content .filter-size-list .size-item.selected {
  background-color: #0063BA;
  color: #fff;
  font-weight: 500;
}

.filter-tab .tab-content .filter-color-list {
  display: flex;
  flex-wrap: wrap;
  max-height: 270px;
  overflow: auto;
}

.filter-tab .tab-content .filter-color-list .color-item {
  display: flex;
  align-items: center;
  width: 50%;
  height: 44px;
  padding-left: 8px;
  align-content: center;
}

.filter-tab .tab-content .filter-color-list .color-item.white_color .color-code {
  border: 1px solid #999;
}

.filter-tab .tab-content .filter-color-list .color-item.white_color.selected .color-code::after {
  content: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg'  viewBox='0 0 24 18'%3E%3Cpath fill='%23333' d='M23.543 2.371L21.171 0 8.286 12.886 2.371 6.971 0 9.343l7.629 7.628v-.028l.657.657z' /%3E%3C/svg%3E");
  top: calc(50% - 9px);
  left: calc(50% - 5px);
  width: 10px;
  height: 8px;
}

.filter-tab .tab-content .filter-color-list .color-item .color-code {
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
}

.filter-tab .tab-content .filter-color-list .color-item .color-name {
  font-size: 13px;
  margin-left: 8px;
}

.filter-tab .tab-content .filter-color-list .color-item.selected .color-code {
  position: relative;
}

.filter-tab .tab-content .filter-color-list .color-item.selected .color-code::after {
  content: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg'  viewBox='0 0 24 18'%3E%3Cpath fill='%23fff' d='M23.543 2.371L21.171 0 8.286 12.886 2.371 6.971 0 9.343l7.629 7.628v-.028l.657.657z' /%3E%3C/svg%3E");
  position: absolute;
  top: calc(50% - 9px);
  left: calc(50% - 5px);
  width: 10px;
  height: 8px;
}

.filter-tab .tab-content.price .range .slider-range {
  margin-bottom: 24px;
}

.filter-tab .tab-content.price .range .slider-text {
  margin: 0;
}

.filter-tab .tab-content.price .range .slider-text .input-textfield {
  width: calc(50% - 25px);
}

.filter-tab .tab-content.price .pricefamily .input-radio:not(:first-child) {
  margin-top: 14px;
}

.filter-tab .tab-content .filter-tech-list {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  max-height: 270px;
  overflow: auto;
}

.filter-tab .tab-content .filter-tech-list .tech-item {
  width: calc(50% - 6px);
  height: 40px;
  font-size: 13px;
  border: 1px solid #c4c4c4;
  border-radius: 4px;
  text-align: center;
  align-content: center;
  cursor: pointer;
}

.filter-tab .tab-content .filter-tech-list .tech-item.selected {
  background-color: #0063BA;
  color: #fff;
  font-weight: 500;
}

.filter-tab .tab-content .filter-other-list {
  max-height: 270px;
  overflow: auto;
}

.filter-tab .tab-content .filter-other-list .other-item:not(:last-child) {
  margin-bottom: 24px;
}

.filter-tab .tab-content .filter-other-list .other-item .other-title {
  font-size: 12px;
  font-weight: 600;
  margin-bottom: 16px;
}

.filter-tab .tab-content .filter-other-list .other-item .other-list {
  display: flex;
  flex-wrap: wrap;
  gap: 14px 8px;
}

.filter-tab .tab-content .filter-other-list .other-item .other-list .other-checkbox {
  position: relative;
  width: calc(50% - 8px);
  padding-left: 28px;
  line-height: 20px;
  cursor: pointer;
}

.filter-tab .tab-content .filter-other-list .other-item .other-list .other-checkbox:before {
  content: '';
  width: 20px;
  height: 20px;
  border: 1px solid #c4c4c4;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.91305 6.98964L1.65218 3.60254' stroke='%23DBDBDB' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M10.3478 1.34473L4.91304 6.98989' stroke='%23DBDBDB' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 12px;
  border-radius: 4px;
}

.filter-tab .tab-content .filter-other-list .other-item .other-list .other-checkbox.selected:before, .filter-tab .tab-content .filter-other-list .other-item .other-list .other-checkbox.set-checked:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.91305 6.98964L1.65218 3.60254' stroke='%230063BA' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M10.3478 1.34473L4.91304 6.98989' stroke='%230063BA' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  border-color: #0063BA;
}

.filter-tab .filter-tab-current-list .filter-tagbox {
  margin: 0;
}

.filter-tab .filter-tab-current-list .filter-tagbox .filter-tagbox-wrap {
  overflow-x: scroll;
}

.filter-tab .filter-tab-current-list .filter-tagbox .filter-tagbox-wrap ul {
  display: block;
  padding-bottom: 15px;
  white-space: nowrap;
  overflow: auto;
}

.filter-tab .filter-tab-current-list .filter-tagbox .filter-tagbox-wrap ul .tag-item:not(:last-child) {
  margin-right: 8px;
}

.filter-tab .filter-tab-current-list .filter-tagbox .filter-tagbox-wrap ul .tag-item a {
  padding: 8px 12px;
  white-space: nowrap;
}

.filter-tab .filter-tab-button-wrap {
  display: flex;
  gap: 8px;
}

.filter-tab .filter-tab-button-wrap .reset-filter {
  max-width: 80px;
  border-color: #c4c4c4;
  color: #111;
}

.filter-tab .filter-tab-button-wrap .reset-filter .icon {
  margin-right: 3px;
  font-size: 11px;
}

.filter-tab .filter-tab-button-wrap .filter-submit {
  max-width: 100%;
}

/* Reponsive 768px */
@media screen and (min-width: 768px) {
  .plp-refinements-container .refinement-link {
    display: inline-block;
    padding: 12px 0 8px 30px;
    font-size: 14px;
    line-height: 1;
  }
  .plp-refinements-container .refinement-link:not(.set-checked) {
    color: #111111;
  }
  .plp-refinements-container .toggle-box .toggle-label:after {
    right: 0;
  }
  .plp-refinements-container .toggle-box .category-filter .refinement-list-title + ul {
    margin-top: 9px;
  }
  .plp-refinements-container .swatches-wrapper {
    padding: 6px 0 8px;
  }
  .plp-refinements-container .swatches-wrapper.colorfamily {
    padding-top: 3px;
  }
  .plp-refinements-container .swatches-wrapper.sizefamily {
    padding-bottom: 4.2px;
  }
  .plp-refinements-container:not(.active) {
    opacity: 1;
    visibility: inherit;
    -webkit-transition: opacity 426ms cubic-bezier(0.4, 0.9, 0.3, 1), visibility 426ms cubic-bezier(0.4, 0.9, 0.3, 1), -webkit-flex-basis 426ms cubic-bezier(0.4, 0.9, 0.3, 1), -webkit-flex-basis 426ms cubic-bezier(0.4, 0.9, 0.3, 1);
    transition: opacity 426ms cubic-bezier(0.4, 0.9, 0.3, 1), visibility 426ms cubic-bezier(0.4, 0.9, 0.3, 1), -webkit-flex-basis 426ms cubic-bezier(0.4, 0.9, 0.3, 1), -webkit-flex-basis 426ms cubic-bezier(0.4, 0.9, 0.3, 1);
    transition: opacity 426ms cubic-bezier(0.4, 0.9, 0.3, 1), visibility 426ms cubic-bezier(0.4, 0.9, 0.3, 1), flex-basis 426ms cubic-bezier(0.4, 0.9, 0.3, 1);
    transition: opacity 426ms cubic-bezier(0.4, 0.9, 0.3, 1), visibility 426ms cubic-bezier(0.4, 0.9, 0.3, 1), flex-basis 426ms cubic-bezier(0.4, 0.9, 0.3, 1), -webkit-flex-basis 426ms cubic-bezier(0.4, 0.9, 0.3, 1), -webkit-flex-basis 426ms cubic-bezier(0.4, 0.9, 0.3, 1), -ms-flex-preferred-size 426ms cubic-bezier(0.4, 0.9, 0.3, 1);
  }
  .plp-refinements-container.active {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 0;
    -ms-flex: 0 0 0px;
    flex: 0 0 0;
    width: 0;
    height: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0ms cubic-bezier(0.4, 0.9, 0.3, 1) 0ms, visibility 426ms cubic-bezier(0.4, 0.9, 0.3, 1) 213ms, -webkit-flex-basis 426ms cubic-bezier(0.4, 0.9, 0.3, 1), -webkit-flex-basis 426ms cubic-bezier(0.4, 0.9, 0.3, 1);
    transition: opacity 0ms cubic-bezier(0.4, 0.9, 0.3, 1) 0ms, visibility 426ms cubic-bezier(0.4, 0.9, 0.3, 1) 213ms, -webkit-flex-basis 426ms cubic-bezier(0.4, 0.9, 0.3, 1), -webkit-flex-basis 426ms cubic-bezier(0.4, 0.9, 0.3, 1);
    transition: opacity 0ms cubic-bezier(0.4, 0.9, 0.3, 1) 0ms, visibility 426ms cubic-bezier(0.4, 0.9, 0.3, 1) 213ms, flex-basis 426ms cubic-bezier(0.4, 0.9, 0.3, 1);
    transition: opacity 0ms cubic-bezier(0.4, 0.9, 0.3, 1) 0ms, visibility 426ms cubic-bezier(0.4, 0.9, 0.3, 1) 213ms, flex-basis 426ms cubic-bezier(0.4, 0.9, 0.3, 1), -webkit-flex-basis 426ms cubic-bezier(0.4, 0.9, 0.3, 1), -webkit-flex-basis 426ms cubic-bezier(0.4, 0.9, 0.3, 1), -ms-flex-preferred-size 426ms cubic-bezier(0.4, 0.9, 0.3, 1);
  }
  .colorfamily .refinement-swatches {
    background-size: 20px 20px;
  }
  .colorfamily .refinement-swatches > span {
    display: flex;
    padding: 0;
    min-height: 1px;
    -webkit-box-flex: 1;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    width: 50%;
    align-items: center;
    min-height: 44px;
  }
  .colorfamily .refinement-swatches > span .color-title {
    margin-left: 8px;
    font-size: 16px;
  }
  .product-tile-swatch-list .swatch {
    -webkit-box-flex: 1;
    -webkit-flex: 0 0 20px;
    -ms-flex: 0 0 20px;
    flex: 0 0 20px;
    width: 50%;
    height: 20px;
    background-size: 20px 20px;
  }
  .product-tile-swatch-list .swatch-color {
    width: 20px;
    height: 20px;
  }
  .product-tile-swatch-list .swatch-color + .swatch-color {
    margin-left: .7em;
  }
  .product-tile-swatch-list .swatch-color.selected:after {
    -webkit-box-shadow: inset 0 0 0 2px #fff, inset 0 0 0 3px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 0 0 2px #fff, inset 0 0 0 3px rgba(0, 0, 0, 0.1);
  }
  .plp-content {
    padding-right: 0;
  }
  .plp-content .plp-grid {
    margin-left: -8px;
    margin-right: -8px;
  }
  .plp-content .plp-grid-item {
    padding-left: 8px;
    padding-right: 8px;
  }
  .plp-content .product-url {
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
  }
  .product-tile-main:hover .product-img {
    opacity: 1;
  }
  .product-set-tile-image-wrapper {
    opacity: 1;
  }
  .featured-tile-double:before {
    padding-bottom: 77.02312%;
  }
}

/* Phone landscape and bigger */
/* Tablet and bigger */
@media (max-width: 768px) {
  .pt_category {
    /* plp 모바일 상단 lnb */
  }
  .pt_category .plp-lnb {
    padding: 0;
    background-color: #fff;
    z-index: 3;
  }
  .pt_category .plp-lnb::after {
    display: none;
    width: 100%;
    left: 0;
    background-color: #e4e4e4;
  }
  .pt_category .plp-lnb .plp-top-menu {
    padding: 0 16px;
    font-size: 14px;
    line-height: 44px;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
  }
  .pt_category .plp-lnb .category-header-menu {
    margin: 0;
    padding: 0 16px;
    line-height: 44px;
  }
  .pt_category .plp-lnb .category-header-menu .category-header-title {
    display: none;
  }
  .pt_category .plp-lnb .category-header-menu .category-header-sub {
    margin: 0;
    padding-bottom: 0;
    gap: 24px;
    align-items: center;
    white-space: nowrap;
    overflow: auto;
  }
  .pt_category .plp-lnb .category-header-menu .category-header-sub .item a {
    font-size: 14px;
  }
  .pt_category .plp-lnb .sub_category_list {
    display: none;
    position: absolute;
    top: 46px;
    left: 0;
    width: 100%;
    background-color: #fff;
    padding: 0 24px;
    z-index: 1;
  }
  .pt_category .plp-lnb .sub_category_list ul li {
    line-height: normal;
  }
  .pt_category .plp-lnb .sub_category_list ul li a {
    display: block;
    font-size: 14px;
    padding: 14.5px 0;
  }
  .pt_category .plp-lnb .sub_category_list ul li.active a {
    font-weight: bold;
  }
  .pt_category .plp-lnb .row {
    margin-left: 0;
    margin-right: 0;
    padding: 14px 20px;
    background-color: #f6f6f6;
    flex-wrap: nowrap;
    overflow-x: auto;
  }
  .pt_category .plp-lnb .link {
    flex: 0 0 auto;
    border: 1px solid #e5e5e5;
    background-color: #fff;
    font-size: 13px;
    vertical-align: middle;
    margin-right: 5px;
    border-radius: 50px;
  }
  .pt_category .plp-lnb .link span {
    vertical-align: middle;
  }
  .pt_category .plp-lnb .link.selected {
    border: 1px solid #141414;
    color: #e5e5e5;
  }
  .pt_category .plp-lnb .link.selected a {
    color: #141414;
  }
  .pt_category .plp-lnb .link a {
    display: block;
    padding: 10px 16px;
    color: #757575;
  }
  .pt_category .plp-container {
    margin: 0;
    padding: 0 16px;
  }
  .pt_category .plp-actions {
    padding: 22px 0 14px;
    margin-bottom: 0;
  }
  .pt_category .plp-actions > .container .category-list-num {
    font-size: 13px;
    margin: 0;
  }
  .pt_category .plp-actions > .container .sort-select {
    min-width: 65px;
  }
  .pt_category .plp-actions > .container .sort-select .input-select-inline {
    font-size: 14px;
    padding-right: 18px;
  }
  .pt_category .plp-actions > .container .sort-select:before {
    content: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg'  viewBox='0 0 12 7'%3E%3Cpath fill='none' stroke='%23333' d='M1 1L6 6L11 1' stroke-width='1.5' stoke-linecap='round' stroke-linejoin='round' /%3E%3C/svg%3E");
    top: calc(50% - 9px);
    right: 0;
  }
  .pt_category .plp-actions .filter-mobile-btn {
    font-size: 14px;
    padding-left: 9px;
    margin-left: 8px;
  }
  .pt_category.search {
    padding: 0;
  }
  .pt_category.search .search-layer {
    margin: 16px 0 10px;
    padding: 0 16px;
  }
  .pt_category.search .search-layer .search-input-wrap .input-textfield input {
    padding: 16px 72px 16px 16px;
    height: 50px;
    font-size: 15px;
    border-color: #f4f4f4;
    background-color: #f4f4f4;
  }
  .pt_category.search .search-layer .search-input-wrap .input-textfield .btn-wrap {
    gap: 8px;
    right: 16px;
  }
  .pt_category.search .search-layer .search-input-wrap .input-textfield .btn-wrap .button {
    width: 20px;
    height: 20px;
  }
  .pt_category.search .search-layer .search-input-wrap .input-textfield .btn-wrap .delete .icon {
    font-size: 20px;
  }
  .pt_category.search .search-layer .search-input-wrap .input-textfield .btn-wrap .search-input-form-submit {
    font-size: 17px;
  }
  .pt_category.search .search-tab-container .search-tab-wrap {
    padding: 0 16px;
    border: none;
  }
  .pt_category.search .search-tab-container .search-tab-wrap .tab-item {
    max-width: 50%;
    height: 48px;
    border-bottom: 1px solid #c4c4c4;
  }
  .pt_category.search .search-tab-container .search-tab-content-wrap {
    padding: 0;
  }
  .pt_category.search .search-tab-container .search-tab-content-wrap .plp-container {
    margin: 0;
    padding: 0 16px;
  }
  .pt_category.search .search-tab-container .search-tab-content-wrap .search-notfound .text-wrap {
    padding: 48px 16px;
  }
  .pt_category.search .search-tab-container .search-tab-content-wrap .search-notfound .text-wrap .help-message {
    margin: 0;
  }
  .pt_category.search .search-tab-container .search-tab-content-wrap .search-notfound .text-wrap .help-message .text {
    font-size: 14px;
  }
  .pt_category.search .search-tab-container .search-tab-content-wrap .search-notfound .related-slider-wrap {
    margin-top: 16px;
    padding: 24px 16px;
  }
  .pt_category.search .search-tab-container .search-tab-content-wrap .search-notfound .related-slider-wrap .content-title {
    margin-top: 16px;
  }
  .swatch-color {
    background-size: cover;
  }
  .swatch-color:not(:last-child) {
    margin-right: 7px;
  }
  .plp-container {
    padding-left: 0;
    padding-right: 0;
  }
  .plp-refinements-container {
    position: fixed;
    z-index: 1060;
    top: calc(env(safe-area-inset-top) + 0px);
    left: 0;
    width: 260px;
    min-width: 230px;
    max-width: 460px;
    height: 100%;
    overflow-y: auto;
    background: #fff;
    color: #000000;
    -webkit-transform: translateX(-100vw);
    transform: translateX(-100vw);
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
  }
  .plp-refinements-container:not(.active) {
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    -webkit-transition-duration: 213ms;
    transition-duration: 213ms;
  }
  .plp-refinements-container.active {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    -webkit-transition-duration: 213ms;
    transition-duration: 213ms;
  }
  .plp-refinements-container .plp-refinements-inner {
    height: 100vh;
    padding-top: 50px;
  }
  .plp-refinements-container .refinements {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
    background: #fff;
  }
  .plp-refinements-container .refinements-group {
    -webkit-box-flex: 1;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-overflow-scrolling: touch;
    padding: 1.1em 1.5em calc(1.1em + env(safe-area-inset-bottom));
  }
  .plp-refinements-container .refinement {
    padding-right: 0 !important;
  }
  .plp-refinements-container .refinements-list {
    padding-left: 0;
    margin-top: 1em;
    font-size: 14px;
  }
  .plp-refinements-container .refinements-list.filter-soldOut {
    margin-top: 0;
    padding-bottom: 10px;
  }
  .plp-refinements-container .refinements-list li {
    color: #111111;
    margin-top: .8em;
  }
  .plp-refinements-container .refinements-list li:after {
    left: -5px;
  }
  .plp-refinements-container .refinement-list-title {
    padding: 0.5em 0;
    margin-bottom: 1.1em;
    font-size: 14px;
    line-height: 1.15;
    font-weight: 400;
  }
  .plp-refinements-container .refinement-list-title + .refinements-list {
    margin-top: -0.5em;
    padding-left: 0.6em;
  }
  .plp-refinements-container .refinement-list-title + .refinements-list li {
    padding-left: 0.8em;
    color: #000000;
    margin-top: .8em;
  }
  .plp-refinements-container .refinement-list-title + .refinements-list li:first-child {
    margin-top: 0;
  }
  .plp-refinements-container .refinements-footer {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 89px;
    -ms-flex: 1 0 89px;
    flex: 1 0 89px;
    max-height: 89px;
    padding: 16px;
    border-top: 1px solid #e5e5e5;
  }
  .plp-refinements-container .toggle-box {
    position: relative;
    padding: .6em 0;
  }
  .plp-refinements-container .toggle-box:not(:last-child) {
    border-bottom: 1px solid #e5e5e5;
  }
  .plp-refinements-container .toggle-box > .toggle-label {
    min-height: 2rem;
    font-weight: 600;
  }
  .plp-refinements-container .toggle-box > .toggle-content {
    padding: 0 24px;
  }
  .plp-refinements-container .toggle-box > .toggle-content.active {
    margin-bottom: 0;
    padding-bottom: 9px;
    border-bottom: none;
  }
  .plp-refinements-container .toggle-box > .toggle-content:not(.category-filter).active {
    padding-top: .5em;
  }
  .plp-refinements-container .toggle-box > .toggle-content.category-filter {
    padding: 0 24px 1.6em;
    border-bottom: none;
  }
  .plp-refinements-container .toggle-box > .toggle-content.category-filter .refinement-list-title {
    padding: 0.73em 0;
    margin-bottom: 1em;
  }
  .plp-refinements-container .refinement-link {
    display: block;
    padding: 12px 0 6px 30px;
    font-size: 13px;
    line-height: 1;
  }
  .plp-refinements-container .refinement-link:before {
    width: 13px;
    height: 13px;
    top: 2px;
  }
  .plp-refinements-container .refinement-link:after {
    top: 9px;
    left: 0;
    width: 12px;
    height: 12px;
  }
  .plp-refinements-container .refinement-link.set-checked:before {
    border-color: #111111;
  }
  .plp-refinements-container .refinement-link.set-checked:after {
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
    left: 2px;
    top: 4px;
  }
  .plp-refinements-container .swatches-wrapper {
    padding-bottom: 5px;
    margin: 1.1em 0 0.3em;
  }
  .plp-refinements-container .swatches-wrapper.sizefamily {
    margin-top: .8em;
  }
  .plp-refinements-container .swatches-wrapper.colorfamily {
    margin-top: 0;
  }
  .plp-refinements-container .swatch-size {
    margin-top: 0;
  }
  .plp-refinements-container .swatch-color {
    -webkit-box-flex: 0;
    -webkit-flex: 7.5vw;
    -ms-flex: 7.5vw;
    flex: 7.5vw;
    width: 7.6vw;
    height: 7.6vw;
    max-width: 25px;
    max-height: 25px;
    margin: .5em;
  }
  .swatch:not(.single) {
    margin-top: 8px;
  }
  .plp-content .plp-grid {
    margin-left: -3px;
    margin-right: -3px;
    margin-top: 0;
  }
  .plp-content .plp-grid-item {
    margin-bottom: 2.5em;
    margin-top: 0;
  }
  .plp-content .plp-grid-item:nth-child(2n+1) {
    padding-left: 0;
    padding-right: 3px;
  }
  .plp-content .plp-grid-item:nth-child(2n) {
    padding-left: 3px;
    padding-right: 0;
  }
  .plp-content .product-tile-details {
    font-size: 14px;
    margin-top: 10px;
    line-height: 1.5;
  }
  .plp-content .product-tile-details .product-badges {
    align-items: flex-start;
  }
  .plp-content .product-tile-details .product-badges .badge-text {
    margin-bottom: 10px;
    width: auto;
    padding: 0 1em;
    min-width: 50px;
    font-size: 11px;
  }
  .plp-content .product-tile-details .name {
    margin: 0 0 8px;
    padding: 0;
    text-align: left;
    line-height: 15px;
  }
  .plp-content .product-tile-details .name .text-link {
    font-size: 14px;
  }
  .plp-content .product-tile-details .price {
    text-align: left;
    margin-top: 0;
  }
  .plp-content .product-tile-details .price span {
    line-height: 1.5;
    letter-spacing: -.3px;
  }
  .plp-content .product-tile-details .price .retail {
    font-size: 13px;
    display: block;
    line-height: 1;
    padding-top: .2em;
  }
  .plp-content .product-tile-details .price .sale {
    font-size: 14px;
  }
  .plp-content .product-tile-details .price .rate {
    font-size: 14px;
  }
  .plp-content .product-tile-details .plp-product-actions {
    right: 2%;
    bottom: 3px;
    gap: 0;
  }
  .plp-content .product-tile-details .plp-product-actions .wish-action .icon {
    width: 16px;
    height: 14px;
  }
  .plp-content .product-tile-details .plp-product-actions .btn-cart button .icon {
    width: 28px;
    height: 20px;
  }
  .plp-content .product-info {
    margin-top: 8px;
  }
  .plp-content .product-info .review-stars-rating-icon {
    font-size: 10px;
  }
  .plp-content .product-info .product-tile-review {
    font-size: 12px;
  }
  .plp-content .product-info .product-info-size {
    font-size: 12px;
  }
  .plp-content .product-info .product-info-size .size-btn {
    padding-right: 15px;
    cursor: pointer;
  }
  .plp-content .product-info .product-info-size .size-btn::before {
    top: -2px;
    right: 0;
  }
  .plp-content .product-tile-swatches {
    display: none;
  }
  .product-tile {
    overflow: inherit;
  }
  .product-tile .product-tile-size {
    display: none;
    position: relative;
    opacity: 1;
    z-index: 1;
  }
  .product-tile .product-tile-size ul {
    position: absolute;
    top: 14px;
    left: 0;
    border: 1px solid #dbdbdb;
    padding: 8px;
    background-color: #fff;
    gap: 7px;
  }
  .product-tile.over {
    margin: 0;
  }
  .product-tile.over .product-info {
    display: inherit;
  }
  .product-tile.over .product-tile-size {
    margin: 0;
    display: block;
  }
  .product-tile .product-tile-main .badge_kids {
    top: 10px;
    left: 10px;
    max-width: 30px;
  }
  .product-tile-swatches {
    position: relative;
    padding-top: 10px;
  }
  .product-tile-swatches .product-tile-swatch-list {
    width: 100%;
  }
  .btn-pagination {
    margin-bottom: 1em;
  }
  .plp-content .empty-container .text .icon {
    width: 48px;
    height: 48px;
    margin-bottom: 16px;
  }
  .plp-content .empty-container .text .desc {
    font-size: 14px;
    line-height: 1.4;
  }
  .plp-content .empty-container .text .button {
    margin-top: 16px;
    width: 200px;
  }
}

/* Desktop and bigger */
/************************************************************************************************/
/*  필터 css
/************************************************************************************************/
.accordion-wrapper {
  overflow: hidden;
  height: 0;
  position: relative;
}

.f-tlt {
  font-size: 24px;
  font-weight: 600;
}

.f-btn-reset {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 45px;
  font-size: 14px;
}

.f-btn-reset span {
  padding-left: 4px;
}

.f-btn-reset .icon {
  font-size: 12px;
}

/*  필터 1depth title */
.f-title-box {
  position: relative;
  font-size: 16px;
  color: #383838;
  padding: 0 0 15px;
  margin: 0;
  line-height: 1em;
  background: none;
}

.f-title-box i {
  display: none;
  font-size: 24px;
  margin-top: -5px;
  color: #767676;
}

.f-title-box .tit-text {
  font-weight: bold;
}

/*  필터 2depth title */
.f-subtitle-box {
  position: relative;
  /* uikit .uk-accordion-title override*/
  margin-top: 0;
  margin-bottom: 0;
  padding: 0 0 15px 0;
  background: none;
  font-size: 14px;
  line-height: 1em;
}

.f-subtitle-box .tit-text {
  font-weight: bold;
  letter-spacing: 1px;
}

.f-subtitle-box i {
  font-size: 24px;
  margin-top: -5px;
  color: #9b9b9b;
}

.f-subtitle-box .nf-ic-up {
  display: none;
}

.f-subtitle-box.uk-active .icon-minus,
.f-subtitle-box.uk-active .nf-ic-up {
  display: block;
}

.f-subtitle-box.uk-active .icon-plus,
.f-subtitle-box.uk-active .nf-ic-down {
  display: none;
}

.f-btn-toggle {
  position: absolute;
  top: 0;
  right: 0;
}

/* 필터 category list */
.f-cagetory-sect {
  padding: 0 0 14px;
  border-bottom: 1px solid #fafafa;
}

.f-cagetory-sect.borderline-top {
  padding-top: 15px;
  border-top: 1px solid #fafafa;
}

.f-cagetory-sect > p + ul {
  padding-left: 16px;
}

.f-cagetory-sect > p + ul .f-item > a {
  color: #141414;
}

.f-cagetory-sect .f-item {
  position: relative;
}

.f-cagetory-sect .f-item > a {
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  color: #383838;
  padding: 13px 0 13px 8px;
  position: relative;
  width: 100%;
}

.f-cagetory-sect .f-item > i {
  display: none;
}

.f-cagetory-sect .f-item:hover > a, .f-cagetory-sect .f-item.active > a {
  color: #0063BA;
}

.f-cagetory-sect .f-item:hover > i, .f-cagetory-sect .f-item.active > i {
  display: block;
  position: absolute;
  right: 0;
  top: 8px;
  font-size: 18px;
  color: #0063BA;
}

.f-cagetory-sect .f-item:last-child {
  margin-bottom: 7px;
}

.f-cagetory-sect .f-item > a.f-btn-more {
  margin-left: 15px;
  color: #589bc6;
  font-weight: normal;
}

.f-cagetory-sect .f-subitem {
  padding-left: 15px;
}

.f-cagetory-sect .f-subitem > a {
  display: inline-block;
  font-size: 12px;
  color: #141414;
  padding: 5px 0;
}

.f-cagetory-sect .f-btn-more {
  font-size: 12px;
}

/* 필터 옵션 (color, size, price) */
.f-refine-sect {
  margin-top: 14px;
  border-bottom: 1px solid #dbdbdb;
  /* uikit .uk-accordion-content override */
}

.f-refine-sect.borderline-top {
  padding-top: 15px;
  border-top: 1px solid #dbdbdb;
}

.f-refine-sect .uk-accordion-content {
  padding: 0 0 24px 0;
  overflow: hidden;
}

.f-refine-sect .f-style-check {
  padding-left: 10px;
}

.f-refine-sect .more-btn {
  margin: 0;
  padding: 0;
  border: 0;
  display: block;
  width: 100%;
  padding-top: 10px;
  text-align: center;
  font-size: 10px;
  background-color: #ffffff;
  font-size: 13px;
}

.f-refine-sect .more-btn.active .plus {
  display: none;
}

.f-refine-sect .more-btn.active .minus {
  display: inline;
}

.f-refine-sect .more-btn .minus {
  display: none;
}

/* 필터 타입 체크박스 & 라디오 */
.f-style-check, .f-style-radio {
  /* uikit .uk-accordion-content override */
  padding: 0 0 30px 0;
}

.f-style-check .f-item, .f-style-radio .f-item {
  padding: 10px 0;
}

.f-style-check .f-item label, .f-style-radio .f-item label {
  position: relative;
  width: 100%;
  padding-right: 25px;
  box-sizing: border-box;
}

.f-style-check .f-item label > i, .f-style-radio .f-item label > i {
  position: absolute;
  right: 0;
  top: 1px;
  margin: 0 0 0 5px;
}

.f-style-check .input-radio, .f-style-radio .input-radio {
  display: block;
}

.f-style-check .input-checkbox > label, .f-style-radio .input-checkbox > label {
  width: 100%;
  font-size: 14px;
}

.f-style-check .input-checkbox > label > i, .f-style-radio .input-checkbox > label > i {
  float: none;
  text-align: right;
}

/* 필터 타입 정사각형 모양 */
.f-style-square {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  width: 100%;
  margin-left: 0;
  padding: 0;
}

.f-style-square:after {
  content: '';
  clear: both;
  display: block;
}

.f-style-square .f-item {
  margin-left: 0;
  padding: 0;
}

.f-style-square .f-item a, .f-style-square .f-item label {
  position: relative;
  display: block;
  width: 57px;
  height: 36px;
  padding: 0;
  box-sizing: border-box;
  text-align: center;
  color: #333;
  font-size: 13px;
  line-height: 34px;
  vertical-align: middle;
  border: 1px solid #dbdbdb;
  border-radius: 4px;
}

.f-style-square .f-item a:hover, .f-style-square .f-item label:hover {
  border-color: #0063BA;
}

.f-style-square .f-item .no-view {
  display: none;
}

.f-style-square .active a, .f-style-square .active label, .f-style-square .checked a, .f-style-square .checked label {
  color: #fff;
  background: #0063BA;
  border-color: #0063BA;
  font-weight: bold;
}

.f-style-square.f-color-type .f-item {
  margin: 0 0 16px 8px;
}

.f-style-square.f-color-type .f-item a, .f-style-square.f-color-type .f-item label {
  min-width: 24px;
  height: 24px;
  line-height: normal;
}

/* 필터 타입 라운드 모양 */
.f-style-round {
  padding-bottom: 30px;
}

.f-style-round .f-item {
  padding: 3px 0;
}

.filter-wrap_category {
  position: relative;
  padding-bottom: 25px;
  border-bottom: 1px solid #fafafa;
}

.filter-wrap_category .btn-link, .filter-wrap_category .select-box {
  width: auto;
  font-weight: bold;
}

.filter-wrap_category:after {
  content: '';
  clear: both;
  display: block;
}

.filter-wrap_category .select-box.sort .select-head {
  padding: 0 35px 0 10px;
  text-align: right;
}

.filter-wrap_category .select-box.sort .select-body {
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.15);
  border: solid 1px #eeeeee;
}

.filter-wrap_category .select-box.checked .select-body {
  left: initial;
  right: 0;
  min-width: 150px;
}

.filter-wrap_category .filter-tit {
  font-size: 26px;
  font-weight: bold;
  color: #2b2b2b;
}

.filter-wrap_category .filter-tit .num {
  font-size: 16px;
  color: #383838;
}

.filter-wrap_category .filter-etc {
  position: absolute;
  right: 0;
  bottom: 18px;
}

.filter-wrap_category .filter-etc .viewtype, .filter-wrap_category .filter-etc .select-box {
  display: inline-block;
}

.filter-wrap_category .filter-etc .viewtype li {
  display: inline-block;
  margin-left: 10px;
  vertical-align: middle;
}

.filter-wrap_category .filter-etc .viewtype li i {
  font-size: 24px;
  color: #bbb;
}

.filter-wrap_category .filter-etc .viewtype li.active i {
  color: #111;
}

.filter-wrap_category .filter-etc .select-box.sort {
  position: relative;
  top: 1px;
  right: initial;
  width: auto;
}

.filter-wrap_category .filter-etc .select-box.sort.checked:before {
  margin-top: -1px;
  transform: rotate(-45deg);
}

.filter-wrap_category.srch-type .filter-tit, .filter-wrap_category.srch-type .filter-tit .num {
  font-size: 20px;
}

.filter-wrap_category.srch-type .favorite-search-wrap {
  text-align: left;
}

/* filter tag */
.filter-tagbox {
  margin-bottom: 15px;
}

.filter-tagbox ul {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

.filter-tagbox .tag-item {
  display: inline-block;
}

.filter-tagbox .tag-item a {
  display: block;
  font-size: 13px;
  line-height: 16px;
  padding: 6px 8px 6px 12px;
  color: #333;
  background-color: #f4f4f4;
  border-radius: 25px;
}

.filter-tagbox .tag-item a .icon {
  margin-left: 6px;
  font-size: 16px;
  vertical-align: text-top;
  color: #999;
}

.filter-tagbox i {
  padding-right: 4px;
  font-size: 9px;
  color: #757575;
}

.section-filter {
  /*overflow:auto;*/
  position: fixed;
  top: 0;
  left: -235px;
  bottom: 0;
  width: 235px;
  padding-top: 30px;
  padding-right: 60px;
  box-sizing: border-box;
  background: #ffffff;
  z-index: 100;
  opacity: 0;
  filter: alpha(opacity=0);
}

.section-filter .filter {
  margin-top: -1px;
  border-top: 1px solid #fafafa;
  border-bottom: 1px solid #fafafa;
  padding: 20px 0;
}

.section-filter .filter legend {
  text-indent: -9999px;
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}

.section-filter .filter:first-child {
  margin-top: 0;
  border-top: 0;
}

.section-filter .filter .filter-tit {
  margin: 0 0 20px 20px;
  font-size: 14px;
  letter-spacing: -0.5px;
  color: #0063BA;
  display: inline-block;
}

.section-filter .filter ul {
  list-style: none;
  margin: 0;
  padding: 0;
  border: 0;
}

.section-filter .filter .item > a {
  color: #9b9b9b;
  width: 100%;
  text-align: left;
  padding: 10px 20px;
  display: inline-block;
  box-sizing: border-box;
}

.section-filter .filter .item:hover {
  background-color: #EBEBEB;
}

.section-filter .filter .item.active {
  color: #ffffff;
  background-color: #0063BA;
}

.section-filter .filter .item.active > a {
  color: #ffffff;
}

.section-filter .filter .item.btn-type {
  width: 45px;
  text-align: center;
  border: 1px solid #999999;
  padding: 10px 0;
}

.section-filter .filter .item.btn-type > label {
  text-align: center;
}

.section-filter .btn-sect {
  margin-top: 20px;
  text-align: center;
}

.filter-category-modal-wrap .section-filter {
  overflow-y: scroll;
  width: 235px;
  height: auto;
  padding: 18px;
  z-index: 999;
}

.filter-category-modal-wrap .section-category .filter-wrap_category {
  padding: 0;
  border: 0;
}

.filter-category-wrap {
  overflow: hidden;
}

.filter-category-wrap .section-filter {
  opacity: 1;
  filter: alpha(opacity=1);
  position: relative;
  left: 0;
  float: left;
}

.filter-category-wrap .section-category {
  float: left;
  width: calc(100% - 265px);
}

.filter-category-wrap .section-category .btn-filter-open {
  display: none;
}

.filter-category-wrap .section-category .filter-wrap_category {
  padding: 0;
  border-bottom: 0;
}

.filter-category-wrap.search-conts .section-category.item-list-less {
  width: 100%;
}

.filter-field_price {
  margin-top: -1px;
  border-top: 1px solid #fafafa;
  border-bottom: 1px solid #fafafa;
  padding: 20px 0;
  text-align: center;
  padding-left: 30px;
  padding-right: 30px;
}

.filter-field_price legend {
  text-indent: -9999px;
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}

.filter-field_price:first-child {
  margin-top: 0;
  border-top: 0;
}

.filter-field_price .filter-tit {
  margin: 0 0 20px 20px;
  font-size: 14px;
  letter-spacing: -0.5px;
  color: #0063BA;
  display: inline-block;
}

.filter-field_price ul {
  list-style: none;
  margin: 0;
  padding: 0;
  border: 0;
}

.filter-field_price > .filter-tit {
  text-align: left;
}

.filter-field_price > .btn-link {
  margin-top: 20px;
}

.filter-field_price > .slider-range {
  height: 10px;
  margin-bottom: 20px;
}

.filter-field_price > .filter-tit {
  margin-left: -10px;
  display: block;
}

.filter-field_categories {
  margin-top: -1px;
  border-top: 1px solid #fafafa;
  border-bottom: 1px solid #fafafa;
  padding: 20px 0;
}

.filter-field_categories legend {
  text-indent: -9999px;
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}

.filter-field_categories:first-child {
  margin-top: 0;
  border-top: 0;
}

.filter-field_categories .filter-tit {
  margin: 0 0 20px 20px;
  font-size: 14px;
  letter-spacing: -0.5px;
  color: #0063BA;
  display: inline-block;
}

.filter-field_categories ul {
  list-style: none;
  margin: 0;
  padding: 0;
  border: 0;
}

.filter-field_categories > .input-radio.filter > .label {
  padding: 10px 20px;
}

.filter-field_color {
  margin-top: -1px;
  border-top: 1px solid #fafafa;
  border-bottom: 1px solid #fafafa;
  padding: 20px 0;
}

.filter-field_color legend {
  text-indent: -9999px;
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}

.filter-field_color:first-child {
  margin-top: 0;
  border-top: 0;
}

.filter-field_color .filter-tit {
  margin: 0 0 20px 20px;
  font-size: 14px;
  letter-spacing: -0.5px;
  color: #0063BA;
  display: inline-block;
}

.filter-field_color ul {
  list-style: none;
  margin: 0;
  padding: 0;
  border: 0;
}

.filter-field_color > .input-radio.filter > .label {
  padding: 10px 20px;
}

.filter-field_size {
  margin-top: -1px;
  border-top: 1px solid #fafafa;
  border-bottom: 1px solid #fafafa;
  padding: 20px 0;
}

.filter-field_size legend {
  text-indent: -9999px;
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}

.filter-field_size:first-child {
  margin-top: 0;
  border-top: 0;
}

.filter-field_size .filter-tit {
  margin: 0 0 20px 20px;
  font-size: 14px;
  letter-spacing: -0.5px;
  color: #0063BA;
  display: inline-block;
}

.filter-field_size ul {
  list-style: none;
  margin: 0;
  padding: 0;
  border: 0;
}

.filter-field_size > .input-radio.filter > .label {
  padding: 10px 20px;
}

.filter-field_size.style-btn {
  padding-left: 20px;
  padding-right: 20px;
}

.filter-field_size.style-btn > .input-checkbox {
  float: left;
  margin-top: -1px;
  margin-left: -1px;
}

.filter-field_size.style-btn .filter-tit {
  margin-left: 0;
}

/* Phone landscape and bigger */
/* Tablet and bigger */
@media (max-width: 768px) {
  .f-title-box i {
    display: block;
  }
  .f-title-box.uk-active .nf-ic-up {
    display: block;
  }
  .f-title-box.uk-active .nf-ic-down {
    display: none;
  }
  .f-title-box .nf-ic-up {
    display: none;
  }
  .filter-wrap_category {
    width: 100%;
    padding-bottom: 0;
  }
  .filter-wrap_category .btn-link {
    height: 48px;
    padding: 17px 35px 17px 10px;
    text-align: right;
    box-sizing: border-box;
    position: absolute;
    font-size: 12px;
    color: #111111;
  }
  .filter-wrap_category .btn-link i {
    margin-left: 10px;
  }
  .filter-wrap_category .btn-link span {
    color: #a5a5a5;
  }
  .filter-wrap_category .select-box {
    height: 48px;
    box-sizing: border-box;
  }
  .filter-wrap_category .select-box > select {
    height: 47px;
    border: 0;
    box-shadow: none;
    font-weight: bold;
  }
  .filter-wrap_category .filter-tagbox {
    display: none;
  }
  .filter-wrap_category .select-box.sort .select-head {
    height: 48px;
    padding: 17px 35px 17px 10px;
  }
  .filter-wrap_category .select-box.right {
    float: right;
    position: relative;
    bottom: initial;
  }
  .filter-wrap_category .filter-tit {
    padding: 20px 0 18px;
    border-bottom: 1px solid #fafafa;
    text-align: center;
  }
  .filter-wrap_category .filter-tit .tit {
    display: block;
    font-size: 20px;
  }
  .filter-wrap_category .filter-tit .num {
    display: block;
    font-size: 12px !important;
    margin-top: 10px;
  }
  .filter-wrap_category .filter-etc {
    position: relative;
    bottom: initial;
    right: initial;
    width: 100%;
    text-align: right;
  }
  .filter-wrap_category .filter-etc:after {
    content: '';
    clear: both;
    display: block;
  }
  .filter-wrap_category .filter-etc .viewtype, .filter-wrap_category .filter-etc .select-box {
    float: right;
  }
  .filter-wrap_category .filter-etc .viewtype {
    margin-top: 12px;
  }
  .filter-wrap_category .filter-etc .viewtype li {
    margin-right: 10px;
    margin-left: 0;
  }
  .filter-category-wrap .section-filter {
    display: none;
    opacity: 1;
    filter: alpha(opacity=1);
    position: fixed;
    left: 0;
    width: 100%;
    padding: 0;
    z-index: 999;
  }
  .filter-category-wrap .section-filter .filter-header {
    position: relative;
    height: 48px;
    background-color: #fff;
    border-bottom: 1px solid #fafafa;
    z-index: 110;
  }
  .filter-category-wrap .section-filter .filter-header .title {
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 48px;
    text-align: center;
  }
  .filter-category-wrap .section-filter .filter-header .close-btn {
    position: absolute;
    left: 16px;
    top: 50%;
    margin-top: -10px;
    opacity: 1;
  }
  .filter-category-wrap .section-filter .filter-header .reset-btn {
    position: absolute;
    right: 16px;
    top: 18px;
    font-size: 12px;
    border: 0;
    background-color: transparent;
  }
  .filter-category-wrap .section-filter .filter-content {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    padding: 78px 18px 70px;
    box-sizing: border-box;
    overflow-y: auto;
  }
  .filter-category-wrap .section-filter .filter-content .checked-txt {
    position: absolute;
    right: 40px;
    top: 0;
    max-width: 30%;
    font-size: 12px;
    text-align: right;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
  }
  .filter-category-wrap .section-filter .result-btn {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    z-index: 100;
  }
  .filter-category-wrap .section-category {
    width: 100%;
  }
  /* 필터 타입 정사각형 모양 */
  .f-style-square.f-color-type {
    margin-left: -24px;
  }
  .f-style-square.f-color-type .f-item {
    margin: 0 0 16px 24px;
  }
  .f-style-square.f-color-type .f-item a, .f-style-square.f-color-type .f-item label {
    min-width: 32px;
    height: 32px;
  }
  .mc-category ul {
    margin: 0;
    padding: 8px 3px 0;
  }
  .mc-category .f-item {
    text-align: center;
    padding: 2px;
    box-sizing: border-box;
  }
  .mc-category .f-item a {
    display: block;
    height: 33px;
    padding: 0;
    line-height: 33px;
    color: #444;
    font-size: 11px;
    font-weight: bold;
    letter-spacing: -1px;
    background: #eee;
  }
  .mc-category .f-item.active a {
    color: #fff;
    background: #444;
  }
}

/* Desktop and bigger */
.pt_product {
  background: #fff;
}

.pt_product .pdp-container {
  max-width: 1480px;
  padding: 0 20px;
  margin: 60px auto;
}

.pt_product .pdp-container .pdp-main {
  position: relative;
}

.pt_product .pdp-container .pdp-main > div.col-12 {
  position: relative;
}

.pt_product .pdp-container .pdp-main > div.col-12.product-gallery-wrap {
  max-width: calc(100% - 420px);
}

.pt_product .pdp-container .pdp-main > div.col-12.product-state-wrap {
  max-width: 420px;
}

.pt_product .pdp-container .pdp-main .badge_kids_badge {
  position: absolute;
  top: 40px;
  left: 196px;
  max-width: 77px;
  z-index: 2;
}

.pt_product .pdp-container .pdp-main .related-slider-wrap {
  margin: 72px auto;
}

.pt_product .pdp-container .pdp-main .related-slider-wrap .content-title {
  margin-bottom: 24px;
  padding-bottom: 0;
  border: none;
}

/* pdp 메인 슬라이드 이미지 */
.img-detail_product {
  position: relative;
  text-align: center;
  padding-right: 64px;
}

.img-detail_product .product-gallery-wrap {
  position: relative;
  overflow: hidden;
}

.img-detail_product .product-gallery-wrap .product-gallery .gallery-swipe .swipe-container {
  width: 100%;
}

.img-detail_product .product-gallery-wrap .product-gallery .gallery-swipe .swipe-container .bx-wrapper img {
  width: 100%;
}

.img-detail_product .product-gallery-wrap .product-thumb {
  max-width: 140px;
  position: absolute;
  top: 0;
  left: 0;
}

.img-detail_product .product-gallery-wrap .product-thumb .thumb-wrap {
  padding: 0;
  margin: 0;
  border: 0;
  gap: 12px;
}

.img-detail_product .product-gallery-wrap .product-thumb .thumb-wrap .thumb-list {
  width: 100%;
  max-width: 140px;
  max-height: 140px;
}

.img-detail_product .product-gallery-wrap .product-thumb .thumb-wrap .thumb-list img {
  display: block;
  width: 100%;
  object-fit: cover;
}

.img-detail_product .product-gallery-wrap.left .product-gallery {
  padding-left: 156px;
}

.img-detail_product .product-gallery-wrap.left .product-thumb {
  overflow: auto;
  bottom: 0;
}

.img-detail_product .product-gallery-slide {
  width: 100%;
}

.img-detail_product .product-gallery-slide.ratio-standard:before {
  padding-bottom: 100%;
}

.img-detail_product .product-gallery-slide.ratio-standard .ratio-media {
  background-color: #fff;
}

.img-detail_product .product-gallery-slide.ratio-standard .ratio-media img {
  object-fit: contain;
}

.img-detail_product .bx-wrapper .bx-controls {
  display: none;
}

.pdp-gallery-carousel {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.pdp-gallery-carousel .item-container {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0;
  -ms-flex: 1 0;
  flex: 1 0;
  -webkit-flex-basis: calc(50% - 8px);
  -ms-flex-preferred-size: calc(50% - 8px);
  flex-basis: calc(50% - 8px);
  max-width: calc(50% - 8px);
  margin-bottom: 16px;
}

/* PDP 타이틀 정보 영역 */
.product-information .product-summary {
  padding-bottom: 20px;
}

.product-information .product-summary .product-unique {
  padding-bottom: 7px;
}

.product-information .product-summary .product-unique span {
  display: inline-block;
  font-size: 14px;
  line-height: 14px;
  color: #b3b3b3;
  font-weight: 500;
}

.product-information .product-summary .product-unique .product-other-action .icon {
  font-size: 24px;
}

.product-information .product-summary .product-unique .product-other-action .share-btn {
  margin-right: 10px;
}

.product-information .product-summary .product-name {
  max-width: calc(100% - 74px);
  margin: 0;
  margin-bottom: 12px;
  font-weight: 600;
  font-size: 24px;
  line-height: 1.2;
  word-break: keep-all;
  word-wrap: break-word;
  overflow-wrap: break-word;
  color: inherit;
}

.product-information .product-summary .close-btn {
  display: none;
}

.product-information .product-summary .product-price {
  position: relative;
  margin: 24px 0 0;
  font-size: 20px;
}

.product-information .product-summary .product-price .price-sale {
  margin-bottom: 5px;
  font-size: 16px;
  color: #757575;
  text-decoration: line-through;
}

.product-information .product-summary .product-price .disc-num {
  font-size: 20px;
  font-weight: bold;
  color: #d31717;
  margin-right: 10px;
}

.product-information .product-summary .product-price .retail {
  text-decoration: line-through;
}

.product-information .product-summary .product-price .promo {
  font-size: 14px;
  letter-spacing: -.025em;
  color: #00c3d7;
}

.product-information .product-summary .product-price .membership-link {
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 13px;
  color: #757575;
}

.product-information .product-summary .product-price .price-wrap {
  position: relative;
}

.product-information .product-summary .product-price .price-wrap .rank-price-btn.active {
  transform: rotate(-180deg);
}

.product-information .product-summary .product-price .price-wrap .rank-price-layer {
  display: none;
  position: absolute;
  left: 24px;
  width: 180px;
  margin-top: 6px;
  padding: 12px 16px;
  border: 1px solid #111;
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.15);
  font-size: 13px;
  background-color: #fff;
  z-index: 2;
}

.product-information .product-summary .product-price .price-wrap .rank-price-layer.active {
  display: block;
}

.product-information .product-summary .product-price .price-wrap .rank-price-layer .tit {
  padding-bottom: 12px;
  text-align: center;
  border-bottom: 1px solid #e6e6e6;
}

.product-information .product-summary .product-price .price-wrap .rank-price-layer ul {
  margin-top: 12px;
}

.product-information .product-summary .product-price .price-wrap .rank-price-layer ul li {
  font-weight: 600;
}

.product-information .product-summary .product-price .price-wrap .rank-price-layer ul li:not(:last-child) {
  margin-bottom: 10px;
}

.product-information .product-summary .product-price .price-wrap .rank-price-layer ul li .grade-rate {
  color: #0063BA;
}

.product-information .product-summary .product-link {
  margin-bottom: 7px;
}

.product-information .product-summary .product-badge {
  margin-top: 1em;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: -.025em;
  color: #9b9b9b;
}

.product-information .product-summary .product-showdetails {
  margin-top: 1em;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -.025em;
}

.product-information .product-summary .product-showdetails .product-description {
  display: inline;
  margin: 0;
}

.product-information .product-summary .product-showdetails .product-description-lead {
  margin-left: .5em;
  font-size: 14px;
  color: #9b9b9b;
}

.product-information .product-summary .product-showdetails .product-description-lead:first-child {
  margin-left: 0;
}

.product-information .product-summary .product-review {
  position: relative;
  line-height: 1;
  margin-top: 14px;
}

.product-information .product-summary .product-review .reviews-stars-link .rating-icon {
  margin-right: 1px;
  width: 10px;
  height: 10px;
}

.product-information .product-summary .product-review .review_go {
  width: calc(100% - 16.7%);
}

.product-information .product-summary .product-review .review_go .like {
  position: relative;
  display: inline-block;
  text-align: left;
  width: 73px;
  height: 14px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23e5e5e5' viewBox='0 0 252 44' style='enable-background:new 0 0 252 44;' xml:space='preserve'%3E%3Cpath d='M19.5,37.7c1.5-1,3.5-0.9,5,0l8.2,5.1c2,1.2,4.3-0.6,3.8-2.8l-2.1-9.4c-0.4-1.8,0.2-3.8,1.6-5l7.2-6.4 c1.7-1.5,0.8-4.4-1.5-4.6l-9.5-0.8c-1.8-0.2-3.4-1.3-4.1-3l-3.7-8.9c-0.9-2.1-3.9-2.1-4.7,0l-3.7,8.9c-0.7,1.7-2.3,2.9-4.1,3 l-9.5,0.8c-2.3,0.2-3.2,3.1-1.5,4.6l7.2,6.4c1.4,1.2,2,3.2,1.6,5l-2.1,9.4c-0.5,2.3,1.9,4,3.8,2.8L19.5,37.7z'/%3E%3Cpath class='st0' d='M71.5,37.7c1.5-1,3.5-0.9,5,0l8.2,5.1c2,1.2,4.3-0.6,3.8-2.8l-2.1-9.4c-0.4-1.8,0.2-3.8,1.6-5l7.2-6.4 c1.7-1.5,0.8-4.4-1.5-4.6l-9.5-0.8c-1.8-0.2-3.4-1.3-4.1-3l-3.7-8.9c-0.9-2.1-3.9-2.1-4.7,0l-3.7,8.9c-0.7,1.7-2.3,2.9-4.1,3 l-9.5,0.8c-2.3,0.2-3.2,3.1-1.5,4.6l7.2,6.4c1.4,1.2,2,3.2,1.6,5l-2.1,9.4c-0.5,2.3,1.9,4,3.8,2.8L71.5,37.7z'/%3E%3Cpath class='st0' d='M123.5,37.7c1.5-1,3.5-0.9,5,0l8.2,5.1c2,1.2,4.3-0.6,3.8-2.8l-2.1-9.4c-0.4-1.8,0.2-3.8,1.6-5l7.2-6.4 c1.7-1.5,0.8-4.4-1.5-4.6l-9.5-0.8c-1.8-0.2-3.4-1.3-4.1-3l-3.7-8.9c-0.9-2.1-3.9-2.1-4.7,0l-3.7,8.9c-0.7,1.7-2.3,2.9-4.1,3 l-9.5,0.8c-2.3,0.2-3.2,3.1-1.5,4.6l7.2,6.4c1.4,1.2,2,3.2,1.6,5l-2.1,9.4c-0.5,2.3,1.9,4,3.8,2.8L123.5,37.7z'/%3E%3Cpath class='st0' d='M175.5,37.7c1.5-1,3.5-0.9,5,0l8.2,5.1c2,1.2,4.3-0.6,3.8-2.8l-2.1-9.4c-0.4-1.8,0.2-3.8,1.6-5l7.2-6.4 c1.7-1.5,0.8-4.4-1.5-4.6l-9.5-0.8c-1.8-0.2-3.4-1.3-4.1-3l-3.7-8.9c-0.9-2.1-3.9-2.1-4.7,0l-3.7,8.9c-0.7,1.7-2.3,2.9-4.1,3 l-9.5,0.8c-2.3,0.2-3.2,3.1-1.5,4.6l7.2,6.4c1.4,1.2,2,3.2,1.6,5l-2.1,9.4c-0.5,2.3,1.9,4,3.8,2.8L175.5,37.7z'/%3E%3Cpath class='st0' d='M227.5,37.7c1.5-1,3.5-0.9,5,0l8.2,5.1c2,1.2,4.3-0.6,3.8-2.8l-2.1-9.4c-0.4-1.8,0.2-3.8,1.6-5l7.2-6.4 c1.7-1.5,0.8-4.4-1.5-4.6l-9.5-0.8c-1.8-0.2-3.4-1.3-4.1-3l-3.7-8.9c-0.9-2.1-3.9-2.1-4.7,0l-3.7,8.9c-0.7,1.7-2.3,2.9-4.1,3 l-9.5,0.8c-2.3,0.2-3.2,3.1-1.5,4.6l7.2,6.4c1.4,1.2,2,3.2,1.6,5l-2.1,9.4c-0.5,2.3,1.9,4,3.8,2.8L227.5,37.7z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 73px;
  vertical-align: middle;
}

.product-information .product-summary .product-review .review_go .like > span {
  position: absolute;
  width: 50%;
  height: 14px;
  display: inline-block;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%230063BA' viewBox='0 0 252 44' style='enable-background:new 0 0 252 44;' xml:space='preserve'%3E%3Cpath d='M19.5,37.7c1.5-1,3.5-0.9,5,0l8.2,5.1c2,1.2,4.3-0.6,3.8-2.8l-2.1-9.4c-0.4-1.8,0.2-3.8,1.6-5l7.2-6.4 c1.7-1.5,0.8-4.4-1.5-4.6l-9.5-0.8c-1.8-0.2-3.4-1.3-4.1-3l-3.7-8.9c-0.9-2.1-3.9-2.1-4.7,0l-3.7,8.9c-0.7,1.7-2.3,2.9-4.1,3 l-9.5,0.8c-2.3,0.2-3.2,3.1-1.5,4.6l7.2,6.4c1.4,1.2,2,3.2,1.6,5l-2.1,9.4c-0.5,2.3,1.9,4,3.8,2.8L19.5,37.7z'/%3E%3Cpath class='st0' d='M71.5,37.7c1.5-1,3.5-0.9,5,0l8.2,5.1c2,1.2,4.3-0.6,3.8-2.8l-2.1-9.4c-0.4-1.8,0.2-3.8,1.6-5l7.2-6.4 c1.7-1.5,0.8-4.4-1.5-4.6l-9.5-0.8c-1.8-0.2-3.4-1.3-4.1-3l-3.7-8.9c-0.9-2.1-3.9-2.1-4.7,0l-3.7,8.9c-0.7,1.7-2.3,2.9-4.1,3 l-9.5,0.8c-2.3,0.2-3.2,3.1-1.5,4.6l7.2,6.4c1.4,1.2,2,3.2,1.6,5l-2.1,9.4c-0.5,2.3,1.9,4,3.8,2.8L71.5,37.7z'/%3E%3Cpath class='st0' d='M123.5,37.7c1.5-1,3.5-0.9,5,0l8.2,5.1c2,1.2,4.3-0.6,3.8-2.8l-2.1-9.4c-0.4-1.8,0.2-3.8,1.6-5l7.2-6.4 c1.7-1.5,0.8-4.4-1.5-4.6l-9.5-0.8c-1.8-0.2-3.4-1.3-4.1-3l-3.7-8.9c-0.9-2.1-3.9-2.1-4.7,0l-3.7,8.9c-0.7,1.7-2.3,2.9-4.1,3 l-9.5,0.8c-2.3,0.2-3.2,3.1-1.5,4.6l7.2,6.4c1.4,1.2,2,3.2,1.6,5l-2.1,9.4c-0.5,2.3,1.9,4,3.8,2.8L123.5,37.7z'/%3E%3Cpath class='st0' d='M175.5,37.7c1.5-1,3.5-0.9,5,0l8.2,5.1c2,1.2,4.3-0.6,3.8-2.8l-2.1-9.4c-0.4-1.8,0.2-3.8,1.6-5l7.2-6.4 c1.7-1.5,0.8-4.4-1.5-4.6l-9.5-0.8c-1.8-0.2-3.4-1.3-4.1-3l-3.7-8.9c-0.9-2.1-3.9-2.1-4.7,0l-3.7,8.9c-0.7,1.7-2.3,2.9-4.1,3 l-9.5,0.8c-2.3,0.2-3.2,3.1-1.5,4.6l7.2,6.4c1.4,1.2,2,3.2,1.6,5l-2.1,9.4c-0.5,2.3,1.9,4,3.8,2.8L175.5,37.7z'/%3E%3Cpath class='st0' d='M227.5,37.7c1.5-1,3.5-0.9,5,0l8.2,5.1c2,1.2,4.3-0.6,3.8-2.8l-2.1-9.4c-0.4-1.8,0.2-3.8,1.6-5l7.2-6.4 c1.7-1.5,0.8-4.4-1.5-4.6l-9.5-0.8c-1.8-0.2-3.4-1.3-4.1-3l-3.7-8.9c-0.9-2.1-3.9-2.1-4.7,0l-3.7,8.9c-0.7,1.7-2.3,2.9-4.1,3 l-9.5,0.8c-2.3,0.2-3.2,3.1-1.5,4.6l7.2,6.4c1.4,1.2,2,3.2,1.6,5l-2.1,9.4c-0.5,2.3,1.9,4,3.8,2.8L227.5,37.7z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 73px;
}

.product-information .product-summary .product-review .review_go .review-num {
  margin-left: 8px;
  font-size: 12px;
  color: #666;
  font-weight: 600;
  border-bottom: 1px solid #666;
}

.product-information .product-summary .product-review .review_go .product-model {
  position: relative;
  font-size: 12px;
  font-weight: 600;
  color: #999;
  margin-left: 7px;
  padding-left: 8px;
}

.product-information .product-summary .product-review .review_go .product-model::before {
  content: '';
  position: absolute;
  top: 3px;
  left: 0;
  width: 1px;
  height: 8px;
  background-color: #ccc;
}

.product-information .product-summary .product-review .upc-code {
  font-size: 14px;
  letter-spacing: 0.67px;
  color: #9b9b9b;
}

.product-information .product-summary .coupon-price-info .info-title {
  font-size: 14px;
  line-height: 20px;
  font-weight: bold;
  margin-right: 5px;
}

.product-information .product-summary .coupon-price-info .coupon-down-info-btn {
  font-size: 12px;
  line-height: 20px;
  font-weight: bold;
  color: #e60023;
  padding: 0 9px;
  border-radius: 11px;
  border: 1px solid #e60023;
}

.product-information .product-summary .product-coupon-down .coupon-down-modal-btn {
  width: 112px;
  line-height: 32px;
  font-size: 14px;
  color: #fff;
  background: #111111;
  border-radius: 2px;
}

.product-information .product-summary .product-coupon-down .coupon-down-modal-btn svg {
  margin-left: 5px;
}

.product-information .product-summary .product-coupon-down .coupon-down-modal-btn.downloaded {
  background: #a9a9a9;
}

.product-information .product-summary .product-coupon-down .coupon-down-modal-btn.downloaded svg {
  display: none;
}

.product-information .product-summary #coupon-info-modal .uk-modal-dialog {
  max-width: 380px;
  padding: 40px 30px 30px;
}

.product-information .product-summary #coupon-info-modal .uk-modal-dialog h2 {
  font-size: 22px;
  font-weight: bold;
  padding-bottom: 20px;
  border-bottom: 2px solid #111111;
}

.product-information .product-summary #coupon-info-modal .uk-modal-dialog .uk-close {
  right: 30px;
}

.product-information .product-summary #coupon-info-modal .uk-modal-dialog .coupon-discount-list-wrap {
  padding: 10px 20px;
}

.product-information .product-summary #coupon-info-modal .uk-modal-dialog .coupon-discount-list-wrap li span {
  font-size: 14px;
  line-height: 32px;
  color: #111111;
  margin: 0;
}

.product-information .product-summary #coupon-info-modal .uk-modal-dialog .coupon-discount-list-wrap li .price {
  font-weight: bold;
}

.product-information .product-summary #coupon-info-modal .uk-modal-dialog .coupon-info-list-wrap {
  padding: 10px 20px;
  background: #f6f6f6;
}

.product-information .product-summary #coupon-info-modal .uk-modal-dialog .coupon-info-list-wrap li span {
  font-size: 13px;
  line-height: 28px;
  color: #666;
  margin: 0;
}

.product-information .product-summary #coupon-info-modal .uk-modal-dialog .coupon-info-list-wrap li .name:before {
  content: '';
  display: inline-block;
  width: 6px;
  height: 7px;
  border-left: 1px solid #666;
  border-bottom: 1px solid #666;
  margin-right: 5px;
  margin-bottom: 2px;
}

.product-information .product-summary #coupon-info-modal .uk-modal-dialog .coupon-info-list-wrap li .price {
  color: #666;
}

.product-information .product-summary #coupon-info-modal .uk-modal-dialog .coupon-info-total-wrap {
  padding: 10px 20px;
}

.product-information .product-summary #coupon-info-modal .uk-modal-dialog .coupon-info-total-wrap span {
  font-size: 14px;
  line-height: 32px;
  font-weight: bold;
  color: #e60023;
  margin: 0;
}

.product-information .product-summary #coupon-info-modal .uk-modal-dialog .coupon-info-notice-wrap {
  padding-top: 20px;
  border-top: 1px solid #e5e5e5;
}

.product-information .product-summary #coupon-info-modal .uk-modal-dialog .coupon-info-notice-wrap .notice-text {
  position: relative;
  padding-left: 10px;
  font-size: 12px;
  line-height: 22px;
  color: #757575;
}

.product-information .product-summary #coupon-info-modal .uk-modal-dialog .coupon-info-notice-wrap .notice-text:before {
  content: '·';
  position: absolute;
  top: 0;
  left: 0;
}

.product-information .pdp_shipping_notice {
  margin-top: 40px;
  background-color: #e1e1e1;
}

.product-information .pdp_shipping_notice a {
  text-align: center;
  display: block;
  font-size: 16px;
  padding: 20px 10px;
  line-height: 1.5;
}

.product-information .pdp_shipping_notice a .title {
  font-weight: bold;
}

.product-information .pdp_shipping_notice a .desc .red {
  font-weight: bold;
  color: #dc0223;
}

.product-information .pdp_shipping_notice a .desc .small {
  font-size: 14px;
}

.product-information .pdp_shipping_notice a:hover {
  color: inherit;
}

.product-information .pdp-info {
  padding-bottom: 40px;
}

.product-information .quantity {
  padding: 24px 0 21px;
}

.product-information .quantity h2.tit {
  margin-bottom: 16px;
  font-size: 16px;
  font-weight: 600;
}

.product-information .quantity .btn-qty .label {
  width: 130px;
  height: 40px;
  margin: 0;
  border-color: #dbdbdb;
  border-left: 0;
}

.product-information .quantity .btn-qty .btn {
  width: 40px;
  height: 40px;
  border-color: #dbdbdb;
  font-size: 12px;
}

.product-information .quantity .btn-qty .btn .icon {
  font-size: 10px;
}

.product-information .quantity .msg:not(:empty) {
  display: block;
  width: 100%;
  margin-top: 10px;
  font-size: 12px;
  color: #ca1d31;
}

.product-information .quantity .cs-msg {
  display: inline-block;
  font-size: 12px;
  color: #ca1d31;
  margin-top: 10px;
}

.product-information .quantity .cs-msg:empty {
  margin: 0;
}

.product-information .add-product-list-wrap h4 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 16px;
}

.product-information .add-product-list-wrap .toggle-label {
  padding: 15.5px 20px;
}

.product-information .add-product-list-wrap .toggle-label .toggle-title {
  font-size: 14px;
  color: #999;
  font-weight: 500;
}

.product-information .add-product-list-wrap .addon-list-wrap {
  margin-top: 16px;
}

.product-information .add-product-list-wrap .addon-list-wrap .addon-state {
  position: relative;
  background-color: #f7f7f7;
  padding: 20px;
}

.product-information .add-product-list-wrap .addon-list-wrap .addon-state:not(:last-child) {
  margin-bottom: 8px;
}

.product-information .add-product-list-wrap .addon-list-wrap .addon-state .addon-info {
  word-break: keep-all;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

.product-information .add-product-list-wrap .addon-list-wrap .addon-state .addon-info span {
  display: block;
}

.product-information .add-product-list-wrap .addon-list-wrap .addon-state .addon-info span.name {
  padding-right: 24px;
  font-size: 16px;
  font-weight: 500;
}

.product-information .add-product-list-wrap .addon-list-wrap .addon-state .addon-info span.option {
  font-size: 12px;
  margin-top: 4px;
}

.product-information .add-product-list-wrap .addon-list-wrap .addon-state .addon-quantity.enter-quantity {
  margin-top: 10px;
  padding: 0;
}

.product-information .add-product-list-wrap .addon-list-wrap .addon-state .addon-quantity.enter-quantity .i-text {
  width: 60px;
  height: 40px;
  font-size: 14px;
  text-align: center;
  border: 1px solid #c4c4c4;
  border-left: 0;
  border-right: 0;
  background-color: #ffffff;
}

.product-information .add-product-list-wrap .addon-list-wrap .addon-state .addon-quantity.enter-quantity .i-text::-webkit-outer-spin-button,
.product-information .add-product-list-wrap .addon-list-wrap .addon-state .addon-quantity.enter-quantity .i-text::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.product-information .add-product-list-wrap .addon-list-wrap .addon-state .addon-quantity.enter-quantity .btn {
  width: 40px;
  height: 40px;
  margin-left: -1px;
  font-size: 10px;
  border: 1px solid #c4c4c4;
  background-color: #fff;
}

.product-information .add-product-list-wrap .addon-list-wrap .addon-state .addon-quantity .quantity {
  padding: 0;
}

.product-information .add-product-list-wrap .addon-list-wrap .addon-state .addon-quantity .add-product-price .add-price {
  font-size: 15px;
  font-weight: bold;
}

.product-information .add-product-list-wrap .addon-list-wrap .addon-state .btn-addon-remove {
  display: block;
  position: absolute;
  top: 11px;
  right: 11px;
}

.product-information .add-product-list-wrap .addon-list-wrap .addon-state .btn-addon-remove .icon {
  font-size: 28px;
  color: #757575;
}

.product-information .add-product-list-wrap .addon-list-wrap .addon-out-stock {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0;
  height: 46px;
  font-size: 12px;
  line-height: 1;
  color: #ca1d31;
  background-color: #f4f4f4;
  padding-left: 20px;
  margin-bottom: 10px;
}

.product-information .add-product-list-wrap .add-product-box .add-product-selection .input-select-inline {
  color: #333;
  box-shadow: 0 0 0 1px #c4c4c4;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='17px' height='9px'%3E%3Cpath fill-rule='evenodd' fill='%23999' d='M16.242,2.353 L8.751,8.742 L8.250,8.314 L7.748,8.742 L0.258,2.353 L2.131,0.756 L8.250,5.975 L14.369,0.756 L16.242,2.353 Z'/%3E%3C/svg%3E");
}

.product-information .add-setProduct-list-wrap h4 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 16px;
}

.product-information .add-setProduct-list-wrap .toggle-label {
  padding: 15.5px 20px;
}

.product-information .add-setProduct-list-wrap .toggle-label .toggle-title {
  font-size: 14px;
  color: #999;
  font-weight: 500;
}

.product-information .add-setProduct-list-wrap .set-list-wrap {
  margin-top: 16px;
}

.product-information .add-setProduct-list-wrap .set-list-wrap .set-state {
  position: relative;
  background-color: #f7f7f7;
  padding: 20px;
}

.product-information .add-setProduct-list-wrap .set-list-wrap .set-state:not(:last-child) {
  margin-bottom: 8px;
}

.product-information .add-setProduct-list-wrap .set-list-wrap .set-state .set-info {
  word-break: keep-all;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

.product-information .add-setProduct-list-wrap .set-list-wrap .set-state .set-info span {
  display: block;
}

.product-information .add-setProduct-list-wrap .set-list-wrap .set-state .set-info span.name {
  padding-right: 24px;
  font-size: 16px;
  font-weight: 500;
}

.product-information .add-setProduct-list-wrap .set-list-wrap .set-state .set-info span.option {
  font-size: 12px;
  margin-top: 4px;
}

.product-information .add-setProduct-list-wrap .set-list-wrap .set-state .set-quantity.enter-quantity {
  margin-top: 10px;
  padding: 0;
}

.product-information .add-setProduct-list-wrap .set-list-wrap .set-state .set-quantity.enter-quantity .i-text {
  width: 60px;
  height: 40px;
  font-size: 14px;
  text-align: center;
  border: 1px solid #c4c4c4;
  border-left: 0;
  border-right: 0;
  background-color: #ffffff;
}

.product-information .add-setProduct-list-wrap .set-list-wrap .set-state .set-quantity.enter-quantity .i-text::-webkit-outer-spin-button,
.product-information .add-setProduct-list-wrap .set-list-wrap .set-state .set-quantity.enter-quantity .i-text::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.product-information .add-setProduct-list-wrap .set-list-wrap .set-state .set-quantity.enter-quantity .btn {
  width: 40px;
  height: 40px;
  margin-left: -1px;
  font-size: 10px;
  border: 1px solid #c4c4c4;
  background-color: #fff;
}

.product-information .add-setProduct-list-wrap .set-list-wrap .set-state .set-quantity .quantity {
  padding: 0;
}

.product-information .add-setProduct-list-wrap .set-list-wrap .set-state .set-quantity .add-product-price .add-price {
  font-size: 15px;
  font-weight: bold;
}

.product-information .add-setProduct-list-wrap .set-list-wrap .set-state .btn-set-remove {
  display: block;
  position: absolute;
  top: 14px;
  right: 11px;
}

.product-information .add-setProduct-list-wrap .set-list-wrap .set-state .btn-set-remove .icon {
  font-size: 28px;
  color: #757575;
}

.product-information .add-setProduct-list-wrap .set-list-wrap .set-out-stock {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0;
  height: 46px;
  font-size: 12px;
  line-height: 1;
  color: #ca1d31;
  background-color: #f4f4f4;
  padding-left: 20px;
  margin-bottom: 10px;
}

.product-information .add-setProduct-list-wrap .add-product-box .add-product-selection .input-select-inline {
  color: #333;
  box-shadow: 0 0 0 1px #c4c4c4;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='17px' height='9px'%3E%3Cpath fill-rule='evenodd' fill='%23999' d='M16.242,2.353 L8.751,8.742 L8.250,8.314 L7.748,8.742 L0.258,2.353 L2.131,0.756 L8.250,5.975 L14.369,0.756 L16.242,2.353 Z'/%3E%3C/svg%3E");
}

.product-variations .variation-information {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-top: 4px;
  padding-bottom: 16px;
  width: 100%;
  font-size: 14px;
  line-height: 1;
}

.product-variations .variation-information .product-style {
  width: 100%;
}

.product-variations .variation-information .product-style .label {
  font-size: 16px;
  font-weight: 600;
}

.product-variations .variation-information .product-style .value {
  position: relative;
  margin-left: 7px;
  padding-left: 8px;
  font-size: 14px;
}

.product-variations .variation-information .product-style .value::before {
  content: '';
  position: absolute;
  top: 3px;
  left: 0;
  width: 1px;
  height: 10px;
  background-color: #c4c4c4;
}

.product-variations .product_foot_option_wrap {
  margin-top: 24px;
}

.product-variations .product_foot_option_wrap .tit {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 16px;
}

.product-variations .product_foot_option_wrap .foot_option {
  gap: 6px;
}

.product-variations .product_foot_option_wrap .foot_option a {
  display: flex;
  width: 100%;
  max-width: calc(25% - 6px);
  height: 40px;
  font-size: 13px;
  border: 1px solid #c4c4c4;
  border-radius: 4px;
  background-color: #fff;
  justify-content: center;
  align-items: center;
}

.product-variations .product_foot_option_wrap .foot_option a.active {
  color: #fff;
  font-weight: bold;
  background-color: #0063BA;
  border-color: #0063BA;
}

.product-variations .variation-selector {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  color: #000000;
  width: 100%;
  gap: 6px;
}

.product-variations .variation-selector.enter-quantity {
  margin-top: 30px;
}

.product-variations .variation-selector.selector-size {
  padding-right: 1px;
  padding-bottom: 1px;
}

.product-variations .variation-selector.selector-addon .input-select-inline {
  padding-top: 15px;
  padding-left: 20px;
  padding-right: 30px;
  padding-bottom: 15px;
  width: 100%;
  height: 50px;
  font-size: 14px;
  color: #333;
  box-shadow: 0 0 0 1px #c4c4c4;
  background-color: #ffffff;
}

.product-variations .variation-selector.selector-addon .input-select-inline:required:invalid {
  color: #000000;
}

.product-variations .variation-selector.selector-addon .input-select-inline > option {
  padding-left: 0;
}

.product-variations .variation-selector.selector-addon .input-select-inline > option[value=""][disabled] {
  display: none;
}

.product-variations .variation-selector.selector-addon .addon-promo-text {
  margin-bottom: 10px;
  line-height: 1;
  letter-spacing: -.025em;
  font-weight: bold;
}

.product-variations .variation-selector.selector-addon .addon_select_wrap {
  margin-bottom: 10px;
}

.product-variations .variation-selector.selector-addon + .selector-addon {
  margin-top: 20px;
}

.product-variations .variation-selector .print-message {
  display: none;
  margin: 0;
  padding-top: 8px;
  font-size: 12px;
  line-height: 1;
  color: #ca1d31;
}

.product-variations .variation-selector .print-message.active {
  display: block;
}

.product-variations .variation-selector .variation-color {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  position: relative;
  max-width: 64px;
  width: 100%;
  background-color: #ffffff;
  padding-bottom: 1px;
}

.product-variations .variation-selector .variation-color img {
  width: 100%;
  height: 100%;
  margin-bottom: 1px;
}

.product-variations .variation-selector .variation-color .variation-anchor:before {
  padding-bottom: 100%;
}

.product-variations .variation-selector .variation-color:first-child {
  margin-left: 0;
}

.product-variations .variation-selector .variation-color.selected::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 2px;
  background-color: #0063BA;
  z-index: 1;
}

.product-variations .variation-selector .tit {
  width: 100%;
  font-size: 16px;
  font-weight: 600;
  margin: 24px 0 16px;
}

.product-variations .variation-selector .size-guide-btn {
  display: inline-block;
  font-size: 13px;
  font-weight: normal;
  color: #757575;
}

.product-variations .variation-selector .options-list {
  gap: 6px;
}

.product-variations .variation-selector .options-list .variation-size {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  position: relative;
  width: 100%;
  max-width: calc(25% - 6px);
  height: 40px;
  margin-bottom: 0;
  background-color: #fff;
  border-radius: 4px;
}

.product-variations .variation-selector .options-list .variation-size.selected:after {
  border: 1px solid #111111;
}

.product-variations .variation-selector .options-list .variation-size.checked {
  background: #0063BA;
  color: #fff;
  font-weight: bold;
}

.product-variations .variation-selector .options-list .variation-size.checked .variation-anchor {
  border-color: #0063BA;
}

.product-variations .variation-selector .options-list .variation-size input {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  visibility: hidden;
}

.product-variations .variation-selector .options-list .variation-size input:disabled + .variation-anchor {
  color: #999;
  background-color: #dbdbdb;
  cursor: not-allowed;
  border: 1px solid #c4c4c4;
}

.product-variations .variation-selector .options-list .variation-size .variation-anchor {
  border: 1px solid #c4c4c4;
  border-radius: 4px;
}

.product-variations .variation-selector .options-list .variation-anchor {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  cursor: pointer;
  font-size: 13px;
}

.product-variations .force-wrap {
  padding: 15px 0 10px;
}

.product-variations .force-wrap .sms-service-btn {
  font-size: 12px;
  font-weight: bold;
  padding: 5px 10px;
  border: 1px solid #c4c4c4;
}

.stock-wrap {
  margin-top: 12px;
}

.stock-wrap .icon {
  margin-right: 4px;
}

.stock-wrap .button {
  border-color: #c4c4c4;
  font-size: 16px;
  height: 56px;
  color: #111;
}

.product-variations-action {
  margin-top: 15px;
}

.product-variations-action .onlyCustomer_info {
  padding-bottom: 30px;
  text-align: center;
  line-height: 22px;
}

.product-variations-action .action-signin {
  padding-left: 0;
  padding-right: 0;
}

.product-variations-action .btn-wrap {
  gap: 8px;
  flex: 1;
}

.product-variations-action .btn-wrap > div {
  width: 100%;
}

.product-variations-action .btn-wrap .button {
  max-width: 100%;
  height: 56px;
  font-size: 18px;
}

.mobile-review-min-wrap {
  width: 100%;
  padding: 32px 16px;
  border-top: 4px solid #eee;
}

.mobile-review-min-wrap .review-min-title .review-min-title-left {
  align-items: center;
  gap: 9px;
}

.mobile-review-min-wrap .review-min-title .review-min-title-left p {
  font-size: 14px;
  font-weight: bold;
}

.mobile-review-min-wrap .review-min-title .review-min-title-left .star-average .like {
  position: relative;
  display: inline-block;
  text-align: left;
  width: 64px;
  height: 11px;
  margin-bottom: 3px;
  background-image: url("data:image/svg+xml,%3Csvg width='142' height='24' viewBox='0 0 142 24' fill='%23e6e6e6' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.4427.376815c.04537-.111445.12267-.206783.22207-.273884.0994-.067099.2163-.102931.3359-.102931.1197 0 .2366.035832.3359.102931.0994.067101.1767.16244.22207.273884l3.0244 7.324185c.0876.211556.2827.352608.5078.372758l7.855.632174c.5328.04534.7505.717808.3427 1.067897l-5.9813 5.160671c-.0846.0724-.1476.1669-.1821.2732-.0344.1063-.0389.2201-.013.3288l1.8261 7.7145c.0279.1169.0208.2393-.0204.3519-.0411.1126-.1145.2104-.2109.281-.0963.0706-.2113.1109-.3304.1157-.1191.0048-.2369-.026-.3386-.0886l-6.7217-4.1331c-.0947-.0588-.2038-.09-.3151-.09-.1113 0-.2204.0312-.3151.09l-6.7217 4.1331c-.1017.0626-.2195.0934-.3386.0886-.1191-.0048-.2341-.0451-.3304-.1157-.0964-.0706-.1698-.1684-.2109-.281-.0412-.1126-.0483-.235-.0204-.3519l1.8261-7.7145c.0264-.1091.0221-.2234-.0124-.3302-.0345-.1067-.0978-.2017-.1829-.2743L.712775 9.77635c-.091028-.07778-.157068-.18102-.189749-.29663-.032681-.11562-.030531-.2384-.006798-.35278.036708-.11438.106321-.21522.200015-.28972.093694-.0745.20725-.1193.32627-.12875l7.8549-.63217c.11059-.00883.21658-.04833.30622-.11413.08964-.0658.15943-.15532.2016-.25862l3.0244-7.324185z'/%3E%3Cpath d='M41.4427.376815c.04537-.111445.12267-.206783.22207-.273884.0994-.067099.2163-.102931.3359-.102931.1197 0 .2366.035832.3359.102931.0994.067101.1767.16244.22207.273884l3.0244 7.324185c.0876.211556.2827.352608.5078.372758l7.855.632174c.5328.04534.7505.717808.3427 1.067897l-5.9813 5.160671c-.0846.0724-.1476.1669-.1821.2732-.0344.1063-.0389.2201-.013.3288l1.8261 7.7145c.0279.1169.0208.2393-.0204.3519-.0411.1126-.1145.2104-.2109.281-.0963.0706-.2113.1109-.3304.1157-.1191.0048-.2369-.026-.3386-.0886l-6.7217-4.1331c-.0947-.0588-.2038-.09-.3151-.09-.1113 0-.2204.0312-.3151.09l-6.7217 4.1331c-.1017.0626-.2195.0934-.3386.0886-.1191-.0048-.2341-.0451-.3304-.1157-.0964-.0706-.1698-.1684-.2109-.281-.0412-.1126-.0483-.235-.0204-.3519l1.8261-7.7145c.0264-.1091.0221-.2234-.0124-.3302-.0345-.1067-.0978-.2017-.1829-.2743l-5.9813-5.1581c-.09103-.07778-.15707-.18102-.18975-.29663-.03268-.11562-.03053-.2384-.0068-.35278.03671-.11438.10632-.21522.20002-.28972.09369-.0745.20725-.1193.32627-.12875l7.8549-.63217c.11059-.00883.21658-.04833.30622-.11413.08964-.0658.15943-.15532.2016-.25862l3.0244-7.324185z'/%3E%3Cpath d='M70.4427.376815c.04537-.111445.12267-.206783.22207-.273884.0994-.067099.2163-.102931.3359-.102931.1197 0 .2366.035832.3359.102931.0994.067101.1767.16244.22207.273884l3.0244 7.324185c.0876.211556.2827.352608.5078.372758l7.855.632174c.5328.04534.7505.717808.3427 1.067897l-5.9813 5.160671c-.0846.0724-.1476.1669-.1821.2732-.0344.1063-.0389.2201-.013.3288l1.8261 7.7145c.0279.1169.0208.2393-.0204.3519-.0411.1126-.1145.2104-.2109.281-.0963.0706-.2113.1109-.3304.1157-.1191.0048-.2369-.026-.3386-.0886l-6.7217-4.1331c-.0947-.0588-.2038-.09-.3151-.09-.1113 0-.2204.0312-.3151.09l-6.7217 4.1331c-.1017.0626-.2195.0934-.3386.0886-.1191-.0048-.2341-.0451-.3304-.1157-.0964-.0706-.1698-.1684-.2109-.281-.0412-.1126-.0483-.235-.0204-.3519l1.8261-7.7145c.0264-.1091.0221-.2234-.0124-.3302-.0345-.1067-.0978-.2017-.1829-.2743l-5.9813-5.1581c-.09103-.07778-.15707-.18102-.18975-.29663-.03268-.11562-.03053-.2384-.0068-.35278.03671-.11438.10632-.21522.20002-.28972.09369-.0745.20725-.1193.32627-.12875l7.8549-.63217c.11059-.00883.21658-.04833.30622-.11413.08964-.0658.15943-.15532.2016-.25862l3.0244-7.324185z'/%3E%3Cpath d='M99.4427.376815c.04537-.111445.12267-.206783.22207-.273884.0994-.067099.2163-.102931.3359-.102931.1197 0 .2366.035832.3359.102931.0994.067101.1767.16244.22207.273884l3.0244 7.324185c.0876.211556.2827.352608.5078.372758l7.855.632174c.5328.04534.7505.717808.3427 1.067897l-5.9813 5.160671c-.0846.0724-.1476.1669-.1821.2732-.0344.1063-.0389.2201-.013.3288l1.8261 7.7145c.0279.1169.0208.2393-.0204.3519-.0411.1126-.1145.2104-.2109.281-.0963.0706-.2113.1109-.3304.1157-.1191.0048-.2369-.026-.3386-.0886l-6.7217-4.1331c-.0947-.0588-.2038-.09-.3151-.09-.1113 0-.2204.0312-.3151.09l-6.7217 4.1331c-.1017.0626-.2195.0934-.3386.0886-.1191-.0048-.2341-.0451-.3304-.1157-.0964-.0706-.1698-.1684-.2109-.281-.0412-.1126-.0483-.235-.0204-.3519l1.8261-7.7145c.0264-.1091.0221-.2234-.0124-.3302-.0345-.1067-.0978-.2017-.1829-.2743l-5.9813-5.1581c-.09103-.07778-.15707-.18102-.18975-.29663-.03268-.11562-.03053-.2384-.0068-.35278.03671-.11438.10632-.21522.20002-.28972.09369-.0745.20725-.1193.32627-.12875l7.8549-.63217c.11059-.00883.21658-.04833.30622-.11413.08964-.0658.15943-.15532.2016-.25862l3.0244-7.324185z'/%3E%3Cpath d='M128.443.376815c.04537-.111445.12267-.206783.22207-.273884.0994-.067099.2163-.102931.3359-.102931.1197 0 .2366.035832.3359.102931.0994.067101.1767.16244.22207.273884l3.0244 7.324185c.0876.211556.2827.352608.5078.372758l7.855.632174c.5328.04534.7505.717808.3427 1.067897l-5.9813 5.160671c-.0846.0724-.1476.1669-.1821.2732-.0344.1063-.0389.2201-.013.3288l1.8261 7.7145c.0279.1169.0208.2393-.0204.3519-.0411.1126-.1145.2104-.2109.281-.0963.0706-.2113.1109-.3304.1157-.1191.0048-.2369-.026-.3386-.0886l-6.7217-4.1331c-.0947-.0588-.2038-.09-.3151-.09-.1113 0-.2204.0312-.3151.09l-6.7217 4.1331c-.1017.0626-.2195.0934-.3386.0886-.1191-.0048-.2341-.0451-.3304-.1157-.0964-.0706-.1698-.1684-.2109-.281-.0412-.1126-.0483-.235-.0204-.3519l1.8261-7.7145c.0264-.1091.0221-.2234-.0124-.3302-.0345-.1067-.0978-.2017-.1829-.2743l-5.9813-5.1581c-.09103-.07778-.15707-.18102-.18975-.29663-.03268-.11562-.03053-.2384-.0068-.35278.03671-.11438.10632-.21522.20002-.28972.09369-.0745.20725-.1193.32627-.12875l7.8549-.63217c.11059-.00883.21658-.04833.30622-.11413.08964-.0658.15943-.15532.2016-.25862l3.0244-7.324185z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 64px;
  vertical-align: middle;
}

.mobile-review-min-wrap .review-min-title .review-min-title-left .star-average .like > span {
  position: absolute;
  width: 50%;
  height: 11px;
  display: inline-block;
  background-image: url("data:image/svg+xml,%3Csvg width='142' height='24' viewBox='0 0 142 24' fill='%230063BA' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.4427.376815c.04537-.111445.12267-.206783.22207-.273884.0994-.067099.2163-.102931.3359-.102931.1197 0 .2366.035832.3359.102931.0994.067101.1767.16244.22207.273884l3.0244 7.324185c.0876.211556.2827.352608.5078.372758l7.855.632174c.5328.04534.7505.717808.3427 1.067897l-5.9813 5.160671c-.0846.0724-.1476.1669-.1821.2732-.0344.1063-.0389.2201-.013.3288l1.8261 7.7145c.0279.1169.0208.2393-.0204.3519-.0411.1126-.1145.2104-.2109.281-.0963.0706-.2113.1109-.3304.1157-.1191.0048-.2369-.026-.3386-.0886l-6.7217-4.1331c-.0947-.0588-.2038-.09-.3151-.09-.1113 0-.2204.0312-.3151.09l-6.7217 4.1331c-.1017.0626-.2195.0934-.3386.0886-.1191-.0048-.2341-.0451-.3304-.1157-.0964-.0706-.1698-.1684-.2109-.281-.0412-.1126-.0483-.235-.0204-.3519l1.8261-7.7145c.0264-.1091.0221-.2234-.0124-.3302-.0345-.1067-.0978-.2017-.1829-.2743L.712775 9.77635c-.091028-.07778-.157068-.18102-.189749-.29663-.032681-.11562-.030531-.2384-.006798-.35278.036708-.11438.106321-.21522.200015-.28972.093694-.0745.20725-.1193.32627-.12875l7.8549-.63217c.11059-.00883.21658-.04833.30622-.11413.08964-.0658.15943-.15532.2016-.25862l3.0244-7.324185z'/%3E%3Cpath d='M41.4427.376815c.04537-.111445.12267-.206783.22207-.273884.0994-.067099.2163-.102931.3359-.102931.1197 0 .2366.035832.3359.102931.0994.067101.1767.16244.22207.273884l3.0244 7.324185c.0876.211556.2827.352608.5078.372758l7.855.632174c.5328.04534.7505.717808.3427 1.067897l-5.9813 5.160671c-.0846.0724-.1476.1669-.1821.2732-.0344.1063-.0389.2201-.013.3288l1.8261 7.7145c.0279.1169.0208.2393-.0204.3519-.0411.1126-.1145.2104-.2109.281-.0963.0706-.2113.1109-.3304.1157-.1191.0048-.2369-.026-.3386-.0886l-6.7217-4.1331c-.0947-.0588-.2038-.09-.3151-.09-.1113 0-.2204.0312-.3151.09l-6.7217 4.1331c-.1017.0626-.2195.0934-.3386.0886-.1191-.0048-.2341-.0451-.3304-.1157-.0964-.0706-.1698-.1684-.2109-.281-.0412-.1126-.0483-.235-.0204-.3519l1.8261-7.7145c.0264-.1091.0221-.2234-.0124-.3302-.0345-.1067-.0978-.2017-.1829-.2743l-5.9813-5.1581c-.09103-.07778-.15707-.18102-.18975-.29663-.03268-.11562-.03053-.2384-.0068-.35278.03671-.11438.10632-.21522.20002-.28972.09369-.0745.20725-.1193.32627-.12875l7.8549-.63217c.11059-.00883.21658-.04833.30622-.11413.08964-.0658.15943-.15532.2016-.25862l3.0244-7.324185z'/%3E%3Cpath d='M70.4427.376815c.04537-.111445.12267-.206783.22207-.273884.0994-.067099.2163-.102931.3359-.102931.1197 0 .2366.035832.3359.102931.0994.067101.1767.16244.22207.273884l3.0244 7.324185c.0876.211556.2827.352608.5078.372758l7.855.632174c.5328.04534.7505.717808.3427 1.067897l-5.9813 5.160671c-.0846.0724-.1476.1669-.1821.2732-.0344.1063-.0389.2201-.013.3288l1.8261 7.7145c.0279.1169.0208.2393-.0204.3519-.0411.1126-.1145.2104-.2109.281-.0963.0706-.2113.1109-.3304.1157-.1191.0048-.2369-.026-.3386-.0886l-6.7217-4.1331c-.0947-.0588-.2038-.09-.3151-.09-.1113 0-.2204.0312-.3151.09l-6.7217 4.1331c-.1017.0626-.2195.0934-.3386.0886-.1191-.0048-.2341-.0451-.3304-.1157-.0964-.0706-.1698-.1684-.2109-.281-.0412-.1126-.0483-.235-.0204-.3519l1.8261-7.7145c.0264-.1091.0221-.2234-.0124-.3302-.0345-.1067-.0978-.2017-.1829-.2743l-5.9813-5.1581c-.09103-.07778-.15707-.18102-.18975-.29663-.03268-.11562-.03053-.2384-.0068-.35278.03671-.11438.10632-.21522.20002-.28972.09369-.0745.20725-.1193.32627-.12875l7.8549-.63217c.11059-.00883.21658-.04833.30622-.11413.08964-.0658.15943-.15532.2016-.25862l3.0244-7.324185z'/%3E%3Cpath d='M99.4427.376815c.04537-.111445.12267-.206783.22207-.273884.0994-.067099.2163-.102931.3359-.102931.1197 0 .2366.035832.3359.102931.0994.067101.1767.16244.22207.273884l3.0244 7.324185c.0876.211556.2827.352608.5078.372758l7.855.632174c.5328.04534.7505.717808.3427 1.067897l-5.9813 5.160671c-.0846.0724-.1476.1669-.1821.2732-.0344.1063-.0389.2201-.013.3288l1.8261 7.7145c.0279.1169.0208.2393-.0204.3519-.0411.1126-.1145.2104-.2109.281-.0963.0706-.2113.1109-.3304.1157-.1191.0048-.2369-.026-.3386-.0886l-6.7217-4.1331c-.0947-.0588-.2038-.09-.3151-.09-.1113 0-.2204.0312-.3151.09l-6.7217 4.1331c-.1017.0626-.2195.0934-.3386.0886-.1191-.0048-.2341-.0451-.3304-.1157-.0964-.0706-.1698-.1684-.2109-.281-.0412-.1126-.0483-.235-.0204-.3519l1.8261-7.7145c.0264-.1091.0221-.2234-.0124-.3302-.0345-.1067-.0978-.2017-.1829-.2743l-5.9813-5.1581c-.09103-.07778-.15707-.18102-.18975-.29663-.03268-.11562-.03053-.2384-.0068-.35278.03671-.11438.10632-.21522.20002-.28972.09369-.0745.20725-.1193.32627-.12875l7.8549-.63217c.11059-.00883.21658-.04833.30622-.11413.08964-.0658.15943-.15532.2016-.25862l3.0244-7.324185z'/%3E%3Cpath d='M128.443.376815c.04537-.111445.12267-.206783.22207-.273884.0994-.067099.2163-.102931.3359-.102931.1197 0 .2366.035832.3359.102931.0994.067101.1767.16244.22207.273884l3.0244 7.324185c.0876.211556.2827.352608.5078.372758l7.855.632174c.5328.04534.7505.717808.3427 1.067897l-5.9813 5.160671c-.0846.0724-.1476.1669-.1821.2732-.0344.1063-.0389.2201-.013.3288l1.8261 7.7145c.0279.1169.0208.2393-.0204.3519-.0411.1126-.1145.2104-.2109.281-.0963.0706-.2113.1109-.3304.1157-.1191.0048-.2369-.026-.3386-.0886l-6.7217-4.1331c-.0947-.0588-.2038-.09-.3151-.09-.1113 0-.2204.0312-.3151.09l-6.7217 4.1331c-.1017.0626-.2195.0934-.3386.0886-.1191-.0048-.2341-.0451-.3304-.1157-.0964-.0706-.1698-.1684-.2109-.281-.0412-.1126-.0483-.235-.0204-.3519l1.8261-7.7145c.0264-.1091.0221-.2234-.0124-.3302-.0345-.1067-.0978-.2017-.1829-.2743l-5.9813-5.1581c-.09103-.07778-.15707-.18102-.18975-.29663-.03268-.11562-.03053-.2384-.0068-.35278.03671-.11438.10632-.21522.20002-.28972.09369-.0745.20725-.1193.32627-.12875l7.8549-.63217c.11059-.00883.21658-.04833.30622-.11413.08964-.0658.15943-.15532.2016-.25862l3.0244-7.324185z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 64px;
}

.mobile-review-min-wrap .review-min-title .review-min-title-left .star-average .like > span .icon {
  display: none;
}

.mobile-review-min-wrap .review-min-title .review-min-btn {
  color: #666;
  font-size: 13px;
  font-weight: 500;
  text-decoration: underline;
}

.mobile-review-min-wrap .rephotoReviewview-min-photo .photo-review-imgList {
  display: flex;
  gap: 5.6px;
  margin: 16px 0 0;
}

.mobile-review-min-wrap .rephotoReviewview-min-photo .photo-review-imgList li {
  position: relative;
  display: inline-block;
  width: 16.66667%;
  height: 0;
  padding-top: 15.888%;
  overflow: hidden;
}

.mobile-review-min-wrap .rephotoReviewview-min-photo .photo-review-imgList li a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #f4f4f4;
}

.mobile-review-min-wrap .rephotoReviewview-min-photo .photo-review-imgList li a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.mobile-review-min-wrap .rephotoReviewview-min-photo .photo-review-imgList li.photo-reivew-more {
  position: relative;
}

.mobile-review-min-wrap .rephotoReviewview-min-photo .photo-review-imgList li.photo-reivew-more:after {
  content: '+';
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  font-size: 25px;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.6);
  cursor: pointer;
}

.mobile-review-min-wrap .review-min-total {
  margin-top: 16px;
}

.mobile-review-min-wrap .review-min-total .opt-value-title {
  width: 42px;
  font-size: 12px;
  color: #757575;
}

.mobile-review-min-wrap .review-min-total .opt-value-box {
  width: calc(100% - 35px);
}

.mobile-review-min-wrap .review-min-total .opt-value-box p {
  font-size: 12px;
  line-height: 28px;
  gap: 8px;
}

.mobile-review-min-wrap .review-min-total .opt-value-box .opt-value-txt {
  display: inline-block;
}

.mobile-review-min-wrap .review-min-total .opt-value-box .opt-value-txt.left {
  width: 45px;
  font-weight: 500;
}

.mobile-review-min-wrap .review-min-total .opt-value-box .opt-value-txt.right {
  width: 32px;
  font-weight: bold;
  text-align: right;
}

.mobile-review-min-wrap .review-min-total .opt-value-box .opt-graph-gage {
  display: inline-block;
  position: relative;
  width: calc(100% - 100px);
  height: 3px;
  margin: 0;
  line-height: 0.5;
  border-radius: 50px;
  background-color: #dbdbdb;
  vertical-align: middle;
}

.mobile-review-min-wrap .review-min-total .opt-value-box .opt-graph-gage .opt-graph-point-color {
  position: absolute;
  display: inline-block;
  height: 3px;
  border-radius: 50px;
  background-color: #0063BA;
}

.pdp-details-description {
  margin: 60px auto 0;
  width: 100%;
}

.pdp-details-description .pdp-details-tabs .row {
  position: sticky;
  top: calc(env(safe-area-inset-top) + 0px);
  background-color: #fff;
  padding: 20px 0;
  z-index: 2;
}

.pdp-details-description .pdp-details-tabs .row .tab-item {
  position: relative;
  display: flex;
  width: 50%;
  height: 60px;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  font-weight: 500;
  color: #757575;
}

.pdp-details-description .pdp-details-tabs .row .tab-item::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #b5b5b5;
  border-bottom-color: #0063BA;
  border-bottom-width: 2px;
  z-index: 1;
}

.pdp-details-description .pdp-details-tabs .row .tab-item.uk-active {
  color: #0063BA;
  font-weight: 600;
}

.pdp-details-description .pdp-details-tabs .row .tab-item.uk-active::after {
  border: 2px solid #0063BA;
  border-bottom: transparent;
  z-index: 1;
}

.pdp-details-description .pdp-details-info {
  padding: 0 20px;
}

.pdp-details-description .pdp-details-info .slider-content-wrapper {
  margin: 28px auto 60px auto !important;
}

.pdp-details-description .pdp-details-info .dynamic-slider-wrap {
  padding: 0 0 28px;
}

.pdp-details-description .pdp-details-info .pdp-details-product {
  margin: 32px 0;
}

.pdp-details-description .pdp-details-info .pdp-details-product .product-name {
  font-size: 28px;
  font-weight: 600;
}

.pdp-details-description .pdp-details-info .pdp-details-product .product-eng-name {
  font-size: 18px;
  color: #999;
  margin-top: 4px;
}

.pdp-details-description .pdp-details-info .pdp-details-part .toggle-box .toggle-label .icon.icon-more-up {
  display: none;
}

.pdp-details-description .pdp-details-info .pdp-details-part .toggle-box .toggle-label .icon.icon-more-down {
  display: block;
}

.pdp-details-description .pdp-details-info .pdp-details-part .toggle-box .toggle-label:after {
  background: none;
}

.pdp-details-description .pdp-details-info .pdp-details-part .toggle-box .toggle-content {
  display: none;
}

.pdp-details-description .pdp-details-info .pdp-details-part .toggle-box.active .toggle-label .icon.icon-more-up {
  display: block;
}

.pdp-details-description .pdp-details-info .pdp-details-part .toggle-box.active .toggle-label .icon.icon-more-down {
  display: none;
}

.pdp-details-description .pdp-details-info .pdp-details-part .toggle-box.active .toggle-content {
  display: block;
}

.pdp-details-description .pdp-details-info .pdp-details-part .section-head {
  position: relative;
  padding: 22.5px 0;
  border-bottom: 1px solid #333;
}

.pdp-details-description .pdp-details-info .pdp-details-part .section-head .section-title {
  font-size: 20px;
  font-weight: bold;
}

.pdp-details-description .pdp-details-info .pdp-details-part .section-head .icon {
  font-size: 24px;
}

.pdp-details-description .pdp-details-info .pdp-details-part.product-tags .product-tags-contents dl {
  padding: 24px;
  border-bottom: 1px solid #e6e6e6;
}

.pdp-details-description .pdp-details-info .pdp-details-part.product-tags .product-tags-contents dl:last-child {
  border-bottom: none;
}

.pdp-details-description .pdp-details-info .pdp-details-part.product-tags .product-tags-contents dl.product-functions {
  border: none;
}

.pdp-details-description .pdp-details-info .pdp-details-part.product-tags .product-tags-contents .tag-key {
  display: flex;
  align-items: center;
  height: 42px;
  font-size: 18px;
  font-weight: 600;
  color: #333;
  margin-bottom: 16px;
}

.pdp-details-description .pdp-details-info .pdp-details-part.product-tags .product-tags-contents .tag-value {
  font-size: 14px;
  line-height: 1.5;
  color: #757575;
  font-weight: 500;
}

.pdp-details-description .pdp-details-info .pdp-details-part.product-tags .product-tags-contents .tag-value .product-function-list {
  align-items: center;
}

.pdp-details-description .pdp-details-info .pdp-details-part.product-tags .product-tags-contents .tag-value .product-function-list li {
  max-width: 196px;
  width: 100%;
  padding: 16px 0;
  text-align: center;
}

.pdp-details-description .pdp-details-info .pdp-details-part.product-tags .product-tags-contents .tag-value .product-function-list li:not(:last-child) {
  border-right: 1px solid #e6e6e6;
  border-radius: 4px;
}

.pdp-details-description .pdp-details-info .pdp-details-part.product-tags .product-tags-contents .tag-value .product-function-list li img {
  display: inline-block;
  max-width: 100px;
}

.pdp-details-description .pdp-details-info .pdp-details-part.product-tags .product-tags-contents .tag-value .product-function-list li span {
  display: block;
  margin-top: 8px;
  color: #666;
  font-size: 13px;
  font-weight: 600;
  line-height: 1;
}

.pdp-details-description .pdp-details-info .pdp-details-part .product-size-wrap {
  margin: 40px 0;
  padding: 0 24px;
}

.pdp-details-description .pdp-details-info .pdp-details-part .product-size-wrap .sizeSpec-title {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 16px;
}

.pdp-details-description .pdp-details-info .pdp-details-part .product-size-wrap .size-guide-wrap {
  flex-wrap: wrap;
  padding: 0;
  gap: 60px;
}

.pdp-details-description .pdp-details-info .pdp-details-part .product-size-wrap .size-guide-wrap .size-table-content-wrap {
  width: 100% !important;
  min-width: 360px;
  margin: 0 !important;
}

.pdp-details-description .pdp-details-info .pdp-details-part .product-size-wrap .size-guide-wrap .size-table-content-wrap table {
  width: 100% !important;
  border-top: 1px solid #111;
  font-size: 16px;
  text-align: center;
  border-spacing: 0;
  table-layout: fixed;
}

.pdp-details-description .pdp-details-info .pdp-details-part .product-size-wrap .size-guide-wrap .size-table-content-wrap table th {
  height: 56px;
  font-weight: 500;
  background-color: #f0f7ff;
  border-bottom: 1px solid #dbdbdb;
}

.pdp-details-description .pdp-details-info .pdp-details-part .product-size-wrap .size-guide-wrap .size-table-content-wrap table tr td {
  height: 56px;
  color: #666;
  border-bottom: 1px solid #eee;
}

.pdp-details-description .pdp-details-info .pdp-details-part .product-size-wrap .size-guide-wrap .size-table-content-wrap table tr td:first-child {
  font-weight: 500;
  color: #111;
}

.pdp-details-description .pdp-details-info .pdp-details-part .product-size-wrap .size-guide-wrap .sizeSpec-img-wrap {
  max-width: 572px;
  width: 100%;
  height: 400px;
  justify-content: center;
  background-color: #f7f7f7;
}

.pdp-details-description .pdp-details-info .pdp-details-part .product-size-wrap .size-guide-wrap .sizeSpec-img-wrap img {
  max-width: 360px;
}

.pdp-details-description .pdp-details-info .pdp-details-part .product-size-wrap .pdp-shoes-size-wrap .shoes-size-title .title {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 16px;
}

.pdp-details-description .pdp-details-info .pdp-details-part .product-size-wrap .pdp-shoes-size-wrap .shoes-size-title .desc {
  font-size: 18px;
  color: #666;
}

.pdp-details-description .pdp-details-info .pdp-details-part .product-official-img {
  margin: 60px 0;
  text-align: center;
}

.pdp-details-description .pdp-details-info .pdp-details-part .product-official-img img {
  display: inline-block;
}

.pdp-details-description .pdp-details-info .pdp-details-part .product-image-list {
  margin-top: 60px;
  margin-bottom: 40px;
}

.pdp-details-description .pdp-details-info .pdp-details-part .product-image-list .thumb-wrap {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 24px;
}

.pdp-details-description .pdp-details-info .pdp-details-part .product-image-list .thumb-wrap .thumb-list {
  max-width: 860px;
}

.pdp-details-description .pdp-details-info .pdp-details-part .product-delivery-info .delivery-info {
  margin: 40px 0;
  padding: 0 24px;
}

.pdp-details-description .pdp-details-info .pdp-details-part .product-delivery-info .delivery-info .delivery-item {
  padding-bottom: 40px;
}

.pdp-details-description .pdp-details-info .pdp-details-part .product-delivery-info .delivery-info .delivery-item .tit {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 24px;
  padding: 16px 0;
  border-bottom: 1px solid #dbdbdb;
}

.pdp-details-description .pdp-details-info .pdp-details-part .product-delivery-info .delivery-info .delivery-item dl {
  font-size: 16px;
}

.pdp-details-description .pdp-details-info .pdp-details-part .product-delivery-info .delivery-info .delivery-item dl dt {
  width: 160px;
  float: left;
  margin-bottom: 12px;
}

.pdp-details-description .pdp-details-info .pdp-details-part .product-delivery-info .delivery-info .delivery-item dl dd {
  padding-left: 160px;
  color: #757575;
  margin-bottom: 12px;
}

.pdp-details-description .pdp-details-info .pdp-details-part .product-delivery-info .delivery-info .delivery-item .desc {
  font-size: 16px;
  margin-bottom: 16px;
}

.pdp-details-description .pdp-details-info .pdp-details-part .product-delivery-info .delivery-info .delivery-item ul li {
  position: relative;
  padding-left: 10px;
  font-size: 16px;
  color: #757575;
  line-height: 1.5;
}

.pdp-details-description .pdp-details-info .pdp-details-part .product-delivery-info .delivery-info .delivery-item ul li::before {
  content: '-';
  position: absolute;
  top: 0;
  left: 0;
}

/* 추천상품 - related slide */
.related-slider-wrap {
  max-width: 1440px;
  padding: 0;
  margin: 40px auto;
}

.related-slider-wrap .content-title {
  margin-bottom: 28px;
  padding-bottom: 24px;
  border-bottom: 2px solid #111;
}

.related-slider-wrap .content-title h2 {
  font-size: 28px;
  font-weight: 600;
}

.related-slider-wrap .content-title p {
  margin-top: 15px;
  color: #757575;
}

.related-slider-wrap .product-slider {
  display: none;
  position: relative;
}

.related-slider-wrap .product-slider .ratio-standard::before {
  padding-bottom: 100%;
}

.related-slider-wrap .product-slider .product-details {
  margin-top: 34px;
}

.related-slider-wrap .product-slider .product-details .name {
  line-height: 20px;
  margin-bottom: 5px;
}

.related-slider-wrap .product-slider .product-details .price .retail {
  color: #979797;
  text-decoration: line-through;
}

.related-slider-wrap .product-slider .product-details .price .sale {
  font-weight: bold;
}

.related-slider-wrap .product-slider .product-details .price .disc-num {
  margin-left: 10px;
  font-weight: bold;
  color: #d31717;
}

.related-slider-wrap .product-slider .categorySliderProgress {
  position: relative;
  height: 2px;
  margin-top: 24px;
  background: none;
}

.related-slider-wrap .product-slider .categorySliderProgress::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #e5e5e5;
}

.related-slider-wrap .product-slider .categorySliderProgress .swiper-pagination-progressbar-fill {
  background: #141414;
  z-index: 1;
}

.related-slider-wrap .btnWrap {
  margin-top: 40px;
}

/* product, main review write */
.order-lanscape-list {
  position: relative;
}

.order-lanscape-list:after {
  content: '';
  display: block;
  clear: both;
}

.order-lanscape-list .image-wrap {
  float: left;
  overflow: hidden;
  width: 60px;
}

.order-lanscape-list .order-info {
  width: -moz-calc(100% - 60px);
  width: -webkit-calc(100% - 60px);
  width: calc(100% - 60px);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  padding-left: 20px;
  font-family: "Pretendard", "Helvetica Neue", "맑은 고딕", Dotum;
}

.order-lanscape-list .order-info .tit {
  overflow: hidden;
  display: inline-block;
  min-width: 100%;
  max-height: 32px;
  line-height: 16px;
  color: #0063BA;
}

.order-lanscape-list .order-info .option {
  display: block;
  margin-top: 5px;
  font-size: 12px;
  color: #9b9b9b;
  line-height: 18px;
}

.order-lanscape-list .order-info .option span {
  display: block;
}

.order-lanscape-list .order-info .qty {
  display: block;
  font-size: 12px;
  color: #9b9b9b;
  line-height: 18px;
}

.order-lanscape-list .order-info .price-wrap {
  display: block;
  margin-top: 5px;
  font-size: 13px;
  color: #383838;
}

.order-lanscape-list .order-info .price-wrap .sale-price {
  text-decoration: line-through;
  font-size: 11px;
  color: #9b9b9b;
}

/* 쿠폰 다운로드 모달 */
#coupon-down-modal .uk-modal-dialog {
  max-width: 440px;
  padding: 40px 30px 30px;
}

#coupon-down-modal .uk-modal-dialog h2 {
  font-size: 22px;
  font-weight: bold;
  padding-bottom: 20px;
  border-bottom: 2px solid #111111;
}

#coupon-down-modal .uk-modal-dialog .uk-close {
  right: 30px;
}

#coupon-down-modal .uk-modal-dialog .coupon-down-list-wrap {
  padding-top: 20px;
}

#coupon-down-modal .uk-modal-dialog .coupon-down-list-wrap .offer-wrap {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
}

#coupon-down-modal .uk-modal-dialog .coupon-down-list-wrap .offer-wrap:not(:last-child) {
  margin-bottom: 10px;
}

#coupon-down-modal .uk-modal-dialog .coupon-down-list-wrap .offer-wrap .offer-coupon-wrap {
  display: flex;
  height: 100%;
  min-height: 100px;
  overflow: hidden;
}

#coupon-down-modal .uk-modal-dialog .coupon-down-list-wrap .offer-wrap .offer-coupon-wrap span {
  margin: 0;
  color: unset;
}

#coupon-down-modal .uk-modal-dialog .coupon-down-list-wrap .offer-wrap .offer-coupon-wrap .offer-left {
  position: relative;
  min-width: 90px;
  background: #111111;
}

#coupon-down-modal .uk-modal-dialog .coupon-down-list-wrap .offer-wrap .offer-coupon-wrap .offer-left .offer-discount {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  font-size: 17px;
  font-weight: bold;
  color: #fff;
}

#coupon-down-modal .uk-modal-dialog .coupon-down-list-wrap .offer-wrap .offer-coupon-wrap .offer-left .offer-discount.percent-off {
  font-size: 20px;
}

#coupon-down-modal .uk-modal-dialog .coupon-down-list-wrap .offer-wrap .offer-coupon-wrap .offer-right {
  position: relative;
  width: calc(100% - 90px);
  border: 1px solid #c4c4c4;
  border-left: none;
}

#coupon-down-modal .uk-modal-dialog .coupon-down-list-wrap .offer-wrap .offer-coupon-wrap .offer-right .offer-date-wrap {
  line-height: 18px;
}

#coupon-down-modal .uk-modal-dialog .coupon-down-list-wrap .offer-wrap .offer-coupon-wrap .offer-right p {
  width: 100%;
  font-size: 13px;
  line-height: 18px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

#coupon-down-modal .uk-modal-dialog .coupon-down-list-wrap .offer-wrap .offer-coupon-wrap .offer-right p.offer-title {
  font-size: 15px;
  font-weight: bold;
  color: #111111;
  padding-bottom: 5px;
}

#coupon-down-modal .uk-modal-dialog .coupon-down-list-wrap .offer-wrap .offer-coupon-wrap .offer-right .offer-takes,
#coupon-down-modal .uk-modal-dialog .coupon-down-list-wrap .offer-wrap .offer-coupon-wrap .offer-right .offer-date {
  display: inline-block;
  font-size: 13px;
  line-height: 18px;
  color: #757575;
}

#coupon-down-modal .uk-modal-dialog .coupon-down-list-wrap .offer-wrap .offer-coupon-wrap .offer-right .offer-content-left {
  padding: 15px 20px;
  text-align: left;
}

#coupon-down-modal .uk-modal-dialog .coupon-down-list-wrap .offer-wrap .offer-coupon-wrap .offer-right .offer-content-right {
  position: relative;
  height: 100%;
  font-size: 12px;
  font-weight: bold;
  color: #999;
}

#coupon-down-modal .uk-modal-dialog .coupon-down-list-wrap .offer-wrap .offer-coupon-wrap .offer-right .offer-content-right .coupon-download-already {
  display: none;
  line-height: 1.2;
  color: #999;
}

#coupon-down-modal .uk-modal-dialog .coupon-down-list-wrap .offer-wrap .offer-coupon-wrap .offer-right .offer-content-right .coupon-download-already svg {
  display: block;
  margin: 0 auto 5px;
}

#coupon-down-modal .uk-modal-dialog .coupon-down-list-wrap .offer-wrap .offer-coupon-wrap .offer-right .offer-content-right .download-action-btn {
  font-size: 25px;
  color: #111111;
}

#coupon-down-modal .uk-modal-dialog .coupon-down-list-wrap .offer-wrap .offer-coupon-wrap .offer-right .offer-content-right .download-action-btn svg {
  display: block;
  margin: 0 auto;
}

#coupon-down-modal .uk-modal-dialog .coupon-down-list-wrap .offer-wrap .offer-coupon-wrap .offer-right .offer-content-right .download-action-btn:hover {
  color: #c22014;
}

#coupon-down-modal .uk-modal-dialog .coupon-down-list-wrap .offer-wrap .offer-coupon-wrap .offer-right .offer-content-right .show {
  display: block;
}

#coupon-down-modal .uk-modal-dialog .coupon-down-list-wrap .offer-wrap .offer-coupon-wrap .offer-right .offer-content-right .hide {
  display: none;
}

#coupon-down-modal .uk-modal-dialog .coupon-down-list-wrap .offer-wrap .offer-coupon-wrap .offer-right .offer-content-right:after {
  content: '';
  height: calc(100% - 35px);
  width: 1px;
  background: #e5e5e5;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

#coupon-down-modal .uk-modal-dialog .coupon-down-notice-wrap {
  padding-top: 20px;
  border-top: 1px solid #e5e5e5;
}

#coupon-down-modal .uk-modal-dialog .coupon-down-notice-wrap .notice-text {
  font-size: 12px;
  line-height: 22px;
  color: #757575;
}

#coupon-down-modal .uk-modal-dialog .coupon-down-notice-wrap .notice-text:before {
  content: '·';
  margin-right: 10px;
}

#coupon-down-modal .uk-modal-dialog .coupon-down-all-wrap {
  padding-top: 80px;
}

.pdp-section-review {
  padding: 60px 0;
}

.pdp-section-review .section-content-title {
  margin-bottom: 26px;
}

.pdp-section-review .section-content-title .tit {
  font-size: 24px;
  font-weight: 600;
}

.pdp-section-review .section-content .less {
  padding: 30px 0 100px;
  text-align: center;
  color: #666;
}

.pdp-section-review .pdp-review-wrap {
  justify-content: center;
}

.pdp-section-review .pdp-review-wrap > div {
  flex: 1;
  padding: 32px 40px;
  align-items: center;
  border: 1px solid #e6e6e6;
}

.pdp-section-review .pdp-review-wrap > div:not(:first-child) {
  border-left: 0;
}

.pdp-section-review .pdp-review-wrap .review-total .score {
  font-size: 16px;
  font-weight: 600;
  text-align: center;
}

.pdp-section-review .pdp-review-wrap .review-total .score .review-total-avg {
  margin-left: 10px;
  font-size: 24px;
  font-weight: bold;
}

.pdp-section-review .pdp-review-wrap .review-total .star-total-info {
  margin-top: 15px;
}

.pdp-section-review .pdp-review-wrap .review-total .star-total-info .star-average .like {
  position: relative;
  display: inline-block;
  text-align: left;
  width: 142px;
  height: 24px;
  background-image: url("data:image/svg+xml,%3Csvg width='142' height='24' viewBox='0 0 142 24' fill='%23e6e6e6' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.4427.376815c.04537-.111445.12267-.206783.22207-.273884.0994-.067099.2163-.102931.3359-.102931.1197 0 .2366.035832.3359.102931.0994.067101.1767.16244.22207.273884l3.0244 7.324185c.0876.211556.2827.352608.5078.372758l7.855.632174c.5328.04534.7505.717808.3427 1.067897l-5.9813 5.160671c-.0846.0724-.1476.1669-.1821.2732-.0344.1063-.0389.2201-.013.3288l1.8261 7.7145c.0279.1169.0208.2393-.0204.3519-.0411.1126-.1145.2104-.2109.281-.0963.0706-.2113.1109-.3304.1157-.1191.0048-.2369-.026-.3386-.0886l-6.7217-4.1331c-.0947-.0588-.2038-.09-.3151-.09-.1113 0-.2204.0312-.3151.09l-6.7217 4.1331c-.1017.0626-.2195.0934-.3386.0886-.1191-.0048-.2341-.0451-.3304-.1157-.0964-.0706-.1698-.1684-.2109-.281-.0412-.1126-.0483-.235-.0204-.3519l1.8261-7.7145c.0264-.1091.0221-.2234-.0124-.3302-.0345-.1067-.0978-.2017-.1829-.2743L.712775 9.77635c-.091028-.07778-.157068-.18102-.189749-.29663-.032681-.11562-.030531-.2384-.006798-.35278.036708-.11438.106321-.21522.200015-.28972.093694-.0745.20725-.1193.32627-.12875l7.8549-.63217c.11059-.00883.21658-.04833.30622-.11413.08964-.0658.15943-.15532.2016-.25862l3.0244-7.324185z'/%3E%3Cpath d='M41.4427.376815c.04537-.111445.12267-.206783.22207-.273884.0994-.067099.2163-.102931.3359-.102931.1197 0 .2366.035832.3359.102931.0994.067101.1767.16244.22207.273884l3.0244 7.324185c.0876.211556.2827.352608.5078.372758l7.855.632174c.5328.04534.7505.717808.3427 1.067897l-5.9813 5.160671c-.0846.0724-.1476.1669-.1821.2732-.0344.1063-.0389.2201-.013.3288l1.8261 7.7145c.0279.1169.0208.2393-.0204.3519-.0411.1126-.1145.2104-.2109.281-.0963.0706-.2113.1109-.3304.1157-.1191.0048-.2369-.026-.3386-.0886l-6.7217-4.1331c-.0947-.0588-.2038-.09-.3151-.09-.1113 0-.2204.0312-.3151.09l-6.7217 4.1331c-.1017.0626-.2195.0934-.3386.0886-.1191-.0048-.2341-.0451-.3304-.1157-.0964-.0706-.1698-.1684-.2109-.281-.0412-.1126-.0483-.235-.0204-.3519l1.8261-7.7145c.0264-.1091.0221-.2234-.0124-.3302-.0345-.1067-.0978-.2017-.1829-.2743l-5.9813-5.1581c-.09103-.07778-.15707-.18102-.18975-.29663-.03268-.11562-.03053-.2384-.0068-.35278.03671-.11438.10632-.21522.20002-.28972.09369-.0745.20725-.1193.32627-.12875l7.8549-.63217c.11059-.00883.21658-.04833.30622-.11413.08964-.0658.15943-.15532.2016-.25862l3.0244-7.324185z'/%3E%3Cpath d='M70.4427.376815c.04537-.111445.12267-.206783.22207-.273884.0994-.067099.2163-.102931.3359-.102931.1197 0 .2366.035832.3359.102931.0994.067101.1767.16244.22207.273884l3.0244 7.324185c.0876.211556.2827.352608.5078.372758l7.855.632174c.5328.04534.7505.717808.3427 1.067897l-5.9813 5.160671c-.0846.0724-.1476.1669-.1821.2732-.0344.1063-.0389.2201-.013.3288l1.8261 7.7145c.0279.1169.0208.2393-.0204.3519-.0411.1126-.1145.2104-.2109.281-.0963.0706-.2113.1109-.3304.1157-.1191.0048-.2369-.026-.3386-.0886l-6.7217-4.1331c-.0947-.0588-.2038-.09-.3151-.09-.1113 0-.2204.0312-.3151.09l-6.7217 4.1331c-.1017.0626-.2195.0934-.3386.0886-.1191-.0048-.2341-.0451-.3304-.1157-.0964-.0706-.1698-.1684-.2109-.281-.0412-.1126-.0483-.235-.0204-.3519l1.8261-7.7145c.0264-.1091.0221-.2234-.0124-.3302-.0345-.1067-.0978-.2017-.1829-.2743l-5.9813-5.1581c-.09103-.07778-.15707-.18102-.18975-.29663-.03268-.11562-.03053-.2384-.0068-.35278.03671-.11438.10632-.21522.20002-.28972.09369-.0745.20725-.1193.32627-.12875l7.8549-.63217c.11059-.00883.21658-.04833.30622-.11413.08964-.0658.15943-.15532.2016-.25862l3.0244-7.324185z'/%3E%3Cpath d='M99.4427.376815c.04537-.111445.12267-.206783.22207-.273884.0994-.067099.2163-.102931.3359-.102931.1197 0 .2366.035832.3359.102931.0994.067101.1767.16244.22207.273884l3.0244 7.324185c.0876.211556.2827.352608.5078.372758l7.855.632174c.5328.04534.7505.717808.3427 1.067897l-5.9813 5.160671c-.0846.0724-.1476.1669-.1821.2732-.0344.1063-.0389.2201-.013.3288l1.8261 7.7145c.0279.1169.0208.2393-.0204.3519-.0411.1126-.1145.2104-.2109.281-.0963.0706-.2113.1109-.3304.1157-.1191.0048-.2369-.026-.3386-.0886l-6.7217-4.1331c-.0947-.0588-.2038-.09-.3151-.09-.1113 0-.2204.0312-.3151.09l-6.7217 4.1331c-.1017.0626-.2195.0934-.3386.0886-.1191-.0048-.2341-.0451-.3304-.1157-.0964-.0706-.1698-.1684-.2109-.281-.0412-.1126-.0483-.235-.0204-.3519l1.8261-7.7145c.0264-.1091.0221-.2234-.0124-.3302-.0345-.1067-.0978-.2017-.1829-.2743l-5.9813-5.1581c-.09103-.07778-.15707-.18102-.18975-.29663-.03268-.11562-.03053-.2384-.0068-.35278.03671-.11438.10632-.21522.20002-.28972.09369-.0745.20725-.1193.32627-.12875l7.8549-.63217c.11059-.00883.21658-.04833.30622-.11413.08964-.0658.15943-.15532.2016-.25862l3.0244-7.324185z'/%3E%3Cpath d='M128.443.376815c.04537-.111445.12267-.206783.22207-.273884.0994-.067099.2163-.102931.3359-.102931.1197 0 .2366.035832.3359.102931.0994.067101.1767.16244.22207.273884l3.0244 7.324185c.0876.211556.2827.352608.5078.372758l7.855.632174c.5328.04534.7505.717808.3427 1.067897l-5.9813 5.160671c-.0846.0724-.1476.1669-.1821.2732-.0344.1063-.0389.2201-.013.3288l1.8261 7.7145c.0279.1169.0208.2393-.0204.3519-.0411.1126-.1145.2104-.2109.281-.0963.0706-.2113.1109-.3304.1157-.1191.0048-.2369-.026-.3386-.0886l-6.7217-4.1331c-.0947-.0588-.2038-.09-.3151-.09-.1113 0-.2204.0312-.3151.09l-6.7217 4.1331c-.1017.0626-.2195.0934-.3386.0886-.1191-.0048-.2341-.0451-.3304-.1157-.0964-.0706-.1698-.1684-.2109-.281-.0412-.1126-.0483-.235-.0204-.3519l1.8261-7.7145c.0264-.1091.0221-.2234-.0124-.3302-.0345-.1067-.0978-.2017-.1829-.2743l-5.9813-5.1581c-.09103-.07778-.15707-.18102-.18975-.29663-.03268-.11562-.03053-.2384-.0068-.35278.03671-.11438.10632-.21522.20002-.28972.09369-.0745.20725-.1193.32627-.12875l7.8549-.63217c.11059-.00883.21658-.04833.30622-.11413.08964-.0658.15943-.15532.2016-.25862l3.0244-7.324185z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 142px;
  vertical-align: middle;
}

.pdp-section-review .pdp-review-wrap .review-total .star-total-info .star-average .like > span {
  position: absolute;
  width: 50%;
  height: 24px;
  display: inline-block;
  background-image: url("data:image/svg+xml,%3Csvg width='142' height='24' viewBox='0 0 142 24' fill='%230063BA' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.4427.376815c.04537-.111445.12267-.206783.22207-.273884.0994-.067099.2163-.102931.3359-.102931.1197 0 .2366.035832.3359.102931.0994.067101.1767.16244.22207.273884l3.0244 7.324185c.0876.211556.2827.352608.5078.372758l7.855.632174c.5328.04534.7505.717808.3427 1.067897l-5.9813 5.160671c-.0846.0724-.1476.1669-.1821.2732-.0344.1063-.0389.2201-.013.3288l1.8261 7.7145c.0279.1169.0208.2393-.0204.3519-.0411.1126-.1145.2104-.2109.281-.0963.0706-.2113.1109-.3304.1157-.1191.0048-.2369-.026-.3386-.0886l-6.7217-4.1331c-.0947-.0588-.2038-.09-.3151-.09-.1113 0-.2204.0312-.3151.09l-6.7217 4.1331c-.1017.0626-.2195.0934-.3386.0886-.1191-.0048-.2341-.0451-.3304-.1157-.0964-.0706-.1698-.1684-.2109-.281-.0412-.1126-.0483-.235-.0204-.3519l1.8261-7.7145c.0264-.1091.0221-.2234-.0124-.3302-.0345-.1067-.0978-.2017-.1829-.2743L.712775 9.77635c-.091028-.07778-.157068-.18102-.189749-.29663-.032681-.11562-.030531-.2384-.006798-.35278.036708-.11438.106321-.21522.200015-.28972.093694-.0745.20725-.1193.32627-.12875l7.8549-.63217c.11059-.00883.21658-.04833.30622-.11413.08964-.0658.15943-.15532.2016-.25862l3.0244-7.324185z'/%3E%3Cpath d='M41.4427.376815c.04537-.111445.12267-.206783.22207-.273884.0994-.067099.2163-.102931.3359-.102931.1197 0 .2366.035832.3359.102931.0994.067101.1767.16244.22207.273884l3.0244 7.324185c.0876.211556.2827.352608.5078.372758l7.855.632174c.5328.04534.7505.717808.3427 1.067897l-5.9813 5.160671c-.0846.0724-.1476.1669-.1821.2732-.0344.1063-.0389.2201-.013.3288l1.8261 7.7145c.0279.1169.0208.2393-.0204.3519-.0411.1126-.1145.2104-.2109.281-.0963.0706-.2113.1109-.3304.1157-.1191.0048-.2369-.026-.3386-.0886l-6.7217-4.1331c-.0947-.0588-.2038-.09-.3151-.09-.1113 0-.2204.0312-.3151.09l-6.7217 4.1331c-.1017.0626-.2195.0934-.3386.0886-.1191-.0048-.2341-.0451-.3304-.1157-.0964-.0706-.1698-.1684-.2109-.281-.0412-.1126-.0483-.235-.0204-.3519l1.8261-7.7145c.0264-.1091.0221-.2234-.0124-.3302-.0345-.1067-.0978-.2017-.1829-.2743l-5.9813-5.1581c-.09103-.07778-.15707-.18102-.18975-.29663-.03268-.11562-.03053-.2384-.0068-.35278.03671-.11438.10632-.21522.20002-.28972.09369-.0745.20725-.1193.32627-.12875l7.8549-.63217c.11059-.00883.21658-.04833.30622-.11413.08964-.0658.15943-.15532.2016-.25862l3.0244-7.324185z'/%3E%3Cpath d='M70.4427.376815c.04537-.111445.12267-.206783.22207-.273884.0994-.067099.2163-.102931.3359-.102931.1197 0 .2366.035832.3359.102931.0994.067101.1767.16244.22207.273884l3.0244 7.324185c.0876.211556.2827.352608.5078.372758l7.855.632174c.5328.04534.7505.717808.3427 1.067897l-5.9813 5.160671c-.0846.0724-.1476.1669-.1821.2732-.0344.1063-.0389.2201-.013.3288l1.8261 7.7145c.0279.1169.0208.2393-.0204.3519-.0411.1126-.1145.2104-.2109.281-.0963.0706-.2113.1109-.3304.1157-.1191.0048-.2369-.026-.3386-.0886l-6.7217-4.1331c-.0947-.0588-.2038-.09-.3151-.09-.1113 0-.2204.0312-.3151.09l-6.7217 4.1331c-.1017.0626-.2195.0934-.3386.0886-.1191-.0048-.2341-.0451-.3304-.1157-.0964-.0706-.1698-.1684-.2109-.281-.0412-.1126-.0483-.235-.0204-.3519l1.8261-7.7145c.0264-.1091.0221-.2234-.0124-.3302-.0345-.1067-.0978-.2017-.1829-.2743l-5.9813-5.1581c-.09103-.07778-.15707-.18102-.18975-.29663-.03268-.11562-.03053-.2384-.0068-.35278.03671-.11438.10632-.21522.20002-.28972.09369-.0745.20725-.1193.32627-.12875l7.8549-.63217c.11059-.00883.21658-.04833.30622-.11413.08964-.0658.15943-.15532.2016-.25862l3.0244-7.324185z'/%3E%3Cpath d='M99.4427.376815c.04537-.111445.12267-.206783.22207-.273884.0994-.067099.2163-.102931.3359-.102931.1197 0 .2366.035832.3359.102931.0994.067101.1767.16244.22207.273884l3.0244 7.324185c.0876.211556.2827.352608.5078.372758l7.855.632174c.5328.04534.7505.717808.3427 1.067897l-5.9813 5.160671c-.0846.0724-.1476.1669-.1821.2732-.0344.1063-.0389.2201-.013.3288l1.8261 7.7145c.0279.1169.0208.2393-.0204.3519-.0411.1126-.1145.2104-.2109.281-.0963.0706-.2113.1109-.3304.1157-.1191.0048-.2369-.026-.3386-.0886l-6.7217-4.1331c-.0947-.0588-.2038-.09-.3151-.09-.1113 0-.2204.0312-.3151.09l-6.7217 4.1331c-.1017.0626-.2195.0934-.3386.0886-.1191-.0048-.2341-.0451-.3304-.1157-.0964-.0706-.1698-.1684-.2109-.281-.0412-.1126-.0483-.235-.0204-.3519l1.8261-7.7145c.0264-.1091.0221-.2234-.0124-.3302-.0345-.1067-.0978-.2017-.1829-.2743l-5.9813-5.1581c-.09103-.07778-.15707-.18102-.18975-.29663-.03268-.11562-.03053-.2384-.0068-.35278.03671-.11438.10632-.21522.20002-.28972.09369-.0745.20725-.1193.32627-.12875l7.8549-.63217c.11059-.00883.21658-.04833.30622-.11413.08964-.0658.15943-.15532.2016-.25862l3.0244-7.324185z'/%3E%3Cpath d='M128.443.376815c.04537-.111445.12267-.206783.22207-.273884.0994-.067099.2163-.102931.3359-.102931.1197 0 .2366.035832.3359.102931.0994.067101.1767.16244.22207.273884l3.0244 7.324185c.0876.211556.2827.352608.5078.372758l7.855.632174c.5328.04534.7505.717808.3427 1.067897l-5.9813 5.160671c-.0846.0724-.1476.1669-.1821.2732-.0344.1063-.0389.2201-.013.3288l1.8261 7.7145c.0279.1169.0208.2393-.0204.3519-.0411.1126-.1145.2104-.2109.281-.0963.0706-.2113.1109-.3304.1157-.1191.0048-.2369-.026-.3386-.0886l-6.7217-4.1331c-.0947-.0588-.2038-.09-.3151-.09-.1113 0-.2204.0312-.3151.09l-6.7217 4.1331c-.1017.0626-.2195.0934-.3386.0886-.1191-.0048-.2341-.0451-.3304-.1157-.0964-.0706-.1698-.1684-.2109-.281-.0412-.1126-.0483-.235-.0204-.3519l1.8261-7.7145c.0264-.1091.0221-.2234-.0124-.3302-.0345-.1067-.0978-.2017-.1829-.2743l-5.9813-5.1581c-.09103-.07778-.15707-.18102-.18975-.29663-.03268-.11562-.03053-.2384-.0068-.35278.03671-.11438.10632-.21522.20002-.28972.09369-.0745.20725-.1193.32627-.12875l7.8549-.63217c.11059-.00883.21658-.04833.30622-.11413.08964-.0658.15943-.15532.2016-.25862l3.0244-7.324185z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 142px;
}

.pdp-section-review .pdp-review-wrap .review-total .star-total-info .star-average .like > span .icon {
  display: none;
}

.pdp-section-review .pdp-review-wrap .review-option .opt-value-title {
  display: inline-block;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 24px;
}

.pdp-section-review .pdp-review-wrap .review-option .opt-value-txtbox p {
  font-size: 16px;
  line-height: 28px;
}

.pdp-section-review .pdp-review-wrap .review-option .opt-value-txtbox p:not(:last-child) {
  margin-bottom: 6px;
}

.pdp-section-review .pdp-review-wrap .review-option .opt-value-txtbox .opt-value-txt {
  display: inline-block;
}

.pdp-section-review .pdp-review-wrap .review-option .opt-value-txtbox .opt-value-txt.left {
  width: 60px;
}

.pdp-section-review .pdp-review-wrap .review-option .opt-value-txtbox .opt-value-txt.right {
  width: 50px;
  text-align: right;
}

.pdp-section-review .pdp-review-wrap .review-option .opt-value-txtbox .opt-graph-gage {
  display: inline-block;
  position: relative;
  width: calc(100% - 152px);
  margin: 0 16px;
  height: 9px;
  line-height: 0.5;
  background-color: #dbdbdb;
  border-radius: 50px;
  vertical-align: middle;
}

.pdp-section-review .pdp-review-wrap .review-option .opt-value-txtbox .opt-graph-gage .opt-graph-point-color {
  position: absolute;
  display: inline-block;
  height: 9px;
  background-color: #0063BA;
  border-radius: 50px;
}

.pdp-review-list-wrap {
  margin-top: 40px;
}

.pdp-review-list-wrap .pdp-review-sort {
  position: relative;
  padding-bottom: 20px;
  align-items: end;
}

.pdp-review-list-wrap .pdp-review-sort .review-size-selection-wrap.active .size-select-option {
  display: block;
}

.pdp-review-list-wrap .pdp-review-sort .review-size-selection-wrap.active .review-size-selection .icon {
  transform: rotate(180deg);
}

.pdp-review-list-wrap .pdp-review-sort .review-size-selection-wrap .review-size-selection {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 148px;
  height: 48px;
  padding: 0 16px;
  font-size: 16px;
  font-weight: 600;
  color: #333;
  border: 1px solid #c4c4c4;
  border-radius: 24px;
}

.pdp-review-list-wrap .pdp-review-sort .review-size-selection-wrap .review-size-selection .icon {
  color: #333;
  font-size: 12px;
}

.pdp-review-list-wrap .pdp-review-sort .review-size-selection-wrap .size-select-option {
  display: none;
  position: absolute;
  top: 55px;
  max-width: 360px;
  width: 100%;
  padding: 24px 20px;
  border: 1px solid #333;
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
  z-index: 1;
}

.pdp-review-list-wrap .pdp-review-sort .review-size-selection-wrap .size-select-option .title {
  align-items: center;
}

.pdp-review-list-wrap .pdp-review-sort .review-size-selection-wrap .size-select-option .title span {
  font-size: 18px;
  font-weight: 600;
}

.pdp-review-list-wrap .pdp-review-sort .review-size-selection-wrap .size-select-option .title button {
  font-size: 14px;
  font-weight: 500;
  color: #757575;
  text-decoration: underline;
}

.pdp-review-list-wrap .pdp-review-sort .review-size-selection-wrap .size-select-option .size-list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
  gap: 5px;
}

.pdp-review-list-wrap .pdp-review-sort .review-size-selection-wrap .size-select-option .size-list .size-item {
  display: flex;
  width: 60px;
  height: 35px;
  border: 1px solid #dbdbdb;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  flex-basis: calc(20% - 5px);
  align-items: center;
  cursor: pointer;
}

.pdp-review-list-wrap .pdp-review-sort .review-size-selection-wrap .size-select-option .size-list .size-item.selected {
  color: #fff;
  font-weight: 600;
  background-color: #0063BA;
  border-color: #0063BA;
}

.pdp-review-list-wrap .pdp-review-sort .review-size-selection-wrap .size-select-option .size-submit {
  margin-top: 20px;
  height: 40px;
  font-size: 14px;
  border-radius: 4px;
}

.pdp-review-list-wrap .pdp-review-sort .review-sort-item {
  float: right;
}

.pdp-review-list-wrap .pdp-review-sort .review-sort-item > span {
  font-size: 12px;
  color: #383838;
}

.pdp-review-list-wrap .pdp-review-sort .sort-tabs .sort-item {
  padding: 0;
  font-size: 16px;
  vertical-align: middle;
}

.pdp-review-list-wrap .pdp-review-sort .sort-tabs .sort-item.uk-active {
  font-weight: bold;
}

.pdp-review-list-wrap .pdp-review-sort .sort-tabs .sort-item:not(:first-child):before {
  content: '';
  display: inline-block;
  width: 1px;
  height: 14px;
  background: #c4c4c4;
  margin: -1px 10px 0;
  vertical-align: middle;
}

.pdp-review-list-wrap .pdp-review-list {
  border-top: 1px solid #000;
}

.pdp-review-list-wrap .pdp-review-list .review-item {
  gap: 32px;
  padding: 30px;
  border-bottom: 1px solid #e6e6e6;
}

.pdp-review-list-wrap .pdp-review-list .review-item .review-star .star-average .like {
  position: relative;
  display: inline-block;
  text-align: left;
  width: 83px;
  height: 14px;
  background-image: url("data:image/svg+xml,%3Csvg width='142' height='24' viewBox='0 0 142 24' fill='%23e6e6e6' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.4427.376815c.04537-.111445.12267-.206783.22207-.273884.0994-.067099.2163-.102931.3359-.102931.1197 0 .2366.035832.3359.102931.0994.067101.1767.16244.22207.273884l3.0244 7.324185c.0876.211556.2827.352608.5078.372758l7.855.632174c.5328.04534.7505.717808.3427 1.067897l-5.9813 5.160671c-.0846.0724-.1476.1669-.1821.2732-.0344.1063-.0389.2201-.013.3288l1.8261 7.7145c.0279.1169.0208.2393-.0204.3519-.0411.1126-.1145.2104-.2109.281-.0963.0706-.2113.1109-.3304.1157-.1191.0048-.2369-.026-.3386-.0886l-6.7217-4.1331c-.0947-.0588-.2038-.09-.3151-.09-.1113 0-.2204.0312-.3151.09l-6.7217 4.1331c-.1017.0626-.2195.0934-.3386.0886-.1191-.0048-.2341-.0451-.3304-.1157-.0964-.0706-.1698-.1684-.2109-.281-.0412-.1126-.0483-.235-.0204-.3519l1.8261-7.7145c.0264-.1091.0221-.2234-.0124-.3302-.0345-.1067-.0978-.2017-.1829-.2743L.712775 9.77635c-.091028-.07778-.157068-.18102-.189749-.29663-.032681-.11562-.030531-.2384-.006798-.35278.036708-.11438.106321-.21522.200015-.28972.093694-.0745.20725-.1193.32627-.12875l7.8549-.63217c.11059-.00883.21658-.04833.30622-.11413.08964-.0658.15943-.15532.2016-.25862l3.0244-7.324185z'/%3E%3Cpath d='M41.4427.376815c.04537-.111445.12267-.206783.22207-.273884.0994-.067099.2163-.102931.3359-.102931.1197 0 .2366.035832.3359.102931.0994.067101.1767.16244.22207.273884l3.0244 7.324185c.0876.211556.2827.352608.5078.372758l7.855.632174c.5328.04534.7505.717808.3427 1.067897l-5.9813 5.160671c-.0846.0724-.1476.1669-.1821.2732-.0344.1063-.0389.2201-.013.3288l1.8261 7.7145c.0279.1169.0208.2393-.0204.3519-.0411.1126-.1145.2104-.2109.281-.0963.0706-.2113.1109-.3304.1157-.1191.0048-.2369-.026-.3386-.0886l-6.7217-4.1331c-.0947-.0588-.2038-.09-.3151-.09-.1113 0-.2204.0312-.3151.09l-6.7217 4.1331c-.1017.0626-.2195.0934-.3386.0886-.1191-.0048-.2341-.0451-.3304-.1157-.0964-.0706-.1698-.1684-.2109-.281-.0412-.1126-.0483-.235-.0204-.3519l1.8261-7.7145c.0264-.1091.0221-.2234-.0124-.3302-.0345-.1067-.0978-.2017-.1829-.2743l-5.9813-5.1581c-.09103-.07778-.15707-.18102-.18975-.29663-.03268-.11562-.03053-.2384-.0068-.35278.03671-.11438.10632-.21522.20002-.28972.09369-.0745.20725-.1193.32627-.12875l7.8549-.63217c.11059-.00883.21658-.04833.30622-.11413.08964-.0658.15943-.15532.2016-.25862l3.0244-7.324185z'/%3E%3Cpath d='M70.4427.376815c.04537-.111445.12267-.206783.22207-.273884.0994-.067099.2163-.102931.3359-.102931.1197 0 .2366.035832.3359.102931.0994.067101.1767.16244.22207.273884l3.0244 7.324185c.0876.211556.2827.352608.5078.372758l7.855.632174c.5328.04534.7505.717808.3427 1.067897l-5.9813 5.160671c-.0846.0724-.1476.1669-.1821.2732-.0344.1063-.0389.2201-.013.3288l1.8261 7.7145c.0279.1169.0208.2393-.0204.3519-.0411.1126-.1145.2104-.2109.281-.0963.0706-.2113.1109-.3304.1157-.1191.0048-.2369-.026-.3386-.0886l-6.7217-4.1331c-.0947-.0588-.2038-.09-.3151-.09-.1113 0-.2204.0312-.3151.09l-6.7217 4.1331c-.1017.0626-.2195.0934-.3386.0886-.1191-.0048-.2341-.0451-.3304-.1157-.0964-.0706-.1698-.1684-.2109-.281-.0412-.1126-.0483-.235-.0204-.3519l1.8261-7.7145c.0264-.1091.0221-.2234-.0124-.3302-.0345-.1067-.0978-.2017-.1829-.2743l-5.9813-5.1581c-.09103-.07778-.15707-.18102-.18975-.29663-.03268-.11562-.03053-.2384-.0068-.35278.03671-.11438.10632-.21522.20002-.28972.09369-.0745.20725-.1193.32627-.12875l7.8549-.63217c.11059-.00883.21658-.04833.30622-.11413.08964-.0658.15943-.15532.2016-.25862l3.0244-7.324185z'/%3E%3Cpath d='M99.4427.376815c.04537-.111445.12267-.206783.22207-.273884.0994-.067099.2163-.102931.3359-.102931.1197 0 .2366.035832.3359.102931.0994.067101.1767.16244.22207.273884l3.0244 7.324185c.0876.211556.2827.352608.5078.372758l7.855.632174c.5328.04534.7505.717808.3427 1.067897l-5.9813 5.160671c-.0846.0724-.1476.1669-.1821.2732-.0344.1063-.0389.2201-.013.3288l1.8261 7.7145c.0279.1169.0208.2393-.0204.3519-.0411.1126-.1145.2104-.2109.281-.0963.0706-.2113.1109-.3304.1157-.1191.0048-.2369-.026-.3386-.0886l-6.7217-4.1331c-.0947-.0588-.2038-.09-.3151-.09-.1113 0-.2204.0312-.3151.09l-6.7217 4.1331c-.1017.0626-.2195.0934-.3386.0886-.1191-.0048-.2341-.0451-.3304-.1157-.0964-.0706-.1698-.1684-.2109-.281-.0412-.1126-.0483-.235-.0204-.3519l1.8261-7.7145c.0264-.1091.0221-.2234-.0124-.3302-.0345-.1067-.0978-.2017-.1829-.2743l-5.9813-5.1581c-.09103-.07778-.15707-.18102-.18975-.29663-.03268-.11562-.03053-.2384-.0068-.35278.03671-.11438.10632-.21522.20002-.28972.09369-.0745.20725-.1193.32627-.12875l7.8549-.63217c.11059-.00883.21658-.04833.30622-.11413.08964-.0658.15943-.15532.2016-.25862l3.0244-7.324185z'/%3E%3Cpath d='M128.443.376815c.04537-.111445.12267-.206783.22207-.273884.0994-.067099.2163-.102931.3359-.102931.1197 0 .2366.035832.3359.102931.0994.067101.1767.16244.22207.273884l3.0244 7.324185c.0876.211556.2827.352608.5078.372758l7.855.632174c.5328.04534.7505.717808.3427 1.067897l-5.9813 5.160671c-.0846.0724-.1476.1669-.1821.2732-.0344.1063-.0389.2201-.013.3288l1.8261 7.7145c.0279.1169.0208.2393-.0204.3519-.0411.1126-.1145.2104-.2109.281-.0963.0706-.2113.1109-.3304.1157-.1191.0048-.2369-.026-.3386-.0886l-6.7217-4.1331c-.0947-.0588-.2038-.09-.3151-.09-.1113 0-.2204.0312-.3151.09l-6.7217 4.1331c-.1017.0626-.2195.0934-.3386.0886-.1191-.0048-.2341-.0451-.3304-.1157-.0964-.0706-.1698-.1684-.2109-.281-.0412-.1126-.0483-.235-.0204-.3519l1.8261-7.7145c.0264-.1091.0221-.2234-.0124-.3302-.0345-.1067-.0978-.2017-.1829-.2743l-5.9813-5.1581c-.09103-.07778-.15707-.18102-.18975-.29663-.03268-.11562-.03053-.2384-.0068-.35278.03671-.11438.10632-.21522.20002-.28972.09369-.0745.20725-.1193.32627-.12875l7.8549-.63217c.11059-.00883.21658-.04833.30622-.11413.08964-.0658.15943-.15532.2016-.25862l3.0244-7.324185z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 83px;
  vertical-align: middle;
}

.pdp-review-list-wrap .pdp-review-list .review-item .review-star .star-average .like > span {
  position: absolute;
  width: 50%;
  height: 14px;
  display: inline-block;
  background-image: url("data:image/svg+xml,%3Csvg width='142' height='24' viewBox='0 0 142 24' fill='%230063BA' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.4427.376815c.04537-.111445.12267-.206783.22207-.273884.0994-.067099.2163-.102931.3359-.102931.1197 0 .2366.035832.3359.102931.0994.067101.1767.16244.22207.273884l3.0244 7.324185c.0876.211556.2827.352608.5078.372758l7.855.632174c.5328.04534.7505.717808.3427 1.067897l-5.9813 5.160671c-.0846.0724-.1476.1669-.1821.2732-.0344.1063-.0389.2201-.013.3288l1.8261 7.7145c.0279.1169.0208.2393-.0204.3519-.0411.1126-.1145.2104-.2109.281-.0963.0706-.2113.1109-.3304.1157-.1191.0048-.2369-.026-.3386-.0886l-6.7217-4.1331c-.0947-.0588-.2038-.09-.3151-.09-.1113 0-.2204.0312-.3151.09l-6.7217 4.1331c-.1017.0626-.2195.0934-.3386.0886-.1191-.0048-.2341-.0451-.3304-.1157-.0964-.0706-.1698-.1684-.2109-.281-.0412-.1126-.0483-.235-.0204-.3519l1.8261-7.7145c.0264-.1091.0221-.2234-.0124-.3302-.0345-.1067-.0978-.2017-.1829-.2743L.712775 9.77635c-.091028-.07778-.157068-.18102-.189749-.29663-.032681-.11562-.030531-.2384-.006798-.35278.036708-.11438.106321-.21522.200015-.28972.093694-.0745.20725-.1193.32627-.12875l7.8549-.63217c.11059-.00883.21658-.04833.30622-.11413.08964-.0658.15943-.15532.2016-.25862l3.0244-7.324185z'/%3E%3Cpath d='M41.4427.376815c.04537-.111445.12267-.206783.22207-.273884.0994-.067099.2163-.102931.3359-.102931.1197 0 .2366.035832.3359.102931.0994.067101.1767.16244.22207.273884l3.0244 7.324185c.0876.211556.2827.352608.5078.372758l7.855.632174c.5328.04534.7505.717808.3427 1.067897l-5.9813 5.160671c-.0846.0724-.1476.1669-.1821.2732-.0344.1063-.0389.2201-.013.3288l1.8261 7.7145c.0279.1169.0208.2393-.0204.3519-.0411.1126-.1145.2104-.2109.281-.0963.0706-.2113.1109-.3304.1157-.1191.0048-.2369-.026-.3386-.0886l-6.7217-4.1331c-.0947-.0588-.2038-.09-.3151-.09-.1113 0-.2204.0312-.3151.09l-6.7217 4.1331c-.1017.0626-.2195.0934-.3386.0886-.1191-.0048-.2341-.0451-.3304-.1157-.0964-.0706-.1698-.1684-.2109-.281-.0412-.1126-.0483-.235-.0204-.3519l1.8261-7.7145c.0264-.1091.0221-.2234-.0124-.3302-.0345-.1067-.0978-.2017-.1829-.2743l-5.9813-5.1581c-.09103-.07778-.15707-.18102-.18975-.29663-.03268-.11562-.03053-.2384-.0068-.35278.03671-.11438.10632-.21522.20002-.28972.09369-.0745.20725-.1193.32627-.12875l7.8549-.63217c.11059-.00883.21658-.04833.30622-.11413.08964-.0658.15943-.15532.2016-.25862l3.0244-7.324185z'/%3E%3Cpath d='M70.4427.376815c.04537-.111445.12267-.206783.22207-.273884.0994-.067099.2163-.102931.3359-.102931.1197 0 .2366.035832.3359.102931.0994.067101.1767.16244.22207.273884l3.0244 7.324185c.0876.211556.2827.352608.5078.372758l7.855.632174c.5328.04534.7505.717808.3427 1.067897l-5.9813 5.160671c-.0846.0724-.1476.1669-.1821.2732-.0344.1063-.0389.2201-.013.3288l1.8261 7.7145c.0279.1169.0208.2393-.0204.3519-.0411.1126-.1145.2104-.2109.281-.0963.0706-.2113.1109-.3304.1157-.1191.0048-.2369-.026-.3386-.0886l-6.7217-4.1331c-.0947-.0588-.2038-.09-.3151-.09-.1113 0-.2204.0312-.3151.09l-6.7217 4.1331c-.1017.0626-.2195.0934-.3386.0886-.1191-.0048-.2341-.0451-.3304-.1157-.0964-.0706-.1698-.1684-.2109-.281-.0412-.1126-.0483-.235-.0204-.3519l1.8261-7.7145c.0264-.1091.0221-.2234-.0124-.3302-.0345-.1067-.0978-.2017-.1829-.2743l-5.9813-5.1581c-.09103-.07778-.15707-.18102-.18975-.29663-.03268-.11562-.03053-.2384-.0068-.35278.03671-.11438.10632-.21522.20002-.28972.09369-.0745.20725-.1193.32627-.12875l7.8549-.63217c.11059-.00883.21658-.04833.30622-.11413.08964-.0658.15943-.15532.2016-.25862l3.0244-7.324185z'/%3E%3Cpath d='M99.4427.376815c.04537-.111445.12267-.206783.22207-.273884.0994-.067099.2163-.102931.3359-.102931.1197 0 .2366.035832.3359.102931.0994.067101.1767.16244.22207.273884l3.0244 7.324185c.0876.211556.2827.352608.5078.372758l7.855.632174c.5328.04534.7505.717808.3427 1.067897l-5.9813 5.160671c-.0846.0724-.1476.1669-.1821.2732-.0344.1063-.0389.2201-.013.3288l1.8261 7.7145c.0279.1169.0208.2393-.0204.3519-.0411.1126-.1145.2104-.2109.281-.0963.0706-.2113.1109-.3304.1157-.1191.0048-.2369-.026-.3386-.0886l-6.7217-4.1331c-.0947-.0588-.2038-.09-.3151-.09-.1113 0-.2204.0312-.3151.09l-6.7217 4.1331c-.1017.0626-.2195.0934-.3386.0886-.1191-.0048-.2341-.0451-.3304-.1157-.0964-.0706-.1698-.1684-.2109-.281-.0412-.1126-.0483-.235-.0204-.3519l1.8261-7.7145c.0264-.1091.0221-.2234-.0124-.3302-.0345-.1067-.0978-.2017-.1829-.2743l-5.9813-5.1581c-.09103-.07778-.15707-.18102-.18975-.29663-.03268-.11562-.03053-.2384-.0068-.35278.03671-.11438.10632-.21522.20002-.28972.09369-.0745.20725-.1193.32627-.12875l7.8549-.63217c.11059-.00883.21658-.04833.30622-.11413.08964-.0658.15943-.15532.2016-.25862l3.0244-7.324185z'/%3E%3Cpath d='M128.443.376815c.04537-.111445.12267-.206783.22207-.273884.0994-.067099.2163-.102931.3359-.102931.1197 0 .2366.035832.3359.102931.0994.067101.1767.16244.22207.273884l3.0244 7.324185c.0876.211556.2827.352608.5078.372758l7.855.632174c.5328.04534.7505.717808.3427 1.067897l-5.9813 5.160671c-.0846.0724-.1476.1669-.1821.2732-.0344.1063-.0389.2201-.013.3288l1.8261 7.7145c.0279.1169.0208.2393-.0204.3519-.0411.1126-.1145.2104-.2109.281-.0963.0706-.2113.1109-.3304.1157-.1191.0048-.2369-.026-.3386-.0886l-6.7217-4.1331c-.0947-.0588-.2038-.09-.3151-.09-.1113 0-.2204.0312-.3151.09l-6.7217 4.1331c-.1017.0626-.2195.0934-.3386.0886-.1191-.0048-.2341-.0451-.3304-.1157-.0964-.0706-.1698-.1684-.2109-.281-.0412-.1126-.0483-.235-.0204-.3519l1.8261-7.7145c.0264-.1091.0221-.2234-.0124-.3302-.0345-.1067-.0978-.2017-.1829-.2743l-5.9813-5.1581c-.09103-.07778-.15707-.18102-.18975-.29663-.03268-.11562-.03053-.2384-.0068-.35278.03671-.11438.10632-.21522.20002-.28972.09369-.0745.20725-.1193.32627-.12875l7.8549-.63217c.11059-.00883.21658-.04833.30622-.11413.08964-.0658.15943-.15532.2016-.25862l3.0244-7.324185z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 83px;
}

.pdp-review-list-wrap .pdp-review-list .review-item .review-star .star-average .like > span .icon {
  display: none;
}

.pdp-review-list-wrap .pdp-review-list .review-item .review-contents {
  width: 100%;
}

.pdp-review-list-wrap .pdp-review-list .review-item .review-contents .review-select-option {
  margin-bottom: 16px;
  font-size: 14px;
  font-weight: 600;
  color: #757575;
}

.pdp-review-list-wrap .pdp-review-list .review-item .review-contents .review-select-option span {
  color: #111;
  font-weight: 400;
}

.pdp-review-list-wrap .pdp-review-list .review-item .review-contents .review-option-list {
  margin: 16px 0;
  gap: 10px;
}

.pdp-review-list-wrap .pdp-review-list .review-item .review-contents .review-option-list:empty {
  margin: 0;
}

.pdp-review-list-wrap .pdp-review-list .review-item .review-contents .review-option-list p {
  padding: 8px 16px;
  color: #666;
  background-color: #f4f4f4;
  border-radius: 40px;
}

.pdp-review-list-wrap .pdp-review-list .review-item .review-contents .review-option-list p span {
  margin-left: 10px;
  color: #111;
}

.pdp-review-list-wrap .pdp-review-list .review-item .review-contents .read-comment {
  font-size: 14px;
  line-height: 1.4;
  word-break: break-word;
}

.pdp-review-list-wrap .pdp-review-list .review-item .review-contents .review-img-info {
  margin-top: 16px;
  gap: 10px;
}

.pdp-review-list-wrap .pdp-review-list .review-item .review-contents .review-img-info .append-img {
  position: relative;
  width: 120px;
  height: 120px;
}

.pdp-review-list-wrap .pdp-review-list .review-item .review-contents .review-img-info .append-img a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #f7f7f7;
}

.pdp-review-list-wrap .pdp-review-list .review-item .review-contents .review-img-info .append-img a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.pdp-review-list-wrap .pdp-review-list .review-item .review-contents .review-img-info .append-img.last-more {
  position: relative;
}

.pdp-review-list-wrap .pdp-review-list .review-item .review-contents .review-img-info .append-img.last-more .more-thumb {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  font-size: 14px;
  color: #fff;
  font-weight: bold;
  background-color: rgba(0, 0, 0, 0.6);
}

.pdp-review-list-wrap .pdp-review-list .review-item .review-contents .review-img-info .append-img.last-more .more-thumb .icon {
  width: 18px;
  height: 18px;
  margin-bottom: 6px;
}

.pdp-review-list-wrap .pdp-review-list .review-item .review-contents .user-action {
  margin-top: 24px;
  align-items: center;
}

.pdp-review-list-wrap .pdp-review-list .review-item .review-contents .user-action .user-info {
  color: #757575;
}

.pdp-review-list-wrap .pdp-review-list .review-item .review-contents .user-action .user-info .user-name {
  position: relative;
  margin-left: 8px;
  padding-left: 8px;
}

.pdp-review-list-wrap .pdp-review-list .review-item .review-contents .user-action .user-info .user-name::before {
  content: '';
  position: absolute;
  top: 2px;
  left: 0;
  width: 1px;
  height: 10px;
  background-color: #dbdbdb;
}

.pdp-review-list-wrap .pdp-review-list .review-item .review-contents .user-action .review-like {
  display: flex;
  padding: 8px 16px;
  align-items: center;
  color: #666;
  border: 1px solid #d9d9d9;
  border-radius: 40px;
  font-size: 14px;
}

.pdp-review-list-wrap .pdp-review-list .review-item .review-contents .user-action .review-like .icon {
  width: 15px;
  height: 17px;
  margin-right: 4px;
  color: #fff;
}

.pdp-review-list-wrap .pdp-review-list .review-item .review-contents .user-action .review-like .like-num {
  color: #111;
  margin-left: 8px;
}

.pdp-review-list-wrap .pdp-review-list .btn-pagination {
  margin-top: 40px;
}

.pdp-review-list-wrap .pdp-review-list .less {
  margin: 100px 0;
  text-align: center;
}

.pdp-photo-review {
  margin-top: 40px;
}

.pdp-photo-review .photo-reivew-top {
  display: flex;
  justify-content: space-between;
  align-items: end;
}

.pdp-photo-review .photo-reivew-top .photo-reivew-title {
  font-size: 24px;
  font-weight: 600;
}

.pdp-photo-review .photo-reivew-top .photo-reivew-more {
  font-size: 16px;
  font-weight: 600;
  color: #a0a0a0;
}

.pdp-photo-review .photo-reivew-top .photo-reivew-more .icon {
  width: 6px;
  height: 10px;
  margin-left: 5px;
  vertical-align: inherit;
}

.pdp-photo-review .photo-review-imgList {
  display: flex;
  gap: 0 12px;
  margin: 24px 0 0;
  padding-bottom: 40px;
  border-bottom: 1px solid #e6e6e6;
}

.pdp-photo-review .photo-review-imgList li {
  position: relative;
  display: inline-block;
  width: 16.66667%;
  height: 0;
  padding-top: 15.888%;
  overflow: hidden;
}

.pdp-photo-review .photo-review-imgList li a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #f4f4f4;
}

.pdp-photo-review .photo-review-imgList li a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.detail-review-summary {
  margin: 69px 36px;
  border: 1px solid #dbdbdb;
  border-left: 0;
}

.detail-review-summary > * {
  padding: 50px 10px;
  border-left: 1px solid #dbdbdb;
}

.review-total-average {
  margin-bottom: 45px;
  padding: 0 20px;
}

/* product review graph */
.review-opt-graph {
  font-size: 0;
  line-height: 0;
}

.review-opt-graph .review-opt-tit {
  margin-top: 50px;
  font-size: 13px;
  color: #383838;
  line-height: 1.8em;
  margin-bottom: 3px;
}

.review-opt-graph span {
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  line-height: 1.8em;
}

.review-opt-graph .opt-graph-point {
  width: 20px;
  margin-left: 10px;
}

.review-opt-graph .opt-graph-txt {
  width: 82px;
  color: #29346D;
}

.review-opt-graph .opt-graph-txt a:before {
  content: "#";
  font-family: "Pretendard", "Helvetica Neue", "맑은 고딕", Dotum;
}

.review-opt-graph .opt-graph-gage {
  height: 10px;
  background: #eeeeee;
  position: relative;
}

.review-opt-graph .opt-graph-gage.star-gage-value {
  width: -moz-calc(100% - 70px);
  width: -webkit-calc(100% - 70px);
  width: calc(100% - 70px);
}

.review-opt-graph .opt-graph-gage .opt-graph-point-color {
  height: 10px;
  background: #0063BA;
  vertical-align: top;
}

.review-opt-graph .opt-graph-percent {
  width: 30px;
  text-align: left;
  color: #383838;
  margin-left: 10px;
}

.opt-value-wrap {
  padding: 0 20px;
  margin-top: -15px;
}

.opt-value-wrap .opt-value-list {
  margin-bottom: 10px;
}

.opt-value-wrap .opt-value-title {
  display: inline-block;
  width: 50px;
  margin-top: 15px;
  font-size: 12px;
  font-weight: bold;
  color: #383838;
  vertical-align: top;
}

.opt-value-wrap .opt-value-box {
  width: -moz-calc(100% - 54px);
  width: -webkit-calc(100% - 54px);
  width: calc(100% - 54px);
  display: inline-block;
  margin-top: 15px;
}

.opt-value-wrap .opt-value-box .opt-value-gage {
  display: table;
  position: relative;
  width: 100%;
  height: 8px;
  border: 1px solid #dbdbdb;
  box-sizing: border-box;
}

.opt-value-wrap .opt-value-box .opt-value-gage .opt-value-dot {
  display: table-cell;
}

.opt-value-wrap .opt-value-box .opt-value-gage .opt-value-dot.active {
  background-color: #383838;
}

.opt-value-wrap .opt-value-box .opt-value-gage .opt-value-dot.per {
  position: absolute;
  top: -3px;
  left: -5px;
  width: 10px;
  height: 12px;
  background-color: #383838;
}

.opt-value-wrap .opt-value-box .opt-value-txtbox .opt-value-txt {
  margin-top: 10px;
  font-size: 12px;
  color: #141414;
  overflow: hidden;
}

.opt-value-wrap .opt-value-box .opt-value-txtbox .opt-value-txt.left {
  float: left;
}

.opt-value-wrap .opt-value-box .opt-value-txtbox .opt-value-txt.right {
  float: right;
}

/* product review list */
.n-review-read .uk-grid {
  margin-left: 0;
}

.n-review-read ul {
  margin-bottom: 35px;
  list-style: none;
  padding: 0;
}

.n-review-read .read-list {
  position: relative;
}

.n-review-read .read-list .toggle-box.active {
  background: #f8f8f8;
}

.n-review-read .read-list .toggle-box .toggle-label {
  display: block;
  padding: 25px 30px;
  border-top: 1px solid #dbdbdb;
}

.n-review-read .read-list .toggle-box .toggle-label .review-img-thum-info {
  position: absolute;
  right: 33px;
  bottom: 8px;
}

.n-review-read .read-list .toggle-box .toggle-label .review-img-thum-info img {
  width: 50px;
  height: 50px;
}

.n-review-read .read-list .toggle-box .toggle-label:after {
  display: none;
}

.n-review-read .read-list .toggle-box .toggle-label.active {
  background: #f8f8f8;
  padding-bottom: 0;
}

.n-review-read .read-list .toggle-box .toggle-label.active .review-img-thum-info {
  display: none;
}

.n-review-read .read-list .toggle-box .toggle-label.active .read-subject {
  white-space: normal;
  word-break: break-word;
}

.n-review-read .read-list .toggle-box .toggle-content {
  display: none;
  padding: 25px 30px;
}

.n-review-read .read-list .toggle-box .toggle-content.active {
  display: block;
}

.n-review-read .read-list .toggle-box .toggle-content.active .read-comment {
  width: 100%;
}

.n-review-read .read-list .toggle-box .toggle-content.active .review-img-info {
  position: relative;
  right: unset;
  bottom: unset;
}

.n-review-read .read-list .toggle-box .toggle-content.active .review-img-info .append-img {
  overflow: hidden;
  display: inline-block;
}

.n-review-read .read-list .toggle-box .toggle-content.active .review-img-info .append-img:not(:first-child) {
  display: inline-block;
}

.n-review-read .read-list .read-subject {
  font-size: 16px;
  font-weight: bold;
  color: #111111;
  padding-bottom: 15px;
  overflow: hidden;
  max-width: calc(100% - 110px);
  text-overflow: ellipsis;
  white-space: nowrap;
  min-height: 34px;
}

.n-review-read .read-list .review-help {
  position: absolute;
  top: 26px;
  right: 30px;
}

.n-review-read .read-list .review-help:before {
  display: none !important;
}

.n-review-read .read-list .review-help .help-txt {
  display: inline-block;
  font-size: 14px;
  color: #111111;
  margin-right: 5px;
  vertical-align: middle;
}

.n-review-read .read-list .review-help .btn-area {
  display: inline-block;
  vertical-align: middle;
}

.n-review-read .read-list .review-help .btn-area a {
  padding: 0px;
  border: none;
}

.n-review-read .read-list .review-help .btn-area a .like-num {
  font-size: 14px;
  margin-left: 5px;
}

.n-review-read .read-list .review-help .btn-area a:hover {
  color: #111111;
  background: none;
}

.n-review-read .read-list .sign-in-review {
  position: absolute;
  bottom: 35px;
  right: 30px;
  font-size: 0;
}

.n-review-read .read-list .sign-in-review a {
  display: inline-block;
  font-size: 14px;
  line-height: 1;
  color: #111111;
  vertical-align: middle;
  border: none;
  padding: 0;
  text-decoration: underline;
}

.n-review-read .read-list .sign-in-review a:first-child:after {
  content: '';
  display: inline-block;
  width: 1px;
  height: 14px;
  background: #c4c4c4;
  margin: 0 10px;
  vertical-align: top;
}

.n-review-read .read-list .sign-in-review a:hover {
  background: none;
}

.n-review-read .read-list .user-info {
  padding-bottom: 15px;
  overflow: hidden;
}

.n-review-read .read-list .user-info .like {
  position: relative;
  display: inline-block;
  text-align: left;
  width: 100px;
  height: 18px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23e5e5e5' viewBox='0 0 252 44' style='enable-background:new 0 0 252 44;' xml:space='preserve'%3E%3Cpath d='M19.5,37.7c1.5-1,3.5-0.9,5,0l8.2,5.1c2,1.2,4.3-0.6,3.8-2.8l-2.1-9.4c-0.4-1.8,0.2-3.8,1.6-5l7.2-6.4 c1.7-1.5,0.8-4.4-1.5-4.6l-9.5-0.8c-1.8-0.2-3.4-1.3-4.1-3l-3.7-8.9c-0.9-2.1-3.9-2.1-4.7,0l-3.7,8.9c-0.7,1.7-2.3,2.9-4.1,3 l-9.5,0.8c-2.3,0.2-3.2,3.1-1.5,4.6l7.2,6.4c1.4,1.2,2,3.2,1.6,5l-2.1,9.4c-0.5,2.3,1.9,4,3.8,2.8L19.5,37.7z'/%3E%3Cpath class='st0' d='M71.5,37.7c1.5-1,3.5-0.9,5,0l8.2,5.1c2,1.2,4.3-0.6,3.8-2.8l-2.1-9.4c-0.4-1.8,0.2-3.8,1.6-5l7.2-6.4 c1.7-1.5,0.8-4.4-1.5-4.6l-9.5-0.8c-1.8-0.2-3.4-1.3-4.1-3l-3.7-8.9c-0.9-2.1-3.9-2.1-4.7,0l-3.7,8.9c-0.7,1.7-2.3,2.9-4.1,3 l-9.5,0.8c-2.3,0.2-3.2,3.1-1.5,4.6l7.2,6.4c1.4,1.2,2,3.2,1.6,5l-2.1,9.4c-0.5,2.3,1.9,4,3.8,2.8L71.5,37.7z'/%3E%3Cpath class='st0' d='M123.5,37.7c1.5-1,3.5-0.9,5,0l8.2,5.1c2,1.2,4.3-0.6,3.8-2.8l-2.1-9.4c-0.4-1.8,0.2-3.8,1.6-5l7.2-6.4 c1.7-1.5,0.8-4.4-1.5-4.6l-9.5-0.8c-1.8-0.2-3.4-1.3-4.1-3l-3.7-8.9c-0.9-2.1-3.9-2.1-4.7,0l-3.7,8.9c-0.7,1.7-2.3,2.9-4.1,3 l-9.5,0.8c-2.3,0.2-3.2,3.1-1.5,4.6l7.2,6.4c1.4,1.2,2,3.2,1.6,5l-2.1,9.4c-0.5,2.3,1.9,4,3.8,2.8L123.5,37.7z'/%3E%3Cpath class='st0' d='M175.5,37.7c1.5-1,3.5-0.9,5,0l8.2,5.1c2,1.2,4.3-0.6,3.8-2.8l-2.1-9.4c-0.4-1.8,0.2-3.8,1.6-5l7.2-6.4 c1.7-1.5,0.8-4.4-1.5-4.6l-9.5-0.8c-1.8-0.2-3.4-1.3-4.1-3l-3.7-8.9c-0.9-2.1-3.9-2.1-4.7,0l-3.7,8.9c-0.7,1.7-2.3,2.9-4.1,3 l-9.5,0.8c-2.3,0.2-3.2,3.1-1.5,4.6l7.2,6.4c1.4,1.2,2,3.2,1.6,5l-2.1,9.4c-0.5,2.3,1.9,4,3.8,2.8L175.5,37.7z'/%3E%3Cpath class='st0' d='M227.5,37.7c1.5-1,3.5-0.9,5,0l8.2,5.1c2,1.2,4.3-0.6,3.8-2.8l-2.1-9.4c-0.4-1.8,0.2-3.8,1.6-5l7.2-6.4 c1.7-1.5,0.8-4.4-1.5-4.6l-9.5-0.8c-1.8-0.2-3.4-1.3-4.1-3l-3.7-8.9c-0.9-2.1-3.9-2.1-4.7,0l-3.7,8.9c-0.7,1.7-2.3,2.9-4.1,3 l-9.5,0.8c-2.3,0.2-3.2,3.1-1.5,4.6l7.2,6.4c1.4,1.2,2,3.2,1.6,5l-2.1,9.4c-0.5,2.3,1.9,4,3.8,2.8L227.5,37.7z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 100px;
  vertical-align: middle;
}

.n-review-read .read-list .user-info .like > span {
  position: absolute;
  width: 50%;
  height: 18px;
  display: inline-block;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fe6d02' viewBox='0 0 252 44' style='enable-background:new 0 0 252 44;' xml:space='preserve'%3E%3Cpath d='M19.5,37.7c1.5-1,3.5-0.9,5,0l8.2,5.1c2,1.2,4.3-0.6,3.8-2.8l-2.1-9.4c-0.4-1.8,0.2-3.8,1.6-5l7.2-6.4 c1.7-1.5,0.8-4.4-1.5-4.6l-9.5-0.8c-1.8-0.2-3.4-1.3-4.1-3l-3.7-8.9c-0.9-2.1-3.9-2.1-4.7,0l-3.7,8.9c-0.7,1.7-2.3,2.9-4.1,3 l-9.5,0.8c-2.3,0.2-3.2,3.1-1.5,4.6l7.2,6.4c1.4,1.2,2,3.2,1.6,5l-2.1,9.4c-0.5,2.3,1.9,4,3.8,2.8L19.5,37.7z'/%3E%3Cpath class='st0' d='M71.5,37.7c1.5-1,3.5-0.9,5,0l8.2,5.1c2,1.2,4.3-0.6,3.8-2.8l-2.1-9.4c-0.4-1.8,0.2-3.8,1.6-5l7.2-6.4 c1.7-1.5,0.8-4.4-1.5-4.6l-9.5-0.8c-1.8-0.2-3.4-1.3-4.1-3l-3.7-8.9c-0.9-2.1-3.9-2.1-4.7,0l-3.7,8.9c-0.7,1.7-2.3,2.9-4.1,3 l-9.5,0.8c-2.3,0.2-3.2,3.1-1.5,4.6l7.2,6.4c1.4,1.2,2,3.2,1.6,5l-2.1,9.4c-0.5,2.3,1.9,4,3.8,2.8L71.5,37.7z'/%3E%3Cpath class='st0' d='M123.5,37.7c1.5-1,3.5-0.9,5,0l8.2,5.1c2,1.2,4.3-0.6,3.8-2.8l-2.1-9.4c-0.4-1.8,0.2-3.8,1.6-5l7.2-6.4 c1.7-1.5,0.8-4.4-1.5-4.6l-9.5-0.8c-1.8-0.2-3.4-1.3-4.1-3l-3.7-8.9c-0.9-2.1-3.9-2.1-4.7,0l-3.7,8.9c-0.7,1.7-2.3,2.9-4.1,3 l-9.5,0.8c-2.3,0.2-3.2,3.1-1.5,4.6l7.2,6.4c1.4,1.2,2,3.2,1.6,5l-2.1,9.4c-0.5,2.3,1.9,4,3.8,2.8L123.5,37.7z'/%3E%3Cpath class='st0' d='M175.5,37.7c1.5-1,3.5-0.9,5,0l8.2,5.1c2,1.2,4.3-0.6,3.8-2.8l-2.1-9.4c-0.4-1.8,0.2-3.8,1.6-5l7.2-6.4 c1.7-1.5,0.8-4.4-1.5-4.6l-9.5-0.8c-1.8-0.2-3.4-1.3-4.1-3l-3.7-8.9c-0.9-2.1-3.9-2.1-4.7,0l-3.7,8.9c-0.7,1.7-2.3,2.9-4.1,3 l-9.5,0.8c-2.3,0.2-3.2,3.1-1.5,4.6l7.2,6.4c1.4,1.2,2,3.2,1.6,5l-2.1,9.4c-0.5,2.3,1.9,4,3.8,2.8L175.5,37.7z'/%3E%3Cpath class='st0' d='M227.5,37.7c1.5-1,3.5-0.9,5,0l8.2,5.1c2,1.2,4.3-0.6,3.8-2.8l-2.1-9.4c-0.4-1.8,0.2-3.8,1.6-5l7.2-6.4 c1.7-1.5,0.8-4.4-1.5-4.6l-9.5-0.8c-1.8-0.2-3.4-1.3-4.1-3l-3.7-8.9c-0.9-2.1-3.9-2.1-4.7,0l-3.7,8.9c-0.7,1.7-2.3,2.9-4.1,3 l-9.5,0.8c-2.3,0.2-3.2,3.1-1.5,4.6l7.2,6.4c1.4,1.2,2,3.2,1.6,5l-2.1,9.4c-0.5,2.3,1.9,4,3.8,2.8L227.5,37.7z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 100px;
}

.n-review-read .read-list .user-info .user-name {
  padding-left: 30px;
  color: #757575;
  font-size: 12px;
  vertical-align: middle;
}

.n-review-read .read-list .user-info .write-date {
  float: right;
  color: #757575;
  font-size: 12px;
  font-family: "Pretendard", "Helvetica Neue", "맑은 고딕", Dotum;
  vertical-align: -1px;
}

.n-review-read .read-list .read-fit {
  padding-bottom: 15px;
}

.n-review-read .read-list .read-fit > div {
  display: inline-block;
}

.n-review-read .read-list .read-fit > div:not(:first-child):before {
  content: '';
  display: inline-block;
  width: 1px;
  height: 16px;
  background: #757575;
  margin: 0 10px;
  vertical-align: middle;
}

.n-review-read .read-list .read-fit strong {
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
  margin-right: 10px;
  vertical-align: middle;
}

.n-review-read .read-list .read-fit ul {
  display: inline-block;
  margin: 0;
  vertical-align: middle;
}

.n-review-read .read-list .read-fit ul li {
  display: inline-block;
  padding: 0;
  border: none;
  font-size: 16px;
  color: #757575;
  vertical-align: middle;
}

.n-review-read .read-list .read-fit ul li:not(:last-child):after {
  content: ',';
}

.n-review-read .read-list .read-comment {
  position: relative;
  width: calc(100% - 70px);
  line-height: 20px;
  font-size: 16px;
  color: #666;
  white-space: pre-wrap;
  word-break: break-all;
}

.n-review-read .read-list .subjective-review {
  position: relative;
  padding-top: 25px;
  font-size: 0;
}

.n-review-read .read-list .subjective-review .opt-value-list {
  display: inline-block;
  font-size: 16px;
  color: #111111;
  background: #fff;
  padding: 10px 15px;
  margin-left: -1px;
  border: 1px solid #c4c4c4;
}

.n-review-read .read-list .subjective-review .opt-value-list .opt-value-box {
  display: inline-block;
  margin-left: 5px;
}

.n-review-read .opt-value-wrap {
  padding: 65px 30px 0 10px;
}

.n-review-read .btn-pagination {
  display: block;
}

.n-review-read .btn-pagination .paging {
  display: inline-block;
  width: unset;
  height: unset;
  border: none;
  margin: 0 10px;
  font-size: 14px;
}

.n-review-read .btn-pagination .paging.active {
  color: #111111;
  background: none;
  text-decoration: underline;
}

.n-review-read .btn-pagination .paging:hover {
  background: none;
}

.n-review-read .review-more-btn {
  position: relative;
  width: 100%;
  margin-bottom: 30px;
}

.n-review-read .review-more-btn::before {
  display: block;
  content: '';
  position: absolute;
  top: 25px;
  width: 100%;
  border-top: 1px solid #c4c4c4;
}

.n-review-read .review-more-btn .more-text {
  position: relative;
  margin: 0 auto;
  width: 420px;
  height: 50px;
  font-size: 16px;
  color: #111111;
  background: #fff;
  border: 1px solid #c4c4c4;
}

.n-review-read .review-more-btn .more-text svg {
  padding: 3px 0 0 10px;
  width: 25px;
}

.review-teaser-empty {
  max-width: 924px;
  margin: 69px auto 42px;
  height: 170px;
  border: 1px solid #9b9b9b;
}

.review-teaser-empty .empty-text {
  margin: 0 0 12px;
  font-size: 14px;
}

.review-teaser-empty .descr-text {
  font-size: 14px;
}

.review-teaser-empty .button {
  font-size: 16px;
  border: 2px solid #2b2b2b;
  background: #ffffff;
  color: #141414;
  padding: 18px 30px;
}

.reservation-wrap {
  padding: 40px 30px;
}

.reservation-wrap .modal-title {
  border-bottom: 2px solid #141414;
  margin-bottom: 30px;
}

.reservation-wrap .modal-title h2 {
  font-size: 24px;
  line-height: 34px;
  font-weight: 500;
  padding-bottom: 10px;
}

.reservation-wrap .pickup-notice {
  background: #f4f4f4;
  padding: 20px 20px 20px 40px;
  color: #757575;
}

.reservation-wrap .pickup-notice li {
  list-style: disc;
  font-size: 12px;
  line-height: 1.5em;
}

.reservation-wrap .product-wrap {
  margin: 25px 0;
}

.reservation-wrap .product-wrap .product-info {
  padding-left: 35px;
}

.reservation-wrap .product-wrap .product-info .productNameKor {
  margin-top: 15px;
  color: #757575;
}

.reservation-wrap .product-wrap .product-info .productName {
  color: #141414;
  font-size: 20px;
  font-weight: bold;
  margin-top: 10px;
  margin-bottom: 35px;
}

.reservation-wrap .product-wrap .product-info .price-sale {
  width: 100%;
  color: #747474;
  text-decoration: line-through;
}

.reservation-wrap .product-wrap .product-info .price {
  font-size: 18px;
  margin-right: 10px;
}

.reservation-wrap .product-wrap .product-info .disc-num {
  font-size: 18px;
  font-weight: bold;
  color: #d31717;
}

.reservation-wrap #form_reservation_product .uk-accordion .uk-accordion-title {
  background: #fff;
  padding: 15px 0;
  border-top: 1px solid #141414;
  border-bottom: 1px solid #e5e5e5;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 0;
}

.reservation-wrap #form_reservation_product .uk-accordion .uk-accordion-title .icon {
  color: #000;
  margin-left: 15px;
  margin-bottom: 3px;
}

.reservation-wrap #form_reservation_product .uk-accordion .uk-accordion-title .icon.plus {
  display: inline-block;
}

.reservation-wrap #form_reservation_product .uk-accordion .uk-accordion-title .icon.minus {
  display: none;
}

.reservation-wrap #form_reservation_product .uk-accordion .uk-accordion-title .label {
  font-weight: bold;
}

.reservation-wrap #form_reservation_product .uk-accordion .uk-accordion-title.uk-active {
  border-bottom: none;
  margin-bottom: 0;
}

.reservation-wrap #form_reservation_product .uk-accordion .uk-accordion-title.uk-active .icon.plus {
  display: none;
}

.reservation-wrap #form_reservation_product .uk-accordion .uk-accordion-title.uk-active .icon.minus {
  display: inline-block;
}

.reservation-wrap #form_reservation_product .uk-accordion .uk-accordion-content {
  padding: 0;
}

.reservation-wrap #form_reservation_product .uk-accordion .uk-accordion-content.uk-active {
  padding-bottom: 15px;
  border-bottom: 1px solid #e5e5e5;
}

.reservation-wrap #form_reservation_product .uk-accordion .option.size-wrap .uk-accordion-title {
  border-bottom: none;
}

.reservation-wrap #form_reservation_product .uk-accordion .option.size-wrap .uk-accordion-title .size-select-txt {
  color: #747474;
}

.reservation-wrap #form_reservation_product .uk-accordion .option.size-wrap .uk-accordion-content {
  padding: 0;
  margin-bottom: 25px;
}

.reservation-wrap #form_reservation_product .uk-accordion .option.size-wrap .uk-accordion-content .variation-selector.selector-size {
  padding-left: 1px;
  flex-wrap: unset;
}

.reservation-wrap #form_reservation_product .uk-accordion .option.size-wrap .uk-accordion-content.uk-active {
  border-bottom: none;
  padding-bottom: 50px;
}

.reservation-wrap .field-row .i-checkbox {
  margin: 8px 0;
}

.reservation-wrap .store-sort {
  margin: 20px 0 15px;
}

.reservation-wrap .store-sort button {
  padding: 0 10px;
  position: relative;
}

.reservation-wrap .store-sort button.active {
  font-weight: bold;
}

.reservation-wrap .store-sort button.active .icon {
  display: inline-block;
}

.reservation-wrap .store-sort button::after {
  content: '|';
  position: absolute;
  right: -2px;
  top: 0;
  font-weight: normal;
  color: #c4c4c4;
}

.reservation-wrap .store-sort button:last-child {
  padding-right: 0;
}

.reservation-wrap .store-sort button:last-child::after {
  display: none;
}

.reservation-wrap .store-sort button .icon {
  display: none;
  color: #000;
  margin-right: 5px;
  vertical-align: top;
}

.reservation-wrap .store-list {
  max-height: 200px;
  overflow-x: auto;
  border-top: 1px solid #000;
}

.reservation-wrap .store-list .shipping-list {
  padding: 25px 0;
  border-bottom: 1px solid #e5e5e5;
}

.reservation-wrap .store-list .shipping-list .tit {
  font-size: 14px;
  font-weight: bold;
}

.reservation-wrap .store-list .shipping-list .tit .store-location {
  margin-left: 10px;
  padding-left: 10px;
  border-left: 1px solid #757575;
  font-weight: normal;
}

.reservation-wrap .store-list .shipping-list .address-wrap dd {
  margin: 10px 0;
}

.reservation-wrap .store-list .shipping-list .column-reserve .quantity {
  text-align: center;
  margin-bottom: 15px;
}

.reservation-wrap .store-list .shipping-list .column-reserve .pickup-apply {
  font-size: 14px;
  padding: 10px 12px;
  margin: 0 auto;
}

.reservation-wrap .store-list .less-items {
  padding: 50px 0;
}

.reservation-wrap .pickup-shippinginfo-wrap {
  display: none;
  position: fixed;
  top: 50%;
  margin-top: -250px;
  margin-left: -30px;
  z-index: 11;
  background-color: #fff;
  border: 1px solid #000;
}

.reservation-wrap .pickup-shippinginfo-wrap .pickup-shippinginfo {
  padding: 40px 30px;
}

.reservation-wrap .pickup-shippinginfo-wrap .pickup-shippinginfo .contents .store-info {
  margin-top: 30px;
  padding: 15px 0;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
}

.reservation-wrap .pickup-shippinginfo-wrap .pickup-shippinginfo .contents .store-info p {
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 20px;
}

.reservation-wrap .pickup-shippinginfo-wrap .pickup-shippinginfo .contents .store-info dl dt {
  color: #757575;
  width: 65px;
  float: left;
}

.reservation-wrap .pickup-shippinginfo-wrap .pickup-shippinginfo .contents .store-info dl dd {
  margin-bottom: 10px;
  padding-left: 65px;
}

.reservation-wrap .pickup-shippinginfo-wrap .pickup-shippinginfo .contents .store-info .store-note {
  padding: 14px;
  background-color: #f4f4f4;
}

.reservation-wrap .pickup-shippinginfo-wrap .pickup-shippinginfo .contents .store-info .store-note .icon {
  margin-right: 5px;
  font-size: 14px;
}

.reservation-wrap .pickup-shippinginfo-wrap .pickup-shippinginfo .contents .store-info .store-note span {
  font-size: 13px;
  line-height: 18px;
  color: #757575;
  font-weight: 500;
}

.reservation-wrap .pickup-dim {
  position: fixed;
  display: none;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #000;
  opacity: 0.5;
  z-index: 10;
}

.reservation-wrap .pickup-dim.active {
  display: block;
}

.reservation-wrap #order-count-select {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  width: 300px;
  min-height: 200px;
  margin-top: -100px;
  margin-left: -150px;
  background-color: #fff;
  padding: 20px 20px 0;
  border: 1px solid #000;
}

.reservation-wrap #order-count-select.active {
  display: block;
}

.reservation-wrap #order-count-select .order-count-select-close {
  top: 20px;
  right: 25px;
}

.reservation-wrap #order-count-select.quantity-select .quantity {
  width: 100%;
  font-size: 14px;
}

.reservation-wrap #order-count-select.quantity-select .quantity .label {
  width: 100px;
  margin-right: 0;
  height: 50px;
  border-color: #c4c4c4;
}

.reservation-wrap #order-count-select.quantity-select .quantity .btn-qty .btn {
  width: 50px;
  height: 50px;
  font-size: 12px;
  border: 1px solid #c4c4c4;
}

.reservation-wrap #order-count-select.quantity-select .quantity .msg {
  width: 100%;
  text-align: right;
  margin-top: 10px;
  color: #ca1d31;
}

.reservation-wrap #order-count-select.quantity-select .reservation-apply {
  margin: 20px 0;
}

/* pdp 이미지 광고배너 */
.img-banner-container {
  max-width: 1440px;
  margin: 0 auto;
}

.promotion-event-slider-wrap {
  max-width: 1440px;
  width: 100%;
  margin: 32px 0;
}

.promotion-event-slider-wrap .content-title {
  margin-bottom: 24px;
}

.promotion-event-slider-wrap .content-title h2 {
  font-size: 28px;
  font-weight: 600;
}

.promotion-event-slider-wrap .promotion-event-slider .slide {
  position: relative;
}

.promotion-event-slider-wrap .promotion-event-slider .slide img {
  width: 100%;
}

.promotion-event-slider-wrap .promotion-event-slider .swiper-pagination {
  position: absolute;
  left: inherit;
  right: 28px;
  bottom: 20px;
  display: inline-block;
  width: auto;
  height: 34px;
  padding: 7px 14px;
  border-radius: 40px;
  background-color: rgba(0, 0, 0, 0.2);
  color: #fff;
  font-size: 16px;
}

.promotion-event-slider-wrap .promotion-event-slider .swiper-pagination span {
  color: rgba(255, 255, 255, 0.4);
}

.promotion-event-slider-wrap .promotion-event-slider .swiper-pagination span.current {
  color: #fff;
}

.col-action-wish {
  padding-left: 0;
  padding-right: 0;
}

.col-action-wish .btn-wish {
  padding: 0 !important;
}

.col-action-wish .btn-wish .product-wish {
  display: block;
  width: 100%;
  height: 100%;
}

.col-action-wish .btn-wish .wish-action {
  display: block;
  text-align: center;
}

.col-action-wish .btn-wish .wish-action .icon {
  width: 24px;
  height: 24px;
  stroke: #111111;
  display: inline-block;
}

.col-action-wish .btn-wish .wish-action.add:not(.set-active) {
  pointer-events: none;
  display: none;
}

.col-action-wish .btn-wish .wish-action.remove:not(.set-active) {
  pointer-events: none;
  display: none;
}

.product-tile {
  position: relative;
}

.product-tile .product-tile-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  line-height: 1;
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0.3);
}

.product-tile .product-tile-overlay .word-spacing-large {
  font-size: 20px;
  word-spacing: inherit;
}

.product-img {
  background: #f4f4f4;
  -webkit-transition: opacity 426ms cubic-bezier(0.4, 0.9, 0.3, 1), visibility 426ms cubic-bezier(0.4, 0.9, 0.3, 1);
  transition: opacity 426ms cubic-bezier(0.4, 0.9, 0.3, 1), visibility 426ms cubic-bezier(0.4, 0.9, 0.3, 1);
}

.product-img:not(:first-child) {
  opacity: 0;
}

.product-img img {
  background-blend-mode: darken;
  mix-blend-mode: darken;
}

.product-tile-details {
  word-break: keep-all;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

.product-tile-details .name {
  display: block;
  margin: 16px 0;
}

.product-tile-details .name .text-link {
  font-size: 16px;
  line-height: 1.5;
}

.product-tile-details .price {
  font-weight: bold;
}

.product-tile-details .price .sale {
  font-size: 18px;
}

.product-tile-details .price .rate {
  font-size: 18px;
  color: #d31717;
}

.product-tile-swatches {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.product-tile-swatches .product-tile-swatch-list-count {
  margin-left: 4px;
  font-size: 12px;
  color: #9b9b9b;
  white-space: nowrap;
}

.wish-success {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  text-transform: uppercase;
  font-size: 1rem;
  font-weight: 700;
  line-height: .8;
  pointer-events: none;
}

.wish-success-item {
  display: block;
  width: 100%;
  max-height: 20.5%;
  margin-bottom: .25rem;
  white-space: nowrap;
  opacity: 0;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: 213ms;
  transition-duration: 213ms;
  -webkit-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
}

.set-wish-success .wish-success-item {
  opacity: 1;
  -webkit-transition-duration: 426ms;
  transition-duration: 426ms;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.wish-success-item:nth-child(0) {
  -webkit-transition-delay: 0ms;
  transition-delay: 0ms;
}

.wish-success-item:first-child {
  -webkit-transition-delay: 60ms;
  transition-delay: 60ms;
}

.wish-success-item:nth-child(2) {
  -webkit-transition-delay: .12s;
  transition-delay: .12s;
}

.wish-success-item:nth-child(3) {
  -webkit-transition-delay: .18s;
  transition-delay: .18s;
}

.wish-success-item:nth-child(4) {
  -webkit-transition-delay: .24s;
  transition-delay: .24s;
}

.wish-success-item:nth-child(5) {
  -webkit-transition-delay: .3s;
  transition-delay: .3s;
}

.wish-success-item:nth-child(6) {
  -webkit-transition-delay: .36s;
  transition-delay: .36s;
}

.wish-success-item:nth-child(7) {
  -webkit-transition-delay: .42s;
  transition-delay: .42s;
}

.wish-success-item:nth-child(8) {
  -webkit-transition-delay: .48s;
  transition-delay: .48s;
}

.wish-success-text {
  display: block;
  width: 100%;
  fill: transparent;
  stroke: currentColor;
  stroke-width: .0125rem;
}

.wish-success-test {
  position: absolute;
}

.quick-btn {
  display: none;
  width: 100%;
  height: 20%;
  padding: 8px 20px 10px;
  margin: 0;
  border: 0;
  font-family: "Pretendard", "Helvetica Neue", "맑은 고딕", Dotum;
  line-height: 14px;
  color: #ffffff;
  letter-spacing: 1.5px;
  background: #111111;
  cursor: pointer;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 100;
}

.featured-tile-single {
  position: relative;
}

.featured-tile-single:before {
  content: '';
  display: block;
  padding-bottom: 100%;
  width: 100%;
}

.featured-tile-double {
  position: relative;
  height: 100%;
}

.featured-tile-double:before {
  content: '';
  display: block;
  padding-bottom: 77.02312%;
  width: 100%;
}

.featured-tile {
  position: relative;
  width: 100%;
  height: calc(100% - 93px);
  color: #ffffff;
  background-color: #000000;
  -webkit-transition: all 0.6s cubic-bezier(0.4, 0.9, 0.3, 1);
  transition: all 0.6s cubic-bezier(0.4, 0.9, 0.3, 1);
}

.featured-tile-image-wrapper,
.featured-tile-image-wrapper-persist-visibility {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.6s cubic-bezier(0.4, 0.9, 0.3, 1);
  transition: all 0.6s cubic-bezier(0.4, 0.9, 0.3, 1);
}

.featured-tile-contents {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 24px 32px;
}

.featured-tile-contents p {
  margin: 0;
  font-size: 28px;
}

.product-set-tile-contents-single {
  padding: 20px;
}

/* media query */
/* Desktop and bigger */
/* Tablet and bigger */
@media (max-width: 768px) {
  .pt_product .pdp-container {
    margin: 0;
    padding: 0;
  }
  .pt_product .pdp-container .pdp-header-wrap {
    display: none;
  }
  .pt_product .pdp-container .pdp-main > div.col-12.product-gallery-wrap {
    max-width: 100%;
  }
  .pt_product .pdp-container .pdp-main > div.col-12.product-state-wrap {
    max-width: 100%;
  }
  .pt_product .pdp-container .pdp-main .badge_kids_badge {
    top: 24px;
    left: 24px;
    max-width: 57px;
    z-index: 2;
  }
  .pt_product .pdp-container .pdp-main .related-slider-wrap {
    margin: 52px auto 8px;
    padding: 32px 16px 0 32px 16px;
  }
  .pt_product .pdp-container .pdp-main .related-slider-wrap .content-title {
    margin-bottom: 16px;
  }
  .pt_product .pdp-container .pdp-main .related-slider-wrap .product-slider {
    padding-right: 16px;
  }
  .img-detail_product {
    padding-left: 0;
    padding-right: 0;
  }
  .img-detail_product .product-gallery-wrap.left .product-gallery {
    padding: 0;
  }
  .img-detail_product .product-gallery-wrap .product-gallery .gallery-swipe .swipe-container {
    width: 100%;
  }
  .img-detail_product .product-gallery-wrap .product-gallery .gallery-swipe .swipe-container .bx-wrapper .bx-controls .bx-pager.bx-default-pager .bx-pager-item {
    background-color: #f0f0f0;
  }
  .img-detail_product .product-gallery-wrap .product-gallery .gallery-swipe .swipe-container .bx-wrapper .bx-controls .bx-pager.bx-default-pager .bx-pager-item a {
    width: 100%;
    height: 6px;
    margin: 0;
    border: none;
  }
  .img-detail_product .product-gallery-wrap .product-gallery .gallery-swipe .swipe-container .bx-wrapper .bx-controls .bx-pager.bx-default-pager .bx-pager-item a:hover {
    background: none;
  }
  .product-information {
    padding: 0 16px;
  }
  .product-information .pdp-info {
    position: relative;
    padding-top: 160px;
    padding-bottom: 16px;
  }
  .product-information .pdp-info .product-unique {
    padding-bottom: 8px;
  }
  .product-information .pdp-info .product-unique span {
    color: #b3b3b3;
  }
  .product-information .pdp-info .product-name {
    font-size: 22px;
  }
  .product-information .pdp-info .product-price {
    margin-top: 24px;
    font-size: 18px;
  }
  .product-information .pdp-info .product-price .price-sale {
    font-size: 14px;
  }
  .product-information .pdp-info .product-price .disc-num {
    font-size: 18px;
    margin-right: 6px;
  }
  .product-information .pdp-info .product-price .membership-link {
    font-size: 12px;
    text-decoration: underline;
  }
  .product-information .pdp-info .mileage-wrap {
    display: flex;
    justify-content: space-between;
    padding: 0;
    margin-bottom: 25px;
  }
  .product-information .pdp-info .mileage-wrap .mileage-note {
    padding-top: 0;
  }
  .product-information .pdp-info .mileage-wrap .mileage-text {
    color: #111111;
  }
  .product-information .pdp-info .mileage-wrap .mileage {
    font-weight: bold;
    color: #111111;
  }
  .product-information .pdp-info .mileage-wrap a {
    text-decoration: underline;
    font-size: 13px;
  }
  .product-information .product-variations .option-section.COLOR {
    position: absolute;
    top: 0;
    width: 100%;
  }
  .product-information .product-variations h2.tit {
    font-size: 14px;
    margin: 24px 0 12px;
  }
  .product-information .product-summary {
    padding: 0;
    border: none;
  }
  .product-information .product-summary .product-badges:has(.badge-text) {
    margin-bottom: 12px;
  }
  .product-information .product-summary .product-review {
    margin-top: 0;
  }
  .product-information .product-summary .product-review .review_go .product-model {
    margin: 0;
    padding: 0;
    font-weight: 500;
  }
  .product-information .product-summary .product-review .review_go .product-model::before {
    display: none;
  }
  .product-information .pdp_shipping_notice a {
    font-size: 14px;
    padding: 20px 0;
  }
  .product-information .pdp_shipping_notice a .desc .small {
    font-size: 13px;
  }
  .product-information .fixit-active {
    position: fixed;
    top: 0;
  }
  .product-information .fixit-active.docked {
    position: absolute;
    top: auto;
    bottom: 0;
  }
  .product-information .quantity {
    padding: 0;
  }
  .product-information .add-product-list-wrap {
    margin-top: 24px;
  }
  .product-information .add-product-list-wrap h4 {
    font-size: 14px;
  }
  .product-information .add-product-list-wrap .toggle-label {
    padding: 16px;
  }
  .product-information .add-product-list-wrap .toggle-content {
    padding: 16px;
  }
  .product-information .add-product-list-wrap .add-product-box .image-wrap {
    max-width: 64px;
  }
  .product-information .add-product-list-wrap .add-product-box .order-info {
    width: calc(100% - 80px);
  }
  .product-information .add-product-list-wrap .add-product-box .order-info .tit {
    font-size: 15px;
  }
  .product-information .add-product-list-wrap .add-product-box .order-info .price-wrap {
    font-size: 15px;
  }
  .product-information .add-setProduct-list-wrap {
    margin-top: 24px;
  }
  .product-information .add-setProduct-list-wrap h4 {
    font-size: 14px;
  }
  .product-information .add-setProduct-list-wrap .toggle-label {
    padding: 16px;
  }
  .product-information .add-setProduct-list-wrap .toggle-content {
    padding: 16px;
  }
  .product-information .add-setProduct-list-wrap .add-product-box .image-wrap {
    max-width: 64px;
  }
  .product-information .add-setProduct-list-wrap .add-product-box .order-info {
    width: calc(100% - 80px);
  }
  .product-information .add-setProduct-list-wrap .add-product-box .order-info .tit {
    font-size: 15px;
  }
  .product-information .add-setProduct-list-wrap .add-product-box .order-info .price-wrap {
    font-size: 15px;
  }
  .product-information .status-wrap {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;
    padding: 16px 16px calc(env(safe-area-inset-bottom) + 16px);
    background: #fff;
    border-top: 1px solid #e6e6e6;
    z-index: 1000;
  }
  .product-information .status-wrap .product-variations-action {
    margin-top: 0;
  }
  .product-information .status-wrap .product-variations-action .button {
    height: 50px;
    font-size: 15px;
  }
  .product-information .status-wrap .product-variations-action .button.product-comming {
    border-right: 0;
  }
  .product-information .status-wrap .product-variations-action .button.btn-cart {
    color: #111;
    border-color: #999;
  }
  .product-information .status-wrap .product-variations-action .col-action-wish {
    width: 50px;
  }
  .product-information .status-wrap .product-variations-action .col-action-wish .product-wish {
    width: 50px;
    height: 50px;
  }
  .product-information .status-wrap .product-variations-action .col-action-wish .product-wish .wish-action {
    width: 100%;
    top: 14px;
    text-align: center;
    line-height: 48px;
  }
  .product-variations .variation-information {
    margin-top: 24px;
    padding-top: 0;
    padding-bottom: 12px;
  }
  .product-variations .variation-information .product-style .label {
    font-size: 14px;
  }
  .product-variations .variation-information .product-style .value {
    margin-left: 6px;
  }
  .product-variations .variation-selector.selector-color {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    gap: 8px;
  }
  .product-variations .variation-selector.enter-quantity {
    margin-top: 16px;
  }
  .product-variations .variation-selector.selector-addon {
    margin-top: 16px;
  }
  .product-variations .variation-selector.selector-addon .input-select-inline {
    height: 48px;
  }
  .product-variations .variation-selector .variation-size {
    max-width: calc(25% + 1px);
  }
  .product-variations .variation-selector .variation-anchor {
    font-size: 12px;
  }
  .product-variations .variation-selector .variation-color {
    max-width: 72px;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0;
  }
  .product-variations .variation-selector .variation-color.selected .variation-anchor::before {
    bottom: 0;
  }
  .product-variations .enter-quantity {
    margin-top: 7px;
  }
  .product-variations .enter-quantity .i-text {
    width: 70px;
    height: 45px;
  }
  .product-variations .enter-quantity .btn {
    width: 45px;
    height: 45px;
  }
  .product-variations .addon-out-stock {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0;
  }
  .pdp-details-description {
    margin: 0;
    border-top: 2px solid #eee;
  }
  .pdp-details-description .pdp-details-tabs .row {
    padding: 0;
    margin: 0 0 20px;
  }
  .pdp-details-description .pdp-details-tabs .row .tab-item {
    height: 56px;
    color: #999;
    font-size: 15px;
    font-weight: normal;
  }
  .pdp-details-description .pdp-details-tabs .row .tab-item::after {
    border: none;
    border-bottom: 1px solid #eee;
  }
  .pdp-details-description .pdp-details-tabs .row .tab-item.uk-active {
    color: #1f1f1f;
  }
  .pdp-details-description .pdp-details-tabs .row .tab-item.uk-active::after {
    border: none;
    border-bottom: 2px solid #0063BA;
  }
  .pdp-details-description .pdp-details-info {
    padding: 0;
  }
  .pdp-details-description .pdp-details-info .content_wrap {
    padding: 0 16px;
  }
  .pdp-details-description .pdp-details-info .slider-content-wrapper {
    margin: 23px auto 56px auto !important;
  }
  .pdp-details-description .pdp-details-info .dynamic-slider-wrap {
    padding: 0;
  }
  .pdp-details-description .pdp-details-info .pdp-details-product .product-name {
    font-size: 20px;
  }
  .pdp-details-description .pdp-details-info .pdp-details-product .product-eng-name {
    font-size: 14px;
    font-weight: 600;
  }
  .pdp-details-description .pdp-details-info .pdp-details-part .section-head {
    padding: 16px 0;
    background-color: #fff;
    min-height: inherit;
    border-bottom: 1px solid #111;
  }
  .pdp-details-description .pdp-details-info .pdp-details-part .section-head .icon {
    font-size: 20px;
  }
  .pdp-details-description .pdp-details-info .pdp-details-part .section-head .section-title {
    font-size: 15px;
  }
  .pdp-details-description .pdp-details-info .pdp-details-part.product-tags .product-tags-contents dl {
    padding: 16px 0;
  }
  .pdp-details-description .pdp-details-info .pdp-details-part.product-tags .product-tags-contents .tag-key {
    font-size: 14px;
    margin-bottom: 5px;
    height: auto;
  }
  .pdp-details-description .pdp-details-info .pdp-details-part.product-tags .product-tags-contents .tag-value {
    font-size: 13px;
  }
  .pdp-details-description .pdp-details-info .pdp-details-part.product-tags .product-tags-contents .tag-value .product-function-list {
    margin-top: 16px;
    flex-wrap: wrap;
    gap: 1px;
    align-items: stretch;
  }
  .pdp-details-description .pdp-details-info .pdp-details-part.product-tags .product-tags-contents .tag-value .product-function-list li {
    max-width: calc(50% - 1px);
    width: 100%;
    height: 78px;
    padding: 8px 0;
  }
  .pdp-details-description .pdp-details-info .pdp-details-part.product-tags .product-tags-contents .tag-value .product-function-list li:not(:last-child) {
    border: none;
    border-radius: 0;
  }
  .pdp-details-description .pdp-details-info .pdp-details-part.product-tags .product-tags-contents .tag-value .product-function-list li span {
    margin-top: 6px;
    font-size: 12px;
    font-weight: 500;
  }
  .pdp-details-description .pdp-details-info .pdp-details-part .product-size-wrap {
    margin: 24px 0;
    padding: 0;
  }
  .pdp-details-description .pdp-details-info .pdp-details-part .product-size-wrap .sizeSpec-title {
    font-size: 14px;
    margin-bottom: 16px;
  }
  .pdp-details-description .pdp-details-info .pdp-details-part .product-size-wrap .size-guide-wrap {
    flex-direction: column;
    padding: 0;
    gap: 24px;
  }
  .pdp-details-description .pdp-details-info .pdp-details-part .product-size-wrap .size-guide-wrap .sizeSpec-img-wrap {
    max-width: 100%;
    height: auto;
    padding: 14px;
  }
  .pdp-details-description .pdp-details-info .pdp-details-part .product-size-wrap .size-guide-wrap .sizeSpec-img-wrap img {
    width: 100%;
  }
  .pdp-details-description .pdp-details-info .pdp-details-part .product-size-wrap .size-guide-wrap .size-table-wrap {
    flex-basis: 100%;
  }
  .pdp-details-description .pdp-details-info .pdp-details-part .product-size-wrap .size-guide-wrap .size-table-wrap .size-table-content-wrap {
    min-width: auto;
    overflow-y: scroll;
  }
  .pdp-details-description .pdp-details-info .pdp-details-part .product-size-wrap .size-guide-wrap .size-table-wrap .size-table-content-wrap table {
    font-size: 13px;
    min-width: 360px;
  }
  .pdp-details-description .pdp-details-info .pdp-details-part .product-size-wrap .pdp-shoes-size-wrap .shoes-size-title .desc {
    padding: 14px 12px;
    font-size: 13px;
    background-color: #f7f7f7;
    border-radius: 8px;
    word-break: keep-all;
  }
  .pdp-details-description .pdp-details-info .pdp-details-part .product-delivery-info .delivery-info {
    margin: 32px 0;
    padding: 0;
  }
  .pdp-details-description .pdp-details-info .pdp-details-part .product-delivery-info .delivery-info .delivery-item {
    padding: 0;
  }
  .pdp-details-description .pdp-details-info .pdp-details-part .product-delivery-info .delivery-info .delivery-item .tit {
    margin: 0;
    padding: 0;
    font-size: 14px;
    color: #333;
    border: none;
    margin-top: 16px;
    margin-bottom: 8px;
  }
  .pdp-details-description .pdp-details-info .pdp-details-part .product-delivery-info .delivery-info .delivery-item dl dt {
    width: 100%;
    float: none;
    margin-bottom: 8px;
    font-size: 14px;
    font-weight: 600;
  }
  .pdp-details-description .pdp-details-info .pdp-details-part .product-delivery-info .delivery-info .delivery-item dl dd {
    margin-bottom: 16px;
    padding: 0;
    font-size: 13px;
  }
  .pdp-details-description .pdp-details-info .pdp-details-part .product-delivery-info .delivery-info .delivery-item .desc {
    margin-top: 16px;
    font-size: 13px;
  }
  .pdp-details-description .pdp-details-info .pdp-details-part .product-delivery-info .delivery-info .delivery-item ul li {
    font-size: 13px;
  }
  .pdp-details-description .pdp-details-info .pdp-details-part .product-delivery-info .delivery-info .delivery-item ul li:last-child {
    margin-bottom: 16px;
  }
  .pdp-details-description .pdp-details-info .pdp-details-part .product-delivery-info .delivery-info .delivery-item.exchange-table {
    color: #666;
  }
  .pdp-details-description .pdp-details-info .pdp-details-part .product-delivery-info .delivery-info .delivery-item.exchange-table dl dt {
    padding: 12px 0;
  }
  .pdp-details-description .pdp-details-info .pdp-details-part .product-delivery-info .delivery-info .delivery-item.exchange-table dl dt .number {
    display: inline-block;
    width: 24px;
    height: 24px;
    margin-right: 6px;
    background-color: #eee;
    color: #111;
    font-size: 13px;
    border-radius: 50%;
    text-align: center;
    line-height: 24px;
  }
  .pdp-details-description .pdp-details-info .pdp-details-part .product-delivery-info .delivery-info .delivery-item.exchange-table dl dd {
    padding-bottom: 12px;
    border-bottom: 1px solid #eee;
  }
  .pdp-details-description .pdp-details-info .pdp-details-part .product-delivery-info .delivery-info .delivery-item.exchange-table ul li::before {
    content: '·';
  }
  .pdp-details-description .product-promo-container {
    border: none;
    background: #f4f4f4;
    overflow: hidden;
  }
  .pdp-details-description .product-promo-container .pdp-anchor-wrap {
    background: #fff;
    border-top: 1px solid #c4c4c4;
  }
  .pdp-details-description .product-promo-container .pdp-details-part .section-head {
    padding: 0 10px;
  }
  .pdp-details-description .product-promo-container .pdp-details-part .section-head .section-title {
    font-size: 16px;
  }
  .pdp-details-description .product-promo-container .pdp-anchor-wrap li a {
    line-height: 50px;
    font-size: 15px;
  }
  .pdp-details-description .product-promo-container .pdp-more-info .pdp-see-more .see-more-btn {
    width: 100%;
  }
  .featured-tile {
    height: 100%;
  }
  .featured-tile .featured-tile-contents {
    padding: 12px;
  }
  .featured-tile .featured-tile-contents p {
    font-size: 13px;
  }
  .product-variations-share {
    margin-top: 16px;
  }
  .product-etc-action {
    margin-top: 16px;
  }
  .product-etc-action .link {
    font-size: 14px;
  }
  .product-promo-container .pdp-details-part.product-tags .product-tags-head {
    height: 60px;
  }
  .product-promo-container .pdp-details-part.product-tags .product-tags-head .title {
    font-size: 16px;
    line-height: 20px;
  }
  .product-promo-container .pdp-details-part.product-tags .product-tags-head .icon {
    right: 10px;
  }
  .product-promo-container .pdp-details-part.product-tags .product-tags-contents {
    font-size: 12px;
    line-height: 16px;
  }
  .product-promo-container .pdp-details-part.product-tags .product-tags-contents .row {
    padding: 0 2%;
  }
  .product-promo-container .pdp-details-part.product-tags .product-tags-contents .tag-key {
    padding-top: 2px;
    padding-bottom: 2px;
    min-height: 20px;
    font-size: 12px;
    margin-bottom: 10px;
    line-height: 1.3 !important;
  }
  .product-promo-container .pdp-details-part.product-tags .product-tags-contents .tag-value {
    padding-top: 2px;
    padding-bottom: 2px;
    min-height: 20px;
    font-size: 12px;
    margin-bottom: 10px;
    line-height: 1.3;
  }
  .product-promo-container .pdp-details-part.draw-progress-guide .guide-head .title {
    font-size: 24px;
  }
  .product-promo-container .pdp-details-part.draw-progress-guide .guide-head .normal-guide {
    margin: 17px 0 0;
  }
  .product-promo-container .pdp-details-part.draw-progress-guide .guide-head .normal-guide li {
    padding: 4px 0;
    font-size: 14px;
    line-height: 19px;
  }
  .product-promo-container .pdp-details-part.draw-progress-guide .guide-progress {
    padding-left: 15px;
    padding-right: 15px;
  }
  .product-promo-container .pdp-details-part.draw-progress-guide .guide-progress .step-item {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .product-promo-container .pdp-details-part.draw-progress-guide .guide-progress .step-item .step-icon {
    -webkit-flex-basis: 54px;
    -ms-flex-preferred-size: 54px;
    flex-basis: 54px;
    max-width: 54px;
  }
  .product-promo-container .pdp-details-part.draw-progress-guide .guide-progress .step-item .step-icon .icon {
    padding: 15px;
    width: 54px;
    height: 54px;
  }
  .product-promo-container .pdp-details-part.draw-progress-guide .guide-progress .step-item .step-content {
    font-size: 12px;
    line-height: 17px;
  }
  .product-promo-container .pdp-details-part.draw-progress-guide .guide-progress .step-item .step-content .step-title {
    margin: 0 0 7px;
    font-size: 14px;
    line-height: 1;
  }
  .product-promo-container .pdp-details-part.draw-progress-guide .guide-progress .step-item .step-content .step-title .step {
    display: block;
    margin-bottom: 5px;
  }
  .product-promo-container .pdp-details-part.draw-progress-guide .guide-progress .step-item .step-content .descr-list li {
    font-size: 12px;
    line-height: 17px;
  }
  .product-promo-container .pdp-details-part.draw-progress-guide .guide-progress .step-item .step-content .button {
    margin-top: 15px;
    width: 100%;
  }
  .product-promo-container .pdp-details-part.draw-progress-guide .guide-progress .step-item:not(:first-child) {
    border-top: 1px solid #eeeeee;
  }
  .product-promo-container .pdp-details-part.draw-progress-guide .readme {
    margin-top: 25px;
  }
  .product-promo-container .pdp-details-part.draw-progress-guide .readme .title {
    margin-bottom: 10px;
    font-size: 14px;
  }
  .product-promo-container .pdp-details-part.draw-progress-guide .readme .list {
    padding-left: 16px;
  }
  .product-promo-container .pdp-details-part.draw-progress-guide .readme .list li {
    font-size: 12px;
    line-height: 17px;
  }
  .product-promo-container .pdp-details-part.draw-progress-guide .readme .list li:not(:first-child) {
    margin-top: 4px;
  }
  .product-promo-container .pdp-details-part.draw-progress-guide .readme .list li::before {
    margin-left: -16px;
    width: 16px;
  }
  .product-promo-container .pdp-details-part .section-head .section-description {
    margin-top: 6px;
    font-size: 12px;
    line-height: 16px;
  }
  .product-promo-container .pdp-details-part .detail-delivery {
    padding: 5% 5% 0;
  }
  .product-promo-container .pdp-details-part .review-teaser-list {
    margin-top: 22px;
  }
  .product-promo-container .pdp-details-part .review-teaser-actions {
    margin-top: 32px;
  }
  .product-promo-container .pdp-details-part .review-teaser-actions.row::before {
    display: none;
  }
  .product-promo-container .pdp-details-part .review-teaser-actions.row::after {
    display: none;
  }
  .product-recommendations {
    margin-left: 16px;
    margin-right: 16px;
    padding-top: 22px;
    padding-bottom: 50px;
  }
  .product-recommendations .recommendations-head {
    margin-bottom: 20px;
  }
  .product-recommendations .recommendations-head .title {
    font-size: 20px;
    line-height: 26px;
  }
  .product-recommendations .recommendations-container .recommendations-grid .grid-item:nth-child(n + 3) {
    margin-top: 12px;
  }
  .product-recommendations .recommendations-container .recommendations-grid .grid-item:nth-child(2n) {
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
  }
  .pdp-section-review {
    padding: 12px 16px 35px 16px;
  }
  .pdp-section-review .section-content-title {
    margin-bottom: 16px;
  }
  .pdp-section-review .section-content-title .tit {
    font-size: 18px;
  }
  .pdp-section-review .pdp-review-wrap {
    flex-direction: column;
    border-bottom: 1px solid #e6e6e6;
  }
  .pdp-section-review .pdp-review-wrap > div {
    width: 100%;
    padding: 16px 0;
    border: 0;
  }
  .pdp-section-review .pdp-review-wrap .review-total {
    display: flex;
    gap: 16px;
    border-top: 1px solid #e6e6e6;
  }
  .pdp-section-review .pdp-review-wrap .review-total .score {
    text-align: center;
  }
  .pdp-section-review .pdp-review-wrap .review-total .score .review-total-avg {
    margin: 0;
    font-size: 18px;
    font-weight: 600;
  }
  .pdp-section-review .pdp-review-wrap .review-total .star-total-info {
    margin-top: 0;
  }
  .pdp-section-review .pdp-review-wrap .review-total .star-total-info .star-average .like {
    width: 64px;
    height: 12px;
    background-size: 64px;
  }
  .pdp-section-review .pdp-review-wrap .review-total .star-total-info .star-average .like span {
    height: 12px;
    background-size: 64px;
  }
  .pdp-section-review .pdp-review-wrap .review-total .review-mobile-avg {
    width: 100%;
  }
  .pdp-section-review .pdp-review-wrap .review-total .review-mobile-avg .opt-value-title {
    width: 35px;
    font-size: 11px;
    color: #757575;
  }
  .pdp-section-review .pdp-review-wrap .review-total .review-mobile-avg .opt-value-box {
    width: calc(100% - 35px);
  }
  .pdp-section-review .pdp-review-wrap .review-total .review-mobile-avg .opt-value-box p {
    font-size: 11px;
    line-height: 28px;
  }
  .pdp-section-review .pdp-review-wrap .review-total .review-mobile-avg .opt-value-box .opt-value-txt {
    display: inline-block;
  }
  .pdp-section-review .pdp-review-wrap .review-total .review-mobile-avg .opt-value-box .opt-value-txt.left {
    width: 45px;
    font-weight: 500;
  }
  .pdp-section-review .pdp-review-wrap .review-total .review-mobile-avg .opt-value-box .opt-value-txt.right {
    width: 32px;
    font-weight: bold;
  }
  .pdp-section-review .pdp-review-wrap .review-total .review-mobile-avg .opt-value-box .opt-graph-gage {
    display: inline-block;
    position: relative;
    width: calc(100% - 100px);
    height: 3px;
    margin: 0 8px;
    line-height: 0.5;
    border-radius: 50px;
    background-color: #dbdbdb;
    vertical-align: middle;
  }
  .pdp-section-review .pdp-review-wrap .review-total .review-mobile-avg .opt-value-box .opt-graph-gage .opt-graph-point-color {
    position: absolute;
    display: inline-block;
    height: 3px;
    border-radius: 50px;
    background-color: #0063BA;
  }
  .pdp-section-review .pdp-review-wrap .review-mobile-avg-more {
    text-align: center;
    padding: 0 0 16px 0;
  }
  .pdp-section-review .pdp-review-wrap .review-mobile-avg-more button {
    font-size: 13px;
    font-weight: 500;
  }
  .pdp-section-review .pdp-review-wrap .review-mobile-avg-more button .icon {
    margin-left: 3px;
    color: #111;
  }
  .pdp-section-review .pdp-review-wrap .review-mobile-avg-more button.active .icon {
    transform: rotate(180deg);
    margin-bottom: 2px;
  }
  .pdp-section-review .pdp-review-wrap .review-option {
    display: none;
    background-color: #f7f7f7;
    padding: 10px 20px;
    border: none;
  }
  .pdp-section-review .pdp-review-wrap .review-option.active {
    display: block;
  }
  .pdp-section-review .pdp-review-wrap .review-option:not(:last-child) .opt-value-box {
    border-bottom: 1px solid #d9d9d9;
  }
  .pdp-section-review .pdp-review-wrap .review-option .opt-value-title {
    margin-bottom: 10px;
    font-size: 12px;
    color: #757575;
  }
  .pdp-section-review .pdp-review-wrap .review-option .opt-value-box {
    padding-bottom: 20px;
  }
  .pdp-section-review .pdp-review-wrap .review-option .opt-value-box p {
    font-size: 12px;
    line-height: 16px;
  }
  .pdp-section-review .pdp-review-wrap .review-option .opt-value-box .opt-value-txt {
    display: inline-block;
  }
  .pdp-section-review .pdp-review-wrap .review-option .opt-value-box .opt-value-txt.left {
    font-weight: 500;
  }
  .pdp-section-review .pdp-review-wrap .review-option .opt-value-box .opt-value-txt.right {
    width: 40px;
    font-weight: bold;
  }
  .pdp-section-review .pdp-review-wrap .review-option .opt-value-box .opt-graph-gage {
    width: calc(100% - 150px);
    height: 4px;
    margin: 0 20px;
  }
  .pdp-section-review .pdp-review-wrap .review-option .opt-value-box .opt-graph-gage .opt-graph-point-color {
    height: 4px;
  }
  .pdp-section-review .less {
    padding-bottom: 60px;
  }
  .pdp-review-list-wrap {
    margin-top: 32px;
  }
  .pdp-review-list-wrap .pdp-review-sort {
    align-items: center;
    padding-bottom: 16px;
  }
  .pdp-review-list-wrap .pdp-review-sort .review-size-selection-wrap .review-size-selection {
    width: 100px;
    height: 40px;
    font-size: 13px;
    font-weight: 500;
  }
  .pdp-review-list-wrap .pdp-review-sort .review-size-selection-wrap .review-size-selection .icon {
    font-size: 10px;
  }
  .pdp-review-list-wrap .pdp-review-sort .review-size-selection-wrap .size-select-option {
    padding: 20px 16px;
  }
  .pdp-review-list-wrap .pdp-review-sort .review-size-selection-wrap .size-select-option .title span {
    font-size: 13px;
  }
  .pdp-review-list-wrap .pdp-review-sort .review-size-selection-wrap .size-select-option .title button {
    font-size: 13px;
  }
  .pdp-review-list-wrap .pdp-review-sort .review-size-selection-wrap .size-select-option .size-list {
    margin-top: 16px;
    gap: 4px;
  }
  .pdp-review-list-wrap .pdp-review-sort .review-size-selection-wrap .size-select-option .size-list .size-item {
    width: 56px;
    height: 35px;
    font-size: 13px;
    flex-basis: calc(20% - 4px);
  }
  .pdp-review-list-wrap .pdp-review-sort .review-size-selection-wrap .size-select-option .size-submit {
    margin-top: 16px;
    height: 36px;
  }
  .pdp-review-list-wrap .pdp-review-sort .sort-tabs .sort-item {
    font-size: 13px;
  }
  .pdp-review-list-wrap .pdp-review-list {
    border-color: #e6e6e6;
  }
  .pdp-review-list-wrap .pdp-review-list .review-item {
    flex-direction: column;
    gap: 0;
    padding: 24px 0 16px;
  }
  .pdp-review-list-wrap .pdp-review-list .review-item .review-star {
    margin-bottom: 16px;
  }
  .pdp-review-list-wrap .pdp-review-list .review-item .review-contents .review-select-option {
    font-size: 12px;
  }
  .pdp-review-list-wrap .pdp-review-list .review-item .review-contents .review-option-list p {
    padding: 8px 12px;
    font-size: 12px;
  }
  .pdp-review-list-wrap .pdp-review-list .review-item .review-contents .review-option-list p span {
    margin-left: 4px;
  }
  .pdp-review-list-wrap .pdp-review-list .review-item .review-contents .review-img-info {
    gap: 6px;
  }
  .pdp-review-list-wrap .pdp-review-list .review-item .review-contents .review-img-info .append-img {
    width: 76px;
    height: 76px;
  }
  .pdp-review-list-wrap .pdp-review-list .review-item .review-contents .review-img-info .append-img.last-more .more-thumb {
    font-size: 12px;
    font-weight: 500;
  }
  .pdp-review-list-wrap .pdp-review-list .review-item .review-contents .review-img-info .append-img.last-more .more-thumb .icon {
    width: 14px;
    height: 14px;
    margin-bottom: 6px;
  }
  .pdp-review-list-wrap .pdp-review-list .review-item .review-contents .user-action .user-info {
    font-size: 11px;
  }
  .pdp-review-list-wrap .pdp-review-list .review-item .review-contents .user-action .review-like {
    padding: 8px 12px;
    font-size: 12px;
  }
  .pdp-review-list-wrap .pdp-review-list .review-item .review-contents .user-action .review-like .icon {
    width: 13px;
    height: 14px;
    font-size: 13px;
  }
  .review-teaser-card .title {
    font-size: 14px;
  }
  .review-teaser-empty {
    height: 168px;
  }
  .review-teaser-empty .empty-text {
    margin: auto 0 10px;
    font-size: 14px;
  }
  .review-teaser-empty .descr-text {
    font-size: 11px;
  }
  .review-teaser-empty .button {
    margin-top: 60px;
    width: 100%;
    color: #ffffff;
    background-color: #000000;
  }
  .pdp-guide-list {
    font-size: 12px;
    line-height: 17px;
  }
  .pdp-guide-list li:not(:first-child) {
    margin-top: 4px;
  }
  .overview {
    margin-top: 20px;
  }
  .overview .tit {
    padding-top: 19px;
    font-size: 14px;
    line-height: 16px;
  }
  .overview .description {
    padding: 10px 0 18px;
    font-size: 13px;
    line-height: 1.5;
  }
  .bx-wrapper .bx-controls {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .review-write {
    padding: 35px 5% 38px;
  }
  .detail-review-summary.uk-grid {
    margin: 40px auto 40px;
  }
  .detail-review-summary > * {
    padding: 25px 10px;
  }
  /* product review list */
  .pdp-photo-review {
    margin-top: 24px;
  }
  .pdp-photo-review .photo-reivew-top .photo-reivew-title {
    font-size: 14px;
  }
  .pdp-photo-review .photo-reivew-top .photo-reivew-more {
    font-size: 12px;
    font-weight: 500;
  }
  .pdp-photo-review .photo-reivew-top .photo-reivew-more .icon {
    width: 4px;
    height: 8px;
  }
  .pdp-photo-review .photo-review-imgList {
    margin: 12px 0 0;
    padding-bottom: 0;
    gap: 0 4.5px;
    border-bottom: 0;
  }
  .pdp-photo-review .photo-review-imgList li {
    width: 20%;
    padding-top: 19.13%;
  }
  .pdp-photo-review .photo-review-imgList li:nth-child(6) {
    display: none;
  }
  .n-review-sort {
    padding: 0 15px 20px 0;
  }
  .n-review-read ul > li {
    padding: 0;
  }
  .n-review-read .read-list .toggle-box .toggle-label {
    margin: 0 15px;
    padding: 25px 0;
  }
  .n-review-read .read-list .toggle-box .toggle-label .review-img-thum-info,
  .n-review-read .read-list .toggle-box .toggle-label .review-help,
  .n-review-read .read-list .toggle-box .toggle-label .sign-in-review {
    right: 0;
  }
  .n-review-read .read-list .toggle-box .toggle-content {
    padding: 25px 15px;
  }
  .n-review-read .read-list .toggle-box .toggle-content.active .review-img-info .append-img {
    margin-bottom: 16px;
  }
  .n-review-read .read-list .toggle-box .toggle-content .subjective-review {
    overflow-x: hidden;
  }
  .n-review-read .read-list .toggle-box .toggle-content .subjective-review .opt-value-list {
    position: relative;
    background: none;
    font-size: 14px;
    padding: 0 6px;
    border: none;
    line-height: 38px;
  }
  .n-review-read .read-list .toggle-box .toggle-content .subjective-review .opt-value-list::after {
    content: '';
    width: 1px;
    height: 15px;
    position: absolute;
    top: 12px;
    left: 0;
    background-color: #979797;
  }
  .n-review-read .read-list .toggle-box .toggle-content .subjective-review .opt-value-list:first-child {
    padding-left: 0;
  }
  .n-review-read .read-list .toggle-box .toggle-content .subjective-review .opt-value-list:first-child::after {
    display: none;
  }
  .n-review-read .read-list .toggle-box .toggle-content .subjective-review .opt-value-list .opt-value-box {
    margin-left: 2px;
  }
  .n-review-read .read-list .toggle-box .toggle-content .subjective-review .review-help {
    position: relative;
    float: right;
  }
  .n-review-read .review-more-btn {
    padding: 0 15px 30px;
  }
  .n-review-read .review-more-btn::before {
    border: 0 none;
  }
  .n-review-read .review-more-btn .more-text {
    width: 100%;
  }
  .reservation-wrap {
    padding: 20px 15px;
  }
  .reservation-wrap .store-list .shipping-list .column-reserve .pickup-apply {
    padding: 10px 8px;
  }
  .latest-items {
    padding: 0 20px !important;
    margin: 50px 0 20px !important;
  }
  .latest-items .category-slider .product-details .price .retail {
    display: block;
  }
  .related-slider-wrap {
    padding: 24px 0 24px 16px;
    border-top: 4px solid #eee;
  }
  .related-slider-wrap .content-title {
    border-bottom: none;
    margin-bottom: 12px;
    padding: 0;
  }
  .related-slider-wrap .content-title h2 {
    font-size: 18px;
  }
  .related-slider-wrap .product-slider {
    padding-right: 16px;
  }
  .related-slider-wrap .product-slider .product-tile .product-img {
    border-radius: 8px;
  }
  .related-slider-wrap .product-slider .product-tile .product-img img {
    border-radius: 8px;
  }
  .related-slider-wrap .product-slider .product-tile .product-tile-overlay {
    border-radius: 8px;
  }
  .related-slider-wrap .product-slider .product-tile-details {
    padding-top: 16px;
    font-weight: 500;
  }
  .related-slider-wrap .product-slider .product-tile-details .name {
    margin-top: 0;
    padding: 0;
    text-align: left;
    margin-bottom: 0;
  }
  .related-slider-wrap .product-slider .product-tile-details .name .text-link {
    font-size: 13.5px;
  }
  .related-slider-wrap .product-slider .product-tile-details .price {
    margin-top: 8px;
    font-size: 13px;
    font-weight: 600;
  }
  .related-slider-wrap .product-slider .product-tile-details .price .rate {
    font-size: 13px;
    font-weight: 600;
  }
  .related-slider-wrap .product-slider .product-tile-details .price .sale {
    font-size: 13px;
  }
  .related-slider-wrap .product-slider .categorySliderProgress {
    display: none;
  }
  .reservation-wrap .pickup-shippinginfo-wrap {
    top: auto;
    bottom: 0;
    left: 0;
    margin-top: 0;
    margin-left: 0;
  }
  .reservation-wrap .pickup-shippinginfo-wrap .uk-close {
    top: 25px;
    right: 20px;
  }
  .reservation-wrap .pickup-shippinginfo-wrap .pickup-shippinginfo {
    padding: 20px 15px;
  }
  .promotion-event-slider-wrap {
    position: relative;
    margin: 32px 0 60px;
    padding: 0 16px;
  }
  .promotion-event-slider-wrap .content-title {
    position: absolute;
    top: 0;
    left: 16px;
    z-index: 2;
    margin-bottom: 0;
  }
  .promotion-event-slider-wrap .content-title h2 {
    font-size: 18px;
  }
  .promotion-event-slider-wrap .promotion-event-slider .swiper-pagination {
    position: relative;
    right: inherit;
    bottom: inherit;
    width: 100%;
    height: auto;
    background: none;
    display: flex;
    gap: 6px;
    justify-content: center;
    margin: 20px 0 0;
    padding: 0;
  }
  .promotion-event-slider-wrap .promotion-event-slider .swiper-pagination .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
    margin: 0;
  }
  .stock-wrap .button {
    height: 48px;
    font-size: 13px;
    font-weight: 500;
  }
}

/* Phone landscape and bigger */
@media (max-width: 480px) {
  .product-information .product-summary .product-price span {
    margin-right: 5px;
  }
  .product-information .product-summary .coupon-price-info .info-title {
    font-size: 12px;
    line-height: 14px;
  }
  .product-information .product-summary .coupon-price-info .coupon-down-info-btn {
    font-size: 10px;
    padding: 0 7px;
  }
  .product-information .product-summary .product-coupon-down .coupon-down-modal-btn {
    width: 100px;
    line-height: 30px;
    font-size: 13px;
  }
  .product-information .product-summary #coupon-info-modal.uk-open .uk-modal-dialog {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  .product-information .product-summary #coupon-info-modal .uk-modal-dialog {
    max-width: 100%;
    width: 100%;
    padding: 30px 20px calc(env(safe-area-inset-bottom) + 40px);
    border-radius: 24px 24px 0 0;
    top: unset !important;
    bottom: calc(env(safe-area-inset-bottom) + 0px) !important;
    margin-top: auto;
    margin-bottom: 0;
    -webkit-transform: translateY(25vh);
    transform: translateY(25vh);
    position: absolute;
    max-height: 100%;
    overflow-y: auto;
  }
  .product-information .product-summary #coupon-info-modal .uk-modal-dialog h2 {
    font-size: 16px;
    font-weight: normal;
    padding-bottom: 20px;
    border-bottom: 1px solid #e5e5e5;
  }
  .product-information .product-summary #coupon-info-modal .uk-modal-dialog .uk-close {
    top: 30px;
    right: 20px;
  }
  .product-information .product-summary #coupon-info-modal .uk-modal-dialog .uk-close:after {
    width: 15px;
    height: 15px;
  }
  .product-information .product-summary #coupon-info-modal .uk-modal-dialog .coupon-discount-list-wrap {
    padding: 0;
  }
  .product-information .product-summary #coupon-info-modal .uk-modal-dialog .coupon-discount-list-wrap li {
    padding: 10px 15px;
  }
  .product-information .product-summary #coupon-info-modal .uk-modal-dialog .coupon-discount-list-wrap li:not(:last-child) {
    border-bottom: 1px solid #e5e5e5;
  }
  .product-information .product-summary #coupon-info-modal .uk-modal-dialog .coupon-discount-list-wrap li span {
    font-size: 14px;
    line-height: 21px;
  }
  .product-information .product-summary #coupon-info-modal .uk-modal-dialog .coupon-discount-list-wrap li .price {
    font-weight: bold;
  }
  .product-information .product-summary #coupon-info-modal .uk-modal-dialog .coupon-info-list-wrap {
    padding: 10px 15px;
    border-bottom: 1px solid #e5e5e5;
  }
  .product-information .product-summary #coupon-info-modal .uk-modal-dialog .coupon-info-list-wrap li span {
    font-size: 13px;
    line-height: 30px;
  }
  .product-information .product-summary #coupon-info-modal .uk-modal-dialog .coupon-info-total-wrap {
    padding: 10px 15px;
  }
  .product-information .product-summary #coupon-info-modal .uk-modal-dialog .coupon-info-total-wrap span {
    line-height: 30px;
  }
  .product-information .product-summary #coupon-info-modal .uk-modal-dialog .coupon-info-notice-wrap .notice-text {
    font-size: 13px;
  }
  .product-information .product-summary #coupon-info-modal .uk-modal-dialog .coupon-info-notice-wrap .notice-text:before {
    margin-right: 5px;
  }
  /* 쿠폰 다운로드 모달 */
  #coupon-down-modal.uk-open .uk-modal-dialog {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  #coupon-down-modal .uk-modal-dialog {
    max-width: 100%;
    width: 100%;
    padding: 30px 20px calc(env(safe-area-inset-bottom) + 10px);
    border-radius: 24px 24px 0 0;
    top: unset !important;
    bottom: calc(env(safe-area-inset-bottom) + 0px) !important;
    margin-top: auto;
    margin-bottom: 0;
    -webkit-transform: translateY(25vh);
    transform: translateY(25vh);
    position: absolute;
    max-height: 100%;
    overflow-y: auto;
  }
  #coupon-down-modal .uk-modal-dialog h2 {
    font-size: 16px;
    font-weight: normal;
    padding-bottom: 20px;
    border-bottom: none;
  }
  #coupon-down-modal .uk-modal-dialog .uk-close {
    top: 30px;
    right: 20px;
  }
  #coupon-down-modal .uk-modal-dialog .uk-close:after {
    width: 15px;
    height: 15px;
  }
  #coupon-down-modal .uk-modal-dialog .coupon-down-list-wrap {
    padding-top: 0;
  }
  #coupon-down-modal .uk-modal-dialog .coupon-down-list-wrap .offer-wrap:not(:last-child) {
    margin-bottom: 12px;
  }
  #coupon-down-modal .uk-modal-dialog .coupon-down-list-wrap .offer-wrap .offer-coupon-wrap .offer-left .offer-discount.percent-off {
    font-size: 22px;
  }
  #coupon-down-modal .uk-modal-dialog .coupon-down-list-wrap .offer-wrap .offer-coupon-wrap .offer-right .offer-date-wrap {
    line-height: 18px;
  }
  #coupon-down-modal .uk-modal-dialog .coupon-down-list-wrap .offer-wrap .offer-coupon-wrap .offer-right p.offer-title {
    font-size: 14px;
  }
  #coupon-down-modal .uk-modal-dialog .coupon-down-notice-wrap {
    border-top: none;
  }
  #coupon-down-modal .uk-modal-dialog .coupon-down-notice-wrap .notice-text {
    font-size: 13px;
  }
  #coupon-down-modal .uk-modal-dialog .coupon-down-notice-wrap .notice-text:before {
    margin-right: 5px;
  }
}

/* Reponsive 768px */
@media screen and (min-width: 768px) {
  .product-promo-container .pdp-details-part.product-tags .product-tags-head {
    height: 84px;
  }
  .product-promo-container .pdp-details-part.product-tags .product-tags-head .title {
    font-size: 24px;
    line-height: 28px;
  }
  .product-promo-container .pdp-details-part.product-tags .product-tags-contents {
    font-size: 14px;
    line-height: 20px;
  }
  .product-promo-container .pdp-details-part.product-tags .product-tags-contents .tag-key {
    min-height: 20px;
    line-height: 25px;
  }
  .product-promo-container .pdp-details-part.product-tags .product-tags-contents .tag-value {
    min-height: 20px;
    line-height: 25px;
  }
  .product-promo-container .pdp-details-part.product-tags .product-tags-contents .tag-value strong {
    font-size: 18px;
    padding-bottom: 15px;
  }
  .product-promo-container .pdp-details-part.product-tags .product-tags-contents .tag-value.product-wash-guide {
    display: block;
    font-size: 0;
    overflow: hidden;
  }
  .product-promo-container .pdp-details-part.product-tags .product-tags-contents .tag-value.product-wash-guide > .col-4 {
    display: block;
    float: left;
    overflow: hidden;
    font-size: 14px;
  }
  .product-promo-container .pdp-details-part.product-tags .product-tags-contents .tag-value.product-wash-guide > .col-4 svg {
    float: left;
    width: 55px;
    height: 55px;
  }
  .product-promo-container .pdp-details-part.product-tags .product-tags-contents .tag-value.product-wash-guide > .col-4 strong, .product-promo-container .pdp-details-part.product-tags .product-tags-contents .tag-value.product-wash-guide > .col-4 p {
    float: right;
    width: calc(100% - 75px);
    font-size: 14px;
    line-height: 20px;
    padding-bottom: 10px;
  }
  .product-promo-container .pdp-details-part.product-tags .product-tags-contents .tag-value.product-wash-guide .tag-value {
    font-size: 14px;
  }
  .product-promo-container .pdp-details-part.draw-progress-guide {
    margin-top: 25px;
  }
  .product-promo-container .pdp-details-part.draw-progress-guide .guide-head .title {
    font-size: 32px;
  }
  .product-promo-container .pdp-details-part.draw-progress-guide .guide-head .normal-guide {
    margin: 25px 0 0;
  }
  .product-promo-container .pdp-details-part.draw-progress-guide .guide-head .normal-guide li {
    padding: 2px 0;
    font-size: 14px;
    line-height: 22px;
  }
  .product-promo-container .pdp-details-part.draw-progress-guide .guide-progress {
    padding-left: 30px;
    padding-right: 30px;
  }
  .product-promo-container .pdp-details-part.draw-progress-guide .guide-progress .step-item {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .product-promo-container .pdp-details-part.draw-progress-guide .guide-progress .step-item .step-icon {
    -webkit-flex-basis: 112px;
    -ms-flex-preferred-size: 112px;
    flex-basis: 112px;
    max-width: 112px;
  }
  .product-promo-container .pdp-details-part.draw-progress-guide .guide-progress .step-item .step-icon .icon {
    padding: 20px;
    width: 72px;
    height: 72px;
  }
  .product-promo-container .pdp-details-part.draw-progress-guide .guide-progress .step-item .step-content {
    font-size: 14px;
    line-height: 22px;
  }
  .product-promo-container .pdp-details-part.draw-progress-guide .guide-progress .step-item .step-content .step-title {
    margin: 0 0 10px;
    font-size: 16px;
    line-height: 24px;
  }
  .product-promo-container .pdp-details-part.draw-progress-guide .guide-progress .step-item .step-content .descr-list li {
    font-size: 14px;
    line-height: 22px;
  }
  .product-promo-container .pdp-details-part.draw-progress-guide .guide-progress .step-item .step-content .button {
    margin-top: 10px;
    width: 128px;
  }
  .product-promo-container .pdp-details-part.draw-progress-guide .guide-progress .step-item:not(:first-child) {
    border-top: 1px solid #eeeeee;
  }
  .product-promo-container .pdp-details-part.draw-progress-guide .readme {
    margin-top: 30px;
  }
  .product-promo-container .pdp-details-part.draw-progress-guide .readme .title {
    margin-bottom: 12px;
    font-size: 16px;
  }
  .product-promo-container .pdp-details-part.draw-progress-guide .readme .list {
    padding-left: 10px;
  }
  .product-promo-container .pdp-details-part.draw-progress-guide .readme .list li {
    font-size: 14px;
    line-height: 20px;
  }
  .product-promo-container .pdp-details-part.draw-progress-guide .readme .list li:not(:first-child) {
    margin-top: 6px;
  }
  .product-promo-container .pdp-details-part.draw-progress-guide .readme .list li::before {
    margin-left: -10px;
    width: 10px;
  }
  .product-promo-container .pdp-details-part .section-head .section-description {
    margin-top: 10px;
    font-size: 14px;
    line-height: 18px;
  }
  .product-promo-container .pdp-details-part .review-teaser-actions {
    margin-top: 40px;
  }
  .product-promo-container .pdp-details-part .review-teaser-actions.row::before {
    display: none;
  }
  .product-promo-container .pdp-details-part .review-teaser-actions.row::after {
    display: none;
  }
}

@media (max-width: 1024px) and (min-width: 768px) {
  .review-teaser-card .title {
    font-size: calc(14px + 0.75*(100vw - 767px)/42.0625);
  }
  .img-detail_product .product-ico {
    position: absolute;
    right: 30px;
    top: -20px;
    font-size: 60px;
    color: #0063BA;
  }
  .img-detail_product .product-gallery .swipe-wrapper {
    max-width: 1170px;
    position: relative;
    margin: 0 auto;
  }
  .img-detail_product .product-gallery .swipe-container {
    width: 100%;
  }
  .img-detail_product .product-gallery-slide {
    width: 100%;
    margin-right: 0;
  }
  .img-detail_product .product-gallery-slide img {
    display: inline-block;
  }
  .pdp-media-gallery {
    margin-left: -16px;
    margin-right: -16px;
  }
  .pdp-media-gallery .gallery-media {
    bottom: 0;
  }
  .pdp-media-gallery .pdp-media-gallery-controls {
    position: absolute;
    width: 100%;
    bottom: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #000000;
    margin-bottom: 20px;
    font-size: 12px;
    line-height: 1;
  }
  .pdp-media-gallery .pdp-media-gallery-controls .slick-arrow .icon {
    vertical-align: top;
  }
  .pdp-media-gallery .pdp-media-gallery-controls .slick-dots {
    margin: 0 22px;
    padding: 0;
  }
  .pdp-media-gallery .pdp-media-gallery-controls .slick-dots > li {
    list-style-type: none;
  }
  .pdp-media-gallery .pdp-media-gallery-controls .slick-dots > li:not(.slick-active) {
    display: none;
  }
  .product-information {
    padding-left: 12px;
  }
  .product-information .fixit-active {
    position: fixed;
    top: 0;
  }
  .product-information .fixit-active.docked {
    position: absolute;
    top: auto;
    bottom: 0;
  }
  .product-information .product-summary .product-name {
    font-size: 32px;
  }
}

/* Reponsive 767px */
@media screen and (max-width: 767px) {
  .col-action-wish .wish-action .txt {
    font-size: 14px;
  }
  .product-tile-swatches {
    margin-top: 10px;
  }
  .product-tile-swatches .product-tile-swatch-list .swatch-color {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 20px;
    -ms-flex: 0 0 20px;
    flex: 0 0 20px;
    width: 20px;
    height: 20px;
    background-size: 20px;
    margin: 4px;
  }
  .product-tile-swatches .product-tile-swatch-list-count:before {
    content: "+" attr(data-swatch-count);
  }
  .featured-tile-double:before {
    padding-bottom: 119.42029%;
  }
  /* 수정/삭제 버튼 생길시 레이아웃 틀어지는 결함 이슈로 인해 추가 */
  .n-review-read .read-list .toggle-box .toggle-label.active .read-subject {
    margin-right: 25%;
  }
  .n-review-read .read-list .toggle-box .toggle-content .sign-in-review {
    right: 15px;
  }
  .pdp-details-description .product-promo-container .pdp-anchor-wrap .flex.fixit-active {
    transition: all 0.5s;
  }
  .latest-items .content-title {
    text-align: left;
  }
}

/* Reponsive 768px */
@media screen and (min-width: 768px) {
  .product-tile-swatches {
    position: relative;
    margin-top: 12px;
  }
  .product-tile-swatches .product-tile-swatch-list-count:before {
    content: "+" attr(data-swatch-count);
  }
  .product-tile-swatches .product-tile-swatch-text {
    position: absolute;
    bottom: 0;
    left: 0;
    margin: 0;
  }
  .product-tile:hover .product-tile-swatches .product-tile-swatch-text {
    opacity: 0;
    visibility: hidden;
  }
  .product-tile-swatches.set-has-secondary-badge .product-tile-swatch-list {
    display: flex;
    gap: 5px;
    flex-wrap: wrap;
  }
  .product-tile-swatches.set-has-secondary-badge .product-tile-swatch-list .ratio-standard {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50px;
    -ms-flex: 0 0 50px;
    flex: 0 0 50px;
    width: 50px;
    height: 50px;
    margin: 0;
  }
  .product-tile-swatches.set-has-secondary-badge .product-tile-swatch-list .ratio-standard:first-child {
    padding-left: 0;
  }
  .product-tile-swatches.set-has-secondary-badge .product-tile-swatch-list .swatch-color {
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
  }
  .product-tile-swatches.set-has-secondary-badge .product-tile-swatch-text {
    top: 8px;
  }
  .product-set-tile-image-wrapper {
    opacity: 1;
  }
  .featured-tile-double:before {
    padding-bottom: 77.02312%;
  }
  .quick-btn {
    font-size: 16px;
  }
}

/* Reponsive 1024px */
@media screen and (max-width: 1024px) {
  .quick-btn {
    font-size: .7rem;
  }
}

.uk-modal.modal-size-guide textarea {
  overflow: hidden;
}

.uk-modal.modal-size-guide .uk-modal-dialog {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  overflow: hidden;
  max-width: 960px;
  border-radius: 10px;
}

.uk-modal.modal-size-guide .uk-close {
  width: 60px;
  height: 60px;
}

@media screen and (min-width: 1630px) {
  .pdp-details-description .product-promo-container .pdp-section.pdp-section-size .size-guide-wrap .size-table-wrap {
    padding-left: 80px;
  }
  .pdp-details-description .product-promo-container .pdp-section.pdp-section-size .size-guide-wrap .size-table-wrap .size-table-title-wrap {
    padding-bottom: 25px;
  }
  .pdp-details-description .product-promo-container .pdp-section.pdp-section-size .size-guide-wrap .size-table-wrap .size-table-title-wrap b {
    font-size: 20px;
  }
  .pdp-details-description .product-promo-container .pdp-section.pdp-section-size .size-guide-wrap .size-table-wrap .size-table-title-wrap span {
    font-size: 15px;
  }
  .pdp-details-description .product-promo-container .pdp-section.pdp-section-size .size-guide-wrap .size-table-wrap table th {
    padding: 15px 0;
    font-size: 15px;
  }
  .pdp-details-description .product-promo-container .pdp-section.pdp-section-size .size-guide-wrap .size-table-wrap table th:first-child {
    width: 80px;
  }
  .pdp-details-description .product-promo-container .pdp-section.pdp-section-size .size-guide-wrap .size-table-wrap table tr td {
    padding: 15px 0;
    font-size: 15px;
  }
}

.modal-reviews-submit.window-modal .uk-modal-dialog {
  max-width: 640px;
  border-radius: 0;
}

.modal-reviews-submit .error-msg {
  min-height: 100px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.25;
  letter-spacing: -.025em;
  text-align: center;
  word-break: keep-all;
  word-wrap: break-word;
  overflow-wrap: break-word;
  padding: 65px 75px;
  margin: 0;
}

.modal-reviews-submit .review-write {
  padding: 30px 40px;
}

.modal-reviews-submit .review-write .product-info-wrap {
  padding: 18px 0;
  border-bottom: 1px solid #e5e5e5;
}

.modal-reviews-submit .review-write .product-info-wrap .review-product-img {
  display: inline-block;
  width: 100px;
  height: 100px;
  overflow: hidden;
  vertical-align: top;
}

.modal-reviews-submit .review-write .product-info-wrap .review-product-info {
  display: inline-block;
  padding-left: 20px;
  text-align: left;
  max-width: calc(100% - 105px);
}

.modal-reviews-submit .review-write .product-info-wrap .review-product-info .product-name {
  font-size: 18px;
  margin: 4px 0;
}

.modal-reviews-submit .review-write .product-info-wrap .review-product-info .product-model {
  color: #999;
  font-size: 12px;
}

.modal-reviews-submit .review-write .product-info-wrap .review-product-info .option-wrap {
  margin-top: 14px;
  font-size: 12px;
  font-weight: 600;
}

.modal-reviews-submit .review-write .product-info-wrap .review-product-info .option-wrap span {
  font-weight: normal;
  padding: 0 3px;
}

.modal-reviews-submit .review-write .star-count-wrap {
  padding: 34px 0;
  text-align: center;
}

.modal-reviews-submit .review-write .star-count-wrap .review-submit-step-preview .star-title {
  font-size: 16px;
  font-weight: bold;
}

.modal-reviews-submit .review-write .star-count-wrap .review-submit-step-preview .review-submit-rating-bar .review-submit-rating-item {
  font-size: 34px;
  color: #dbdbdb;
}

.modal-reviews-submit .review-write .star-count-wrap .review-submit-step-preview .review-submit-rating-bar .review-submit-rating-item.set-checked {
  color: #0063BA;
}

.modal-reviews-submit .review-write .star-count-wrap .star-count-text {
  font-size: 20px;
  font-weight: 500;
  color: #757575;
  padding-top: 10px;
}

.modal-reviews-submit .review-write .review-check-wrap .step-contents:not(:last-child) {
  padding-bottom: 24px;
}

.modal-reviews-submit .review-write .review-check-wrap .step-contents .review-submit-range-bar {
  max-width: unset;
  text-align: center;
}

.modal-reviews-submit .review-write .review-check-wrap .step-contents .review-submit-range-bar .review-submit-step-preview {
  overflow: hidden;
}

.modal-reviews-submit .review-write .review-check-wrap .step-contents .review-submit-range-bar .review-submit-step-preview .step-title {
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 12px;
}

.modal-reviews-submit .review-write .review-check-wrap .step-contents .review-submit-range-bar .review-submit-step-preview .review-submit-range {
  width: 100%;
  justify-content: space-around;
  border-color: #c4c4c4;
}

.modal-reviews-submit .review-write .review-check-wrap .step-contents .review-submit-range-bar .review-submit-step-preview .review-submit-range .review-submit-range-item {
  width: 100%;
  height: 48px;
  border: 1px solid #c4c4c4;
  align-content: center;
}

.modal-reviews-submit .review-write .review-check-wrap .step-contents .review-submit-range-bar .review-submit-step-preview .review-submit-range .review-submit-range-item label {
  display: flex;
  height: 100%;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.modal-reviews-submit .review-write .review-check-wrap .step-contents .review-submit-range-bar .review-submit-step-preview .review-submit-range .review-submit-range-item.set-checked {
  color: #0063BA;
  font-weight: 600;
  border-color: #0063BA;
}

.modal-reviews-submit .review-write .wrap-title {
  font-size: 16px;
  font-weight: bold;
  color: #111111;
  text-align: left;
  padding-bottom: 16px;
}

.modal-reviews-submit .review-write .user-fit-wrap {
  text-align: center;
  font-size: 0;
  padding-top: 40px;
}

.modal-reviews-submit .review-write .user-fit-wrap .select-box {
  display: inline-block;
  width: calc(33.33% - 5px);
  height: 48px;
  border: 1px solid #c4c4c4;
}

.modal-reviews-submit .review-write .user-fit-wrap .select-box:not(:last-child) {
  margin-right: 5px;
}

.modal-reviews-submit .review-write .user-fit-wrap .select-box select {
  width: 100%;
  height: 100%;
  font-size: 14px;
  line-height: 1.8;
  color: #757575;
  border: none;
}

.modal-reviews-submit .review-write .review-title-wrap {
  padding-top: 25px;
}

.modal-reviews-submit .review-write .review-title-wrap .review-submit-descr {
  display: block;
  width: 100%;
  height: 50px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  padding: 15px 10px;
  border: 1px solid #c4c4c4;
  border-radius: 1px;
  text-align: left;
  resize: none;
  overflow: hidden;
}

.modal-reviews-submit .review-write .review-text-wrap {
  padding-top: 24px;
}

.modal-reviews-submit .review-write .review-text-wrap .review-submit-descr {
  width: 100%;
  min-height: 200px;
  color: #111;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 500;
  padding: 16px;
  border: 1px solid #c4c4c4;
  border-radius: 1px;
  text-align: left;
  resize: none;
}

.modal-reviews-submit .review-write .photo-review-wrap {
  padding-top: 24px;
}

.modal-reviews-submit .review-write .photo-review-wrap .photo-title {
  margin-bottom: 16px;
  font-size: 16px;
  font-weight: 600;
}

.modal-reviews-submit .review-write .photo-review-wrap .photo-review-info {
  padding-top: 16px;
}

.modal-reviews-submit .review-write .photo-review-wrap .photo-review-info .title {
  font-weight: bold;
}

.modal-reviews-submit .review-write .photo-review-wrap .photo-review-info .title .icon {
  vertical-align: top;
  margin-right: 7px;
}

.modal-reviews-submit .review-write .photo-review-wrap .thumbnail-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.modal-reviews-submit .review-write .photo-review-wrap .thumbnail-wrap.empty {
  padding: 0;
}

.modal-reviews-submit .review-write .photo-review-wrap .thumbnail-wrap .preview-up-img {
  position: relative;
  display: inline-block;
}

.modal-reviews-submit .review-write .photo-review-wrap .thumbnail-wrap .preview-up-img:last-child {
  margin-right: 12px;
}

.modal-reviews-submit .review-write .photo-review-wrap .thumbnail-wrap .preview-up-img img {
  display: inline-block;
  width: 100px;
  height: 100px;
}

.modal-reviews-submit .review-write .photo-review-wrap .thumbnail-wrap .preview-up-img .file-delete-btn {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  width: 22px;
  height: 22px;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.6);
  font-size: 14px;
  color: #fff;
}

.modal-reviews-submit .review-write .photo-review-wrap .thumbnail-wrap .review-submit-media-container {
  width: 100px;
  height: 100px;
}

.modal-reviews-submit .review-write .photo-review-wrap .thumbnail-wrap .review-submit-media-container .review-submit-media-add {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 100%;
  background-color: #f6f6f6;
  cursor: pointer;
}

.modal-reviews-submit .review-write .photo-review-wrap .thumbnail-wrap .review-submit-media-container .review-submit-media-add .icon {
  position: absolute;
  left: calc(50% - 15px);
  top: calc(50% - 15px);
  font-size: 30px;
  color: #c4c4c4;
}

.modal-reviews-submit .review-write .photo-review-wrap .photo-review-notice {
  margin-top: 14px;
  font-size: 14px;
  color: #757575;
}

.modal-reviews-submit .review-write .review-button-wrap {
  margin-top: 24px;
  gap: 12px;
}

.modal-reviews-submit .review-write .review-button-wrap button {
  height: 56px;
}

.modal-reviews-submit .review-write .review-button-wrap .button-cancel {
  color: #fff;
  background-color: #c4c4c4;
  border-color: #c4c4c4;
}

.review-write-head .review-modal-title {
  font-size: 24px;
  font-weight: bold;
  padding: 0 0 20px;
  border-bottom: 2px solid #111111;
}

#review-write-list {
  padding: 12px 0;
}

#review-write-list .write-list .write-item {
  padding: 24px 0;
  border-bottom: 1px solid #e6e6e6;
}

#review-write-list .write-list .write-item .product-wrap {
  width: 100%;
  gap: 20px;
}

#review-write-list .write-list .write-item .product-wrap .product-img {
  width: 100%;
  max-width: 120px;
}

#review-write-list .write-list .write-item .product-wrap .product-details .name {
  margin: 4px 0;
  font-size: 18px;
  font-weight: 500;
}

#review-write-list .write-list .write-item .product-wrap .product-details .model {
  font-size: 12px;
  color: #999;
}

#review-write-list .write-list .write-item .product-wrap .product-details .option-wrap {
  margin: 14px 0;
  font-size: 12px;
  font-weight: 600;
}

#review-write-list .write-list .write-item .product-wrap .product-details .option-wrap span {
  font-weight: normal;
}

#review-write-list .write-list .write-item .product-wrap .product-details .price-wrap .price {
  font-size: 16px;
  font-weight: bold;
}

#review-write-list .write-list .write-item .product-wrap .product-details .price-wrap .price-sale {
  display: inline-block;
  margin-left: 10px;
  font-size: 14px;
  color: #999;
  text-decoration: line-through;
}

#review-write-list .write-list .write-item .product-wrap .product-details .price-wrap .disc-num {
  display: inline-block;
  margin-left: 6px;
  color: #d31717;
  font-size: 16px;
  font-weight: bold;
}

#review-write-list .write-list .write-item .review-action-wrap {
  gap: 20px;
}

#review-write-list .write-list .write-item .review-action-wrap .write-date {
  width: 140px;
  color: #757575;
  text-align: center;
}

#review-write-list .write-list .write-item .review-action-wrap .product-tile-actions {
  width: 100%;
}

#review-write-list .write-list .write-item .review-action-wrap .product-tile-actions .button {
  max-width: 100px;
  height: 38px;
  font-size: 14px;
}

.customer-review-container .reviews-summary-list .reviews-summary-item {
  padding: 24px 0;
  border-bottom: 1px solid #e6e6e6;
}

.customer-review-container .reviews-summary-list .reviews-summary-item .review-product-wrap {
  width: 100%;
}

.customer-review-container .reviews-summary-list .reviews-summary-item .review-product-wrap .reviews-summary-item-media {
  max-width: 100px;
  width: 100%;
}

.customer-review-container .reviews-summary-list .reviews-summary-item .review-product-wrap .review-product {
  padding-left: 20px;
}

.customer-review-container .reviews-summary-list .reviews-summary-item .review-product-wrap .review-product .product-name {
  margin-top: 4px;
  font-size: 18px;
  font-weight: 600;
}

.customer-review-container .reviews-summary-list .reviews-summary-item .review-product-wrap .review-product .product-model {
  margin-top: 4px;
  color: #999;
  font-size: 12px;
}

.customer-review-container .reviews-summary-list .reviews-summary-item .review-product-wrap .review-product .user-option {
  margin-top: 14px;
  font-size: 12px;
}

.customer-review-container .reviews-summary-list .reviews-summary-item .review-product-wrap .review-product .user-option strong {
  font-weight: 600;
}

.customer-review-container .reviews-summary-list .reviews-summary-item .review-product-wrap .review-product .user-option span {
  padding: 0 4px;
}

.customer-review-container .reviews-summary-list .reviews-summary-item .customer-review-action .date {
  width: 120px;
  line-height: 40px;
  color: #757575;
  text-align: center;
}

.customer-review-container .reviews-summary-list .reviews-summary-item .customer-review-action .flex {
  gap: 12px;
}

.customer-review-container .reviews-summary-list .reviews-summary-item .customer-review-action .flex .button {
  width: 80px;
  height: 40px;
  font-size: 14px;
}

.customer-review-container .reviews-summary-list .reviews-summary-item .customer-review-action .flex .button.review-modify {
  color: #333;
  border-color: #c4c4c4;
}

.customer-review-container .reviews-summary-list .reviews-summary-item .customer-review-action .flex .button.review-remove {
  color: #fff;
  border-color: #333;
  background-color: #333;
}

.customer-review-container .reviews-summary-list .reviews-summary-item .review-details {
  width: calc(100% - 120px);
  margin: 0 0 0 auto;
}

.customer-review-container .reviews-summary-list .reviews-summary-item .review-details .review-star .star-average .like {
  position: relative;
  display: inline-block;
  text-align: left;
  width: 83px;
  height: 14px;
  background-image: url("data:image/svg+xml,%3Csvg width='142' height='24' viewBox='0 0 142 24' fill='%23e6e6e6' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.4427.376815c.04537-.111445.12267-.206783.22207-.273884.0994-.067099.2163-.102931.3359-.102931.1197 0 .2366.035832.3359.102931.0994.067101.1767.16244.22207.273884l3.0244 7.324185c.0876.211556.2827.352608.5078.372758l7.855.632174c.5328.04534.7505.717808.3427 1.067897l-5.9813 5.160671c-.0846.0724-.1476.1669-.1821.2732-.0344.1063-.0389.2201-.013.3288l1.8261 7.7145c.0279.1169.0208.2393-.0204.3519-.0411.1126-.1145.2104-.2109.281-.0963.0706-.2113.1109-.3304.1157-.1191.0048-.2369-.026-.3386-.0886l-6.7217-4.1331c-.0947-.0588-.2038-.09-.3151-.09-.1113 0-.2204.0312-.3151.09l-6.7217 4.1331c-.1017.0626-.2195.0934-.3386.0886-.1191-.0048-.2341-.0451-.3304-.1157-.0964-.0706-.1698-.1684-.2109-.281-.0412-.1126-.0483-.235-.0204-.3519l1.8261-7.7145c.0264-.1091.0221-.2234-.0124-.3302-.0345-.1067-.0978-.2017-.1829-.2743L.712775 9.77635c-.091028-.07778-.157068-.18102-.189749-.29663-.032681-.11562-.030531-.2384-.006798-.35278.036708-.11438.106321-.21522.200015-.28972.093694-.0745.20725-.1193.32627-.12875l7.8549-.63217c.11059-.00883.21658-.04833.30622-.11413.08964-.0658.15943-.15532.2016-.25862l3.0244-7.324185z'/%3E%3Cpath d='M41.4427.376815c.04537-.111445.12267-.206783.22207-.273884.0994-.067099.2163-.102931.3359-.102931.1197 0 .2366.035832.3359.102931.0994.067101.1767.16244.22207.273884l3.0244 7.324185c.0876.211556.2827.352608.5078.372758l7.855.632174c.5328.04534.7505.717808.3427 1.067897l-5.9813 5.160671c-.0846.0724-.1476.1669-.1821.2732-.0344.1063-.0389.2201-.013.3288l1.8261 7.7145c.0279.1169.0208.2393-.0204.3519-.0411.1126-.1145.2104-.2109.281-.0963.0706-.2113.1109-.3304.1157-.1191.0048-.2369-.026-.3386-.0886l-6.7217-4.1331c-.0947-.0588-.2038-.09-.3151-.09-.1113 0-.2204.0312-.3151.09l-6.7217 4.1331c-.1017.0626-.2195.0934-.3386.0886-.1191-.0048-.2341-.0451-.3304-.1157-.0964-.0706-.1698-.1684-.2109-.281-.0412-.1126-.0483-.235-.0204-.3519l1.8261-7.7145c.0264-.1091.0221-.2234-.0124-.3302-.0345-.1067-.0978-.2017-.1829-.2743l-5.9813-5.1581c-.09103-.07778-.15707-.18102-.18975-.29663-.03268-.11562-.03053-.2384-.0068-.35278.03671-.11438.10632-.21522.20002-.28972.09369-.0745.20725-.1193.32627-.12875l7.8549-.63217c.11059-.00883.21658-.04833.30622-.11413.08964-.0658.15943-.15532.2016-.25862l3.0244-7.324185z'/%3E%3Cpath d='M70.4427.376815c.04537-.111445.12267-.206783.22207-.273884.0994-.067099.2163-.102931.3359-.102931.1197 0 .2366.035832.3359.102931.0994.067101.1767.16244.22207.273884l3.0244 7.324185c.0876.211556.2827.352608.5078.372758l7.855.632174c.5328.04534.7505.717808.3427 1.067897l-5.9813 5.160671c-.0846.0724-.1476.1669-.1821.2732-.0344.1063-.0389.2201-.013.3288l1.8261 7.7145c.0279.1169.0208.2393-.0204.3519-.0411.1126-.1145.2104-.2109.281-.0963.0706-.2113.1109-.3304.1157-.1191.0048-.2369-.026-.3386-.0886l-6.7217-4.1331c-.0947-.0588-.2038-.09-.3151-.09-.1113 0-.2204.0312-.3151.09l-6.7217 4.1331c-.1017.0626-.2195.0934-.3386.0886-.1191-.0048-.2341-.0451-.3304-.1157-.0964-.0706-.1698-.1684-.2109-.281-.0412-.1126-.0483-.235-.0204-.3519l1.8261-7.7145c.0264-.1091.0221-.2234-.0124-.3302-.0345-.1067-.0978-.2017-.1829-.2743l-5.9813-5.1581c-.09103-.07778-.15707-.18102-.18975-.29663-.03268-.11562-.03053-.2384-.0068-.35278.03671-.11438.10632-.21522.20002-.28972.09369-.0745.20725-.1193.32627-.12875l7.8549-.63217c.11059-.00883.21658-.04833.30622-.11413.08964-.0658.15943-.15532.2016-.25862l3.0244-7.324185z'/%3E%3Cpath d='M99.4427.376815c.04537-.111445.12267-.206783.22207-.273884.0994-.067099.2163-.102931.3359-.102931.1197 0 .2366.035832.3359.102931.0994.067101.1767.16244.22207.273884l3.0244 7.324185c.0876.211556.2827.352608.5078.372758l7.855.632174c.5328.04534.7505.717808.3427 1.067897l-5.9813 5.160671c-.0846.0724-.1476.1669-.1821.2732-.0344.1063-.0389.2201-.013.3288l1.8261 7.7145c.0279.1169.0208.2393-.0204.3519-.0411.1126-.1145.2104-.2109.281-.0963.0706-.2113.1109-.3304.1157-.1191.0048-.2369-.026-.3386-.0886l-6.7217-4.1331c-.0947-.0588-.2038-.09-.3151-.09-.1113 0-.2204.0312-.3151.09l-6.7217 4.1331c-.1017.0626-.2195.0934-.3386.0886-.1191-.0048-.2341-.0451-.3304-.1157-.0964-.0706-.1698-.1684-.2109-.281-.0412-.1126-.0483-.235-.0204-.3519l1.8261-7.7145c.0264-.1091.0221-.2234-.0124-.3302-.0345-.1067-.0978-.2017-.1829-.2743l-5.9813-5.1581c-.09103-.07778-.15707-.18102-.18975-.29663-.03268-.11562-.03053-.2384-.0068-.35278.03671-.11438.10632-.21522.20002-.28972.09369-.0745.20725-.1193.32627-.12875l7.8549-.63217c.11059-.00883.21658-.04833.30622-.11413.08964-.0658.15943-.15532.2016-.25862l3.0244-7.324185z'/%3E%3Cpath d='M128.443.376815c.04537-.111445.12267-.206783.22207-.273884.0994-.067099.2163-.102931.3359-.102931.1197 0 .2366.035832.3359.102931.0994.067101.1767.16244.22207.273884l3.0244 7.324185c.0876.211556.2827.352608.5078.372758l7.855.632174c.5328.04534.7505.717808.3427 1.067897l-5.9813 5.160671c-.0846.0724-.1476.1669-.1821.2732-.0344.1063-.0389.2201-.013.3288l1.8261 7.7145c.0279.1169.0208.2393-.0204.3519-.0411.1126-.1145.2104-.2109.281-.0963.0706-.2113.1109-.3304.1157-.1191.0048-.2369-.026-.3386-.0886l-6.7217-4.1331c-.0947-.0588-.2038-.09-.3151-.09-.1113 0-.2204.0312-.3151.09l-6.7217 4.1331c-.1017.0626-.2195.0934-.3386.0886-.1191-.0048-.2341-.0451-.3304-.1157-.0964-.0706-.1698-.1684-.2109-.281-.0412-.1126-.0483-.235-.0204-.3519l1.8261-7.7145c.0264-.1091.0221-.2234-.0124-.3302-.0345-.1067-.0978-.2017-.1829-.2743l-5.9813-5.1581c-.09103-.07778-.15707-.18102-.18975-.29663-.03268-.11562-.03053-.2384-.0068-.35278.03671-.11438.10632-.21522.20002-.28972.09369-.0745.20725-.1193.32627-.12875l7.8549-.63217c.11059-.00883.21658-.04833.30622-.11413.08964-.0658.15943-.15532.2016-.25862l3.0244-7.324185z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 83px;
  vertical-align: middle;
}

.customer-review-container .reviews-summary-list .reviews-summary-item .review-details .review-star .star-average .like > span {
  position: absolute;
  width: 50%;
  height: 14px;
  display: inline-block;
  background-image: url("data:image/svg+xml,%3Csvg width='142' height='24' viewBox='0 0 142 24' fill='%230063BA' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.4427.376815c.04537-.111445.12267-.206783.22207-.273884.0994-.067099.2163-.102931.3359-.102931.1197 0 .2366.035832.3359.102931.0994.067101.1767.16244.22207.273884l3.0244 7.324185c.0876.211556.2827.352608.5078.372758l7.855.632174c.5328.04534.7505.717808.3427 1.067897l-5.9813 5.160671c-.0846.0724-.1476.1669-.1821.2732-.0344.1063-.0389.2201-.013.3288l1.8261 7.7145c.0279.1169.0208.2393-.0204.3519-.0411.1126-.1145.2104-.2109.281-.0963.0706-.2113.1109-.3304.1157-.1191.0048-.2369-.026-.3386-.0886l-6.7217-4.1331c-.0947-.0588-.2038-.09-.3151-.09-.1113 0-.2204.0312-.3151.09l-6.7217 4.1331c-.1017.0626-.2195.0934-.3386.0886-.1191-.0048-.2341-.0451-.3304-.1157-.0964-.0706-.1698-.1684-.2109-.281-.0412-.1126-.0483-.235-.0204-.3519l1.8261-7.7145c.0264-.1091.0221-.2234-.0124-.3302-.0345-.1067-.0978-.2017-.1829-.2743L.712775 9.77635c-.091028-.07778-.157068-.18102-.189749-.29663-.032681-.11562-.030531-.2384-.006798-.35278.036708-.11438.106321-.21522.200015-.28972.093694-.0745.20725-.1193.32627-.12875l7.8549-.63217c.11059-.00883.21658-.04833.30622-.11413.08964-.0658.15943-.15532.2016-.25862l3.0244-7.324185z'/%3E%3Cpath d='M41.4427.376815c.04537-.111445.12267-.206783.22207-.273884.0994-.067099.2163-.102931.3359-.102931.1197 0 .2366.035832.3359.102931.0994.067101.1767.16244.22207.273884l3.0244 7.324185c.0876.211556.2827.352608.5078.372758l7.855.632174c.5328.04534.7505.717808.3427 1.067897l-5.9813 5.160671c-.0846.0724-.1476.1669-.1821.2732-.0344.1063-.0389.2201-.013.3288l1.8261 7.7145c.0279.1169.0208.2393-.0204.3519-.0411.1126-.1145.2104-.2109.281-.0963.0706-.2113.1109-.3304.1157-.1191.0048-.2369-.026-.3386-.0886l-6.7217-4.1331c-.0947-.0588-.2038-.09-.3151-.09-.1113 0-.2204.0312-.3151.09l-6.7217 4.1331c-.1017.0626-.2195.0934-.3386.0886-.1191-.0048-.2341-.0451-.3304-.1157-.0964-.0706-.1698-.1684-.2109-.281-.0412-.1126-.0483-.235-.0204-.3519l1.8261-7.7145c.0264-.1091.0221-.2234-.0124-.3302-.0345-.1067-.0978-.2017-.1829-.2743l-5.9813-5.1581c-.09103-.07778-.15707-.18102-.18975-.29663-.03268-.11562-.03053-.2384-.0068-.35278.03671-.11438.10632-.21522.20002-.28972.09369-.0745.20725-.1193.32627-.12875l7.8549-.63217c.11059-.00883.21658-.04833.30622-.11413.08964-.0658.15943-.15532.2016-.25862l3.0244-7.324185z'/%3E%3Cpath d='M70.4427.376815c.04537-.111445.12267-.206783.22207-.273884.0994-.067099.2163-.102931.3359-.102931.1197 0 .2366.035832.3359.102931.0994.067101.1767.16244.22207.273884l3.0244 7.324185c.0876.211556.2827.352608.5078.372758l7.855.632174c.5328.04534.7505.717808.3427 1.067897l-5.9813 5.160671c-.0846.0724-.1476.1669-.1821.2732-.0344.1063-.0389.2201-.013.3288l1.8261 7.7145c.0279.1169.0208.2393-.0204.3519-.0411.1126-.1145.2104-.2109.281-.0963.0706-.2113.1109-.3304.1157-.1191.0048-.2369-.026-.3386-.0886l-6.7217-4.1331c-.0947-.0588-.2038-.09-.3151-.09-.1113 0-.2204.0312-.3151.09l-6.7217 4.1331c-.1017.0626-.2195.0934-.3386.0886-.1191-.0048-.2341-.0451-.3304-.1157-.0964-.0706-.1698-.1684-.2109-.281-.0412-.1126-.0483-.235-.0204-.3519l1.8261-7.7145c.0264-.1091.0221-.2234-.0124-.3302-.0345-.1067-.0978-.2017-.1829-.2743l-5.9813-5.1581c-.09103-.07778-.15707-.18102-.18975-.29663-.03268-.11562-.03053-.2384-.0068-.35278.03671-.11438.10632-.21522.20002-.28972.09369-.0745.20725-.1193.32627-.12875l7.8549-.63217c.11059-.00883.21658-.04833.30622-.11413.08964-.0658.15943-.15532.2016-.25862l3.0244-7.324185z'/%3E%3Cpath d='M99.4427.376815c.04537-.111445.12267-.206783.22207-.273884.0994-.067099.2163-.102931.3359-.102931.1197 0 .2366.035832.3359.102931.0994.067101.1767.16244.22207.273884l3.0244 7.324185c.0876.211556.2827.352608.5078.372758l7.855.632174c.5328.04534.7505.717808.3427 1.067897l-5.9813 5.160671c-.0846.0724-.1476.1669-.1821.2732-.0344.1063-.0389.2201-.013.3288l1.8261 7.7145c.0279.1169.0208.2393-.0204.3519-.0411.1126-.1145.2104-.2109.281-.0963.0706-.2113.1109-.3304.1157-.1191.0048-.2369-.026-.3386-.0886l-6.7217-4.1331c-.0947-.0588-.2038-.09-.3151-.09-.1113 0-.2204.0312-.3151.09l-6.7217 4.1331c-.1017.0626-.2195.0934-.3386.0886-.1191-.0048-.2341-.0451-.3304-.1157-.0964-.0706-.1698-.1684-.2109-.281-.0412-.1126-.0483-.235-.0204-.3519l1.8261-7.7145c.0264-.1091.0221-.2234-.0124-.3302-.0345-.1067-.0978-.2017-.1829-.2743l-5.9813-5.1581c-.09103-.07778-.15707-.18102-.18975-.29663-.03268-.11562-.03053-.2384-.0068-.35278.03671-.11438.10632-.21522.20002-.28972.09369-.0745.20725-.1193.32627-.12875l7.8549-.63217c.11059-.00883.21658-.04833.30622-.11413.08964-.0658.15943-.15532.2016-.25862l3.0244-7.324185z'/%3E%3Cpath d='M128.443.376815c.04537-.111445.12267-.206783.22207-.273884.0994-.067099.2163-.102931.3359-.102931.1197 0 .2366.035832.3359.102931.0994.067101.1767.16244.22207.273884l3.0244 7.324185c.0876.211556.2827.352608.5078.372758l7.855.632174c.5328.04534.7505.717808.3427 1.067897l-5.9813 5.160671c-.0846.0724-.1476.1669-.1821.2732-.0344.1063-.0389.2201-.013.3288l1.8261 7.7145c.0279.1169.0208.2393-.0204.3519-.0411.1126-.1145.2104-.2109.281-.0963.0706-.2113.1109-.3304.1157-.1191.0048-.2369-.026-.3386-.0886l-6.7217-4.1331c-.0947-.0588-.2038-.09-.3151-.09-.1113 0-.2204.0312-.3151.09l-6.7217 4.1331c-.1017.0626-.2195.0934-.3386.0886-.1191-.0048-.2341-.0451-.3304-.1157-.0964-.0706-.1698-.1684-.2109-.281-.0412-.1126-.0483-.235-.0204-.3519l1.8261-7.7145c.0264-.1091.0221-.2234-.0124-.3302-.0345-.1067-.0978-.2017-.1829-.2743l-5.9813-5.1581c-.09103-.07778-.15707-.18102-.18975-.29663-.03268-.11562-.03053-.2384-.0068-.35278.03671-.11438.10632-.21522.20002-.28972.09369-.0745.20725-.1193.32627-.12875l7.8549-.63217c.11059-.00883.21658-.04833.30622-.11413.08964-.0658.15943-.15532.2016-.25862l3.0244-7.324185z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 83px;
}

.customer-review-container .reviews-summary-list .reviews-summary-item .review-details .review-star .star-average .like > span .icon {
  display: none;
}

.customer-review-container .reviews-summary-list .reviews-summary-item .review-details .review-star .star-average .score {
  display: inline-block;
  margin-left: 4px;
  color: #666;
  vertical-align: middle;
}

.customer-review-container .reviews-summary-list .reviews-summary-item .review-details .opt-wrap {
  display: flex;
  margin-top: 16px;
  gap: 10px;
}

.customer-review-container .reviews-summary-list .reviews-summary-item .review-details .opt-wrap .opt-value-list {
  padding: 8px 16px;
  font-size: 14px;
  border-radius: 25px;
  background-color: #f4f4f4;
}

.customer-review-container .reviews-summary-list .reviews-summary-item .review-details .opt-wrap .opt-value-list .opt-value-title {
  color: #666;
  margin-right: 10px;
}

.customer-review-container .reviews-summary-list .reviews-summary-item .review-details .reviews-summary-item-description {
  margin-top: 16px;
  font-size: 14px;
  line-height: 1.4;
  word-break: break-word;
}

.customer-review-container .reviews-summary-list .reviews-summary-item .review-details .review-img-lsit {
  margin-top: 16px;
  gap: 10px;
}

.customer-review-container .reviews-summary-list .reviews-summary-item .review-details .review-img-lsit .append-img {
  position: relative;
  width: 120px;
  height: 120px;
}

.customer-review-container .reviews-summary-list .reviews-summary-item .review-details .review-img-lsit .append-img a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #f7f7f7;
}

.customer-review-container .reviews-summary-list .reviews-summary-item .review-details .review-img-lsit .append-img a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.customer-review-container .reviews-summary-list .reviews-summary-item .review-details .review-img-lsit .append-img.last-more {
  position: relative;
}

.customer-review-container .reviews-summary-list .reviews-summary-item .review-details .review-img-lsit .append-img.last-more .more-thumb {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  font-size: 14px;
  color: #fff;
  font-weight: bold;
  background-color: rgba(0, 0, 0, 0.6);
}

.customer-review-container .reviews-summary-list .reviews-summary-item .review-details .review-img-lsit .append-img.last-more .more-thumb .icon {
  width: 18px;
  height: 18px;
  margin-bottom: 6px;
}

.reward-text-wrap {
  padding: 30px 0 30px 30px;
}

.reward-text-wrap .title {
  font-size: 16px;
  margin-bottom: 10px;
}

.reward-text-wrap .title .review-gift {
  margin-left: -21px;
  vertical-align: top;
}

.reward-text-wrap .title strong {
  padding-left: 5px;
}

.reward-text-wrap .txt1 {
  color: #757575;
  margin-bottom: 3px;
}

.modal-reviews-list .uk-modal-dialog {
  border-radius: 0;
}

.modal-reviews-list .review-list-modal-wrap {
  padding: 30px 40px;
  overflow: scroll;
}

.modal-reviews-list .review-list-modal-wrap .modal-title {
  display: flex;
  justify-content: space-between;
  padding-bottom: 20px;
  border-bottom: 2px solid #000;
}

.modal-reviews-list .review-list-modal-wrap .modal-title .title {
  font-size: 24px;
  font-weight: bold;
}

.modal-reviews-list .review-list-modal-wrap .modal-title .top-btn-area .icon {
  font-size: 22px;
}

.modal-reviews-list .review-list-modal-wrap .photo-review-product {
  display: flex;
  margin: 24px 0;
}

.modal-reviews-list .review-list-modal-wrap .photo-review-product .product-thumb-img {
  max-width: 120px;
  width: 100%;
}

.modal-reviews-list .review-list-modal-wrap .photo-review-product .product-info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-left: 20px;
}

.modal-reviews-list .review-list-modal-wrap .photo-review-product .product-info .product-name {
  display: block;
  font-size: 18px;
  margin-bottom: 12px;
}

.modal-reviews-list .review-list-modal-wrap .photo-review-product .product-info .review-starts .like {
  position: relative;
  display: inline-block;
  text-align: left;
  width: 83px;
  height: 14px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23e5e5e5' viewBox='0 0 252 44' style='enable-background:new 0 0 252 44;' xml:space='preserve'%3E%3Cpath d='M19.5,37.7c1.5-1,3.5-0.9,5,0l8.2,5.1c2,1.2,4.3-0.6,3.8-2.8l-2.1-9.4c-0.4-1.8,0.2-3.8,1.6-5l7.2-6.4 c1.7-1.5,0.8-4.4-1.5-4.6l-9.5-0.8c-1.8-0.2-3.4-1.3-4.1-3l-3.7-8.9c-0.9-2.1-3.9-2.1-4.7,0l-3.7,8.9c-0.7,1.7-2.3,2.9-4.1,3 l-9.5,0.8c-2.3,0.2-3.2,3.1-1.5,4.6l7.2,6.4c1.4,1.2,2,3.2,1.6,5l-2.1,9.4c-0.5,2.3,1.9,4,3.8,2.8L19.5,37.7z'/%3E%3Cpath class='st0' d='M71.5,37.7c1.5-1,3.5-0.9,5,0l8.2,5.1c2,1.2,4.3-0.6,3.8-2.8l-2.1-9.4c-0.4-1.8,0.2-3.8,1.6-5l7.2-6.4 c1.7-1.5,0.8-4.4-1.5-4.6l-9.5-0.8c-1.8-0.2-3.4-1.3-4.1-3l-3.7-8.9c-0.9-2.1-3.9-2.1-4.7,0l-3.7,8.9c-0.7,1.7-2.3,2.9-4.1,3 l-9.5,0.8c-2.3,0.2-3.2,3.1-1.5,4.6l7.2,6.4c1.4,1.2,2,3.2,1.6,5l-2.1,9.4c-0.5,2.3,1.9,4,3.8,2.8L71.5,37.7z'/%3E%3Cpath class='st0' d='M123.5,37.7c1.5-1,3.5-0.9,5,0l8.2,5.1c2,1.2,4.3-0.6,3.8-2.8l-2.1-9.4c-0.4-1.8,0.2-3.8,1.6-5l7.2-6.4 c1.7-1.5,0.8-4.4-1.5-4.6l-9.5-0.8c-1.8-0.2-3.4-1.3-4.1-3l-3.7-8.9c-0.9-2.1-3.9-2.1-4.7,0l-3.7,8.9c-0.7,1.7-2.3,2.9-4.1,3 l-9.5,0.8c-2.3,0.2-3.2,3.1-1.5,4.6l7.2,6.4c1.4,1.2,2,3.2,1.6,5l-2.1,9.4c-0.5,2.3,1.9,4,3.8,2.8L123.5,37.7z'/%3E%3Cpath class='st0' d='M175.5,37.7c1.5-1,3.5-0.9,5,0l8.2,5.1c2,1.2,4.3-0.6,3.8-2.8l-2.1-9.4c-0.4-1.8,0.2-3.8,1.6-5l7.2-6.4 c1.7-1.5,0.8-4.4-1.5-4.6l-9.5-0.8c-1.8-0.2-3.4-1.3-4.1-3l-3.7-8.9c-0.9-2.1-3.9-2.1-4.7,0l-3.7,8.9c-0.7,1.7-2.3,2.9-4.1,3 l-9.5,0.8c-2.3,0.2-3.2,3.1-1.5,4.6l7.2,6.4c1.4,1.2,2,3.2,1.6,5l-2.1,9.4c-0.5,2.3,1.9,4,3.8,2.8L175.5,37.7z'/%3E%3Cpath class='st0' d='M227.5,37.7c1.5-1,3.5-0.9,5,0l8.2,5.1c2,1.2,4.3-0.6,3.8-2.8l-2.1-9.4c-0.4-1.8,0.2-3.8,1.6-5l7.2-6.4 c1.7-1.5,0.8-4.4-1.5-4.6l-9.5-0.8c-1.8-0.2-3.4-1.3-4.1-3l-3.7-8.9c-0.9-2.1-3.9-2.1-4.7,0l-3.7,8.9c-0.7,1.7-2.3,2.9-4.1,3 l-9.5,0.8c-2.3,0.2-3.2,3.1-1.5,4.6l7.2,6.4c1.4,1.2,2,3.2,1.6,5l-2.1,9.4c-0.5,2.3,1.9,4,3.8,2.8L227.5,37.7z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 83px;
  vertical-align: middle;
}

.modal-reviews-list .review-list-modal-wrap .photo-review-product .product-info .review-starts .like > span {
  position: absolute;
  width: 50%;
  height: 14px;
  display: inline-block;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%230063BA' viewBox='0 0 252 44' style='enable-background:new 0 0 252 44;' xml:space='preserve'%3E%3Cpath d='M19.5,37.7c1.5-1,3.5-0.9,5,0l8.2,5.1c2,1.2,4.3-0.6,3.8-2.8l-2.1-9.4c-0.4-1.8,0.2-3.8,1.6-5l7.2-6.4 c1.7-1.5,0.8-4.4-1.5-4.6l-9.5-0.8c-1.8-0.2-3.4-1.3-4.1-3l-3.7-8.9c-0.9-2.1-3.9-2.1-4.7,0l-3.7,8.9c-0.7,1.7-2.3,2.9-4.1,3 l-9.5,0.8c-2.3,0.2-3.2,3.1-1.5,4.6l7.2,6.4c1.4,1.2,2,3.2,1.6,5l-2.1,9.4c-0.5,2.3,1.9,4,3.8,2.8L19.5,37.7z'/%3E%3Cpath class='st0' d='M71.5,37.7c1.5-1,3.5-0.9,5,0l8.2,5.1c2,1.2,4.3-0.6,3.8-2.8l-2.1-9.4c-0.4-1.8,0.2-3.8,1.6-5l7.2-6.4 c1.7-1.5,0.8-4.4-1.5-4.6l-9.5-0.8c-1.8-0.2-3.4-1.3-4.1-3l-3.7-8.9c-0.9-2.1-3.9-2.1-4.7,0l-3.7,8.9c-0.7,1.7-2.3,2.9-4.1,3 l-9.5,0.8c-2.3,0.2-3.2,3.1-1.5,4.6l7.2,6.4c1.4,1.2,2,3.2,1.6,5l-2.1,9.4c-0.5,2.3,1.9,4,3.8,2.8L71.5,37.7z'/%3E%3Cpath class='st0' d='M123.5,37.7c1.5-1,3.5-0.9,5,0l8.2,5.1c2,1.2,4.3-0.6,3.8-2.8l-2.1-9.4c-0.4-1.8,0.2-3.8,1.6-5l7.2-6.4 c1.7-1.5,0.8-4.4-1.5-4.6l-9.5-0.8c-1.8-0.2-3.4-1.3-4.1-3l-3.7-8.9c-0.9-2.1-3.9-2.1-4.7,0l-3.7,8.9c-0.7,1.7-2.3,2.9-4.1,3 l-9.5,0.8c-2.3,0.2-3.2,3.1-1.5,4.6l7.2,6.4c1.4,1.2,2,3.2,1.6,5l-2.1,9.4c-0.5,2.3,1.9,4,3.8,2.8L123.5,37.7z'/%3E%3Cpath class='st0' d='M175.5,37.7c1.5-1,3.5-0.9,5,0l8.2,5.1c2,1.2,4.3-0.6,3.8-2.8l-2.1-9.4c-0.4-1.8,0.2-3.8,1.6-5l7.2-6.4 c1.7-1.5,0.8-4.4-1.5-4.6l-9.5-0.8c-1.8-0.2-3.4-1.3-4.1-3l-3.7-8.9c-0.9-2.1-3.9-2.1-4.7,0l-3.7,8.9c-0.7,1.7-2.3,2.9-4.1,3 l-9.5,0.8c-2.3,0.2-3.2,3.1-1.5,4.6l7.2,6.4c1.4,1.2,2,3.2,1.6,5l-2.1,9.4c-0.5,2.3,1.9,4,3.8,2.8L175.5,37.7z'/%3E%3Cpath class='st0' d='M227.5,37.7c1.5-1,3.5-0.9,5,0l8.2,5.1c2,1.2,4.3-0.6,3.8-2.8l-2.1-9.4c-0.4-1.8,0.2-3.8,1.6-5l7.2-6.4 c1.7-1.5,0.8-4.4-1.5-4.6l-9.5-0.8c-1.8-0.2-3.4-1.3-4.1-3l-3.7-8.9c-0.9-2.1-3.9-2.1-4.7,0l-3.7,8.9c-0.7,1.7-2.3,2.9-4.1,3 l-9.5,0.8c-2.3,0.2-3.2,3.1-1.5,4.6l7.2,6.4c1.4,1.2,2,3.2,1.6,5l-2.1,9.4c-0.5,2.3,1.9,4,3.8,2.8L227.5,37.7z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 83px;
}

.modal-reviews-list .review-list-modal-wrap .photo-review-product .product-info .review-starts .score {
  font-size: 16px;
  color: #111111;
  font-weight: 600;
  vertical-align: middle;
  margin-left: 8px;
}

.modal-reviews-list .review-list-modal-wrap .photo-review-modal-list {
  position: relative;
  max-height: 540px;
  overflow: auto;
}

.modal-reviews-list .review-list-modal-wrap .photo-review-modal-list .photo-all-list {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  gap: 10px;
  z-index: 1;
}

.modal-reviews-list .review-list-modal-wrap .photo-review-modal-list .photo-all-list .photo-review-item {
  position: relative;
  display: inline-block;
  width: 18.88%;
  height: 0;
  padding-top: 18.88%;
  overflow: hidden;
}

.modal-reviews-list .review-list-modal-wrap .photo-review-modal-list .photo-all-list .photo-review-item a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #f4f4f4;
}

.modal-reviews-list .review-list-modal-wrap .photo-review-modal-list .photo-all-list .photo-review-item a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.modal-reviews-detail .uk-modal-dialog {
  max-width: 1020px !important;
  border-radius: 0;
}

.modal-reviews-detail .review-detail-modal-wrap {
  padding: 30px 40px;
}

.modal-reviews-detail .review-detail-modal-wrap .modal-title {
  display: flex;
  justify-content: space-between;
  padding-bottom: 20px;
  border-bottom: 2px solid #000;
}

.modal-reviews-detail .review-detail-modal-wrap .modal-title .title {
  font-size: 24px;
  font-weight: bold;
}

.modal-reviews-detail .review-detail-modal-wrap .modal-title .top-btn-area {
  gap: 20px;
}

.modal-reviews-detail .review-detail-modal-wrap .modal-title .top-btn-area .icon {
  font-size: 22px;
}

.modal-reviews-detail .review-detail-modal-wrap .photo-detail {
  padding: 24px 0 0;
}

.modal-reviews-detail .review-detail-modal-wrap .photo-detail .photo-review-item {
  display: flex;
}

.modal-reviews-detail .review-detail-modal-wrap .photo-detail .photo-review-item > div {
  padding: 0;
}

.modal-reviews-detail .review-detail-modal-wrap .photo-detail .photo-review-item .photo-review-detail-gallery {
  max-width: 540px;
  width: 100%;
  flex-basis: 100%;
}

.modal-reviews-detail .review-detail-modal-wrap .photo-detail .photo-review-item .photo-review-detail-gallery .swiper-slide {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 0;
  padding-top: 113.1%;
  overflow: hidden;
}

.modal-reviews-detail .review-detail-modal-wrap .photo-detail .photo-review-item .photo-review-detail-gallery .swiper-slide a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #f7f7f7;
}

.modal-reviews-detail .review-detail-modal-wrap .photo-detail .photo-review-item .photo-review-detail-gallery .swiper-slide a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.modal-reviews-detail .review-detail-modal-wrap .photo-detail .photo-review-item .photo-review-detail-gallery .nav-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  font-size: 36px;
  color: #fff;
}

.modal-reviews-detail .review-detail-modal-wrap .photo-detail .photo-review-item .photo-review-detail-gallery .nav-btn.gallery-btn-prev {
  left: 10px;
}

.modal-reviews-detail .review-detail-modal-wrap .photo-detail .photo-review-item .photo-review-detail-gallery .nav-btn.gallery-btn-next {
  right: 10px;
}

.modal-reviews-detail .review-detail-modal-wrap .photo-detail .photo-review-item .photo-review-detail-gallery .nav-btn.swiper-button-disabled {
  opacity: 0;
  cursor: default;
}

.modal-reviews-detail .review-detail-modal-wrap .photo-detail .photo-review-item .photo-review-detail-gallery .photo-review-thumb {
  position: relative;
  margin-top: 24px;
}

.modal-reviews-detail .review-detail-modal-wrap .photo-detail .photo-review-item .photo-review-detail-gallery .photo-review-thumb .thumb-wrap {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
  z-index: 1;
}

.modal-reviews-detail .review-detail-modal-wrap .photo-detail .photo-review-item .photo-review-detail-gallery .photo-review-thumb .thumb-wrap .thumb-item {
  position: relative;
  display: inline-block;
  width: calc(20% - 8px);
  height: 0;
  padding-top: calc(20% - 8px);
  overflow: hidden;
}

.modal-reviews-detail .review-detail-modal-wrap .photo-detail .photo-review-item .photo-review-detail-gallery .photo-review-thumb .thumb-wrap .thumb-item a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #f7f7f7;
}

.modal-reviews-detail .review-detail-modal-wrap .photo-detail .photo-review-item .photo-review-detail-gallery .photo-review-thumb .thumb-wrap .thumb-item a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.modal-reviews-detail .review-detail-modal-wrap .photo-detail .photo-review-item .photo-review-detail-gallery .photo-review-thumb .thumb-wrap .thumb-item.active a::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  border: 2px solid #0063BA;
}

.modal-reviews-detail .review-detail-modal-wrap .photo-detail .photo-review-item .photo-review-detail-info {
  margin-left: 32px;
  max-width: 386px;
  flex-basis: 100%;
}

.modal-reviews-detail .review-detail-modal-wrap .photo-detail .photo-review-item .photo-review-detail-info .product-info {
  margin-bottom: 16px;
}

.modal-reviews-detail .review-detail-modal-wrap .photo-detail .photo-review-item .photo-review-detail-info .product-info p {
  margin: 0;
}

.modal-reviews-detail .review-detail-modal-wrap .photo-detail .photo-review-item .photo-review-detail-info .product-info .image-url {
  max-width: 80px;
  width: 80px;
  height: 80px;
  margin-right: 13px;
  flex-basis: 100%;
}

.modal-reviews-detail .review-detail-modal-wrap .photo-detail .photo-review-item .photo-review-detail-info .product-info .product-name {
  font-size: 16px;
  font-weight: 500;
  word-break: break-word;
}

.modal-reviews-detail .review-detail-modal-wrap .photo-detail .photo-review-item .photo-review-detail-info .product-info .product-model {
  margin-top: 10px;
  font-size: 12px;
  color: #666;
  font-weight: 500;
}

.modal-reviews-detail .review-detail-modal-wrap .photo-detail .photo-review-item .photo-review-detail-info .user-info {
  padding-bottom: 15px;
  overflow: hidden;
}

.modal-reviews-detail .review-detail-modal-wrap .photo-detail .photo-review-item .photo-review-detail-info .user-info .like {
  position: relative;
  display: inline-block;
  text-align: left;
  width: 73px;
  height: 14px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23e5e5e5' viewBox='0 0 252 44' style='enable-background:new 0 0 252 44;' xml:space='preserve'%3E%3Cpath d='M19.5,37.7c1.5-1,3.5-0.9,5,0l8.2,5.1c2,1.2,4.3-0.6,3.8-2.8l-2.1-9.4c-0.4-1.8,0.2-3.8,1.6-5l7.2-6.4 c1.7-1.5,0.8-4.4-1.5-4.6l-9.5-0.8c-1.8-0.2-3.4-1.3-4.1-3l-3.7-8.9c-0.9-2.1-3.9-2.1-4.7,0l-3.7,8.9c-0.7,1.7-2.3,2.9-4.1,3 l-9.5,0.8c-2.3,0.2-3.2,3.1-1.5,4.6l7.2,6.4c1.4,1.2,2,3.2,1.6,5l-2.1,9.4c-0.5,2.3,1.9,4,3.8,2.8L19.5,37.7z'/%3E%3Cpath class='st0' d='M71.5,37.7c1.5-1,3.5-0.9,5,0l8.2,5.1c2,1.2,4.3-0.6,3.8-2.8l-2.1-9.4c-0.4-1.8,0.2-3.8,1.6-5l7.2-6.4 c1.7-1.5,0.8-4.4-1.5-4.6l-9.5-0.8c-1.8-0.2-3.4-1.3-4.1-3l-3.7-8.9c-0.9-2.1-3.9-2.1-4.7,0l-3.7,8.9c-0.7,1.7-2.3,2.9-4.1,3 l-9.5,0.8c-2.3,0.2-3.2,3.1-1.5,4.6l7.2,6.4c1.4,1.2,2,3.2,1.6,5l-2.1,9.4c-0.5,2.3,1.9,4,3.8,2.8L71.5,37.7z'/%3E%3Cpath class='st0' d='M123.5,37.7c1.5-1,3.5-0.9,5,0l8.2,5.1c2,1.2,4.3-0.6,3.8-2.8l-2.1-9.4c-0.4-1.8,0.2-3.8,1.6-5l7.2-6.4 c1.7-1.5,0.8-4.4-1.5-4.6l-9.5-0.8c-1.8-0.2-3.4-1.3-4.1-3l-3.7-8.9c-0.9-2.1-3.9-2.1-4.7,0l-3.7,8.9c-0.7,1.7-2.3,2.9-4.1,3 l-9.5,0.8c-2.3,0.2-3.2,3.1-1.5,4.6l7.2,6.4c1.4,1.2,2,3.2,1.6,5l-2.1,9.4c-0.5,2.3,1.9,4,3.8,2.8L123.5,37.7z'/%3E%3Cpath class='st0' d='M175.5,37.7c1.5-1,3.5-0.9,5,0l8.2,5.1c2,1.2,4.3-0.6,3.8-2.8l-2.1-9.4c-0.4-1.8,0.2-3.8,1.6-5l7.2-6.4 c1.7-1.5,0.8-4.4-1.5-4.6l-9.5-0.8c-1.8-0.2-3.4-1.3-4.1-3l-3.7-8.9c-0.9-2.1-3.9-2.1-4.7,0l-3.7,8.9c-0.7,1.7-2.3,2.9-4.1,3 l-9.5,0.8c-2.3,0.2-3.2,3.1-1.5,4.6l7.2,6.4c1.4,1.2,2,3.2,1.6,5l-2.1,9.4c-0.5,2.3,1.9,4,3.8,2.8L175.5,37.7z'/%3E%3Cpath class='st0' d='M227.5,37.7c1.5-1,3.5-0.9,5,0l8.2,5.1c2,1.2,4.3-0.6,3.8-2.8l-2.1-9.4c-0.4-1.8,0.2-3.8,1.6-5l7.2-6.4 c1.7-1.5,0.8-4.4-1.5-4.6l-9.5-0.8c-1.8-0.2-3.4-1.3-4.1-3l-3.7-8.9c-0.9-2.1-3.9-2.1-4.7,0l-3.7,8.9c-0.7,1.7-2.3,2.9-4.1,3 l-9.5,0.8c-2.3,0.2-3.2,3.1-1.5,4.6l7.2,6.4c1.4,1.2,2,3.2,1.6,5l-2.1,9.4c-0.5,2.3,1.9,4,3.8,2.8L227.5,37.7z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 73px;
  vertical-align: middle;
}

.modal-reviews-detail .review-detail-modal-wrap .photo-detail .photo-review-item .photo-review-detail-info .user-info .like > span {
  position: absolute;
  width: 50%;
  height: 14px;
  display: inline-block;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%230063BA' viewBox='0 0 252 44' style='enable-background:new 0 0 252 44;' xml:space='preserve'%3E%3Cpath d='M19.5,37.7c1.5-1,3.5-0.9,5,0l8.2,5.1c2,1.2,4.3-0.6,3.8-2.8l-2.1-9.4c-0.4-1.8,0.2-3.8,1.6-5l7.2-6.4 c1.7-1.5,0.8-4.4-1.5-4.6l-9.5-0.8c-1.8-0.2-3.4-1.3-4.1-3l-3.7-8.9c-0.9-2.1-3.9-2.1-4.7,0l-3.7,8.9c-0.7,1.7-2.3,2.9-4.1,3 l-9.5,0.8c-2.3,0.2-3.2,3.1-1.5,4.6l7.2,6.4c1.4,1.2,2,3.2,1.6,5l-2.1,9.4c-0.5,2.3,1.9,4,3.8,2.8L19.5,37.7z'/%3E%3Cpath class='st0' d='M71.5,37.7c1.5-1,3.5-0.9,5,0l8.2,5.1c2,1.2,4.3-0.6,3.8-2.8l-2.1-9.4c-0.4-1.8,0.2-3.8,1.6-5l7.2-6.4 c1.7-1.5,0.8-4.4-1.5-4.6l-9.5-0.8c-1.8-0.2-3.4-1.3-4.1-3l-3.7-8.9c-0.9-2.1-3.9-2.1-4.7,0l-3.7,8.9c-0.7,1.7-2.3,2.9-4.1,3 l-9.5,0.8c-2.3,0.2-3.2,3.1-1.5,4.6l7.2,6.4c1.4,1.2,2,3.2,1.6,5l-2.1,9.4c-0.5,2.3,1.9,4,3.8,2.8L71.5,37.7z'/%3E%3Cpath class='st0' d='M123.5,37.7c1.5-1,3.5-0.9,5,0l8.2,5.1c2,1.2,4.3-0.6,3.8-2.8l-2.1-9.4c-0.4-1.8,0.2-3.8,1.6-5l7.2-6.4 c1.7-1.5,0.8-4.4-1.5-4.6l-9.5-0.8c-1.8-0.2-3.4-1.3-4.1-3l-3.7-8.9c-0.9-2.1-3.9-2.1-4.7,0l-3.7,8.9c-0.7,1.7-2.3,2.9-4.1,3 l-9.5,0.8c-2.3,0.2-3.2,3.1-1.5,4.6l7.2,6.4c1.4,1.2,2,3.2,1.6,5l-2.1,9.4c-0.5,2.3,1.9,4,3.8,2.8L123.5,37.7z'/%3E%3Cpath class='st0' d='M175.5,37.7c1.5-1,3.5-0.9,5,0l8.2,5.1c2,1.2,4.3-0.6,3.8-2.8l-2.1-9.4c-0.4-1.8,0.2-3.8,1.6-5l7.2-6.4 c1.7-1.5,0.8-4.4-1.5-4.6l-9.5-0.8c-1.8-0.2-3.4-1.3-4.1-3l-3.7-8.9c-0.9-2.1-3.9-2.1-4.7,0l-3.7,8.9c-0.7,1.7-2.3,2.9-4.1,3 l-9.5,0.8c-2.3,0.2-3.2,3.1-1.5,4.6l7.2,6.4c1.4,1.2,2,3.2,1.6,5l-2.1,9.4c-0.5,2.3,1.9,4,3.8,2.8L175.5,37.7z'/%3E%3Cpath class='st0' d='M227.5,37.7c1.5-1,3.5-0.9,5,0l8.2,5.1c2,1.2,4.3-0.6,3.8-2.8l-2.1-9.4c-0.4-1.8,0.2-3.8,1.6-5l7.2-6.4 c1.7-1.5,0.8-4.4-1.5-4.6l-9.5-0.8c-1.8-0.2-3.4-1.3-4.1-3l-3.7-8.9c-0.9-2.1-3.9-2.1-4.7,0l-3.7,8.9c-0.7,1.7-2.3,2.9-4.1,3 l-9.5,0.8c-2.3,0.2-3.2,3.1-1.5,4.6l7.2,6.4c1.4,1.2,2,3.2,1.6,5l-2.1,9.4c-0.5,2.3,1.9,4,3.8,2.8L227.5,37.7z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 73px;
}

.modal-reviews-detail .review-detail-modal-wrap .photo-detail .photo-review-item .photo-review-detail-info .user-info .user-name {
  padding-left: 11px;
  color: #666;
  font-size: 13px;
  vertical-align: middle;
}

.modal-reviews-detail .review-detail-modal-wrap .photo-detail .photo-review-item .photo-review-detail-info .user-info .write-date {
  margin-left: 16px;
  color: #666;
  font-size: 13px;
}

.modal-reviews-detail .review-detail-modal-wrap .photo-detail .photo-review-item .photo-review-detail-info .review-option-list {
  display: flex;
  flex-wrap: wrap;
  gap: 6.5px 0;
}

.modal-reviews-detail .review-detail-modal-wrap .photo-detail .photo-review-item .photo-review-detail-info .review-option-list .opt-value-list {
  display: inline-block;
  width: 50%;
  font-size: 13px;
  font-weight: 500;
}

.modal-reviews-detail .review-detail-modal-wrap .photo-detail .photo-review-item .photo-review-detail-info .review-option-list .opt-value-list .opt-tit {
  width: 50px;
  color: #999;
}

.modal-reviews-detail .review-detail-modal-wrap .photo-detail .photo-review-item .photo-review-detail-info .review-option-list .opt-value-list .opt-val {
  margin-left: 8px;
}

.modal-reviews-detail .review-detail-modal-wrap .photo-detail .photo-review-item .photo-review-detail-info .read-comment {
  position: relative;
  max-width: 368px;
  max-height: 430px;
  overflow: auto;
  margin-top: 16px;
  padding-top: 16px;
  font-size: 14px;
  line-height: 1.4;
  white-space: pre-wrap;
  border-top: 1px solid #e6e6e6;
  word-break: break-word;
}

.modal-reviews-detail .review-detail-modal-wrap .photo-detail .photo-review-item .photo-review-detail-info .review-like {
  display: inline-block;
  margin-top: 16px;
  padding: 8px 16px;
  align-items: center;
  color: #666;
  border: 1px solid #d9d9d9;
  border-radius: 40px;
  font-size: 14px;
}

.modal-reviews-detail .review-detail-modal-wrap .photo-detail .photo-review-item .photo-review-detail-info .review-like .icon {
  margin-right: 4px;
  color: #fff;
  width: 15px;
  height: 17px;
  vertical-align: text-bottom;
}

.modal-reviews-detail .review-detail-modal-wrap .photo-detail .photo-review-item .photo-review-detail-info .review-like .like-num {
  color: #111;
  margin-left: 8px;
}

.modal-reviews-detail .review-detail-modal-wrap .control-btn {
  position: absolute;
  top: calc(50% - 24px);
  width: 48px;
  height: 48px;
  left: -70px;
}

.modal-reviews-detail .review-detail-modal-wrap .control-btn .icon {
  width: 48px;
  height: 48px;
  color: #fff;
}

.modal-reviews-detail .review-detail-modal-wrap .control-btn.btn-next {
  left: auto;
  right: -70px;
}

.modal-reviews-detail .review-detail-modal-wrap .control-btn.swiper-button-disabled {
  opacity: 0;
  cursor: default;
}

.modal-reviews-detail.mypage .uk-modal-dialog {
  max-width: 640px !important;
}

.modal-reviews-detail.mypage .uk-modal-close {
  display: flex;
  justify-self: end;
}

.modal-reviews-detail.mypage .uk-modal-close .icon {
  font-size: 22px;
  color: #333;
}

.modal-reviews-detail.mypage .review-detail-modal-wrap .photo-detail .photo-review-item .photo-review-detail-gallery {
  max-width: 100%;
}

.modal-reviews-detail.mypage .review-detail-modal-wrap .photo-detail .photo-review-item .photo-review-detail-gallery .swiper-slide {
  padding-top: 100%;
}

.modal-reviews-detail.mypage .review-detail-modal-wrap .photo-detail .photo-review-item .photo-review-detail-gallery .photo-review-thumb {
  margin-top: 16px;
}

.modal-reviews-detail.mypage .review-detail-modal-wrap .photo-detail .photo-review-item .photo-review-detail-gallery .photo-review-thumb .thumb-wrap {
  gap: 5px;
}

.modal-reviews-detail.mypage .review-detail-modal-wrap .photo-detail .photo-review-item .photo-review-detail-gallery .photo-review-thumb .thumb-wrap .thumb-item {
  width: 50px;
  padding-top: 50px;
}

/* Tablet and bigger */
@media (max-width: 768px) {
  .modal-reviews-submit .uk-modal-dialog .uk-close {
    top: 14px;
    right: 16px;
  }
  .modal-reviews-submit .uk-modal-dialog .uk-close::after {
    width: 16px;
    height: 16px;
  }
  .modal-reviews-submit .review-write {
    padding: 0;
  }
  .modal-reviews-submit .review-write .review-submit-steps {
    padding: 8px 16px;
  }
  .modal-reviews-submit .review-write .product-info-wrap {
    padding: 16px 0;
  }
  .modal-reviews-submit .review-write .product-info-wrap .review-product-img {
    width: 64px;
    height: 64px;
  }
  .modal-reviews-submit .review-write .product-info-wrap .review-product-info {
    padding-left: 16px;
    max-width: calc(100% - 70px);
  }
  .modal-reviews-submit .review-write .product-info-wrap .review-product-info .product-name {
    font-size: 14px;
  }
  .modal-reviews-submit .review-write .product-info-wrap .review-product-info .product-name {
    font-size: 11px;
  }
  .modal-reviews-submit .review-write .product-info-wrap .review-product-info .option-wrap {
    margin-top: 4px;
    font-size: 11px;
  }
  .modal-reviews-submit .review-write .star-count-wrap {
    padding: 26px 0 16px;
  }
  .modal-reviews-submit .review-write .star-count-wrap .review-submit-step-preview .star-title {
    font-size: 14px;
  }
  .modal-reviews-submit .review-write .star-count-wrap .review-submit-step-preview .review-submit-rating-bar .review-submit-rating-item {
    font-size: 21px;
  }
  .modal-reviews-submit .review-write .review-check-wrap .step-contents:not(:last-child) {
    padding-bottom: 16px;
  }
  .modal-reviews-submit .review-write .review-check-wrap .step-contents .review-submit-range-bar .review-submit-step-preview .step-title {
    font-size: 14px;
  }
  .modal-reviews-submit .review-write .review-check-wrap .step-contents .review-submit-range-bar .review-submit-step-preview .review-submit-range .review-submit-range-item {
    height: 42px;
    font-size: 13px;
  }
  .modal-reviews-submit .review-write .review-text-wrap {
    padding-top: 16px;
  }
  .modal-reviews-submit .review-write .review-text-wrap .review-submit-descr {
    font-size: 13px;
  }
  .modal-reviews-submit .review-write .wrap-title {
    font-size: 14px;
    padding-bottom: 12px;
  }
  .modal-reviews-submit .review-write .photo-review-wrap {
    padding-top: 12px;
  }
  .modal-reviews-submit .review-write .photo-review-wrap .photo-title {
    font-size: 14px;
    margin-bottom: 12px;
  }
  .modal-reviews-submit .review-write .photo-review-wrap .thumbnail-wrap {
    gap: 2px;
  }
  .modal-reviews-submit .review-write .photo-review-wrap .thumbnail-wrap .preview-up-img img {
    width: 64px;
    height: 64px;
  }
  .modal-reviews-submit .review-write .photo-review-wrap .thumbnail-wrap .review-submit-media-container {
    width: 64px;
    height: 64px;
  }
  .modal-reviews-submit .review-write .photo-review-wrap .thumbnail-wrap .review-submit-media-container .review-submit-media-add .icon {
    top: calc(50% - 12px);
    left: calc(50% - 12px);
    font-size: 24px;
  }
  .modal-reviews-submit .review-write .photo-review-wrap .photo-review-notice {
    margin-top: 12px;
    font-size: 12px;
  }
  .modal-reviews-submit .review-write .review-button-wrap {
    margin-top: 16px;
    gap: 8px;
  }
  .modal-reviews-submit .review-write .review-button-wrap button {
    height: 48px;
  }
  .review-write-head .review-modal-title {
    padding: 14px 16px;
    font-size: 18px;
    font-weight: 600;
    border-bottom: 1px solid #e6e6e6;
  }
  .modal-reviews-list .review-list-modal-wrap {
    padding: 0;
  }
  .modal-reviews-list .review-list-modal-wrap .modal-title {
    padding: 14px 16px;
    border-width: 1px;
    border-color: #e6e6e6;
  }
  .modal-reviews-list .review-list-modal-wrap .modal-title .title {
    font-size: 18px;
    font-weight: 600;
  }
  .modal-reviews-list .review-list-modal-wrap .modal-title .uk-close {
    top: 16px;
    right: 16px;
  }
  .modal-reviews-list .review-list-modal-wrap .photo-review-product {
    margin: 0;
    padding: 16px;
    border-bottom: 1px solid #e6e6e6;
  }
  .modal-reviews-list .review-list-modal-wrap .photo-review-product .product-thumb-img {
    max-width: 64px;
  }
  .modal-reviews-list .review-list-modal-wrap .photo-review-product .product-info .product-name {
    font-size: 14px;
    margin-bottom: 11px;
  }
  .modal-reviews-list .review-list-modal-wrap .photo-review-product .product-info .review-starts .like {
    width: 72px;
    height: 20px;
    background-size: 72px;
  }
  .modal-reviews-list .review-list-modal-wrap .photo-review-product .product-info .review-starts .like > span {
    height: 20px;
    background-size: 72px;
  }
  .modal-reviews-list .review-list-modal-wrap .photo-review-product .product-info .review-starts .score {
    font-size: 15px;
  }
  .modal-reviews-list .review-list-modal-wrap .photo-review-modal-list {
    margin: 16px 0;
  }
  .modal-reviews-list .review-list-modal-wrap .photo-review-modal-list .photo-all-list {
    padding: 0 16px;
    gap: 6px;
  }
  .modal-reviews-list .review-list-modal-wrap .photo-review-modal-list .photo-all-list .photo-review-item {
    width: calc(33.33% - 4px);
    padding-top: calc(33.33% - 4px);
  }
  .modal-reviews-detail .review-detail-modal-wrap {
    padding: 0;
  }
  .modal-reviews-detail .review-detail-modal-wrap .modal-title {
    padding: 14px 16px;
    border-bottom: 1px solid #e6e6e6;
  }
  .modal-reviews-detail .review-detail-modal-wrap .modal-title .title {
    font-size: 18px;
  }
  .modal-reviews-detail .review-detail-modal-wrap .modal-title .top-btn-area {
    gap: 12px;
  }
  .modal-reviews-detail .review-detail-modal-wrap .modal-title .top-btn-area .icon {
    font-size: 16px;
  }
  .modal-reviews-detail .review-detail-modal-wrap .photo-detail .photo-review-item {
    flex-direction: column;
    padding: 0 16px;
  }
  .modal-reviews-detail .review-detail-modal-wrap .photo-detail .photo-review-item .photo-review-detail-info {
    margin: 0;
    max-width: 100%;
  }
  .modal-reviews-detail .review-detail-modal-wrap .photo-detail .photo-review-item .photo-review-detail-info.display-small-only {
    border-bottom: 1px solid #e6e6e6;
  }
  .modal-reviews-detail .review-detail-modal-wrap .photo-detail .photo-review-item .photo-review-detail-info.display-small-only .product-info .image-url {
    max-width: 64px;
    width: 64px;
    height: 64px;
  }
  .modal-reviews-detail .review-detail-modal-wrap .photo-detail .photo-review-item .photo-review-detail-info .user-info .info-right {
    float: right;
  }
  .modal-reviews-detail .review-detail-modal-wrap .photo-detail .photo-review-item .photo-review-detail-info .mo-opt-value-list {
    margin-bottom: 16px;
    font-size: 12px;
    font-weight: 500;
  }
  .modal-reviews-detail .review-detail-modal-wrap .photo-detail .photo-review-item .photo-review-detail-info .mo-opt-value-list .opt-tit {
    color: #757575;
  }
  .modal-reviews-detail .review-detail-modal-wrap .photo-detail .photo-review-item .photo-review-detail-info .review-option-list {
    gap: 5px;
  }
  .modal-reviews-detail .review-detail-modal-wrap .photo-detail .photo-review-item .photo-review-detail-info .read-comment {
    border: none;
    padding: 0;
  }
  .modal-reviews-detail .review-detail-modal-wrap .photo-detail .photo-review-item .photo-review-detail-info .review-like {
    padding: 8px 12px;
    font-size: 12px;
  }
  .modal-reviews-detail .review-detail-modal-wrap .photo-detail .photo-review-item .photo-review-detail-info .review-like .icon {
    width: 13px;
    height: 14px;
    font-size: 13px;
  }
  .modal-reviews-detail .review-detail-modal-wrap .photo-detail .photo-review-item .photo-review-detail-gallery {
    max-width: 100%;
    margin: 24px 0;
    padding: 0 0 24px;
    border-bottom: 1px solid #e6e6e6;
  }
  .modal-reviews-detail .review-detail-modal-wrap .photo-detail .photo-review-item .photo-review-detail-gallery .photo-review-thumb {
    margin-top: 16px;
  }
  .modal-reviews-detail .review-detail-modal-wrap .photo-detail .photo-review-item .photo-review-detail-gallery .swiper-pagination {
    position: relative;
    top: -18px;
  }
  .modal-reviews-detail .review-detail-modal-wrap .photo-detail .photo-review-item .photo-review-detail-gallery .swiper-pagination .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
    background-color: #fff;
    opacity: 0.4;
    margin: 0 3px;
  }
  .modal-reviews-detail .review-detail-modal-wrap .photo-detail .photo-review-item .photo-review-detail-gallery .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #fff;
    opacity: 1;
  }
  .modal-reviews-detail .review-detail-modal-wrap .photo-detail .photo-review-item .photo-review-detail-info .read-comment {
    width: 100%;
    max-width: 100%;
    max-height: 300px;
    margin-top: 0;
  }
  .modal-reviews-detail .review-detail-modal-wrap .photo-detail .photo-review-item .photo-review-detail-info .review-option-list .opt-value-list {
    width: auto;
    font-size: 12px;
    margin-bottom: 16px;
    padding: 8px 12px;
    background-color: #f4f4f4;
    border-radius: 40px;
  }
  .modal-reviews-detail .review-detail-modal-wrap .photo-detail .photo-review-item .photo-review-detail-info .review-help .btn-area {
    font-size: 13px;
  }
  .modal-reviews-detail .review-detail-modal-wrap .photo-detail .photo-review-item .photo-review-detail-info .review-help .btn-area .like {
    padding: 0 15px;
    line-height: 28px;
  }
  .modal-reviews-detail .review-detail-modal-wrap .photo-detail .photo-review-item .photo-review-detail-info .review-help .btn-area .like .icon {
    font-size: 14px;
  }
  .modal-reviews-detail .review-detail-modal-wrap .control-btn-wrap {
    display: flex;
    justify-content: space-between;
    margin-top: 16px;
    padding: 16px 16px calc(env(safe-area-inset-bottom) + 16px);
    border-top: 1px solid #d9d9d9;
  }
  .modal-reviews-detail .review-detail-modal-wrap .control-btn-wrap .control-btn {
    position: relative;
    width: auto;
    height: auto;
    left: 0;
    color: #757575;
  }
  .modal-reviews-detail .review-detail-modal-wrap .control-btn-wrap .control-btn .icon {
    width: 5px;
    height: 9px;
    margin-top: -2px;
    color: #757575;
  }
  .modal-reviews-detail .review-detail-modal-wrap .control-btn-wrap .control-btn.btn-next span {
    margin-right: 6px;
  }
  .modal-reviews-detail .review-detail-modal-wrap .control-btn-wrap .control-btn.btn-prev span {
    margin-left: 6px;
  }
  .modal-reviews-detail .review-detail-modal-wrap .control-btn-wrap .control-btn.btn-prev .icon {
    transform: rotate(180deg);
  }
  .modal-reviews-detail.mypage .uk-modal-close {
    margin: 13px 16px 13px auto;
  }
  .modal-reviews-detail.mypage .uk-modal-close .icon {
    font-size: 15px;
  }
  .modal-reviews-detail.mypage .review-detail-modal-wrap .photo-detail {
    padding-top: 24px;
    border-top: 1px solid #e6e6e6;
  }
  .modal-reviews-detail.mypage .review-detail-modal-wrap .photo-detail .photo-review-item .photo-review-detail-gallery {
    margin: 0;
    border: 0;
  }
  #review-write-list {
    padding: 0 16px;
  }
  #review-write-list .write-list .write-item {
    padding: 16px 0;
    border-bottom: none;
    flex-direction: column;
  }
  #review-write-list .write-list .write-item .write-date {
    margin-bottom: 12px;
  }
  #review-write-list .write-list .write-item .product-wrap .product-img {
    max-width: 80px;
  }
  #review-write-list .write-list .write-item .product-wrap .product-details .name {
    font-size: 16px;
  }
  #review-write-list .write-list .write-item .product-wrap .product-details .option-wrap {
    font-size: 11px;
    margin: 10px 0;
  }
  #review-write-list .write-list .write-item .product-wrap .product-details .price-wrap .price {
    font-size: 15px;
  }
  #review-write-list .write-list .write-item .product-wrap .product-details .price-wrap .price-sale {
    margin-left: 8px;
    font-size: 13px;
  }
  #review-write-list .write-list .write-item .product-wrap .product-details .price-wrap .disc-num {
    font-size: 15px;
  }
  #review-write-list .write-list .write-item .review-action-wrap {
    padding-top: 20px;
  }
  #review-write-list .write-list .write-item .review-action-wrap .product-tile-actions .button {
    max-width: 100%;
    height: 48px;
  }
  .customer-review-container {
    padding: 0 16px;
  }
  .customer-review-container .reviews-summary-list .reviews-summary-item {
    padding: 24px 0 16px;
  }
  .customer-review-container .reviews-summary-list .reviews-summary-item .date {
    display: block;
    margin-bottom: 14px;
    color: #666;
    font-weight: 500;
  }
  .customer-review-container .reviews-summary-list .reviews-summary-item .review-product-wrap .reviews-summary-item-media {
    max-width: 64px;
  }
  .customer-review-container .reviews-summary-list .reviews-summary-item .review-product-wrap .review-product {
    padding-left: 16px;
  }
  .customer-review-container .reviews-summary-list .reviews-summary-item .review-product-wrap .review-product .product-name {
    font-size: 14px;
    font-weight: 500;
  }
  .customer-review-container .reviews-summary-list .reviews-summary-item .review-product-wrap .review-product .product-model {
    font-size: 11px;
  }
  .customer-review-container .reviews-summary-list .reviews-summary-item .review-product-wrap .review-product .user-option {
    margin-top: 4px;
    font-size: 11px;
  }
  .customer-review-container .reviews-summary-list .reviews-summary-item .review-product-wrap .review-product .user-option strong {
    font-weight: 500;
  }
  .customer-review-container .reviews-summary-list .reviews-summary-item .customer-review-action {
    margin-top: 16px;
  }
  .customer-review-container .reviews-summary-list .reviews-summary-item .customer-review-action .flex {
    gap: 8px;
  }
  .customer-review-container .reviews-summary-list .reviews-summary-item .review-details {
    width: 100%;
    margin: 14px 0 0;
  }
  .customer-review-container .reviews-summary-list .reviews-summary-item .review-details .review-star .star-average .like {
    width: 73px;
    height: 12px;
    background-size: 73px;
  }
  .customer-review-container .reviews-summary-list .reviews-summary-item .review-details .review-star .star-average .like > span {
    height: 12px;
    background-size: 73px;
  }
  .customer-review-container .reviews-summary-list .reviews-summary-item .review-details .opt-wrap {
    gap: 6px;
  }
  .customer-review-container .reviews-summary-list .reviews-summary-item .review-details .opt-wrap .opt-value-list {
    padding: 8px 12px;
    font-size: 12px;
  }
  .customer-review-container .reviews-summary-list .reviews-summary-item .review-details .opt-wrap .opt-value-list .opt-value-title {
    margin-right: 4px;
  }
  .customer-review-container .reviews-summary-list .reviews-summary-item .review-details .reviews-summary-item-description {
    line-height: 1.5;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .customer-review-container .reviews-summary-list .reviews-summary-item .review-details .reviews-summary-item-description.active {
    overflow: visible;
    display: block;
    -webkit-line-clamp: unset;
    -webkit-box-orient: unset;
  }
  .customer-review-container .reviews-summary-list .reviews-summary-item .review-details .show-more-btn {
    display: inline-block;
    margin-top: 8px;
    font-size: 12px;
    color: #666;
  }
  .customer-review-container .reviews-summary-list .reviews-summary-item .review-details .show-more-btn .icon {
    font-size: 15px;
  }
  .customer-review-container .reviews-summary-list .reviews-summary-item .review-details .show-more-btn::after {
    content: '더보기';
    margin-left: 2px;
  }
  .customer-review-container .reviews-summary-list .reviews-summary-item .review-details .show-more-btn.active .icon {
    transform: rotate(180deg);
    vertical-align: sub;
  }
  .customer-review-container .reviews-summary-list .reviews-summary-item .review-details .show-more-btn.active::after {
    content: '접기';
  }
  .customer-review-container .reviews-summary-list .reviews-summary-item .review-details .review-img-lsit {
    gap: 8px;
  }
  .customer-review-container .reviews-summary-list .reviews-summary-item .review-details .review-img-lsit .append-img {
    width: 76px;
    height: 76px;
  }
  .customer-review-container .reviews-summary-list .reviews-summary-item .review-details .review-img-lsit .append-img.last-more .more-thumb {
    font-size: 12px;
    font-weight: 500;
  }
  .customer-review-container .reviews-summary-list .reviews-summary-item .review-details .review-img-lsit .append-img.last-more .more-thumb .icon {
    width: 14px;
    height: 14px;
    margin-bottom: 6px;
  }
}

@media screen and (max-width: 767px) {
  .modal-reviews-submit .error-msg {
    padding: 65px 70px;
    font-size: 14px;
  }
}

/*********************************************************************/
/* 장바구니
/*********************************************************************/
.pt_cart > .contents {
  margin: 80px 0 50px;
}

.pt_cart > .contents .cart-wrap {
  max-width: 1480px;
  margin: 0 auto;
  padding: 0 20px;
}

.pt_cart > .contents .cart-wrap .cart-nomember-notice,
.pt_cart > .contents .cart-wrap .select-all-title-wrap {
  display: none;
}

.pt_cart > .contents .cart-wrap .checked-item-btn {
  display: inline-block;
  width: 24px;
  height: 24px;
  border-radius: 2px;
  border: 1px solid #0063BA;
  background: #fff;
  margin-right: 15px;
}

.pt_cart > .contents .cart-wrap .checked-item-btn span {
  margin: 0;
  padding: 0;
}

.pt_cart > .contents .cart-wrap .checked-item-btn .icon {
  font-size: 14px;
  color: #0063BA;
  margin-bottom: 2px;
}

.pt_cart > .contents .cart-wrap .unchecked-item-btn {
  display: inline-block;
  width: 24px;
  height: 24px;
  border: 1px solid #c4c4c4;
  border-radius: 2px;
  background: #fff;
  margin-right: 15px;
}

.pt_cart > .contents .cart-wrap .unchecked-item-btn .icon {
  font-size: 14px;
  color: #c4c4c4;
  margin-bottom: 2px;
}

.pt_cart > .contents .cart-wrap .cart-top {
  max-width: 1440px;
  margin-bottom: 100px;
}

.pt_cart > .contents .cart-wrap .cart-top .cart-group-list {
  flex-basis: calc(100% - 400px);
  max-width: calc(100% - 400px);
  padding-right: 60px;
}

.pt_cart > .contents .cart-wrap .cart-top .cart-group-order {
  flex-basis: 400px;
  max-width: 400px;
  padding-top: 52px;
}

.pt_cart > .contents .cart-wrap .product-list .list-item {
  position: relative;
}

.pt_cart > .contents .cart-wrap .product-list .list-item .wish-wrap {
  position: absolute;
  top: 0;
  right: 8px;
  padding: 10px;
}

.pt_cart > .contents .cart-wrap .product-list .list-item .wish-wrap a {
  color: #2b2b2b;
}

.pt_cart > .contents .cart-wrap .product-list .list-item .wish-wrap a .icon {
  width: 20px;
  height: 18px;
}

.pt_cart > .contents .cart-wrap .product-list .list-item .product-details .badge-container {
  margin: 5px 0;
}

.pt_cart > .contents .cart-wrap .product-list .list-item .product-details .badge-container [class^="badge-"] {
  padding: 3px 2px;
  color: #c9192e;
  font-size: 16px;
  line-height: 23px;
}

.pt_cart > .contents .cart-wrap .product-list .list-item .product-details .name {
  font-family: "Pretendard", "Helvetica Neue", "맑은 고딕", Dotum;
  line-height: 20px;
  margin-bottom: 5px;
}

.pt_cart > .contents .cart-wrap .product-list .list-item .product-details .name a {
  color: #2b2b2b;
}

.pt_cart > .contents .cart-wrap .product-list .list-item .product-details .price {
  font-size: 16px;
  color: #0063BA;
}

.pt_cart > .contents .cart-wrap .product-list .list-item .product-details .review_wrap {
  margin-top: 9px;
  text-align: center;
}

.pt_cart > .contents .cart-wrap .product-list .list-item .product-details .review_wrap .review {
  display: inline-block;
}

.pt_cart > .contents .cart-wrap .product-list .list-item .product-details .review_wrap .review .icon {
  width: 10px;
  height: 10px;
  float: left;
}

.cart-top-title {
  position: relative;
  max-width: 1039px;
  padding-bottom: 24px;
}

.cart-top-title .title {
  font-size: 28px;
  color: #000000;
  font-weight: bold;
  letter-spacing: -.025em;
}

.cart-top-title span {
  font-size: 16px;
  color: #111111;
  margin-left: 15px;
  padding-top: 4px;
}

.cart-top-title span em {
  font-style: normal;
  color: #111111;
}

.cart-top-title span .itemLen {
  color: #0063BA;
  font-weight: bold;
  margin-left: 0;
}

.cart-clear {
  padding-top: 20px;
  margin-bottom: 80px;
}

.cart-clear .trigger-cart-clear {
  width: 160px;
  color: #111111;
  font-weight: 500;
  font-size: 15px;
  line-height: 50px;
  background: #fff;
  border: 1px solid #c4c4c4;
  margin-right: 10px;
}

.cart-clear-top {
  gap: 8px;
}

.cart-list {
  max-width: 1039px;
}

.cart-list .list-sort-name {
  height: 64px;
  text-align: center;
  border-top: 3px solid #141414;
}

.cart-list .list-sort-name > div {
  font-size: 16px;
  padding-right: 30px;
}

.cart-list .toggle-area {
  display: none;
}

.cart-list .cart-list-item {
  border-top: 1px solid #e0e0e0;
  position: relative;
}

.cart-list .cart-list-item:last-child {
  border-bottom: 1px solid #e0e0e0;
}

.cart-list .cart-list-item.addon {
  border-top: none;
  padding-bottom: 10px;
}

.cart-list .cart-list-item.addon:first-child {
  margin-top: -16px;
}

.cart-list .cart-list-item.addon:last-child {
  padding-bottom: 32px;
}

.cart-list .cart-list-item.addon > .flex {
  justify-content: end;
}

.cart-list .cart-list-item.addon > .flex > div.item-dec .item-detail {
  padding-top: 18px;
}

.cart-list .cart-list-item.addon > .flex > div.item-price {
  padding: 32px 16px 16px;
  background-color: #f7f7f7;
}

.cart-list .cart-list-item.addon > .flex > div.item-quantity {
  padding: 16px 27px 16px 0;
  background-color: #f7f7f7;
}

.cart-list .cart-list-item.addon .item-dec .image-url {
  max-width: 100px;
  margin-left: 0;
}

.cart-list .cart-list-item.addon .item-delete-wrap {
  top: 16px;
  right: 4px;
}

.cart-list .cart-list-item .item-dec {
  padding: 32px 0;
}

.cart-list .cart-list-item .item-dec.addon-item {
  padding: 0;
  border-radius: 4px;
}

.cart-list .cart-list-item .item-dec.addon-item > .flex {
  margin-left: 38px;
  padding: 16px;
  background-color: #f7f7f7;
}

.cart-list .cart-list-item .item-dec.addon-item a.image-url {
  cursor: default;
}

.cart-list .cart-list-item .item-dec.addon-item a.name {
  cursor: text;
}

.cart-list .cart-list-item .item-dec.addon-item a.name:hover {
  color: inherit;
  text-decoration: none;
}

.cart-list .cart-list-item .item-dec.soldOut-item .unchecked-item-btn, .cart-list .cart-list-item .item-dec.soldOut-item .checked-item-btn {
  background-color: #eee;
  border-color: #c4c4c4;
}

.cart-list .cart-list-item .item-dec.soldOut-item .unchecked-item-btn .icon, .cart-list .cart-list-item .item-dec.soldOut-item .checked-item-btn .icon {
  color: #c4c4c4;
}

.cart-list .cart-list-item .item-dec.soldOut-item .image-url {
  position: relative;
}

.cart-list .cart-list-item .item-dec.soldOut-item .image-url::after {
  content: 'SOLD OUT';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  text-align: center;
  align-content: center;
  color: #fff;
  font-weight: bold;
  font-size: 18px;
}

.cart-list .cart-list-item .item-dec .image-url {
  -webkit-flex: 0 1 35%;
  -ms-flex: 0 1 35%;
  flex: 0 1 35%;
  max-width: 120px;
  margin-right: 32px;
  background-color: #f4f4f4;
}

.cart-list .cart-list-item .item-dec .item-detail {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1;
  -ms-flex: 1 1;
  flex: 1 1;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  -webkit-flex-basis: calc(65% - 16px);
  -ms-flex-preferred-size: calc(65% - 16px);
  flex-basis: calc(65% - 16px);
  max-width: calc(100% - 132px);
  padding-top: 16px;
}

.cart-list .cart-list-item .item-dec .item-detail .addon-badge {
  display: inline-block;
  background-color: #fff;
  border: 1px solid #29346D;
  color: #29346D;
  font-size: 13px;
  padding: 4px 8px;
  border-radius: 4px;
  margin-right: 8px;
}

.cart-list .cart-list-item .item-dec .item-detail .name {
  font-size: 18px;
  font-weight: 500;
  word-break: break-word;
}

.cart-list .cart-list-item .item-dec .item-detail .option_wrap {
  font-size: 16px;
  line-height: 1.2;
  margin-top: 16px;
  color: #666;
}

.cart-list .cart-list-item .item-dec .item-detail .option_wrap span:not(:first-child) {
  position: relative;
  margin-left: 8px;
  padding-left: 8px;
}

.cart-list .cart-list-item .item-dec .item-detail .option_wrap span:not(:first-child)::before {
  content: '';
  position: absolute;
  left: 0;
  top: 4px;
  width: 1px;
  height: 12px;
  background-color: #dbdbdb;
}

.cart-list .cart-list-item .item-dec .item-detail .product-message {
  margin-top: 10px;
  margin-bottom: 10px;
  color: #c9192e;
}

.cart-list .cart-list-item .item-price {
  padding: 48px 16px 16px;
}

.cart-list .cart-list-item .item-price .cart-price-wrap {
  min-width: 135px;
  width: 100%;
}

.cart-list .cart-list-item .item-price .retail-price {
  font-size: 18px;
  color: #141414;
  font-weight: 700;
}

.cart-list .cart-list-item .item-price .sale-price {
  display: block;
  font-size: 16px;
  color: #9b9b9b;
  text-decoration: line-through;
  font-weight: normal;
  margin-bottom: 4px;
}

.cart-list .cart-list-item .item-price .price-group {
  margin-top: 12px;
  font-weight: bold;
}

.cart-list .cart-list-item .item-price .price-group .price {
  font-size: 18px;
  color: #141414;
}

.cart-list .cart-list-item .item-price .price-group .rate {
  margin-right: 10px;
  font-size: 18px;
  color: #d31717;
}

.cart-list .cart-list-item .item-price .promo-detail {
  margin-top: 40px;
}

.cart-list .cart-list-item .item-price .promo-detail .promo-text {
  text-align: left;
}

.cart-list .cart-list-item .item-price .promo-detail .marketing-text {
  font-size: 13px;
  color: #9b9b9b;
  margin-bottom: 2px;
}

.cart-list .cart-list-item .item-price .promo-detail span {
  font-size: 13px;
}

.cart-list .cart-list-item .item-quantity {
  padding: 38px 27px 16px 0;
}

.cart-list .cart-list-item .item-quantity .optchange-btn {
  width: 100%;
  max-width: 120px;
  height: 45px;
  line-height: 43px;
  border: 1px solid #c4c4c4;
  background-color: #fff;
  text-align: center;
  font-size: 14px;
  text-decoration: none;
  font-weight: 500;
}

.cart-list .cart-list-item .item-quantity .btn-buy {
  width: 100%;
  max-width: 120px;
  height: 45px;
  line-height: 43px;
  margin-top: 8px;
  text-align: center;
  font-size: 14px;
  text-decoration: none;
  color: #fff;
  background: #0063BA;
  font-weight: 500;
}

.cart-list .cart-list-item .item-quantity .restock-btn {
  width: 100%;
  max-width: 120px;
  height: 45px;
  line-height: 43px;
  border: 1px solid #c4c4c4;
  text-align: center;
  font-size: 14px;
  text-decoration: none;
  font-weight: 500;
  margin-top: 8px;
  color: #141414;
}

.cart-list .cart-list-item .item-delete-wrap {
  position: absolute;
  right: 0;
  top: 36px;
}

.cart-list .cart-list-item .item-delete-wrap .icon {
  width: 24px;
  height: 24px;
}

.cart-list .cart-list-item .mobile-btn {
  display: none;
}

.cart-list .cart-list-item .addon-mini {
  position: relative;
}

.cart-list .cart-list-item .addon-mini .toggle-box .toggle-label {
  border-top: 1px solid #e0e0e0;
  padding: 0 16px;
}

.cart-list .cart-list-item .addon-mini .toggle-box .toggle-label .addon-title {
  font-size: 16px;
}

.cart-list .cart-list-item .addon-mini .toggle-box .toggle-label:after {
  right: 16px;
}

.cart-list .cart-list-item .addon-mini .addon-selector-box {
  padding: 25px 45px 12px;
  border-top: 1px solid #e0e0e0;
  background: #f4f4f4;
}

.cart-list .cart-list-item .addon-mini .addon-selector-box .addon-checked-none {
  margin-top: 15px;
  font-size: 14px;
  text-align: left;
}

.cart-list .cart-list-item .addon-mini .addon-selector-box .addon-checked-none .i-checkbox {
  position: relative;
  color: #383838;
}

.cart-list .cart-list-item .addon-mini .addon-selector-box .addon-checked-none .i-checkbox input:not(:checked) + .icon {
  color: transparent;
}

.cart-list .cart-list-item .addon-mini .addon-selector-box .addon-checked-none .icon {
  padding: 4px;
  width: 21px;
  height: 21px;
  color: #000;
  vertical-align: top;
  border: 1px solid #a5a5a5;
  background-color: #fff;
}

.cart-list .cart-list-item .addon-mini .addon-selector-box .addon-checked-none .text {
  margin-left: 5px;
}

.cart-list .cart-list-item .addon-mini .addon-selector-box .addon-descr {
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 600;
}

.cart-list .cart-list-item .addon-mini .addon-selector-box .addon-selection .input-select-inline {
  width: 100%;
  height: 54px;
  box-shadow: 0 0 0 1px #c4c4c4;
  font-size: 14px;
  background-repeat: no-repeat;
  background-position: right 20px center;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='17px' height='9px'%3E%3Cpath fill-rule='evenodd' fill='rgb(117, 117, 117)' d='M16.242,2.353 L8.751,8.742 L8.250,8.314 L7.748,8.742 L0.258,2.353 L2.131,0.756 L8.250,5.975 L14.369,0.756 L16.242,2.353 Z'/%3E%3C/svg%3E");
  background-size: 11px 7px;
}

.cart-list .cart-list-item .addon-mini .addon-state {
  padding: 17px 20px 0;
}

.cart-list .cart-list-item .addon-mini .addon-state .addon-product {
  font-weight: 700;
}

.cart-list .cart-list-item .addon-mini .addon-state .addon-tool .addon-quantity .btn {
  border: 1px solid #d4d4d4;
  background: #fff;
  width: 37px;
  height: 37px;
}

.cart-list .cart-list-item .addon-mini .addon-state .addon-tool .addon-quantity .btn .icon {
  color: #a0a0a0;
}

.cart-list .cart-list-item .addon-mini .addon-state .addon-tool .addon-quantity .i-text {
  border: 1px solid #d4d4d4;
  background: #fff;
  width: 37px;
  height: 37px;
  padding: 6px 5px;
  text-align: center;
}

.cart-list .cart-list-item .addon-mini .addon-state .addon-tool .btn-submit {
  margin-left: 10px;
  width: 60px;
  height: 37px;
  background: #000;
  color: #fff;
  font-size: 12px;
}

.cart-list .cart-list-item .addon-mini .addon-state .addon-tool .btn-addon-remove {
  position: static;
  background: transparent;
  margin-left: 15px;
}

.cart-list .cart-list-item .addon-mini .addon-state .addon-tool .btn-addon-remove .icon {
  width: 20px;
  height: 20px;
}

.cart-list .cart-list-item.addon .image-url {
  margin-left: 35px;
}

.cart-list .cart-list-item.addon .item-delete-wrap .icon {
  color: #999;
}

.cart-list .suggest-slider {
  margin-top: 40px;
}

.item-btn-wrap {
  margin-top: 30px;
}

.item-btn-wrap .wish-btn-wrap {
  margin-right: 30px;
}

.item-btn-wrap .wish-btn-wrap .wish-action {
  position: relative;
}

.item-btn-wrap .wish-btn-wrap .wish-action:not(.set-active) {
  display: none;
}

.item-btn-wrap .wish-btn-wrap .wish-action .icon {
  margin-top: -2px;
}

.item-btn-wrap .wish-btn-wrap .text {
  margin-left: 3px;
}

.item-btn-wrap .later-btn .text {
  margin-left: 7px;
}

.item-btn-wrap .later-btn:hover {
  color: #c22014;
}

.item-btn-wrap .addcart-btn .icon {
  width: 16px;
  height: 16px;
}

.item-btn-wrap .addcart-btn .text {
  margin-left: 7px;
}

.item-btn-wrap .addcart-btn:hover {
  color: #c22014;
}

.cart-group-order section {
  border: 1px solid #c4c4c4;
  max-width: 400px;
  padding: 40px 30px;
}

.cart-order h3 {
  margin-bottom: 24px;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: -.025em;
}

.cart-order .list-item {
  width: 100%;
  margin-top: 24px;
}

.cart-order .list-item .item-title {
  font-size: 16px;
  font-weight: 500;
}

.cart-order .list-item .item-price {
  font-weight: 500;
  font-size: 18px;
}

.cart-order .list-item .item-price .retail {
  text-decoration: line-through;
  font-size: 12px;
  color: #9e9e9e;
  margin-right: 5px;
}

.cart-order .list-item.sale-box .item-title {
  font-size: 14px;
}

.cart-order .list-item.sale-box .item-price {
  font-size: 16px;
}

.cart-order .list-item .sale-box-btn {
  margin-left: 5px;
}

.cart-order .list-item .sale-box-btn .icon {
  margin-top: 2px;
  vertical-align: text-top;
  transform: rotate(180deg);
}

.cart-order .list-item .sale-box-btn.active .icon {
  transform: rotate(0);
}

.cart-order .list-item.promo-list {
  margin-bottom: 0;
  padding: 16px 14px;
  background-color: #f4f4f4;
  display: none;
}

.cart-order .list-item.promo-list.active {
  display: block;
}

.cart-order .list-item.shipping-price {
  font-weight: bold;
}

.cart-order .list-item.sale-price .item-price {
  color: #0063BA;
}

.cart-order .list-item.order-total-price {
  border-top: 1px solid #e0e0e0;
  padding-top: 24px;
  margin-top: 24px;
}

.cart-order .list-item.order-total-price .item-title {
  color: #141414;
}

.cart-order .list-item.order-total-price .item-price {
  line-height: 1.5;
  margin-top: -6px;
  text-align: right;
}

.cart-order .list-item.order-total-price .total-price {
  font-size: 20px;
  font-weight: bold;
  letter-spacing: -.025em;
}

.cart-order .list-item.order-total-price .total-adjust-price {
  display: block;
}

.cart-order .promo-dec {
  max-width: 300px;
  text-align: left;
  display: inline-block;
  width: 100%;
  font-size: 12px;
  color: #64686b;
  position: relative;
  margin-top: 14px;
}

.cart-order .promo-dec:first-child {
  margin-top: 0;
}

.cart-order .promo-dec .promo-label, .cart-order .promo-dec .promo-code {
  font-size: 12px;
  color: #64686b;
  padding-right: 85px;
}

.cart-order .promo-dec .promotion-price {
  position: absolute;
  right: 0;
  top: 0;
}

.cart-order .promo-dec .remove-promo-item {
  position: absolute;
  right: -20px;
  top: 0;
  color: #64686b;
}

.cart-order .continue {
  font-size: 15px;
  text-decoration: underline;
}

.cart-order .cart-dec {
  font-size: 12px;
  color: #64686b;
  margin-top: 20px;
}

.cart-order .checkoutBtn {
  margin: 24px 0 0;
  height: 56px;
}

.cart-order .checkoutBtn .item-total-length:after {
  content: '|';
  display: inline-block;
  margin: 0 10px;
}

.cart-entry-promo {
  border-bottom: 1px solid #e0e0e0;
  padding-bottom: 24px;
  margin-bottom: 30px;
}

.cart-entry-promo h3 {
  margin-bottom: 24px;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: -.025em;
}

.cart-entry-promo .cart-coupon-notice {
  position: relative;
  font-size: 13px;
  color: #111111;
  padding-left: 6px;
}

.cart-entry-promo .cart-coupon-notice:before {
  content: '·';
  position: absolute;
  top: 0;
  left: 0;
}

.cart-entry-promo .promo-message {
  margin: 0 0 24px;
  letter-spacing: -.025em;
  align-items: center;
}

.cart-entry-promo .promo-message span {
  font-size: 18px;
  font-weight: bold;
}

.cart-entry-promo .promo-message a {
  display: inline-block;
  width: 46px;
  border: 1px solid #141414;
  background-color: #fff;
  line-height: 30px;
  font-size: 12px;
  font-weight: bold;
  padding: 0;
}

.cart-entry-promo .promo-form {
  max-width: 300px;
  width: 100%;
  display: inline-block;
  margin-bottom: 15px;
}

.cart-entry-promo .promo-form .input-promo {
  width: calc(100% - 80px);
}

.cart-entry-promo .promo-form .input-promo.disable .discount-coupon-price {
  height: 56px;
  color: #9b9b9b;
  font-size: 14px;
  padding: 20px;
  background: #f3f3f3;
  border: 1px solid #d4d4d4;
}

.cart-entry-promo .promo-form .input-promo input {
  border: 1px solid #9e9e9e;
}

.cart-entry-promo .promo-form .submit-promo .button {
  width: 80px;
  height: 56px;
  padding: 20px 0;
  font-size: 14px;
  font-weight: 500;
}

.cart-entry-promo .promo-form .promo-list .apply-promo-item {
  margin-bottom: 12px;
}

.cart-entry-promo .promo-form .promo-list .apply-promo-item .promo-label {
  font-size: 13px;
  color: #111111;
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 0%;
}

.cart-entry-promo .promo-form .promo-list .apply-promo-item .promo-right {
  font-size: 13px;
  color: #111111;
  text-align: right;
}

.cart-entry-promo .promo-form .promo-list .apply-promo-item .btn-delete {
  display: inline-block;
  position: relative;
  top: unset;
  right: unset;
  width: 16px;
  height: 16px;
  background: #c4c4c4;
  color: #fff;
  border-radius: 50%;
  margin-left: 8px;
  text-align: center;
}

.cart-entry-promo .promo-form .promo-list .apply-promo-item .btn-delete .icon-delete_bold {
  font-size: 10px;
  vertical-align: middle;
}

.cart-entry-promo .print-message {
  display: block;
  text-align: left;
  margin-top: 4px;
}

.cart-entry-promo .promo-error-message {
  color: #0063BA;
}

#offer-list-modal .uk-modal-dialog {
  max-width: 360px;
}

#offer-list-modal .uk-modal-dialog h2 {
  padding: 20px;
  border-bottom: 1px solid #e5e5e5;
  text-align: left;
  font-size: 18px;
  font-weight: bold;
}

#offer-list-modal .uk-modal-dialog .uk-close {
  top: 20px;
  right: 20px;
}

.checkout-guide-notice {
  margin-top: 24px;
}

.checkout-guide-notice .checkout-guide-wrap svg {
  width: 15px;
  height: 15px;
  margin-top: 1px;
}

.checkout-guide-notice .checkout-guide-wrap p {
  width: calc(100% - 15px);
  font-size: 12px;
  line-height: 1.6;
  padding-bottom: 10px;
  padding-left: 10px;
}

.checkout-guide-notice .checkout-guide-wrap b {
  font-weight: bold;
}

.checkout-guide-notice .checkout-guide-wrap b.checkout-guide-ship {
  color: #e60023;
}

#option-change-modal .uk-modal-dialog {
  max-width: 380px;
  padding: 30px 40px;
}

#option-change-modal .uk-modal-dialog h2 {
  font-size: 24px;
  font-weight: bold;
  padding-bottom: 20px;
  border-bottom: 2px solid #111111;
}

#option-change-modal .uk-modal-dialog .uk-close {
  right: 40px;
}

#option-change-modal .uk-modal-dialog .contents {
  position: relative;
  z-index: 11;
}

#option-change-modal .uk-modal-dialog .option-wrap {
  padding-top: 16px;
}

#option-change-modal .uk-modal-dialog .option-wrap.change-color-wrap {
  padding-top: 20px;
}

#option-change-modal .uk-modal-dialog .option-wrap .custom-select-box {
  position: relative;
  width: 100%;
  height: 52px;
  font-size: 14px;
  color: #111111;
}

#option-change-modal .uk-modal-dialog .option-wrap .custom-select-box .custom-select-btn {
  position: relative;
  width: 100%;
  height: 100%;
  font-size: 14px;
  line-height: 1.2;
  color: #111111;
  padding: 0 15px;
  padding-right: 30px;
  text-align: left;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  border: 1px solid #c4c4c4;
}

#option-change-modal .uk-modal-dialog .option-wrap .custom-select-box .custom-select-btn.on {
  border: 1px solid #111111;
  background: #fff;
}

#option-change-modal .uk-modal-dialog .option-wrap .custom-select-box .custom-select-btn.on + .custom-select-list-wrap {
  visibility: visible;
}

#option-change-modal .uk-modal-dialog .option-wrap .custom-select-box .custom-select-btn.on .icon {
  transform: rotate(180deg) translateY(50%);
}

#option-change-modal .uk-modal-dialog .option-wrap .custom-select-box .custom-select-btn .icon {
  position: absolute;
  top: 50%;
  right: 15px;
  transition: all 0.2s;
  transform: translateY(-50%);
}

#option-change-modal .uk-modal-dialog .option-wrap .custom-select-box .custom-select-list-wrap {
  visibility: hidden;
  width: 100%;
  position: absolute;
  left: 0;
  top: 47px;
  max-height: 252px;
  overflow-y: auto;
  border: 1px solid #111111;
  z-index: 3;
}

#option-change-modal .uk-modal-dialog .option-wrap .custom-select-box .custom-select-list-wrap li {
  width: 100%;
  height: 50px;
}

#option-change-modal .uk-modal-dialog .option-wrap .custom-select-box .custom-select-list-wrap li:hover button, #option-change-modal .uk-modal-dialog .option-wrap .custom-select-box .custom-select-list-wrap li:active button, #option-change-modal .uk-modal-dialog .option-wrap .custom-select-box .custom-select-list-wrap li.option-selected-value button {
  background: #e5e5e5;
}

#option-change-modal .uk-modal-dialog .option-wrap .custom-select-box .custom-select-list-wrap li.isSoldOut button {
  cursor: default;
  color: #9b9b9b;
  background: #fff;
}

#option-change-modal .uk-modal-dialog .option-wrap .custom-select-box .custom-select-list-wrap li button {
  width: 100%;
  height: 100%;
  font-size: 14px;
  line-height: 1.2;
  color: #111111;
  padding: 0 15px;
  border: none;
  background: #fff;
  cursor: pointer;
  text-align: left;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

#option-change-modal .uk-modal-dialog .option-wrap .custom-select-box .custom-select-list-wrap li button .soldout-badge {
  display: inline-block;
  font-size: 14px;
  color: #111111;
  margin-left: 10px;
}

#option-change-modal .uk-modal-dialog .option-wrap .quantity-box {
  position: relative;
  height: 50px;
  border: 1px solid #c4c4c4;
}

#option-change-modal .uk-modal-dialog .option-wrap .quantity-box input {
  width: 100%;
  height: 100%;
  border: none;
  outline: none;
  text-align: center;
}

#option-change-modal .uk-modal-dialog .option-wrap .quantity-box .btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  z-index: 2;
}

#option-change-modal .uk-modal-dialog .option-wrap .quantity-box .btn:after {
  content: '';
  position: absolute;
  display: block;
  width: 12px;
  height: 1px;
  background: #111111;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}

#option-change-modal .uk-modal-dialog .option-wrap .quantity-box .btn.minus {
  left: 20px;
}

#option-change-modal .uk-modal-dialog .option-wrap .quantity-box .btn.plus {
  right: 20px;
}

#option-change-modal .uk-modal-dialog .option-wrap .quantity-box .btn.plus:before {
  content: '';
  position: absolute;
  display: block;
  width: 12px;
  height: 1px;
  background: #111111;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(90deg);
  z-index: 1;
}

#option-change-modal .uk-modal-dialog .change-action-btn-wrap {
  padding-top: 16px;
  gap: 8px;
}

#option-change-modal .uk-modal-dialog .change-action-btn-wrap button {
  position: static;
  width: 155px;
  height: 50px;
  font-size: 15px;
  font-weight: 500;
  padding: 0;
  color: #333;
}

#option-change-modal .uk-modal-dialog .change-action-btn-wrap button.primary {
  color: #fff;
}

#option-change-modal .uk-modal-dialog .change-action-btn-wrap button:hover {
  color: #333;
}

#option-change-modal .uk-modal-dialog .change-action-btn-wrap button.uk-modal-close {
  border: 1px solid #c4c4c4;
}

.cart-notice-wrap {
  background: #f6f6f6;
  padding: 30px 35px 20px;
  margin-top: 40px;
}

.cart-notice-wrap .notice-title {
  font-size: 16px;
  font-weight: bold;
  padding-bottom: 20px;
}

.cart-notice-wrap .notice-text {
  position: relative;
  font-size: 14px;
  color: #757575;
  padding-left: 12px;
  margin-bottom: 10px;
}

.cart-notice-wrap .notice-text:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  display: block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #666;
}

.checkout-guide {
  margin-top: 30px;
  border-top: 1px solid #e0e0e0;
}

.checkout-guide .guide-item {
  position: relative;
  border: 1px solid #e0e0e0;
  border-top: 0;
}

.checkout-guide .guide-item .toggle-label {
  width: 100%;
  height: 56px;
  font-size: 14px;
  padding: 0 20px;
}

.checkout-guide .guide-item .toggle-label:after {
  right: 20px;
}

.checkout-guide .guide-item .toggle-content {
  padding: 0 20px 20px;
  font-size: 14px;
  line-height: 24px;
  color: #9b9b9b;
}

.checkout-guide .guide-item .toggle-content:not(.active) {
  display: none;
}

.checkout-guide .guide-item.guide-important .toggle-label,
.checkout-guide .guide-item.guide-important .toggle-content {
  color: #c22014;
}

.cart-empty {
  padding-bottom: 50px;
}

.cart-empty .cart-notice {
  text-align: center;
}

.cart-empty .cart-notice .cart-top-title {
  border-bottom: 3px solid #111;
  max-width: 100%;
}

.cart-empty .cart-notice .cart-empty-content {
  margin: 100px 0 160px;
}

.cart-empty .cart-notice .cart-empty-content .icon {
  font-size: 56px;
  color: #c4c4c4;
}

.cart-empty .cart-notice .cart-empty-content .title-text {
  padding: 24px 0;
  font-size: 16px;
  color: #999;
}

.cart-empty .cart-notice .cart-empty-content .button {
  margin: 16px auto 0;
  max-width: 420px;
  font-size: 16px;
}

.cart-empty .cart-notice .grb-title {
  text-align: left;
}

.cart-empty .cart-notice .message-text {
  color: #757575;
}

.later-cart {
  margin-top: 80px;
  text-align: left;
}

.later-cart .cart-list {
  border-top: 3px solid #141414;
}

@media (max-width: 768px) {
  .pt_cart .contents {
    margin: 0;
  }
  .pt_cart .contents .cart-wrap {
    position: relative;
    padding: 0;
  }
  .pt_cart .contents .cart-wrap .cart-top .cart-group-list {
    flex-basis: 100%;
    max-width: 100%;
    padding-right: 0;
  }
  .pt_cart .contents .cart-wrap .cart-top .cart-group-order {
    flex-basis: 100%;
    max-width: 100%;
    padding-top: 0;
  }
  .pt_cart .contents .cart-wrap .cart-massage {
    margin-right: 0;
    margin-bottom: 0;
  }
  .pt_cart .contents .cart-wrap .checked-item-btn, .pt_cart .contents .cart-wrap .unchecked-item-btn {
    width: 18px;
    height: 18px;
    margin-right: 5px;
  }
  .pt_cart .contents .cart-wrap .checked-item-btn .icon, .pt_cart .contents .cart-wrap .unchecked-item-btn .icon {
    font-size: 12px;
  }
  .pt_cart .cart-header {
    top: 0;
    left: 0;
    width: 100%;
    height: 63px;
    background: #fff;
    border-bottom: 1px solid #e5e5e5;
  }
  .pt_cart .cart-header .cart-title {
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    padding-top: 21px;
  }
  .pt_cart .cart-header .button-back {
    position: absolute;
    left: 16px;
    top: 23px;
  }
  .pt_cart .cart-header .button-back .icon {
    width: 22px;
    height: 16px;
  }
  .cart-nomember-notice {
    display: block !important;
    text-align: center;
    line-height: 50px;
    background: #a5a5a5;
  }
  .cart-nomember-notice .round-check {
    position: relative;
    display: inline-block;
    width: 15px;
    height: 15px;
    border: 1px solid #fff;
    border-radius: 15px;
    margin-right: 5px;
    vertical-align: middle;
    margin-top: -2px;
  }
  .cart-nomember-notice .round-check svg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 6px;
    color: #fff;
  }
  .cart-nomember-notice p {
    font-size: 13px;
    color: #fff;
  }
  .cart-top-title {
    padding: 24px 16px 0;
  }
  .cart-top-title span {
    font-size: 14px;
    margin-left: 0;
  }
  .cart-top-title .cart-clear {
    top: 22px;
  }
  .cart-top-title .select-all-title-wrap {
    display: flex !important;
  }
  .cart-top-title .select-all-title-wrap .left-part {
    margin-left: -2px;
  }
  .cart-top-title .select-all-title-wrap form {
    display: inline-block;
    vertical-align: middle;
  }
  .cart-top-title .select-all-title-wrap form button {
    margin-right: 10px !important;
  }
  .cart-top-title .select-all-title-wrap .select-all-count {
    padding: 0;
    vertical-align: middle;
    font-weight: 500;
  }
  .cart-top-title .select-all-title-wrap .select-all-count .point {
    margin: 0;
    padding: 0;
    color: #0063BA;
  }
  .cart-top-title .select-all-title-wrap .trigger-cart-clear {
    font-size: 14px;
    line-height: 38px;
    padding: 0 13.5px;
    border: 1px solid #c4c4c4;
  }
  .cart-list {
    padding: 0 16px;
  }
  .cart-list .list-sort-name {
    display: none;
  }
  .cart-list .cart-list-item {
    position: relative;
    border-top: 0;
  }
  .cart-list .cart-list-item:last-child {
    border: 0;
  }
  .cart-list .cart-list-item.addon {
    padding: 16px;
    margin-top: 16px;
    background-color: #f7f7f7;
  }
  .cart-list .cart-list-item.addon > .flex > div.item-dec .item-detail {
    padding-top: 0;
  }
  .cart-list .cart-list-item.addon .item-dec .image-url {
    margin-left: 0;
    max-width: 80px;
  }
  .cart-list .cart-list-item.addon .item-delete-wrap {
    top: 0;
    right: 0;
    background-color: #fff !important;
  }
  .cart-list .cart-list-item .addon-mini .toggle-box .toggle-label {
    border-top: 0;
    border-bottom: 1px solid #e0e0e0;
  }
  .cart-list .cart-list-item .addon-mini .toggle-box .toggle-label .addon-title {
    font-size: 14px;
  }
  .cart-list .cart-list-item .addon-mini .toggle-box .toggle-label:after {
    right: 16px;
  }
  .cart-list .cart-list-item .addon-mini .addon-selector-box {
    padding: 16px;
  }
  .cart-list .cart-list-item .addon-mini .addon-selector-box .addon-descr {
    font-size: 14px;
  }
  .cart-list .cart-list-item .addon-mini .addon-selector-box .addon-checked-none {
    font-size: 12px;
  }
  .cart-list .cart-list-item .addon-mini .addon-selector-box .addon-selection .input-select-inline {
    height: 45px;
    font-size: 12px;
  }
  .cart-list .cart-list-item .addon-mini .addon-state {
    padding: 16px 0 0;
  }
  .cart-list .cart-list-item .addon-mini .addon-state .addon-item {
    display: block;
  }
  .cart-list .cart-list-item .addon-mini .addon-state .addon-tool {
    margin-top: 10px;
  }
  .cart-list .cart-list-item .addon-mini .addon-state .addon-tool .addon-quantity .btn {
    border: 1px solid #d4d4d4;
    background: #fff;
    width: 37px;
    height: 37px;
  }
  .cart-list .cart-list-item .addon-mini .addon-state .addon-tool .addon-quantity .btn .icon {
    color: #a0a0a0;
  }
  .cart-list .cart-list-item .addon-mini .addon-state .addon-tool .addon-quantity .i-text {
    border: 1px solid #d4d4d4;
    background: #fff;
    width: 37px;
    height: 37px;
    padding: 6px 5px;
    text-align: center;
  }
  .cart-list .cart-list-item .addon-mini .addon-state .addon-tool .btn-submit {
    margin-left: 10px;
    width: 60px;
    height: 37px;
    background: #000;
    color: #fff;
    font-size: 12px;
  }
  .cart-list .cart-list-item .addon-mini .addon-state .addon-tool .btn-addon-remove {
    position: static;
    background: transparent;
    margin-left: 15px;
  }
  .cart-list .cart-list-item .addon-mini .addon-state .addon-tool .btn-addon-remove .icon {
    width: 20px;
    height: 20px;
  }
  .cart-list .cart-list-item .item-dec {
    padding: 24px 0 0;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
  .cart-list .cart-list-item .item-dec.addon-item > .flex {
    margin-left: 0;
    padding: 0;
  }
  .cart-list .cart-list-item .item-dec .checked-item-action {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
  }
  .cart-list .cart-list-item .item-dec .image-url {
    max-width: 96px;
    margin-right: 16px;
  }
  .cart-list .cart-list-item .item-dec .item-detail {
    padding-top: 0;
    padding-right: 20px;
    max-width: calc(100% - 96px);
  }
  .cart-list .cart-list-item .item-dec .item-detail .addon-badge {
    margin-bottom: 6px;
    font-size: 11px;
  }
  .cart-list .cart-list-item .item-dec .item-detail .name {
    display: block;
    font-size: 16px;
    font-weight: 500;
    word-break: break-word;
  }
  .cart-list .cart-list-item .item-dec .item-detail .option_wrap {
    margin-top: 9px;
    font-size: 13px;
    position: relative;
    color: #757575;
  }
  .cart-list .cart-list-item .item-dec .item-detail .option_wrap .quantity {
    display: inline-block;
    margin-bottom: 8px;
  }
  .cart-list .cart-list-item .item-dec .item-detail .option_wrap .quantity:before {
    content: '/ ';
  }
  .cart-list .cart-list-item .item-quantity .optchange-btn {
    text-decoration: underline;
    font-size: 12px;
    color: #1b3fce;
    position: absolute;
    right: 0;
    top: 17px;
  }
  .cart-list .cart-list-item .item-price {
    padding: 0;
  }
  .cart-list .cart-list-item .item-price .retail-price {
    font-size: 15px;
  }
  .cart-list .cart-list-item .item-price .sale-price {
    display: inline-block;
    margin-left: 8px;
    font-size: 13px;
    color: #9e9e9e;
  }
  .cart-list .cart-list-item .item-price .price-group {
    margin-top: 3px;
  }
  .cart-list .cart-list-item .item-price .price-group .price {
    font-size: 15px;
  }
  .cart-list .cart-list-item .item-price .price-group .rate {
    float: left;
    margin-left: 0;
    margin-right: 8px;
    font-size: 15px;
  }
  .cart-list .cart-list-item .item-price .promo-detail {
    margin-top: 13px;
    margin-bottom: 20px;
  }
  .cart-list .cart-list-item .item-price .promo-detail .promo-text {
    text-align: left;
  }
  .cart-list .cart-list-item .item-price .promo-detail .marketing-text {
    font-size: 12px;
    margin-bottom: 2px;
  }
  .cart-list .cart-list-item .item-price .promo-detail span {
    font-size: 12px;
  }
  .cart-list .cart-list-item .item-delete-wrap {
    top: 20px;
  }
  .cart-list .cart-list-item .item-delete-wrap .delete-btn {
    display: inline-block;
    width: 18px;
    height: 18px;
    border: 1px solid #c4c4c4;
  }
  .cart-list .cart-list-item .item-delete-wrap .delete-btn .icon {
    width: 16px;
    height: 16px;
    color: #999;
    vertical-align: top;
  }
  .cart-group-order {
    padding: 16px 0;
  }
  .cart-group-order section {
    max-width: 100%;
    padding: 0;
    border: none;
  }
  .cart-notice-wrap {
    display: block;
    width: 100%;
    margin: 0;
    padding: 25px 20px 30px;
  }
  .cart-notice-wrap .notice-text {
    font-size: 13px;
    line-height: 21px;
    color: #666;
    padding-left: 18px;
    margin: 0;
  }
  .cart-notice-wrap .notice-text:not(:last-child) {
    margin-bottom: 10px;
  }
  .cart-notice-wrap .notice-text:before {
    top: 6px;
  }
  .item-btn-wrap {
    margin-top: 15px;
  }
  .item-btn-wrap .wish-btn-wrap {
    margin-right: 0;
    width: 50px;
    text-align: center;
    line-height: 50px;
    border: 1px solid #c4c4c4;
  }
  .item-btn-wrap .wish-btn-wrap .wish-action {
    height: 50px;
  }
  .item-btn-wrap .etc-btn-wrap {
    display: flex;
    width: 100%;
    gap: 8px;
  }
  .item-btn-wrap .etc-btn-wrap a {
    flex: 1;
  }
  .item-btn-wrap .etc-btn-wrap.width-max form {
    width: 100%;
  }
  .item-btn-wrap .optchange-btn {
    width: 50%;
    height: 45px;
    font-weight: 500;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #c4c4c4;
    background-color: #fff;
  }
  .item-btn-wrap .btn-buy {
    width: 50%;
    height: 45px;
    font-weight: 600;
    color: #fff;
    background: #0063BA;
  }
  .item-btn-wrap .restock-btn {
    width: 50%;
    color: #111;
    font-weight: 500;
    border-color: #c4c4c4;
  }
  .item-btn-wrap form {
    width: 50%;
    text-align: center;
    border-left: 1px solid #e0e0e0;
  }
  .item-btn-wrap form .cart-action {
    height: 50px;
  }
  .item-btn-wrap form .cart-action .icon {
    margin-top: -3px;
  }
  .item-btn-wrap form .cart-action .text {
    margin-left: 3px;
  }
  .cart-order {
    padding: 0 16px;
  }
  .cart-order h3 {
    font-size: 18px;
    margin: 0;
    padding-top: 24px;
    margin-bottom: 24px;
  }
  .cart-order .list-item {
    max-width: 100%;
    margin-top: 17px;
  }
  .cart-order .list-item.promo-list {
    padding: 16px;
  }
  .cart-order .list-item.order-total-price {
    margin-top: 24px;
    padding-top: 24px;
    border-top: 1px solid #e6e6e6;
  }
  .cart-order .list-item.order-total-price .item-title {
    font-weight: bold;
  }
  .cart-order .list-item.order-total-price .total-price {
    font-size: 16px;
  }
  .cart-order .list-item .item-title {
    font-size: 14px;
  }
  .cart-order .list-item .item-price {
    font-size: 14px;
  }
  .cart-order .promo-dec {
    position: relative;
    max-width: 100%;
  }
  .cart-order .promo-dec .promo-label {
    font-size: 13px;
    color: #757575;
  }
  .cart-order .promo-dec .promotion-price {
    font-size: 13px;
    color: #2b2b2b;
  }
  .cart-order .checkoutBtn_wrap {
    position: fixed;
    bottom: 0;
    left: 0;
    padding: 16px;
    width: 100%;
    z-index: 100;
    padding-bottom: calc(env(safe-area-inset-bottom) + 10px);
    background: #fff;
  }
  .cart-order .checkoutBtn_wrap .checkoutBtn {
    margin: 0;
    height: 48px;
    font-size: 16px;
  }
  .checkout-guide-notice {
    margin-top: 30px;
    padding: 0 20px;
  }
  .checkout-guide-notice .checkout-guide-wrap p {
    padding-left: 5px;
  }
  .cart-entry-promo {
    max-width: 100%;
    width: 100%;
    padding: 0 20px 30px;
    margin: 0;
    border-bottom: 8px solid #e5e5e5;
  }
  .cart-entry-promo .promo-message {
    padding: 25px 0;
    margin: 0;
  }
  .cart-entry-promo .promo-form {
    max-width: 100%;
  }
  .cart-entry-promo .promo-form .input-promo {
    width: calc(100% - 92px);
  }
  .cart-entry-promo .promo-form .input-promo.disable .discount-coupon-price {
    height: 50px;
    line-height: 48px;
    padding: 0 13px;
    border: 1px solid #c4c4c4;
    border-right: none;
  }
  .cart-entry-promo .promo-form .submit-promo .button {
    width: 92px;
    height: 50px;
    line-height: 48px;
    padding: 0;
    border: 1px solid #c4c4c4;
  }
  .cart-entry-promo .cart-coupon-notice {
    font-size: 12px;
    color: #757575;
  }
  .checkout-guide {
    margin-top: 20px;
  }
  .checkout-guide .guide-item .toggle-label {
    height: 48px;
    min-height: auto;
  }
  .later-cart {
    margin-top: 40px;
  }
  .later-cart .title {
    font-size: 16px;
    font-weight: bold;
    margin-right: 15px;
  }
  .later-cart .cart-list {
    border-top: 2px solid #141414;
  }
  .cart-empty .cart-notice .cart-empty-content {
    margin: 40px 0 48px;
  }
  .cart-empty .cart-notice .cart-empty-content .icon {
    font-size: 48px;
  }
  .cart-empty .cart-notice .cart-empty-content .title-text {
    font-size: 14px;
  }
  .cart-empty .cart-notice .cart-empty-content .button {
    margin: 16px 16px 0;
    font-size: 14px;
    max-width: 100%;
    width: calc(100% - 32px);
    height: 48px;
  }
}

@media screen and (max-width: 767px) {
  #offer-list-modal .uk-modal-dialog {
    max-width: 100%;
    min-height: 100%;
    padding-bottom: calc(env(safe-area-inset-bottom) + 16px);
  }
  #member-benefit-modal .uk-modal-dialog {
    max-width: 100%;
    width: 100%;
    height: 100%;
    margin-top: auto;
    margin-bottom: 0;
    padding: 0;
    position: absolute;
  }
  #member-benefit-modal .uk-modal-dialog h2 {
    font-size: 20px;
    font-weight: bold;
    padding: 20px;
    border-bottom: 1px solid #e5e5e5;
  }
  #member-benefit-modal .uk-modal-dialog .uk-close {
    top: 20px;
    right: 20px;
  }
  #member-benefit-modal .uk-modal-dialog .benefit-guide-wrap {
    padding: 25px 20px;
  }
  #member-benefit-modal .uk-modal-dialog .benefit-guide-wrap .main-text {
    line-height: 22px;
  }
  #member-benefit-modal .uk-modal-dialog .benefit-list-wrap {
    background: #f6f6f6;
    padding: 30px 20px;
    margin: 0 20px;
  }
  #member-benefit-modal .uk-modal-dialog .benefit-list-wrap li:not(:last-child) {
    padding-bottom: 20px;
  }
  #member-benefit-modal .uk-modal-dialog .benefit-list-wrap li .text-wrap {
    padding-left: 15px;
  }
  #member-benefit-modal .uk-modal-dialog .benefit-list-wrap li .text-wrap .title-text {
    padding-bottom: 8px;
  }
  #member-benefit-modal .uk-modal-dialog .benefit-list-wrap li .text-wrap .desc-text {
    font-size: 13px;
  }
  #member-benefit-modal .uk-modal-dialog .sign-btn-wrap {
    padding: 20px 20px 0;
  }
  #member-benefit-modal .uk-modal-dialog .sign-btn-wrap .signup-btn {
    font-size: 14px;
    line-height: 48px;
    border: 1px solid #020202;
    margin-right: 0;
  }
  #member-benefit-modal .uk-modal-dialog .sign-btn-wrap .signin-btn {
    width: 50%;
    font-size: 14px;
  }
  #member-benefit-modal .uk-modal-dialog .buy-nomember-wrap {
    padding-bottom: 40px;
  }
  #member-benefit-modal .uk-modal-dialog .buy-nomember-wrap .buy-nomember-btn {
    font-size: 14px;
    margin: 25px auto 0;
  }
  #option-change-modal.uk-open .uk-modal-dialog {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  #option-change-modal .uk-modal-dialog {
    max-width: 100%;
    width: 100%;
    padding: 24px 16px 10px;
    top: unset !important;
    bottom: calc(env(safe-area-inset-bottom) + 0px) !important;
    margin-top: auto;
    margin-bottom: 0;
    -webkit-transform: translateY(25vh);
    transform: translateY(25vh);
    position: absolute;
    padding-bottom: calc(env(safe-area-inset-bottom) + 10px);
  }
  #option-change-modal .uk-modal-dialog h2 {
    font-size: 16px;
    font-weight: normal;
    padding-bottom: 20px;
    border-bottom: none;
  }
  #option-change-modal .uk-modal-dialog .uk-close {
    top: 24px;
    right: 16px;
  }
  #option-change-modal .uk-modal-dialog .option-wrap {
    padding-top: 10px;
  }
  #option-change-modal .uk-modal-dialog .option-wrap .custom-select-box .custom-select-list-wrap {
    top: unset;
    bottom: 47px;
  }
  #option-change-modal .uk-modal-dialog .option-wrap.change-color-wrap {
    padding-top: 0;
  }
  #option-change-modal .uk-modal-dialog .change-action-btn-wrap {
    padding-top: 20px;
  }
  #option-change-modal .uk-modal-dialog .change-action-btn-wrap button {
    width: calc(50% - 3px);
    font-size: 14px;
  }
}

@media screen and (max-width: 1440px) and (min-width: 960px) {
  .cart-group-list {
    padding-right: 20px !important;
  }
  .cart-group-order section {
    padding: 40px 32px;
  }
  .cart-list .cart-list-item .item-dec .image-url {
    margin-right: 20px;
  }
}

@media (max-width: 960px) {
  .mypage-cart .product-opt_cart {
    padding: 0 !important;
  }
}

/* uikit 에서 사용하는 offcanvas scss 를 코어에서 머지하기에는 opacity값만 바꾸는거라 임시로 소스처리  */
.uk-offcanvas {
  background: rgba(0, 0, 0, 0.5);
  z-index: 1100;
}

.section-minicart {
  width: 90%;
  max-width: 420px;
  background: #fff;
}

.minicart-dropdown {
  position: fixed;
  right: 0;
  top: 0;
  bottom: 0;
  width: 420px;
  height: 100%;
  padding: 20px;
  background-color: #ffffff;
  overflow: auto;
}

.minicart-dropdown .minicart-header {
  height: 60px;
  border-bottom: 1px solid #000;
}

.minicart-dropdown .minicart-header .header-item {
  margin: 0;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
}

.minicart-dropdown .minicart-header .minicart-action-close .icon {
  font-size: 30px;
}

.minicart-dropdown .minicart-products {
  -webkit-flex-shrink: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

.minicart-dropdown .minicart-products .no-cursor {
  cursor: default;
}

.minicart-dropdown .minicart-products .no-cursor:hover {
  color: #111111;
  text-decoration: none;
}

.minicart-dropdown .minicart-products .minicart-item {
  padding: 30px 0;
  border-bottom: 1px solid #e0e0e0;
}

.minicart-dropdown .minicart-products .minicart-item:last-child {
  border-bottom: none;
}

.minicart-dropdown .minicart-products .minicart-item .image-url {
  width: 100%;
  max-width: 120px;
}

.minicart-dropdown .minicart-products .minicart-item .image-url::before {
  padding-bottom: 100%;
}

.minicart-dropdown .minicart-products .minicart-item .product-mini-details {
  position: relative;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1;
  -ms-flex: 1 1;
  flex: 1 1;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  -webkit-flex-basis: calc(100% - 120px);
  -ms-flex-preferred-size: calc(100% - 120px);
  flex-basis: calc(100% - 120px);
  margin-left: 20px;
}

.minicart-dropdown .minicart-products .minicart-item .product-mini-details .product-name {
  padding-right: 40px;
  font-weight: 600;
  letter-spacing: -.025em;
  font-size: 14px;
  line-height: 20px;
}

.minicart-dropdown .minicart-products .minicart-item .product-mini-details .product-options {
  margin-top: 10px;
  font-size: 12px;
  line-height: 20px;
}

.minicart-dropdown .minicart-products .minicart-item .product-mini-details .product-options .option.quantity {
  display: block;
}

.minicart-dropdown .minicart-products .minicart-item .product-mini-details .product-price {
  margin-top: 12px;
  font-size: 14px;
  line-height: 1;
}

.minicart-dropdown .minicart-products .minicart-item .product-mini-details .product-price span:not(:last-child) {
  margin-right: 5px;
}

.minicart-dropdown .minicart-products .minicart-item .product-mini-details .product-price .price-group {
  font-weight: bold;
}

.minicart-dropdown .minicart-products .minicart-item .product-mini-details .product-price .price-group .retail {
  color: #9b9b9b;
  text-decoration: line-through;
}

.minicart-dropdown .minicart-products .minicart-item .product-mini-details .product-price .price-group .rate {
  color: #ca1d31;
}

.minicart-dropdown .minicart-products .minicart-item .product-mini-details .product-price .sale-price {
  color: #9b9b9b;
  text-decoration: line-through;
}

.minicart-dropdown .minicart-products .minicart-item .product-mini-details .promo-detail {
  margin-top: 10px;
  font-size: 12px;
}

.minicart-dropdown .minicart-products .minicart-item .product-mini-details .product-mini-remove {
  position: absolute;
  top: 0;
  right: 18px;
}

.minicart-dropdown .minicart-products .minicart-item .product-mini-details .product-mini-remove .icon {
  display: block;
  color: #383838;
  width: 16px;
  height: 16px;
}

.minicart-dropdown .minicart-totals {
  margin-top: auto;
}

.minicart-dropdown .minicart-totals .subtotals {
  padding: 20px 0 20px 8px;
  border-top: 1px solid #000;
}

.minicart-dropdown .minicart-totals .subtotals .subtotals-calc .label {
  font-size: 14px;
  line-height: 1;
}

.minicart-dropdown .minicart-totals .subtotals .subtotals-calc .value {
  font-size: 20px;
  font-weight: 600;
  line-height: 1;
}

.minicart-dropdown .minicart-totals .subtotals .subtotals-message {
  margin-top: 20px;
  padding-left: 15px;
  letter-spacing: -.025em;
  word-break: keep-all;
  font-size: 12px;
  color: #9b9b9b;
}

.minicart-dropdown .minicart-totals .subtotals .subtotals-message li {
  list-style: disc;
  line-height: 1.5;
}

.minicart-dropdown .minicart-totals .minicart-actions {
  padding: 20px 0;
}

.minicart-dropdown .minicart-totals .minicart-actions .button:not(:first-child) {
  margin-top: 10px;
}

.minicart-dropdown .minicart-empty {
  text-align: center;
  border-top: 1px solid #eeeeee;
}

.minicart-dropdown .minicart-empty .icon {
  font-size: 45px;
  color: #9b9b9b;
}

.minicart-dropdown .minicart-empty .message {
  margin-top: 10px;
  font-size: 18px;
  line-height: 26px;
}

.minicart-dropdown .minicart-empty .sub-message {
  margin-top: 12px;
  font-size: 12px;
  line-height: 18px;
}

.minicart-dropdown .minicart-empty .minicart-empty-action {
  width: 100%;
  margin-top: 26px;
  padding: 0 20px 20px;
}

.uk-modal.modal-confirm {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.confirm-conent-wrap .content {
  font-weight: 600;
  line-height: 1.25;
  letter-spacing: -.025em;
  text-align: center;
}

.confirm-conent-wrap .content p {
  margin: 0;
}

.confirm-conent-wrap .button-group {
  margin-top: 38px;
}

@media screen and (max-width: 767px) {
  .open-mini-cart {
    min-height: 100vh;
  }
  .uk-offcanvas {
    top: env(safe-area-inset-top);
    height: 100%;
  }
  .uk-offcanvas-bar {
    top: env(safe-area-inset-top);
  }
  .minicart-dropdown {
    width: 100%;
    height: 100%;
    padding: 0;
    padding-bottom: env(safe-area-inset-bottom);
  }
  .minicart-dropdown .minicart-header {
    padding: 0 15px;
  }
  .minicart-dropdown .minicart-header .minicart-action-close .icon {
    width: 22px;
    height: 22px;
  }
  .minicart-dropdown .minicart-products .minicart-item {
    padding: 15px 15px 0 15px;
  }
  .minicart-dropdown .minicart-products .minicart-item .product-mini-details .product-name {
    font-size: 12px;
    line-height: 16px;
  }
  .minicart-dropdown .minicart-products .minicart-item .product-mini-details .product-options {
    margin-top: 4px;
    line-height: 18px;
  }
  .minicart-dropdown .minicart-products .minicart-item .product-mini-details .product-price {
    margin-top: 4px;
    font-size: 12px;
  }
  .minicart-dropdown .minicart-products .minicart-item .product-mini-details .product-mini-remove .icon {
    width: 16px;
    height: 16px;
  }
  .minicart-dropdown .minicart-totals .subtotals {
    padding: 15px;
  }
  .minicart-dropdown .minicart-totals .subtotals .subtotals-message {
    margin-top: 15px;
  }
  .minicart-dropdown .minicart-totals .minicart-actions {
    padding: 16px;
  }
  .minicart-dropdown .minicart-empty .cart-icon {
    margin: 0 auto 28px;
    padding-top: 2px;
    padding-right: 2px;
    width: 40px;
    height: 40px;
  }
  .minicart-dropdown .minicart-empty .message {
    font-size: 18px;
    line-height: 22px;
  }
  .minicart-dropdown .minicart-empty .sub-message {
    margin-top: 10px;
    font-size: 12px;
    line-height: 16px;
  }
  .minicart-dropdown .minicart-empty .minicart-empty-content {
    margin-top: auto;
  }
  .minicart-dropdown .minicart-empty .minicart-empty-action {
    margin-top: auto;
    padding: 0 16px 16px;
    width: 100%;
  }
  .uk-modal.modal-confirm {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .uk-modal.modal-confirm .uk-modal-dialog {
    padding: 40px 16px 16px;
    max-height: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }
  .confirm-conent-wrap .content {
    min-height: 60px;
    font-size: 18px;
  }
}

@media screen and (min-width: 768px) {
  .uk-modal.modal-confirm {
    padding: 90px 32px;
  }
  .uk-modal.modal-confirm .uk-modal-dialog {
    padding: 38px 20px 20px;
    max-width: 464px;
  }
  .confirm-conent-wrap .content {
    min-height: 60px;
    font-size: 18px;
  }
}

.store-container {
  width: 100%;
  padding: 80px 0 50px;
}

.store-content-container {
  position: relative;
  margin: 0 auto;
  max-width: 1440px;
}

.store-content-container .location-search-container {
  position: relative;
  background: #f4f4f4;
  padding: 32px 40px;
  margin: 24px auto;
}

.store-content-container .location-search-container .location-search-pack {
  position: relative;
  width: 100%;
}

.store-content-container .location-search-container .location-search-pack .search-wrap {
  padding-right: 440px;
}

.store-content-container .location-search-container .location-search-pack .location-filter-wrap {
  width: 100%;
  max-width: 214px;
}

.store-content-container .location-search-container .location-search-pack .location-filter-wrap .select-box:before {
  content: '';
  display: none;
}

.store-content-container .location-search-container .location-search-pack .location-filter-wrap .select-box .icon {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%) rotate(-90deg);
  font-size: 11px;
  color: #999;
}

.store-content-container .location-search-container .location-search-pack .location-filter-wrap .select-box > select {
  height: 50px;
  font-size: 16px;
  color: #111111;
  box-shadow: 0 0 0 1px #c4c4c4;
  padding: 0 20px;
}

.store-content-container .location-search-container .location-search-pack .search-field {
  max-width: 500px;
  margin-left: 8px;
}

.store-content-container .location-search-container .location-search-pack .search-field .input-textfield {
  position: relative;
}

.store-content-container .location-search-container .location-search-pack .search-field .input-textfield > label {
  font-size: 14px;
  color: #999;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
}

.store-content-container .location-search-container .location-search-pack .search-field .input-textfield > input {
  height: 50px;
  font-size: 14px;
  border: 0;
  border: 1px solid #c4c4c4;
  padding: 0 20px;
}

.store-content-container .location-search-container .location-search-pack .search-field .input-textfield > .btn-wrap {
  display: none;
}

.store-content-container .location-search-container .location-search-pack .search-field .input-textfield.value > label {
  display: none;
  visibility: hidden;
  text-indent: -9999px;
  opacity: 0;
}

.store-content-container .location-search-container .location-search-pack .search-field .btn_search {
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 50px;
  padding: 8px 0;
  color: #111111;
  background: transparent;
}

.store-content-container .location-search-container .location-search-pack .search-field .btn_search .txt {
  display: none;
}

.store-content-container .location-search-container .location-search-pack .search-field .btn_search i {
  display: block;
  font-size: 20px;
  color: #9b9b9b;
}

.store-content-container .location-search-container .location-search-pack .search-field .btn_search:hover {
  border: none;
}

.store-content-container .location-search-container .location-search-pack .filter-list {
  padding-top: 24px;
}

.store-content-container .location-search-container .location-search-pack .filter-list .field-row:not(:last-child) {
  margin-right: 20px;
}

.store-content-container .location-search-container .location-search-pack .filter-list .field-row .text {
  color: #333;
}

.store-content-container .location-search-container .location-search-pack .filter-list .field-row .icon {
  background: #fff;
}

.store-content-container .location-search-container .toggle-info-wrapper {
  position: absolute;
  top: 32px;
  right: 40px;
  z-index: 9;
}

.store-content-container .location-search-container .toggle-info-wrapper .toggle-info-wrap {
  position: relative;
}

.store-content-container .location-search-container .toggle-info-wrapper .toggle-info-wrap + .toggle-info-wrap {
  margin-left: 12px;
}

.store-content-container .location-search-container .toggle-info-wrapper .toggle-info-wrap.active .info-btn .icon {
  transform: rotate(90deg);
  transition: 0.3s all;
}

.store-content-container .location-search-container .toggle-info-wrapper .toggle-info-wrap.active .info-content-wrap {
  display: block;
}

.store-content-container .location-search-container .toggle-info-wrapper .toggle-info-wrap .info-btn {
  width: 214px;
  height: 50px;
  background: #fff;
  padding: 16px 20px;
  border: 1px solid #c4c4c4;
  border-radius: 26px;
  transition: 0.3s all;
}

.store-content-container .location-search-container .toggle-info-wrapper .toggle-info-wrap .info-btn .icon {
  font-size: 11px;
  color: #999;
  transform: rotate(-90deg);
  transition: 0.2s all;
}

.store-content-container .location-search-container .toggle-info-wrapper .toggle-info-wrap .info-content-wrap {
  display: none;
  position: absolute;
  top: 50px;
  right: 0;
  width: 214px;
  padding: 20px;
  background: #fff;
  border: 1px solid #c4c4c4;
  border-radius: 16px;
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.15);
  z-index: 1;
}

.store-content-container .location-search-container .toggle-info-wrapper .toggle-info-wrap .info-content-wrap .info-tit {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.35;
  color: #111111;
  padding-bottom: 10px;
}

.store-content-container .location-search-container .toggle-info-wrapper .toggle-info-wrap .info-content-wrap .info-tel {
  font-size: 22px;
  font-weight: 700;
  line-height: 1.35;
  color: #111111;
}

.store-content-container .location-search-container .toggle-info-wrapper .toggle-info-wrap .info-content-wrap .info-mid {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.35;
  color: #111111;
  padding-top: 16px;
}

.store-content-container .location-search-container .toggle-info-wrapper .toggle-info-wrap .info-content-wrap .info-manager {
  font-size: 15px;
  font-weight: 700;
  line-height: 1.35;
  color: #111111;
  padding-top: 12px;
}

.store-content-container .location-search-container .toggle-info-wrapper .toggle-info-wrap .info-content-wrap .info-des {
  font-size: 12px;
  font-weight: 500;
  line-height: 1.35;
  color: #757575;
  padding-top: 6px;
}

.store-content-container .map-section-wrap {
  position: relative;
  margin: 20px 40px 0;
  flex-flow: row-reverse;
}

.location-map {
  position: relative;
  width: 100%;
  height: 100%;
  max-width: 920px;
  min-height: 860px;
  border: 1px solid #c4c4c4;
  overflow: hidden;
}

.location-map .store-my-location {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 36px;
  height: 36px;
  line-height: 1;
  font-size: 25px;
  text-align: center;
  background: #fff;
  border-radius: 50%;
  z-index: 1;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.11);
}

.location-map div {
  border: none !important;
  border-radius: 8px !important;
}

.merker-info {
  position: relative;
  padding: 30px 16px 16px;
  border: 1px solid #c4c4c4;
  border-radius: 8px;
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.15);
  background: #fff;
}

.merker-info .merker-title {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.35;
  color: #111111;
  padding-bottom: 10px;
}

.merker-info .merker-address {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.35;
  color: #111111;
  word-wrap: break-word;
  word-break: keep-all;
  padding-bottom: 4px;
}

.merker-info .merker-phone {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.35;
  color: #757575;
}

.merker-info:after {
  content: '';
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  width: 0px;
  height: 0px;
  border-top: 10px solid #fff;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
}

.merker-info .btn-close {
  position: absolute;
  top: 16px;
  right: 16px;
  font-size: 20px;
  line-height: 1;
  z-index: 1;
}

.location-search {
  width: 400px;
  font-size: 12px;
  background-color: #ffffff;
  overflow: hidden;
  border: 1px solid #111111;
  border-width: 1px 0px;
}

.location-search .filter-btn {
  position: absolute;
  width: 50px;
  color: #fff;
  background: #c9192e;
  margin-left: 5px;
  height: 36px;
  padding: 6px 0 8px;
}

.location-search .filter-btn .txt {
  font-size: 13px;
}

.location-search .search-result {
  overflow: auto;
  height: 100%;
  list-style: none;
  border: 0;
  padding: 0;
  margin: 0;
  text-align: left;
  line-height: 1;
  font-size: 13px;
  min-height: 860px;
  max-height: 860px;
}

.location-search .search-result .icon-search {
  display: block;
}

.location-search .search-result .icon-search:before {
  font-size: 40px;
}

.location-search .search-result .less-items {
  min-height: 200px;
  margin-top: 100px;
}

.location-search .search-list {
  position: relative;
}

.location-search .search-list > .list-item {
  display: block;
  padding: 30px 0 20px;
  border-bottom: 1px solid #e6e6e6;
}

.location-search .search-list .brandstore-list {
  margin-bottom: 4px;
}

.location-search .search-list .brandstore-list .brandstore {
  display: inline-block;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.35;
  color: #333;
}

.location-search .search-list .brandstore-list .brandstore:not(:first-child):before {
  display: inline-block;
  content: '/';
  margin: 0 3px;
}

.location-search .store-wish {
  display: inline-block;
  margin-right: 5px;
}

.location-search .store-wish .wish-action .icon {
  font-size: 20px;
}

.location-search .store-wish .wish-action.add:not(.set-active) {
  pointer-events: none;
  display: none;
}

.location-search .store-wish .wish-action.remove:not(.set-active) {
  pointer-events: none;
  display: none;
}

.location-search .tit {
  display: inline-block;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.35;
  color: #111111;
  padding-bottom: 16px;
}

.location-search .distance {
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  color: #757575;
}

.location-search .distance:before {
  content: '';
  display: inline-block;
  width: 1px;
  height: 11px;
  background: #c4c4c4;
  margin: 0 8px;
}

.location-search .address {
  display: inline-block;
  width: auto;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.35;
  color: #757575;
  word-break: keep-all;
  margin-bottom: 4px;
}

.location-search .phonenum {
  display: inline-block;
  width: 100%;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.35;
  color: #757575;
}

.location-search .icon-wrap {
  display: inline-block;
  position: absolute;
  top: 30px;
  right: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.35;
  color: #333;
  padding: 10px 12px;
  border: 1px solid #c4c4c4;
  background: #fff;
  cursor: pointer;
}

.location-search .icon-wrap.active {
  color: #fff;
  background: #29346D;
  border-color: #29346D;
}

.location-search .close-btn {
  line-height: 28px;
  background: transparent;
  top: 60px;
  right: 20px;
}

.location-search .store-draggable .store-tab {
  position: relative;
  padding-top: 15px;
}

.location-search .store-draggable .store-tab li {
  width: 100%;
}

.location-search .store-draggable .store-tab li.uk-active a {
  line-height: 48px;
  font-weight: bold;
  border-bottom: 2px solid #000;
}

.location-search .store-draggable .store-tab a {
  width: 100%;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 15px;
  border-bottom: 1px solid #c4c4c4;
}

.location-search .store-draggable .store-cont-wrap {
  position: relative;
}

.location-search .store-draggable .store-show-map {
  display: none;
}

.store-info-view {
  overflow-y: auto;
  position: absolute;
  left: 401px;
  bottom: 0;
  width: 100%;
  height: 100%;
  padding: 30px 80px 30px 30px;
  background-color: #ffffff;
}

.store-info-view .brandstore-list {
  margin-bottom: 20px;
}

.store-info-view .brandstore-list .brandstore {
  padding-right: 5px;
  font-size: 13px;
  font-weight: bold;
}

.store-info-view .store-info {
  font-size: 14px;
  line-height: 1.5;
  display: inline-block;
}

.store-info-view .store-info dt {
  color: #757575;
  width: 20%;
  float: left;
}

.store-info-view .store-info dd {
  margin-bottom: 10px;
  width: 80%;
  float: left;
}

.store-info-view .store-note {
  padding: 18px 0 18px 19px;
  background-color: #f4f4f4;
}

.store-info-view .store-note span {
  font-size: 13px;
  line-height: 18px;
  color: #757575;
  vertical-align: top;
}

.store-info-view .store-note .icon {
  margin-right: 5px;
  font-size: 14px;
}

.store-info-view .icon-delete_thin:before {
  padding: 12px;
  border: 1px solid #c9c9c9;
  border-radius: 20px;
}

.store-container-wrap .tab-area .btn-tab {
  width: 20%;
}

.store-container-wrap .tab-area .btn-tab .fz-2x {
  font-size: 2em;
}

.store-container.open-store {
  padding-bottom: 80px;
}

.store-container .store-cont .content-title {
  margin: 40px 0 30px;
  font-size: 18px;
  font-weight: bold;
}

.store-container .store-cont .download-plan-btn {
  margin-top: 40px;
}

.store-container .store-cont .download-plan-btn > span {
  margin-right: 12px;
  font-weight: bold;
}

.store-container .store-cont .download-plan-btn > svg {
  width: 16px;
  height: 16px;
  margin-top: -6px;
}

.store-container .store-cont .box-style {
  margin-left: 0;
}

.store-container .store-cont .box-style li {
  width: 25%;
  padding-left: 0;
}

.store-container .store-cont .box-style .box-item {
  position: relative;
  padding: 20px 25px;
  background-color: #ffffff;
  box-sizing: border-box;
  border: 1px solid #e5e5e5;
  text-align: center;
}

.store-container .store-cont .box-style .box-item > svg {
  width: 40px;
  height: 40px;
  margin-bottom: 15px;
}

.store-container .store-cont .box-style .box-item > span {
  display: block;
  margin-bottom: 12px;
  font-size: 16px;
  font-weight: bold;
}

.store-container .store-cont .box-style .box-item > p {
  color: #757575;
  font-size: 14px;
  line-height: 1.3;
}

.store-container .store-cont .box-style .box-item .icon-wrap {
  position: absolute;
  left: -10px;
  top: calc(50% - 10px);
}

.store-container .store-cont .box-style .box-item .icon-wrap > i {
  font-weight: bold;
}

.store-container .store-cont .box-style .box-item.boxtype2 {
  border: 1px solid #fafafa;
  border-top-width: 4px;
  box-shadow: none;
}

.store-container .store-cont .store-step {
  margin-bottom: 40px;
}

.store-container .store-cont .dsc-list li {
  position: relative;
  margin-top: 16px;
  padding-left: 16px;
  color: #757575;
  font-size: 14px;
  line-height: 1.5;
}

.store-container .store-cont .dsc-list li:first-child {
  margin-top: 0;
}

.store-container .store-cont .dsc-list li:after {
  content: '';
  display: inline-block;
  position: absolute;
  left: 0;
  top: 8px;
  width: 2px;
  height: 2px;
  background-color: #757575;
}

.store-container .store-cont .dsc-list.manager-list li {
  padding-left: 0;
}

.store-container .store-cont .dsc-list.manager-list li:after {
  content: unset;
}

.store-container .store-cont .dsc-list.manager-list li .dsc-title {
  color: #141414;
  margin-right: 25px;
}

.store-container .store-cont .dsc-list.manager-list li > a {
  color: #757575;
}

.store-container .store-cont .dsc-list.manager-list li > a:hover, .store-container .store-cont .dsc-list.manager-list li > a:active {
  color: #757575;
}

/* Tablet and bigger */
@media (max-width: 960px) {
  .store-container {
    padding: 0 0 64px;
  }
  .store-container .customer-content-header {
    display: none !important;
  }
  .store-content-container {
    padding: 0;
    border: none;
  }
  .store-content-container .location-search-container {
    padding: 24px 16px;
    margin: 0;
  }
  .store-content-container .location-search-container .location-search-pack {
    padding-right: 0;
  }
  .store-content-container .location-search-container .location-search-pack .search-wrap {
    padding-right: 0px;
  }
  .store-content-container .location-search-container .location-search-pack .location-filter-wrap {
    max-width: 120px;
  }
  .store-content-container .location-search-container .location-search-pack .location-filter-wrap .select-box select {
    font-size: 14px;
    padding: 0 16px;
  }
  .store-content-container .location-search-container .location-search-pack .search-field {
    max-width: unset;
    margin-left: 6px;
  }
  .store-content-container .location-search-container .location-search-pack .search-field .input-textfield {
    position: relative;
  }
  .store-content-container .location-search-container .location-search-pack .search-field .input-textfield > label {
    font-size: 14px;
    color: #999;
    top: 50%;
    left: 16px;
    transform: translateY(-50%);
  }
  .store-content-container .location-search-container .location-search-pack .search-field .input-textfield > input {
    height: 50px;
    font-size: 14px;
    border: 0;
    border: 1px solid #c4c4c4;
    padding: 0 16px;
  }
  .store-content-container .location-search-container .location-search-pack .search-field .input-textfield > .btn-wrap {
    display: none;
  }
  .store-content-container .location-search-container .location-search-pack .search-field .input-textfield.value > label {
    display: none;
    visibility: hidden;
    text-indent: -9999px;
    opacity: 0;
  }
  .store-content-container .location-search-container .location-search-pack .search-field .btn_search {
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    height: 50px;
    padding: 8px 0;
    color: #111111;
    background: transparent;
  }
  .store-content-container .location-search-container .location-search-pack .search-field .btn_search .txt {
    display: none;
  }
  .store-content-container .location-search-container .location-search-pack .search-field .btn_search i {
    display: block;
    font-size: 20px;
    color: #9b9b9b;
  }
  .store-content-container .location-search-container .location-search-pack .search-field .btn_search:hover {
    border: none;
  }
  .store-content-container .location-search-container .location-search-pack .filter-list {
    padding: 16px 0;
    gap: 8px 24px;
  }
  .store-content-container .location-search-container .location-search-pack .filter-list .field-row:not(:last-child) {
    margin-right: 0;
  }
  .store-content-container .location-search-container .toggle-info-wrapper {
    position: relative;
    top: unset;
    right: unset;
  }
  .store-content-container .location-search-container .toggle-info-wrapper .toggle-info-wrap {
    width: calc(50% - 3px);
  }
  .store-content-container .location-search-container .toggle-info-wrapper .toggle-info-wrap + .toggle-info-wrap {
    margin-left: 6px;
  }
  .store-content-container .location-search-container .toggle-info-wrapper .toggle-info-wrap + .toggle-info-wrap .info-content-wrap {
    left: unset;
  }
  .store-content-container .location-search-container .toggle-info-wrapper .toggle-info-wrap .info-btn {
    width: 100%;
    padding: 12px 20px;
  }
  .store-content-container .location-search-container .toggle-info-wrapper .toggle-info-wrap .info-content-wrap {
    top: 56px;
    left: 0;
    width: calc(200% + 6px);
    padding: 16px;
    border-radius: 8px;
    z-index: 1;
  }
  .store-content-container .location-search-container .toggle-info-wrapper .toggle-info-wrap .info-content-wrap .info-tit {
    padding-bottom: 2px;
  }
  .store-content-container .location-search-container .toggle-info-wrapper .toggle-info-wrap .info-content-wrap .info-tel {
    font-size: 24px;
    font-weight: 600;
  }
  .store-content-container .location-search-container .toggle-info-wrapper .toggle-info-wrap .info-content-wrap .info-mid {
    font-weight: 400;
    padding-top: 10px;
  }
  .store-content-container .location-search-container .toggle-info-wrapper .toggle-info-wrap .info-content-wrap .info-manager {
    padding-top: 10px;
  }
  .store-content-container .map-section-wrap {
    margin: 0;
    flex-flow: column;
  }
  .location-title {
    position: relative;
    height: auto;
    margin-bottom: 20px;
    padding-bottom: 21px;
    border-bottom: 4px solid #141414;
  }
  .location-title .title {
    margin: 0;
    font-size: 21px;
    font-weight: 700;
  }
  .location-search {
    position: inherit;
    max-width: calc(100% - 32px);
    width: 100%;
    margin: 24px 16px 0;
  }
  .location-search .search-result {
    min-height: 200px;
    max-height: 876px;
  }
  .location-search .search-result .less-items {
    min-height: 200px;
  }
  .location-search .search-list > .list-item {
    padding: 24px 0 20px;
  }
  .location-search .search-list .brandstore-list .brandstore {
    font-size: 11px;
    font-weight: 500;
  }
  .location-search .tit {
    font-size: 16px;
    padding-bottom: 12px;
  }
  .location-search .address,
  .location-search .phonenum {
    font-size: 13px;
  }
  .location-search .icon-wrap {
    top: 24px;
    font-size: 12px;
  }
  .location-map {
    min-height: 240px;
    border: none;
  }
  .store-info-view {
    position: relative;
    top: 0;
    left: 700px;
  }
  .store-info-view > .info {
    margin-top: 0;
    padding-top: 0;
    border-top: 0;
  }
  .merker-info {
    padding: 16px;
  }
  .merker-info .merker-title {
    font-size: 14px;
    padding-bottom: 6px;
  }
  .merker-info .merker-address {
    font-size: 11px;
    padding-bottom: 2px;
  }
  .merker-info .merker-phone {
    font-size: 11px;
  }
  .merker-info .btn-close {
    top: 11px;
    right: 11px;
    font-size: 20px;
  }
}

/*********************************************************************/
/* 주문서
/*********************************************************************/
.checkout-content {
  background: #fff;
  overflow: hidden;
}

.checkout-content .less-items {
  min-height: 500px;
}

.checkout-content .less-items .icon {
  font-size: 100px;
  color: #a5a5a5;
}

.checkout-content .checkout-result {
  padding: 80px 0 150px;
  text-align: center;
}

.checkout-content .checkout-result .checkout-result-content {
  display: inline-block;
  padding: 30px 44px;
}

.checkout-content .checkout-result .checkout-result-content .result-title {
  font-size: 24px;
  font-weight: bold;
}

.checkout-content .checkout-result .checkout-result-content .result-message {
  font-size: 18px;
  margin-top: 40px;
  margin-bottom: 12px;
  font-weight: 600;
}

.checkout-content .checkout-result .checkout-result-content .sub-message {
  font-size: 14px;
  color: #757575;
  line-height: 1.5;
  margin-bottom: 40px;
}

.checkout-content .checkout-result .checkout-result-content .sub-message .order-number {
  font-weight: 600;
}

.checkout-content .checkout-result .checkout-result-content .button-group > .flex {
  gap: 0 10px;
}

.checkout-content .checkout-result .checkout-result-content .button-group .button {
  width: 180px;
}

.order-checkout {
  max-width: 1480px;
  padding: 0 20px;
  margin: 80px auto;
  background: #fff;
}

.order-checkout.complete {
  margin: 0 auto;
}

.order-checkout .toggle-box > .toggle-label {
  margin: 0;
}

.order-checkout .toggle-box > .toggle-label .toggle-title {
  width: calc(100% - 14px);
}

.order-checkout .toggle-box .toggle-content {
  display: none;
  margin: 0;
  width: 100%;
  letter-spacing: -.025em;
  word-break: keep-all;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

.order-checkout .toggle-box .toggle-content ul, .order-checkout .toggle-box .toggle-content li {
  margin: 0;
}

.order-checkout .toggle-box .toggle-content li:not(:first-child) {
  margin-top: 10px;
}

.order-checkout .toggle-box .toggle-content.active {
  display: block;
}

.order-checkout .order-checkout-wrap .checkout-inner {
  gap: 80px;
}

.order-checkout .order-checkout-wrap .checkout-inner .checkout-wrap {
  max-width: calc(100% - 500px);
  width: 100%;
}

.order-checkout .order-checkout-wrap .checkout-inner .checkout-summary {
  max-width: 500px;
  width: 100%;
  margin-top: 55px;
}

.order-checkout .order-checkout-wrap .checkout-register {
  background-color: #f0f7ff;
  height: 66px;
  margin-bottom: 32px;
  padding: 0 20px;
  font-size: 16px;
}

.order-checkout .order-checkout-wrap .checkout-register .icon {
  width: 24px;
  height: 24px;
  margin-right: 10px;
}

.order-checkout .order-checkout-wrap .checkout-register a {
  width: 96px;
  height: 36px;
  font-weight: normal;
  font-size: 14px;
  background-color: #29346D;
  color: #fff;
  border-radius: 18px;
}

.checkout-wrap .checkout-top-title {
  padding-bottom: 24px;
  border-bottom: 3px solid #111;
}

.checkout-wrap .checkout-top-title .title {
  font-size: 28px;
  font-weight: bold;
}

.checkout-wrap .order-tab.reservations-customer .field-row {
  max-width: 426px;
}

.checkout-wrap .order-tab.shipping-info-wrap .tabs {
  position: relative;
  margin-top: 24px;
}

.checkout-wrap .order-tab.shipping-info-wrap .tabs::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #c4c4c4;
}

.checkout-wrap .order-tab.shipping-info-wrap .tab-item {
  width: 160px;
  padding: 0;
  font-size: 14px;
  border-bottom: none;
}

.checkout-wrap .order-tab.shipping-info-wrap .tab-item:not(.uk-active) {
  background: #f6f6f6;
  color: #999;
  border-color: #c4c4c4;
}

.checkout-wrap .order-tab.shipping-info-wrap .tab-item.uk-active {
  color: #0063BA;
  border-bottom: 1px solid #fff;
  z-index: 1;
}

.checkout-wrap .order-tab.shipping-info-wrap .default-address {
  margin: 30px 0;
}

.checkout-wrap .order-tab.shipping-info-wrap .default-address .address-data {
  width: calc(100% - 120px);
}

.checkout-wrap .order-tab.shipping-info-wrap .default-address .address-data .data-text {
  margin: 0;
  font-size: 16px;
  line-height: 1.3;
  word-break: break-word;
}

.checkout-wrap .order-tab.shipping-info-wrap .default-address .address-data .data-text.name {
  font-weight: 600;
  color: #111;
}

.checkout-wrap .order-tab.shipping-info-wrap .default-address .address-data .data-text:not(:first-child) {
  margin-top: 4px;
}

.checkout-wrap .order-tab.shipping-info-wrap .default-address .address-tool {
  width: 120px;
}

.checkout-wrap .order-tab.shipping-info-wrap .default-address .address-tool .trigger-address-list {
  width: 120px;
  height: 40px;
  padding: 0;
  font-size: 14px;
  font-weight: normal;
  color: #111;
  border: 1px solid #c4c4c4;
}

.checkout-wrap .order-tab.shipping-info-wrap .default-address .address-tool .trigger-address-list:hover {
  background: none;
  color: inherit;
}

.checkout-wrap .order-tab.shipping-info-wrap .new-address {
  margin-top: 20px;
}

.checkout-wrap .order-tab.shipping-info-wrap .top-text span {
  color: #ff0000;
}

.checkout-wrap .order-tab .field-row .placeholder-text {
  position: absolute;
  left: 16px;
  bottom: 15px;
  font-size: 14px;
  color: #999;
}

.checkout-wrap .checkout-step-box {
  padding: 32px 0;
  border-bottom: 1px solid #e6e6e6;
}

.checkout-wrap .checkout-step-box.reservations-order {
  position: relative;
  padding: 32px 0 17px;
  border-bottom: none;
}

.checkout-wrap .checkout-step-box.reservations-order .step-head {
  padding-bottom: 24px;
}

.checkout-wrap .checkout-step-box.reservations-order .payment_save_wrap {
  position: absolute;
  right: 0;
  top: 32px;
}

.checkout-wrap .checkout-step-box.reservations-order .payment_save_wrap .i-checkbox {
  margin: 0;
}

.checkout-wrap .checkout-step-box .step-head .step-title {
  font-size: 20px;
  font-weight: bold;
}

.checkout-wrap .checkout-step-box .step-head .inactive-display {
  max-width: calc(100% - 140px);
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.checkout-wrap .checkout-step-box .step-head .new-comment {
  position: relative;
  font-size: 14px;
  color: #666;
}

.checkout-wrap .checkout-step-box .step-head .new-comment::before {
  content: '*';
  display: inline-block;
  margin-right: 2px;
}

.checkout-wrap .checkout-step-box .step-content {
  padding: 0;
}

.checkout-wrap .checkout-step-box .step-content > .col {
  padding-left: 0;
  padding-right: 0;
}

.checkout-wrap .checkout-step-box .step-content .shipping-new {
  gap: 0 8px;
}

.checkout-wrap .checkout-step-box .step-content .shipping-new .col-lg-6 {
  max-width: calc(50% - 4px);
}

.checkout-wrap .checkout-step-box .step-content.tab-box .tab-item {
  border-color: #c4c4c4;
}

.checkout-wrap .checkout-step-box .step-content.tab-box .tab-item:not(.uk-active) {
  color: #383838;
  border-color: #f4f4f4;
  background-color: #f4f4f4;
}

.checkout-wrap .checkout-step-box .step-content.tab-box .tab-switcher .tab-content:not(.uk-active) {
  display: none;
}

.checkout-wrap .checkout-step-box .step-content .fulfilled-content {
  position: relative;
  width: 100%;
  margin-top: 24px;
}

.checkout-wrap .checkout-step-box .step-content .fulfilled-content .text {
  margin: 0;
  font-size: 16px;
  line-height: 1.3;
  color: #333;
}

.checkout-wrap .checkout-step-box .step-content .fulfilled-content .text.name {
  font-weight: 600;
  color: #111;
}

.checkout-wrap .checkout-step-box .step-content .fulfilled-content .text:not(:first-child) {
  margin-top: 4px;
}

.checkout-wrap .checkout-step-box .step-content .fulfilled-content:not(:last-child) + .button-modify {
  border-color: #c4c4c4;
}

.checkout-wrap .checkout-step-box .step-content .field-row .col-12 {
  padding-left: 0;
  padding-right: 0;
}

.checkout-wrap .checkout-step-box .step-content .field-row label {
  position: relative;
  top: 0;
  left: inherit;
  margin-bottom: 8px;
  padding-top: 0;
  color: #111111;
  display: block;
  visibility: visible;
  text-indent: inherit;
  opacity: 1;
  left: 0;
}

.checkout-wrap .checkout-step-box .step-content .field-row .input-textfield {
  width: 100%;
  padding-top: 24px;
}

.checkout-wrap .checkout-step-box .step-content .field-row .input-textfield.focus > .placeholder-text, .checkout-wrap .checkout-step-box .step-content .field-row .input-textfield.value > .placeholder-text, .checkout-wrap .checkout-step-box .step-content .field-row .input-textfield.active > .placeholder-text {
  display: none;
  visibility: hidden;
  text-indent: -9999px;
  opacity: 0;
}

.checkout-wrap .checkout-step-box .step-content .field-row .input-textfield.error .placeholder-text {
  bottom: 34px;
}

.checkout-wrap .checkout-step-box .step-content .field-row .input-textfield.required .label::after {
  display: inline-block;
  content: '*';
  color: #ff0000;
  margin-left: 3px;
}

.checkout-wrap .checkout-step-box .step-content .field-row .input-textfield.readonly input {
  background-color: #f7f7f7;
}

.checkout-wrap .checkout-step-box .step-content .field-row .error-message {
  display: block;
  margin: 0;
  font-size: 12px;
  line-height: 1;
  letter-spacing: -.025em;
  color: #ca1d31;
  padding-top: 8px;
}

.checkout-wrap .checkout-step-box .step-content .field-row .error-message:not(.filled) {
  display: none;
}

.checkout-wrap .checkout-step-box .step-content .field-row.search-field .addressSerch {
  display: inline-block;
}

.checkout-wrap .checkout-step-box .step-content .field-row.self-memo {
  width: 100%;
}

.checkout-wrap .checkout-step-box .step-content .field-row.self-memo .error-message {
  padding-left: 0;
}

.checkout-wrap .checkout-step-box .step-content .field-row.address-default-selector label {
  margin: 20px 0 10px;
}

.checkout-wrap .checkout-step-box .step-content .field-label.error .error-message {
  display: block;
  margin: 0;
  line-height: 1;
  letter-spacing: -.025em;
  color: #ca1d31;
}

.checkout-wrap .checkout-step-box .step-content .field-label.error + .trigger-address-search {
  margin-bottom: 20px;
}

.checkout-wrap .checkout-step-box .step-content .field-label.parsley-success .error-message {
  display: none;
}

.checkout-wrap .checkout-step-box .step-content .field-head {
  margin-bottom: 7px;
}

.checkout-wrap .checkout-step-box .step-content .field-head .field-title {
  margin-bottom: 0;
}

.checkout-wrap .checkout-step-box .step-content .field-head a {
  text-decoration: underline;
}

.checkout-wrap .checkout-step-box .step-content .publish-policy {
  padding: 16px 20px;
  height: 150px;
  color: #737680;
  font-size: 12px;
  line-height: 1.6;
  letter-spacing: -.025em;
  border: 1px solid #c4c4c4;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  margin-left: 122px;
  width: calc(100% - 122px);
}

.checkout-wrap .checkout-step-box .step-content .publish-policy p, .checkout-wrap .checkout-step-box .step-content .publish-policy span {
  font-size: 12px !important;
}

.checkout-wrap .checkout-step-box .step-content .publish-policy table {
  border-collapse: collapse;
  width: 100%;
  font-size: 12px;
}

.checkout-wrap .checkout-step-box .step-content .publish-policy table p, .checkout-wrap .checkout-step-box .step-content .publish-policy table ul, .checkout-wrap .checkout-step-box .step-content .publish-policy table ol, .checkout-wrap .checkout-step-box .step-content .publish-policy table dl, .checkout-wrap .checkout-step-box .step-content .publish-policy table blockquote, .checkout-wrap .checkout-step-box .step-content .publish-policy table pre, .checkout-wrap .checkout-step-box .step-content .publish-policy table address, .checkout-wrap .checkout-step-box .step-content .publish-policy table fieldset, .checkout-wrap .checkout-step-box .step-content .publish-policy table figure {
  margin: 0;
}

.checkout-wrap .checkout-step-box .step-content .publish-policy table th, .checkout-wrap .checkout-step-box .step-content .publish-policy table td {
  border: 1px solid #d8d8d8;
}

.checkout-wrap .checkout-step-box .step-content .publish-policy table th p:not(:last-child), .checkout-wrap .checkout-step-box .step-content .publish-policy table td p:not(:last-child) {
  margin-bottom: 6px;
  font-size: 12px !important;
}

.checkout-wrap .checkout-step-box .step-content .publish-policy table thead th, .checkout-wrap .checkout-step-box .step-content .publish-policy table thead td {
  font-weight: 600;
  background-color: #f1f2f3;
}

.checkout-wrap .checkout-step-box .step-content .publish-policy table span {
  font-size: 12px !important;
}

.checkout-wrap .checkout-step-box .step-content .publish-policy .error-message.filled {
  padding-left: 0;
  width: 100%;
}

.checkout-wrap .checkout-step-box .step-content .publish-policy-check {
  margin-left: 122px;
  width: calc(100% - 122px);
}

.checkout-wrap .checkout-step-box .step-content .publish-policy-check .i-checkbox {
  width: auto;
  margin: 20px 0 10px;
  padding-top: 0;
}

.checkout-wrap .checkout-step-box .step-content .publish-policy-check .i-checkbox .icon {
  margin-top: -2px;
}

.checkout-wrap .checkout-step-box .step-content .publish-policy-check .i-checkbox .text {
  color: #757575;
}

.checkout-wrap .checkout-step-box .step-content .publish-policy-check .error-message.filled {
  padding-left: 0;
  width: 100%;
}

.checkout-wrap .checkout-step-box .step-content .input-text {
  height: 50px;
  font-size: 14px;
  border: 1px solid #c4c4c4;
}

.checkout-wrap .checkout-step-box .step-content .input-text::-webkit-input-placeholder {
  color: #383838;
}

.checkout-wrap .checkout-step-box .step-content .input-text:-moz-placeholder {
  color: #383838;
}

.checkout-wrap .checkout-step-box .step-content .input-text::-moz-placeholder {
  color: #383838;
}

.checkout-wrap .checkout-step-box .step-content .input-text:-ms-input-placeholder {
  color: #383838;
}

.checkout-wrap .checkout-step-box .step-content .input-text::placeholder {
  color: #737680;
}

.checkout-wrap .checkout-step-box .step-content .input-text::-webkit-outer-spin-button, .checkout-wrap .checkout-step-box .step-content .input-text::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.checkout-wrap .checkout-step-box .step-content .input-text:focus::-webkit-input-placeholder {
  color: #ffffff;
}

.checkout-wrap .checkout-step-box .step-content .input-text:focus:-moz-placeholder {
  color: #ffffff;
}

.checkout-wrap .checkout-step-box .step-content .input-text:focus::-moz-placeholder {
  color: #ffffff;
}

.checkout-wrap .checkout-step-box .step-content .input-text:focus:-ms-input-placeholder {
  color: #ffffff;
}

.checkout-wrap .checkout-step-box .step-content .input-text:focus::placeholder {
  color: #ffffff;
}

.checkout-wrap .checkout-step-box .step-content .print-message {
  margin: 0;
  line-height: 1;
  letter-spacing: -.025em;
  color: #ca1d31;
}

.checkout-wrap .checkout-step-box .step-content .print-message:not(.active) {
  display: none;
}

.checkout-wrap .checkout-step-box .step-content .promo-field:not(:first-child) {
  margin-top: 20px;
}

.checkout-wrap .checkout-step-box .step-content .promo-field .promo-head {
  font-size: 14px;
  line-height: 1;
  width: 110px;
}

.checkout-wrap .checkout-step-box .step-content .promo-field .promo-field-content {
  width: calc(100% - 110px);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.checkout-wrap .checkout-step-box .step-content .promo-field .promo-field-content input {
  width: calc(100% - 50%);
  margin-left: 0;
  margin-right: 10px;
}

.checkout-wrap .checkout-step-box .step-content .promo-field .promo-field-content .trigger-apply, .checkout-wrap .checkout-step-box .step-content .promo-field .promo-field-content .trigger-cancel-apply {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 15px 0;
  width: 100px;
  font-weight: normal;
}

.checkout-wrap .checkout-step-box .step-content .promo-field .promo-field-content .trigger-all-apply {
  margin-left: 10px;
  padding: 15px 24px;
  font-weight: 500;
}

.checkout-wrap .checkout-step-box .step-content .promo-field .promo-field-content .trigger-offer-modal {
  margin-left: 10px;
  padding: 15px 24px;
  font-weight: 500;
}

.checkout-wrap .checkout-step-box .step-content .promo-field .promo-field-content .available {
  display: inline-block;
  margin-left: 10px;
}

.checkout-wrap .checkout-step-box .step-content .promo-field .promo-field-content .btn-delete {
  top: 15px;
}

.checkout-wrap .checkout-step-box .step-content .promo-field .promo-field-content .btn-delete .icon {
  width: 18px;
  height: 18px;
}

.checkout-wrap .checkout-step-box .step-content .promo-field .available {
  margin-left: 110px;
  margin-top: 5px;
}

.checkout-wrap .checkout-step-box .step-content .promo-field .print-message {
  width: 100%;
  padding-left: 110px;
  line-height: 1.5em;
  margin-top: 5px;
  font-size: 12px;
}

.checkout-wrap .checkout-step-box .step-content .promo-field .print-message.description {
  display: block;
  line-height: 1.2;
  font-size: 12px;
}

.checkout-wrap .checkout-step-box .step-content .promo-field .server-error-message {
  padding-left: 110px;
  line-height: 1.5em;
}

.checkout-wrap .checkout-step-box .step-content .promo-field .promo-list {
  width: calc(100% - 110px);
  margin-left: auto;
}

.checkout-wrap .checkout-step-box .step-content .promo-field .promo-list .apply-promo-item {
  position: relative;
  display: flex;
  justify-content: left;
  width: 100%;
  margin-top: 14px;
}

.checkout-wrap .checkout-step-box .step-content .promo-field .promo-list .apply-promo-item:first-child {
  margin-top: 20px;
}

.checkout-wrap .checkout-step-box .step-content .promo-field .promo-list .apply-promo-item .promo-label {
  color: #757575;
  width: calc(100% - 50%);
  margin-right: 10px;
}

.checkout-wrap .checkout-step-box .step-content .promo-field .promo-list .apply-promo-item .promo-discount {
  font-weight: 500;
}

.checkout-wrap .checkout-step-box .step-content .promo-field .promo-list .apply-promo-item .remove-promo-item {
  position: relative;
  top: 0;
  right: 0;
  margin-left: 15px;
}

.checkout-wrap .checkout-step-box .step-content .promo-field .promo-list .apply-promo-item .remove-promo-item i {
  font-size: 5px;
  padding: 3px;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
}

.checkout-wrap .checkout-step-box .step-content .promo-field .promo-list .apply-promo-item .btn-delete {
  background: none;
}

.checkout-wrap .checkout-step-box .step-content .promo-field .promo-list.empty {
  display: none;
}

.checkout-wrap .checkout-step-box .step-content .payment-method {
  position: relative;
  gap: 8px;
  flex-wrap: wrap;
}

.checkout-wrap .checkout-step-box .step-content .payment-method .payment-method-item {
  width: calc(20% - 6.5px);
  min-width: 135px;
}

.checkout-wrap .checkout-step-box .step-content .payment-method .payment-method-item .payment-item {
  position: relative;
  height: 60px;
  padding: 0 20px;
  text-decoration: none;
  border: 1px solid #c4c4c4;
  font-size: 16px;
  color: #999;
  outline: 0;
}

.checkout-wrap .checkout-step-box .step-content .payment-method .payment-method-item .payment-item .text {
  line-height: 1;
}

.checkout-wrap .checkout-step-box .step-content .payment-method .payment-method-item .payment-item .icon {
  width: 20px;
  height: 20px;
  margin-right: 8px;
  filter: grayscale(100%);
}

.checkout-wrap .checkout-step-box .step-content .payment-method .payment-method-item .payment-item .icon.payco {
  color: #E6312C;
  width: 36px;
  height: 8px;
}

.checkout-wrap .checkout-step-box .step-content .payment-method .payment-method-item.active {
  z-index: 1;
}

.checkout-wrap .checkout-step-box .step-content .payment-method .payment-method-item.active .payment-item {
  border: 1px solid #0063BA;
  color: #111;
}

.checkout-wrap .checkout-step-box .step-content .payment-method .payment-method-item.active .payment-item .icon {
  filter: grayscale(0%);
}

.checkout-wrap .checkout-step-box .step-content .payment-method .payment-method-item.active .payment-content {
  display: block;
}

.checkout-wrap .checkout-step-box .step-content .payment-method .payment-method-item .payment-content {
  display: none;
  padding: 24px;
  border: 1px solid #eeeeee;
  border-top: 0;
}

.checkout-wrap .checkout-step-box .step-content .payment-method .payment-method-item .payment-content.marketingMessage {
  border: none;
  background: #f0f7ff;
  padding: 20px;
  margin-top: 24px;
  font-size: 13px;
  color: #666;
  line-height: 1.5;
  position: absolute;
  left: 0;
  width: 100%;
}

.checkout-wrap .checkout-step-box .step-content .payment-method .payment-method-item .payment-content.pauseMessage {
  border: none;
  background: rgba(211, 23, 23, 0.1);
  padding: 20px;
  margin-top: 24px;
  font-size: 13px;
  color: #666;
  line-height: 1.5;
  position: absolute;
  left: 0;
  width: 100%;
}

.checkout-wrap .checkout-step-box .step-content .payment-method .payment-method-item .payment-content .payment-insurance {
  margin-top: 24px;
}

.checkout-wrap .checkout-step-box .step-content .payment-method .payment-method-item .payment-content .fieldset-legend .title {
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
}

.checkout-wrap .checkout-step-box .step-content .payment-method .payment-method-item .payment-content .insurance-preview {
  margin-bottom: 8px;
  border: 1px solid #eeeeee;
}

.checkout-wrap .checkout-step-box .step-content .payment-method .payment-method-item .payment-content .payment-policy {
  margin-top: 24px;
}

.checkout-wrap .checkout-step-box .step-content .payment-method .payment-method-item .payment-content .payment-policy .payment-policy-title {
  margin-bottom: 12px;
  font-size: 12px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: -0.025em;
  color: #9b9b9b;
}

.checkout-wrap .checkout-step-box .step-content .payment-method .payment-method-item .payment-content .payment-policy .payment-policy-content {
  letter-spacing: -0.025em;
  color: #9b9b9b;
}

.checkout-wrap .checkout-step-box .step-content .payment-method .payment-method-item .payment-content .radio-tabs .i-selector .label {
  height: 48px;
  font-size: 14px;
}

.checkout-wrap .checkout-step-box .step-content .payment-method .payment-method-item .payment-content .field-row .field-title {
  font-size: 12px;
}

.checkout-wrap .checkout-step-box .step-content .payment-method .payment-method-item .payment-content .field-row .input-text {
  padding-left: 20px;
  height: 50px;
  font-size: 14px;
}

.checkout-wrap .checkout-step-box .step-content .payment-method .payment-method-item .payment-content .field-row .descr-message {
  margin-top: 8px;
  line-height: 20px;
}

.checkout-wrap .checkout-step-box .step-content .payment-method .payment-method-item .payment-content .field-row:not(:first-child) .field-title {
  margin-top: 24px;
}

.checkout-wrap .checkout-step-box .step-content .payment-method .payment-method-item .payment-content .radio-tabs {
  border: 1px solid #eeeeee;
}

.checkout-wrap .checkout-step-box .step-content .payment-method .payment-method-item .payment-content .radio-tabs .i-selector {
  position: relative;
}

.checkout-wrap .checkout-step-box .step-content .payment-method .payment-method-item .payment-content .radio-tabs .i-selector .label {
  width: 100%;
  line-height: 1;
  color: #383838;
  background-color: #f4f4f4;
}

.checkout-wrap .checkout-step-box .step-content .payment-method .payment-method-item .payment-content .radio-tabs .i-selector input {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  visibility: hidden;
}

.checkout-wrap .checkout-step-box .step-content .payment-method .payment-method-item .payment-content .radio-tabs .i-selector input:checked + .label {
  color: #000000;
  background-color: #ffffff;
  outline: 1px solid #111111;
  z-index: 2;
}

.checkout-wrap .checkout-step-box .step-content .payment-method .payment-method-item .payment-content .radio-tabs .i-selector:not(:first-child) {
  border-left: 1px solid #eeeeee;
}

.checkout-wrap .checkout-step-box .step-content .payment-method .payment-method-item .payment-content .field-row .field-title {
  margin-bottom: 12px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: -.025em;
  color: #9b9b9b;
}

.checkout-wrap .checkout-step-box .step-content .payment-method .payment-method-item .payment-content .field-row .input-text {
  width: 100%;
  line-height: 1.5;
  letter-spacing: -.025em;
  border: 1px solid #eeeeee;
  background-color: #ffffff;
}

.checkout-wrap .checkout-step-box .step-content .payment-method .payment-method-item .payment-content .field-row .input-text::-webkit-input-placeholder {
  color: #383838;
}

.checkout-wrap .checkout-step-box .step-content .payment-method .payment-method-item .payment-content .field-row .input-text:-moz-placeholder {
  color: #383838;
}

.checkout-wrap .checkout-step-box .step-content .payment-method .payment-method-item .payment-content .field-row .input-text::-moz-placeholder {
  color: #383838;
}

.checkout-wrap .checkout-step-box .step-content .payment-method .payment-method-item .payment-content .field-row .input-text:-ms-input-placeholder {
  color: #383838;
}

.checkout-wrap .checkout-step-box .step-content .payment-method .payment-method-item .payment-content .field-row .input-text::placeholder {
  color: #383838;
}

.checkout-wrap .checkout-step-box .step-content .payment-method .payment-method-item .payment-content .field-row .input-text::-webkit-outer-spin-button, .checkout-wrap .checkout-step-box .step-content .payment-method .payment-method-item .payment-content .field-row .input-text::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.checkout-wrap .checkout-step-box .step-content .payment-method .payment-method-item .payment-content .field-row .input-text:disabled {
  color: #383838;
  background-color: #f4f4f4;
}

.checkout-wrap .checkout-step-box .step-content .payment-method .payment-method-item .payment-content .field-row .error-message {
  margin: 0;
  padding-top: 8px;
  font-size: 12px;
  line-height: 1;
  letter-spacing: -.025em;
  color: #ca1d31;
  text-align: left;
}

.checkout-wrap .checkout-step-box .step-content .payment-method .payment-method-item .payment-content .field-row .error-message:empty {
  display: none;
}

.checkout-wrap .checkout-step-box .step-content .payment-method .payment-method-item .payment-content .field-row .descr-message {
  margin: 0;
  font-size: 12px;
  color: #9b9b9b;
}

.checkout-wrap .checkout-step-box .step-content .payment-method .payment-method-item .payment-content .field-row:not(:first-child) {
  margin-top: 10px;
}

.checkout-wrap .checkout-step-box .step-content .payment-content-box.paymentMarketingMsg {
  background: #f0f7ff;
  padding: 20px;
  margin-top: 24px;
  font-size: 13px;
  color: #666;
  line-height: 1.5;
  width: 100%;
}

.checkout-wrap .checkout-step-box .step-content .payment-content-box.paymentPauseMsg {
  background: rgba(211, 23, 23, 0.1);
  padding: 20px;
  margin-top: 24px;
  font-size: 13px;
  color: #666;
  line-height: 1.5;
  width: 100%;
}

.checkout-wrap .checkout-step-box .step-content .checkout-step-action {
  margin: 15px 0;
  width: 100%;
}

.checkout-wrap .checkout-step-box .step-content .shipping-address {
  z-index: inherit;
}

.checkout-wrap .checkout-step-box .step-content .shipping-address .input-text {
  width: calc(100% - 156px);
}

.checkout-wrap .checkout-step-box .step-content .shipping-address .button {
  width: 148px;
  height: 50px;
  font-weight: normal;
  font-size: 14px;
  background: #fff;
  border: 1px solid #111;
  margin-left: 8px;
  color: #434343;
  float: right;
  clear: both;
}

.checkout-wrap .checkout-step-box .step-content .shipping-address .result-wrap {
  padding: 0;
  border: 1px solid #c4c4c4;
  width: 100%;
  top: 100px;
  z-index: 10000;
}

.checkout-wrap .checkout-step-box .step-content .shipping-address .result-wrap::after {
  border-bottom: 0;
}

.checkout-wrap .checkout-step-box .step-content .shipping-address .result-wrap .list {
  border-top: 0;
  border-bottom: 1px solid #c4c4c4;
}

.checkout-wrap .checkout-step-box .step-content .shipping-address .result-wrap .list .addr-type {
  color: #ff4800;
}

.checkout-wrap .checkout-step-box .step-content .shipping-address-other .input-textfield {
  padding-top: 12px;
}

.checkout-wrap .checkout-step-box .step-content .address-field input {
  width: 100%;
  height: 48px;
  font-size: 14px;
  color: #383838;
  border: 1px solid #c4c4c4;
  padding: 9px 12px;
  outline: none;
  box-sizing: border-box;
}

.checkout-wrap .checkout-step-box .step-content .address-field button {
  width: 120px;
  padding: 16px 10px;
  text-align: center;
  margin-left: 10px;
  font-weight: normal;
  font-size: 14px;
}

.checkout-wrap .checkout-step-box .step-content .other-group .field {
  width: 100%;
}

.checkout-wrap .checkout-step-box .step-content .other-group .select-box {
  width: 100%;
  margin-top: 10px;
}

.checkout-wrap .checkout-step-box .step-content .other-group .select-box select {
  height: 50px;
  font-size: 14px;
  box-shadow: 0 0 0 1px #c4c4c4;
  color: #9b9b9b;
}

.checkout-wrap .checkout-step-box .step-content .other-group .search-field .input-textfield {
  display: block;
  width: 100%;
}

.checkout-wrap .checkout-step-box .step-content .other-group .self-memo {
  padding-top: 10px;
}

.checkout-wrap .checkout-step-box .step-content .other-group .info {
  color: #9b9b9b;
  line-height: 1.5;
  margin-top: 20px;
}

.checkout-wrap .checkout-step-box .step-content .other-group .input-text {
  margin-left: 0;
  width: 100%;
}

.checkout-wrap .checkout-step-box .step-content .other-group .input-text::placeholder {
  color: #9b9b9b;
}

.checkout-wrap .checkout-step-box .step-content .promoform-maessage {
  margin-bottom: 30px;
}

.checkout-wrap .checkout-step-box .step-content .promoform-maessage li {
  font-size: 12px;
  color: #757575;
  margin: 7px 0;
}

.checkout-wrap .checkout-step-box .step-content .payment-maessage {
  border: 1px dotted #c4c4c4;
  background: #f6f6f6;
  padding: 15px 20px;
  margin-top: 30px;
}

.checkout-wrap .checkout-step-box .step-content .payment-maessage li {
  font-size: 12px;
  color: #757575;
  margin: 5px 0;
}

.checkout-wrap .checkout-step-box .checkout-login {
  margin-bottom: 10px;
}

.checkout-wrap .checkout-step-box.order-identity-step .button-login {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-left: 10px;
  width: 80px;
  height: 30px;
  color: #ffffff;
  background-color: #000000;
}

.checkout-wrap .checkout-step-box.order-identity-step .step-head {
  position: relative;
}

.checkout-wrap .checkout-step-box.order-identity-step .step-descr .text {
  line-height: 1.2;
  letter-spacing: -.025em;
  color: #00c3d7;
  text-align: right;
}

.checkout-wrap .checkout-step-box.check-submit {
  border-top: 0;
}

.checkout-wrap .checkout-step-box .paymentInfo-maessage {
  margin-bottom: 30px;
}

.checkout-wrap .checkout-step-box .paymentInfo-maessage li {
  font-size: 12px;
  color: #757575;
  margin: 7px 0;
}

.checkout-wrap .checkout-step-box.display-small-checkout {
  display: none;
}

.checkout-wrap .checked-field .field-row {
  margin-bottom: 12px;
}

.checkout-wrap .checked-field .field-row .text {
  color: #666;
}

.checkout-wrap .checked-field .field-row .text-underline {
  margin-left: 8px;
  color: #757575;
}

.checkout-wrap .checked-field .field-row .checkout-agree .text {
  color: #111;
}

.checkout-wrap .checked-field .field-row .parsley-errors-list {
  display: none;
}

.checkout-wrap .check-submit .checkout-button {
  height: 56px;
  font-size: 18px;
}

.checkout-wrap .check-submit .checkout-button .value {
  margin-right: 8px;
}

.checkout-wrap .reservations-infomations .store-info .store-address .tit {
  font-weight: 700;
}

.checkout-wrap .reservations-infomations .store-info .store-address .tit,
.checkout-wrap .reservations-infomations .store-info .store-address .address,
.checkout-wrap .reservations-infomations .store-info .store-address .phonenum,
.checkout-wrap .reservations-infomations .store-info .store-address .store-attribute {
  margin-top: 8px;
}

.checkout-wrap .reservations-infomations .store-info .pickup-title {
  font-weight: 700;
  margin-top: 30px;
}

.checkout-wrap .reservations-infomations .store-info .pickup-info-list {
  margin-top: 20px;
}

.checkout-wrap .reservations-infomations .store-info .pickup-info-list li {
  color: #9b9b9b;
}

.checkout-wrap .reservations-infomations .store-info .pickup-info-list li:not(:first-child) {
  margin-top: 10px;
}

.checkout-wrap .reservations-infomations .check-submit {
  margin-top: 40px;
}

.checkout-summary .checkout-summary-box {
  border: 1px solid #c4c4c4;
  padding: 40px 32px;
}

.checkout-summary .checkout-summary-box h3 {
  font-size: 20px;
  font-weight: bold;
  letter-spacing: -.025em;
}

.checkout-summary .checkout-summary-box .order-list-group .order-list {
  position: relative;
  padding: 24px 0 0;
  margin: 24px 0;
  border-top: 1px solid #dbdbdb;
}

.checkout-summary .checkout-summary-box .order-list-group .order-list:first-child {
  padding: 0;
  border-top: 0;
}

.checkout-summary .checkout-summary-box .order-list-group .order-list .image-wrap {
  max-width: 100px;
  background-color: #f4f4f4;
}

.checkout-summary .checkout-summary-box .order-list-group .order-list .image-wrap img {
  background-blend-mode: darken;
  mix-blend-mode: darken;
}

.checkout-summary .checkout-summary-box .order-list-group .order-list .order-info {
  position: relative;
  width: calc(100% - 120px);
  margin: 0;
  margin-top: 4px;
  margin-left: auto;
}

.checkout-summary .checkout-summary-box .order-list-group .order-list .order-info .tit {
  display: block;
  color: #111111;
  font-size: 16px;
}

.checkout-summary .checkout-summary-box .order-list-group .order-list .order-info .option-wrap {
  margin-top: 6px;
}

.checkout-summary .checkout-summary-box .order-list-group .order-list .order-info .option-wrap span {
  margin-bottom: 2px;
  font-size: 13px;
  color: #666;
  padding: 0 6px 0 8px;
}

.checkout-summary .checkout-summary-box .order-list-group .order-list .order-info .option-wrap span:first-child {
  padding-left: 0;
}

.checkout-summary .checkout-summary-box .order-list-group .order-list .order-info .option-wrap span:not(:first-child) {
  position: relative;
}

.checkout-summary .checkout-summary-box .order-list-group .order-list .order-info .option-wrap span:not(:first-child)::before {
  content: '';
  position: absolute;
  left: 0;
  top: 3px;
  width: 1px;
  height: 10px;
  background-color: #dbdbdb;
}

.checkout-summary .checkout-summary-box .order-list-group .order-list .order-info .price-wrap {
  margin-top: 8px;
  font-size: 16px;
}

.checkout-summary .checkout-summary-box .order-list-group .order-list .order-info .price-wrap .sale-price {
  text-decoration: line-through;
  color: #999;
  margin-left: 8px;
  font-size: 14px;
}

.checkout-summary .checkout-summary-box .order-list-group .order-list .order-info .price-wrap .retail-price {
  font-weight: bold;
}

.checkout-summary .checkout-summary-box .order-list-group .order-list .order-info .coupon-price {
  font-size: 16px;
  color: #d31717;
  font-weight: bold;
}

.checkout-summary .checkout-summary-box .order-list-group .order-list .order-info .price {
  font-weight: bold;
  margin-left: 4px;
}

.checkout-summary .checkout-summary-box .order-list-group .order-list .order-info .rate {
  font-weight: bold;
  color: #d31717;
}

.checkout-summary .checkout-summary-box .order-list-group .order-list .order-info .promo-detail {
  display: none;
}

.checkout-summary .checkout-summary-box .order-list-group .order-list .item-delete-wrap {
  position: absolute;
  right: 0;
}

.checkout-summary .checkout-summary-box .order-list-group .order-list .coupon-button-wrap {
  position: absolute;
  right: 0;
  bottom: 0;
}

.checkout-summary .checkout-summary-box .order-list-group .order-list .coupon-button-wrap button {
  width: 75px;
  height: 34px;
  border: 1px solid #0063BA;
  border-radius: 25px;
  font-size: 13px;
  font-weight: 600;
  color: #0063BA;
}

.checkout-summary .checkout-summary-box .order-list-group .order-list .coupon-button-wrap button.modify {
  background-color: #f0f7ff;
}

.checkout-summary .checkout-summary-box .order-list-group .order-list .product-mini-details {
  padding-left: 8px;
}

.checkout-summary .checkout-summary-box .order-list-group .order-list .product-mini-details .product-name {
  margin-bottom: 10px;
}

.checkout-summary .checkout-summary-box .order-list-group .order-list .product-mini-details .product-name a {
  color: #2b2b2b;
}

.checkout-summary .checkout-summary-box .order-list-group .order-list .product-mini-details .product-options > div {
  margin-bottom: 10px;
  color: #9b9b9b;
}

.checkout-summary .checkout-summary-box .order-list-group .order-list.productAddon-item {
  background-color: #f7f7f7;
  margin: 0;
  padding: 16px;
  border-radius: 4px;
  border-top: 0;
}

.checkout-summary .checkout-summary-box .order-list-group .order-list.productAddon-item:not(:last-child) {
  margin-bottom: 4px;
}

.checkout-summary .checkout-summary-box .order-list-group .order-list.productAddon-item .image-wrap {
  max-width: 80px;
}

.checkout-summary .checkout-summary-box .order-list-group .order-list.productAddon-item .order-info {
  width: calc(100% - 110px);
}

.checkout-summary .checkout-summary-box .order-list-group .order-list.productAddon-item .order-info .addon-badge {
  display: inline-block;
  background-color: #fff;
  border: 1px solid #29346D;
  color: #29346D;
  font-size: 12px;
  padding: 4px 8px 2px;
  border-radius: 4px;
  margin-right: 6px;
}

.checkout-summary .checkout-summary-box .order-list-group .order-list.productAddon-item .order-info .tit {
  display: inline-block;
  font-size: 14px;
  line-height: 1.8;
}

.checkout-summary .checkout-summary-box .order-list-group .order-list.productAddon-item .item-delete-wrap .icon {
  font-size: 10px;
  color: #999;
}

.checkout-summary .checkout-summary-box .order-list-group .order-list.addon-item {
  background: #f7f7f7;
  padding: 16px;
  border: none;
  border-radius: 4px;
  margin-top: 32px;
}

.checkout-summary .checkout-summary-box .order-list-group .order-list.addon-item .addon-item-inner {
  width: 100%;
}

.checkout-summary .checkout-summary-box .order-list-group .order-list.addon-item .addon-item-inner .addon-info {
  width: 100%;
}

.checkout-summary .checkout-summary-box .order-list-group .order-list.addon-item .addon-item-inner .addon-tit {
  display: flex;
}

.checkout-summary .checkout-summary-box .order-list-group .order-list.addon-item .addon-item-inner .addon-tit .addon-name {
  width: calc(100% - 60px);
  padding-top: 5px;
}

.checkout-summary .checkout-summary-box .order-list-group .order-list.addon-item .addon-item-inner .item-delete-wrap {
  right: 16px;
}

.checkout-summary .checkout-summary-box .order-list-group .order-list.addon-item .addon-item-inner .item-delete-wrap .icon {
  width: 10px;
}

.checkout-summary .checkout-summary-box .order-list-group .order-list.addon-item .addon-badge {
  height: 26px;
  padding: 4px 8px;
  border: 1px solid #b3b3b3;
  border-radius: 4px;
  background-color: #fff;
  font-size: 13px;
  color: #757575;
  margin-right: 10px;
}

.checkout-summary .checkout-summary-box .order-list-group .order-list.addon-item .addon-option {
  padding-left: 60px;
}

.checkout-summary .checkout-summary-box .order-list-group .order-list.addon-item .addon-option .option-wrap {
  margin-top: 8px;
  color: #666;
}

.checkout-summary .checkout-summary-box .order-list-group .order-list.addon-item .addon-option .option-wrap span {
  margin-bottom: 2px;
  font-size: 13px;
  color: #666;
  padding: 0 6px 0 8px;
}

.checkout-summary .checkout-summary-box .order-list-group .order-list.addon-item .addon-option .option-wrap span:first-child {
  padding-left: 0;
}

.checkout-summary .checkout-summary-box .order-list-group .order-list.addon-item .addon-option .option-wrap span:not(:first-child) {
  position: relative;
}

.checkout-summary .checkout-summary-box .order-list-group .order-list.addon-item .addon-option .option-wrap span:not(:first-child)::before {
  content: '';
  position: absolute;
  left: 0;
  top: 3px;
  width: 1px;
  height: 10px;
  background-color: #dbdbdb;
}

.checkout-summary .checkout-summary-box .order-list-group .order-list.orderAddon-item {
  padding-right: 20px;
}

.checkout-summary .checkout-summary-box .order-totals {
  padding: 30px 0px;
  font-weight: 500;
}

.checkout-summary .checkout-summary-box .order-totals .order-totals-title {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 24px;
}

.checkout-summary .checkout-summary-box .order-totals.finally {
  padding-top: 8px;
}

.checkout-summary .checkout-summary-box .order-totals .order-total-item {
  margin-bottom: 16px;
}

.checkout-summary .checkout-summary-box .order-totals .order-total-item.promo-list {
  position: relative;
  padding: 16px;
  background-color: #f7f7f7;
  display: none;
}

.checkout-summary .checkout-summary-box .order-totals .order-total-item.promo-list .promo-dec {
  position: relative;
  font-size: 12px;
  color: #666;
  margin-bottom: 14px;
}

.checkout-summary .checkout-summary-box .order-totals .order-total-item.promo-list .promo-dec:last-child {
  margin-bottom: 0;
}

.checkout-summary .checkout-summary-box .order-totals .order-total-item.promo-list .promo-dec .promo-label {
  display: inline-block;
  width: calc(100% - 90px);
}

.checkout-summary .checkout-summary-box .order-totals .order-total-item.promo-list .promo-dec .promotion-price {
  font-size: 12px;
  color: #141414;
  position: absolute;
  top: 0;
  right: 0;
  width: 90px;
  text-align: right;
}

.checkout-summary .checkout-summary-box .order-totals .order-total-item.promo-list .promo-dec .remove-promo-item {
  position: absolute;
  right: -15px;
}

.checkout-summary .checkout-summary-box .order-totals .order-total-item.promo-list.active {
  display: block;
}

.checkout-summary .checkout-summary-box .order-totals .order-total-item.sale-price .value {
  color: #0063BA;
}

.checkout-summary .checkout-summary-box .order-totals .order-total-item .label {
  color: #111;
}

.checkout-summary .checkout-summary-box .order-totals .order-total-item .value {
  font-size: 16px;
}

.checkout-summary .checkout-summary-box .order-totals .order-total-item .value .retail {
  text-decoration: line-through;
  font-size: 12px;
  color: #9e9e9e;
  margin-right: 15px;
}

.checkout-summary .checkout-summary-box .order-totals .order-total-highlight {
  margin-top: 10px;
  border-top: 1px solid #dbdbdb;
  padding-top: 20px;
}

.checkout-summary .checkout-summary-box .order-totals .order-total-highlight .value {
  font-size: 18px;
  font-weight: bold;
}

.checkout-summary .checkout-summary-box .order-totals .total-mileage {
  padding-top: 5px;
}

.checkout-summary .checkout-summary-box .order-totals .total-mileage .mileage-text {
  color: #757575;
}

.checkout-summary .checkout-summary-box .order-totals .total-mileage .mileage {
  color: #000;
}

.checkout-summary .checkout-summary-box .order-totals .confirmation-btn {
  margin: 40px 0 0;
}

.checkout-summary .checkout-summary-box .order-totals .confirmation-btn .text-underline {
  margin-top: 20px;
}

.checkout-summary .checkout-summary-box .check-submit .checkout-button .value {
  margin-right: 8px;
}

.checkout-summary .sale-box-btn {
  margin-left: 5px;
}

.checkout-summary .sale-box-btn .icon {
  margin-top: 2px;
  vertical-align: text-top;
  transform: rotate(180deg);
}

.checkout-summary .sale-box-btn.active .icon {
  transform: rotate(0);
}

.checkout-summary .addon-mini {
  position: relative;
  padding: 30px 0 20px;
}

.checkout-summary .addon-mini .addon-title-box .addon-title {
  font-size: 18px;
  font-weight: bold;
}

.checkout-summary .addon-mini .addon-selector-box {
  margin-top: 20px;
  padding: 20px;
  background: #f5f5f5;
}

.checkout-summary .addon-mini .addon-selector-box .addon-selector-item:not(:first-child) {
  margin-top: 20px;
}

.checkout-summary .addon-mini .addon-selector-box .addon-descr {
  margin-bottom: 12px;
  font-size: 14px;
}

.checkout-summary .addon-mini .addon-selector-box .addon-selection .input-select-inline {
  width: 100%;
  height: 50px;
  box-shadow: 0 0 0 1px #c4c4c4;
  font-size: 14px;
  background-repeat: no-repeat;
  background-position: right 20px center;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='17px' height='9px'%3E%3Cpath fill-rule='evenodd' fill='rgb(117, 117, 117)' d='M16.242,2.353 L8.751,8.742 L8.250,8.314 L7.748,8.742 L0.258,2.353 L2.131,0.756 L8.250,5.975 L14.369,0.756 L16.242,2.353 Z'/%3E%3C/svg%3E");
  background-size: 11px 7px;
}

.checkout-summary .addon-mini .addon-state {
  padding: 17px 20px 0;
}

.checkout-summary .addon-mini .addon-state .addon-product {
  font-weight: 700;
}

.checkout-summary .addon-mini .addon-state .addon-tool .addon-quantity .btn {
  border: 1px solid #d4d4d4;
  background: #fff;
  width: 37px;
  height: 37px;
}

.checkout-summary .addon-mini .addon-state .addon-tool .addon-quantity .btn .icon {
  color: #a0a0a0;
}

.checkout-summary .addon-mini .addon-state .addon-tool .addon-quantity .i-text {
  border: 1px solid #d4d4d4;
  background: #fff;
  width: 37px;
  height: 37px;
  padding: 6px 5px;
  text-align: center;
}

.checkout-summary .addon-mini .addon-state .addon-tool .btn-submit {
  margin-left: 10px;
  width: 60px;
  height: 37px;
  background: #000;
  color: #fff;
  font-size: 12px;
}

.checkout-summary .addon-mini .addon-state .addon-tool .btn-addon-remove {
  position: static;
  background: transparent;
  margin-left: 15px;
}

.checkout-summary .addon-mini .addon-state .addon-tool .btn-addon-remove .icon {
  width: 20px;
  height: 20px;
}

.less-items .icon {
  width: 50px;
  height: 50px;
  color: #c4c4c4;
}

.modal-address-selector.uk-modal .uk-close {
  margin: 0 !important;
  top: 30px;
  right: 40px;
}

.modal-address-selector.uk-modal .uk-modal-dialog {
  max-width: 480px;
}

.modal-address-selector .address-selector {
  padding: 30px 40px 40px;
}

.modal-address-selector .address-selector .address-selector-title {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.35;
  color: #111111;
  padding-bottom: 20px;
}

.modal-address-selector .address-selector .address-list-section {
  max-height: 500px;
  overflow-x: auto;
}

.modal-address-selector .address-selector .address-list-section .address-list {
  border-top: 2px solid #141414;
  padding-top: 30px;
}

.modal-address-selector .address-selector .address-list-section .address-list li {
  padding: 0 0 20px;
  border-bottom: 1px solid #e6e6e6;
}

.modal-address-selector .address-selector .address-list-section .address-list li .address-subject {
  width: calc(100% - 100px);
  font-size: 18px;
  font-weight: 700;
}

.modal-address-selector .address-selector .address-list-section .address-list li .address-subject > span {
  font-size: 14px;
  font-weight: 600;
  color: #0063BA;
  margin-left: 10px;
}

.modal-address-selector .address-selector .address-list-section .address-list li .descr {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.35;
  color: #111;
}

.modal-address-selector .address-selector .address-list-section .address-list li .descr + .descr {
  padding-top: 8px;
}

.modal-address-selector .address-selector .address-list-section .address-list li .address-wrap {
  width: 100%;
}

.modal-address-selector .address-selector .address-list-section .address-list li dl {
  position: relative;
}

.modal-address-selector .address-selector .address-list-section .address-list li dl .pick-address {
  position: absolute;
  top: 0;
  right: 0;
  width: 100px;
  height: 40px;
  font-weight: normal;
  border-color: #c4c4c4;
  font-size: 14px;
  color: #111;
}

.modal-address-selector .address-selector .address-list-section .address-list li dl dt {
  min-height: 40px;
  margin-bottom: 12px;
}

.modal-address-selector .address-selector .address-list-section .address-list li + li {
  padding-top: 24px;
}

.modal-address-selector .address-selector .customer-address-empty {
  height: 180px;
}

.modal-address-selector .address-selector .customer-address-empty .text {
  margin: 0;
}

.window-modal.modal-identity-verify .uk-modal-dialog {
  max-width: 420px;
  border-radius: 8px;
}

.window-modal.modal-identity-verify .uk-close {
  margin: 0;
}

.window-modal.modal-identity-verify .action-group {
  padding: 0 20px 20px;
  gap: 6px;
}

.window-modal.modal-identity-verify .action-group .button {
  font-size: 16px;
}

.window-modal.modal-identity-verify-result .uk-close {
  margin: 0;
}

.window-modal .identity-verify {
  padding: 44px 20px 20px;
}

.window-modal .identity-verify .identity-verify-title {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-weight: 600;
  line-height: 1;
  letter-spacing: -.025em;
  text-align: center;
  font-size: 20px;
  margin-bottom: 16px;
}

.window-modal .identity-verify .description-section {
  padding: 20px;
  background-color: #f5f5f5;
}

.window-modal .identity-verify .description-section ul {
  list-style-type: disc;
}

.window-modal .identity-verify .description-section ul li {
  margin-top: 14px;
  line-height: 20px;
  list-style-type: disc;
  letter-spacing: -.025em;
}

.window-modal .identity-verify .description-section p {
  font-size: 14px;
  font-weight: 500;
  color: #757575;
}

.window-modal .identity-verify .publish-policy {
  margin-top: 20px;
  font-size: 12px;
  letter-spacing: -.025em;
  text-align: center;
}

.window-modal .identity-verify .action-group {
  margin-top: 36px;
}

.window-modal .identity-verify .action-group .button {
  padding-left: 0;
  padding-right: 0;
}

.window-modal .identity-verify-result {
  text-align: center;
}

.window-modal .identity-verify-result .result-message {
  font-weight: 600;
  line-height: 1;
  letter-spacing: -.025em;
}

.window-modal .identity-verify-result .result-description {
  font-size: 12px;
  line-height: 16px;
}

.window-modal .identity-verify-result .account-list li {
  font-weight: 600;
  line-height: 1;
}

.window-modal .identity-verify-result .account-list li:not(:first-child) {
  margin-top: 6px;
}

.window-modal .identity-verify-result .action-group {
  margin-top: 32px;
}

.modal-order-product.uk-modal .uk-modal-dialog {
  max-width: 464px;
}

.modal-order-product.uk-modal .uk-close {
  margin: 0 !important;
  top: 40px;
  right: 30px;
}

.modal-order-product .order-product-wrap {
  padding: 40px 30px;
}

.modal-order-product .order-product-wrap .order-product-title {
  line-height: 1;
  border-bottom: 2px solid #141414;
  padding-bottom: 20px;
}

.modal-order-product .order-product-wrap .order-product-content.checkout-summary {
  -webkit-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%;
  padding-top: 0;
}

.modal-order-product .order-product-wrap .order-product-content .checkout-summary-box {
  padding: 0;
  border: 0;
}

.modal-order-product .order-product-wrap .order-product-content .checkout-summary-box > h3 {
  display: none;
}

.uk-modal.modal-checkout-coupon .uk-modal-dialog {
  max-width: 536px;
  padding: 30px 40px;
}

.uk-modal.modal-checkout-coupon .checkout-coupon-wrap .checkout-coupon-notice {
  padding: 16px 20px;
  background-color: rgba(251, 109, 51, 0.05);
  font-size: 13px;
  font-weight: 500;
  line-height: 1.3;
}

.uk-modal.modal-checkout-coupon .checkout-coupon-wrap .checkout-coupon-notice .red {
  color: #d31717;
}

.uk-modal.modal-checkout-coupon .checkout-coupon-wrap .coupon-product-wrap {
  margin: 24px 0;
}

.uk-modal.modal-checkout-coupon .checkout-coupon-wrap .coupon-product-wrap .product-img {
  width: 100px;
  height: 100px;
}

.uk-modal.modal-checkout-coupon .checkout-coupon-wrap .coupon-product-wrap .product-info {
  width: calc(100% - 120px);
  margin-left: auto;
  margin-top: 4px;
}

.uk-modal.modal-checkout-coupon .checkout-coupon-wrap .coupon-product-wrap .product-info .tit {
  display: block;
  color: #111111;
  font-size: 16px;
}

.uk-modal.modal-checkout-coupon .checkout-coupon-wrap .coupon-product-wrap .product-info .option-wrap {
  margin-top: 6px;
}

.uk-modal.modal-checkout-coupon .checkout-coupon-wrap .coupon-product-wrap .product-info .option-wrap span {
  margin-bottom: 2px;
  font-size: 13px;
  color: #666;
  padding: 0 6px 0 8px;
}

.uk-modal.modal-checkout-coupon .checkout-coupon-wrap .coupon-product-wrap .product-info .option-wrap span:first-child {
  padding-left: 0;
}

.uk-modal.modal-checkout-coupon .checkout-coupon-wrap .coupon-product-wrap .product-info .option-wrap span:not(:first-child) {
  position: relative;
}

.uk-modal.modal-checkout-coupon .checkout-coupon-wrap .coupon-product-wrap .product-info .option-wrap span:not(:first-child)::before {
  content: '';
  position: absolute;
  left: 0;
  top: 3px;
  width: 1px;
  height: 10px;
  background-color: #dbdbdb;
}

.uk-modal.modal-checkout-coupon .checkout-coupon-wrap .coupon-list .product-coupon {
  padding: 24px 0;
  border-top: 1px  solid #e6e6e6;
}

.uk-modal.modal-checkout-coupon .checkout-coupon-wrap .coupon-list .product-coupon .title {
  font-size: 16px;
  font-weight: 600;
  color: #999;
  margin-bottom: 24px;
}

.uk-modal.modal-checkout-coupon .checkout-coupon-wrap .coupon-list .product-coupon .coupon-item-list .coupon-item:not(:last-child) {
  margin-bottom: 24px;
}

.uk-modal.modal-checkout-coupon .checkout-coupon-wrap .coupon-list .product-coupon .coupon-item-list .coupon-item.input-radio {
  align-items: start;
  gap: 12px;
}

.uk-modal.modal-checkout-coupon .checkout-coupon-wrap .coupon-list .product-coupon .coupon-item-list .coupon-item.input-radio label {
  width: 100%;
  margin-left: 0;
}

.uk-modal.modal-checkout-coupon .checkout-coupon-wrap .coupon-list .product-coupon .coupon-item-list .coupon-item.input-radio label .label {
  display: flex;
  gap: 16px;
}

.uk-modal.modal-checkout-coupon .checkout-coupon-wrap .coupon-list .product-coupon .coupon-item-list .coupon-item.input-radio label .label .coupon-amount {
  width: 90px;
  flex-basis: 90px;
  font-size: 18px;
  font-weight: bold;
}

.uk-modal.modal-checkout-coupon .checkout-coupon-wrap .coupon-list .product-coupon .coupon-item-list .coupon-item.input-radio label .label .coupon-info {
  flex-basis: calc(100% - 90px);
}

.uk-modal.modal-checkout-coupon .checkout-coupon-wrap .coupon-list .product-coupon .coupon-item-list .coupon-item.input-radio label .label .coupon-info .coupon-name {
  display: block;
  font-size: 16px;
  font-weight: 500;
}

.uk-modal.modal-checkout-coupon .checkout-coupon-wrap .coupon-list .product-coupon .coupon-item-list .coupon-item.input-radio label .label .coupon-info .coupon-desc {
  display: inline-block;
  margin-top: 8px;
  font-size: 14px;
}

.uk-modal.modal-checkout-coupon .checkout-coupon-wrap .coupon-list .product-coupon .coupon-empty {
  background-color: #f5f5f5;
  text-align: center;
  padding: 16px 0;
  color: #757575;
}

.uk-modal.modal-checkout-coupon .checkout-coupon-wrap .button-wrap {
  display: flex;
  gap: 8px;
  margin-top: 24px;
}

.uk-modal.modal-checkout-coupon .checkout-coupon-wrap .button-wrap .button {
  height: 48px;
}

.uk-modal.modal-checkout-coupon .checkout-coupon-wrap .button-wrap .modal-close {
  max-width: 128px;
}

.uk-modal.modal-checkout-coupon .checkout-coupon-wrap .button-wrap .coupon-submit {
  max-width: 100%;
  width: 100%;
}

/* Tablet and bigger */
@media (max-width: 768px) {
  .checkout-content .checkout-result {
    padding: 40px 0;
  }
  .checkout-content .checkout-result .checkout-result-content {
    padding: 0;
  }
  .checkout-content .checkout-result .checkout-result-content .result-title {
    font-size: 26px;
  }
  .checkout-content .checkout-result .checkout-result-content .result-message {
    margin-top: 24px;
    margin-bottom: 8px;
    font-size: 14px;
  }
  .checkout-content .checkout-result .checkout-result-content .sub-message {
    margin-bottom: 24px;
  }
  .checkout-content .checkout-result .checkout-result-content .button-group {
    margin: 0;
  }
  .checkout-content .checkout-result .checkout-result-content .button-group > .flex {
    gap: 0 8px;
  }
  .checkout-content .checkout-result .checkout-result-content .button-group .button {
    width: 50%;
    max-width: 160px;
    height: 48px;
    margin: 0;
  }
  .order-checkout {
    margin: 24px 0;
    padding: 0 16px;
  }
  .order-checkout .order-checkout-wrap .checkout-inner {
    gap: 0;
    flex-direction: column-reverse;
  }
  .order-checkout .order-checkout-wrap .checkout-inner .checkout-wrap {
    max-width: 100%;
  }
  .order-checkout .order-checkout-wrap .checkout-inner .checkout-summary {
    margin: 0;
    max-width: 100%;
  }
  .order-checkout .order-checkout-wrap .checkout-inner .checkout-summary .checkout-summary-box {
    padding: 0;
    border: none;
  }
  .order-checkout .order-checkout-wrap .checkout-register {
    font-size: 13px;
    padding: 19px 12px;
  }
  .order-checkout .order-checkout-wrap .checkout-register .icon {
    display: none;
  }
  .order-checkout .order-checkout-wrap .checkout-register a {
    width: 64px;
    height: 32px;
    font-size: 12px;
  }
  .checkout-summary .checkout-summary-box h3 {
    font-size: 18px;
    font-weight: 600;
  }
  .checkout-summary .checkout-summary-box .order-list-group .order-list {
    flex-wrap: wrap;
    padding-bottom: 0;
    border-bottom: none;
  }
  .checkout-summary .checkout-summary-box .order-list-group .order-list .image-wrap {
    max-width: 96px;
  }
  .checkout-summary .checkout-summary-box .order-list-group .order-list .order-info .tit {
    font-size: 16px;
  }
  .checkout-summary .checkout-summary-box .order-list-group .order-list .order-info .price-wrap {
    font-size: 15px;
  }
  .checkout-summary .checkout-summary-box .order-list-group .order-list .order-info .price-wrap .sale-price {
    font-size: 13px;
  }
  .checkout-summary .checkout-summary-box .order-list-group .order-list .order-info .coupon-price {
    font-size: 15px;
  }
  .checkout-summary .checkout-summary-box .order-list-group .order-list .coupon-button-wrap {
    position: relative;
    width: 100%;
    margin-top: 12px;
    bottom: inherit;
  }
  .checkout-summary .checkout-summary-box .order-list-group .order-list .coupon-button-wrap button {
    width: 100%;
    border-color: #c4c4c4;
    border-radius: 0;
    height: 40px;
    font-size: 13px;
  }
  .checkout-summary .checkout-summary-box .order-list-group .order-list.addon-item {
    padding: 12px 16px;
    margin-bottom: 32px;
  }
  .checkout-summary .checkout-summary-box .order-list-group .order-list.addon-item .addon-badge {
    font-size: 11px;
    height: 25px;
    margin-right: 8px;
  }
  .checkout-summary .checkout-summary-box .order-list-group .order-list.addon-item .addon-option {
    padding-left: 53px;
  }
  .checkout-summary .checkout-summary-box .order-list-group .order-list.addon-item .addon-option .option-wrap {
    margin-top: 4px;
  }
  .checkout-summary .checkout-summary-box .order-list-group .order-list.productAddon-item .item-delete-wrap {
    position: absolute;
    top: 0;
    right: 0;
    border: 1px solid #c4c4c4;
    background-color: #fff;
    width: 18px;
    height: 18px;
  }
  .checkout-summary .checkout-summary-box .order-list-group .order-list.productAddon-item .item-delete-wrap .delete-btn {
    display: flex;
    height: 100%;
    justify-content: center;
    align-items: center;
  }
  .checkout-summary .checkout-summary-box .order-totals {
    border: none;
    padding: 24px 0;
  }
  .checkout-summary .checkout-summary-box .order-totals .order-total-item .value {
    font-size: 14px;
  }
  .checkout-summary .addon-mini .addon-title-box .addon-title {
    font-weight: 600;
  }
  .checkout-summary .addon-mini .addon-selector-box .addon-selection .input-select-inline {
    height: 48px;
  }
  .checkout-wrap .reservations-customer .checkout-step-box {
    padding-top: 8px;
  }
  .checkout-wrap .checked-field .field-row {
    margin-bottom: 8px;
  }
  .checkout-wrap .checked-field .field-row .text {
    font-size: 13px;
  }
  .checkout-wrap .checkout-step-box .step-head .step-title {
    font-size: 18px;
    font-weight: 600;
  }
  .checkout-wrap .checkout-step-box .step-content .fulfilled-content .text {
    font-size: 14px;
  }
  .checkout-wrap .checkout-step-box .step-content .fulfilled-content .text.name {
    font-weight: normal;
  }
  .checkout-wrap .checkout-step-box .step-content .other-group {
    padding-top: 10px;
  }
  .checkout-wrap .checkout-step-box .step-content .other-group .select-box {
    margin-top: 0;
  }
  .checkout-wrap .checkout-step-box .step-content .shipping-new .col-lg-6 {
    max-width: 100%;
  }
  .checkout-wrap .checkout-step-box .step-content .field-row .input-textfield {
    padding-top: 18px;
  }
  .checkout-wrap .checkout-step-box .step-content .field-row label {
    font-size: 12px;
    margin-bottom: 6px;
  }
  .checkout-wrap .checkout-step-box .step-content .field-row.address-default-selector label {
    margin: 10px 0 0;
  }
  .checkout-wrap .checkout-step-box .step-content .input-text {
    height: 48px;
  }
  .checkout-wrap .checkout-step-box .step-content .shipping-address .input-text {
    width: calc(100% - 90px);
  }
  .checkout-wrap .checkout-step-box .step-content .shipping-address .button {
    width: 80px;
    height: 48px;
    margin-left: 10px;
  }
  .checkout-wrap .checkout-step-box .step-content .shipping-address-other .input-textfield {
    padding-top: 10px;
  }
  .checkout-wrap .checkout-step-box .step-content .payment-method .payment-method-item {
    width: calc(50% - 4px);
    min-width: inherit;
  }
  .checkout-wrap .checkout-step-box .step-content .payment-method .payment-method-item .payment-item {
    height: 48px;
  }
  .checkout-wrap .checkout-step-box.reservations-order {
    padding: 32px 0;
    border-bottom: 1px solid #e6e6e6;
  }
  .checkout-wrap .checkout-step-box.reservations-order .payment_save_wrap {
    position: relative;
    top: inherit;
    right: inherit;
    margin-top: 14px;
  }
  .checkout-wrap .checkout-step-box.checked-field {
    padding-bottom: 0;
    border-bottom: none;
  }
  .checkout-wrap .order-tab.shipping-info-wrap .tabs::after {
    display: none;
  }
  .checkout-wrap .order-tab.shipping-info-wrap .tab-item {
    width: 50%;
  }
  .checkout-wrap .order-tab.shipping-info-wrap .tab-item:not(.uk-active) {
    border-bottom: 1px solid #c4c4c4;
  }
  .checkout-wrap .order-tab.shipping-info-wrap .default-address {
    margin: 24px 0;
  }
  .checkout-wrap .order-tab.shipping-info-wrap .default-address .address-data {
    width: calc(100% - 97px);
  }
  .checkout-wrap .order-tab.shipping-info-wrap .default-address .address-data .data-text {
    font-size: 14px;
  }
  .checkout-wrap .order-tab.shipping-info-wrap .default-address .address-data .data-text.name {
    font-weight: normal;
  }
  .checkout-wrap .order-tab.shipping-info-wrap .default-address .address-tool {
    width: 97px;
  }
  .checkout-wrap .order-tab.shipping-info-wrap .default-address .address-tool .trigger-address-list {
    width: 97px;
    font-size: 13px;
  }
  .uk-modal .uk-modal-full {
    min-height: 100%;
    border-radius: 0;
    padding-bottom: calc(env(safe-area-inset-bottom) + 16px);
  }
  .uk-modal.modal-checkout-coupon .uk-modal-dialog {
    padding: 24px 16px;
  }
  .window-modal.modal-identity-verify .uk-modal-dialog {
    max-width: calc(100% - 32px) !important;
  }
  .window-modal .identity-verify {
    padding: 44px 16px 16px;
  }
  .window-modal .action-group {
    padding: 0 16px 16px;
  }
  .window-modal .action-group .button {
    font-size: 14px;
    height: 50px;
  }
  .modal-address-selector.uk-modal .uk-close {
    width: 15px;
    height: 15px;
    top: 14px;
    right: 16px;
    margin: 0 !important;
  }
  .modal-address-selector.uk-modal .uk-modal-dialog {
    max-width: 480px;
  }
  .modal-address-selector .address-selector {
    padding: 0;
  }
  .modal-address-selector .address-selector .address-selector-title {
    font-size: 18px;
    font-weight: 600;
    line-height: 50px;
    color: #111111;
    padding: 0 16px;
  }
  .modal-address-selector .address-selector .address-list-section {
    max-height: 100%;
  }
  .modal-address-selector .address-selector .address-list-section .address-list {
    border-top: 1px solid #e6e6e6;
    padding: 0 16px 24px;
  }
  .modal-address-selector .address-selector .address-list-section .address-list li {
    padding: 24px 0;
    border-bottom: 1px solid #e6e6e6;
  }
  .modal-address-selector .address-selector .address-list-section .address-list li + li {
    padding: 24px 0;
  }
  .modal-address-selector .address-selector .customer-address-empty {
    height: 180px;
  }
  .modal-address-selector .address-selector .customer-address-empty .text {
    margin: 0;
  }
}

/* gallery swipe */
.gallery-swipe .slideProgress {
  display: none;
  position: relative;
  width: 100%;
  height: 4px;
  background: #f0f0f0;
}

.gallery-swipe .slideProgress .current {
  position: absolute;
  top: 0;
  left: 0;
  height: 4px;
  width: auto;
  background-color: #141414;
  transition: all 0.3s;
}

.gallery-swipe .slideNumWrap {
  position: absolute;
  right: 24px;
  bottom: 16px;
  width: 44px;
  height: 22px;
  font-size: 10px;
  font-weight: 500;
  color: #fff;
  line-height: 22px;
  text-align: center;
  letter-spacing: 2px;
  border-radius: 20px;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 1;
}

/* new gallery */
.pdp-gallery-fullview {
  position: fixed;
  overflow: auto;
  display: none;
  width: 100%;
  height: 100%;
  top: env(safe-area-inset-top);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 40px 0;
  z-index: 1100;
}

.pdp-gallery-fullview:hover {
  cursor: url(/cmsstatic/theme/skechers/assets/images/pointer-cursor-zoom-in.png), auto;
}

.pdp-gallery-fullview:not(.show) {
  pointer-events: none;
  -webkit-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
  -webkit-transition-duration: 213ms;
  transition-duration: 213ms;
  opacity: 0;
  visibility: hidden;
}

.pdp-gallery-fullview.show {
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  -webkit-transition-duration: .32s;
  transition-duration: .32s;
  display: flex;
}

.pdp-gallery-fullview .pdp-gallery-fullview-wrapper {
  max-width: 1000px;
  width: 100%;
  margin: auto;
  position: relative;
}

.pdp-gallery-fullview .pdp-gallery-fullview-wrapper .button-wrapper {
  position: absolute;
  right: 45px;
  top: 15px;
  z-index: 2;
}

.pdp-gallery-fullview .pdp-gallery-fullview-wrapper .button-wrapper .swipe-zoom-container {
  touch-action: pan-y pinch-zoom;
}

.pdp-gallery-fullview .pdp-gallery-fullview-wrapper .button-wrapper .pdp-gallery-fullview-close {
  position: fixed;
  top: calc(env(safe-area-inset-top) + 40px);
  right: 40px;
  font-size: 30px;
  z-index: 1;
}

.pdp-gallery-fullview .pdp-gallery-fullview-wrapper .pdp-gallery-fullview-overlay .gallery-images {
  cursor: url("data:image/svg+xml,%3Csymbol id='icon-expend' viewBox='0 0 30 30'%3E%3Cg fill-rule='evenodd'%3E%3Cpath d='M11.1 7.40001H8.89998V5.20001C8.89998 4.80001 8.59998 4.50001 8.19998 4.50001C7.79998 4.50001 7.49998 4.80001 7.49998 5.20001V7.40001H5.19998C4.79998 7.40001 4.49998 7.70001 4.49998 8.10001C4.49998 8.50001 4.79998 8.80001 5.19998 8.80001H7.39998V11C7.39998 11.4 7.69998 11.7 8.09998 11.7C8.49998 11.7 8.79998 11.4 8.79998 11V8.90001H11C11.4 8.90001 11.7 8.60001 11.7 8.20001C11.7 7.80001 11.5 7.40001 11.1 7.40001ZM17.8 16.5L14.5 13.2C17.3 9.70001 16.7 4.60001 13.2 1.80001C9.69998 -0.999987 4.59998 -0.499987 1.79998 3.00001C-1.00002 6.50001 -0.500018 11.6 2.99998 14.4C5.99998 16.8 10.2 16.8 13.1 14.4L16.4 17.7C16.8 18.1 17.3 18.1 17.7 17.7C18.1 17.4 18.1 16.8 17.8 16.5ZM8.09998 14.4C4.59998 14.4 1.79998 11.6 1.79998 8.10001C1.79998 4.60001 4.59998 1.80001 8.09998 1.80001C11.6 1.80001 14.4 4.60001 14.4 8.10001C14.4 11.6 11.6 14.4 8.09998 14.4Z'/%3E%3C/g%3E%3C/symbol%3E") 15 15, zoom-in !important;
}

.pdp-gallery-fullview .pdp-gallery-fullview-wrapper .pdp-gallery-fullview-overlay .gallery-images .gallery-images-item {
  padding-top: 37px;
}

.pdp-gallery-fullview .pdp-gallery-fullview-wrapper .pdp-gallery-fullview-overlay .gallery-images .gallery-images-item img {
  margin: auto;
}

.pdp-gallery-fullview .pdp-gallery-fullview-wrapper .zoom-swipe-controls .zoom-btn-prev, .pdp-gallery-fullview .pdp-gallery-fullview-wrapper .zoom-swipe-controls .zoom-btn-next,
.pdp-gallery-fullview .pdp-gallery-fullview-wrapper .zoom-swipe-controls .btn-prev, .pdp-gallery-fullview .pdp-gallery-fullview-wrapper .zoom-swipe-controls .btn-next,
.pdp-gallery-fullview .pdp-gallery-fullview-wrapper .bxslider-controls .zoom-btn-prev,
.pdp-gallery-fullview .pdp-gallery-fullview-wrapper .bxslider-controls .zoom-btn-next,
.pdp-gallery-fullview .pdp-gallery-fullview-wrapper .bxslider-controls .btn-prev,
.pdp-gallery-fullview .pdp-gallery-fullview-wrapper .bxslider-controls .btn-next {
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -50px;
  font-size: 60px;
  background-size: 100% 100%;
  opacity: 0.6;
  z-index: 2;
}

.pdp-gallery-fullview .pdp-gallery-fullview-wrapper .zoom-swipe-controls .zoom-btn-prev:hover, .pdp-gallery-fullview .pdp-gallery-fullview-wrapper .zoom-swipe-controls .zoom-btn-next:hover,
.pdp-gallery-fullview .pdp-gallery-fullview-wrapper .zoom-swipe-controls .btn-prev:hover, .pdp-gallery-fullview .pdp-gallery-fullview-wrapper .zoom-swipe-controls .btn-next:hover,
.pdp-gallery-fullview .pdp-gallery-fullview-wrapper .bxslider-controls .zoom-btn-prev:hover,
.pdp-gallery-fullview .pdp-gallery-fullview-wrapper .bxslider-controls .zoom-btn-next:hover,
.pdp-gallery-fullview .pdp-gallery-fullview-wrapper .bxslider-controls .btn-prev:hover,
.pdp-gallery-fullview .pdp-gallery-fullview-wrapper .bxslider-controls .btn-next:hover {
  opacity: 1;
}

.pdp-gallery-fullview .pdp-gallery-fullview-wrapper .zoom-swipe-controls .zoom-btn-prev,
.pdp-gallery-fullview .pdp-gallery-fullview-wrapper .zoom-swipe-controls .btn-prev,
.pdp-gallery-fullview .pdp-gallery-fullview-wrapper .bxslider-controls .zoom-btn-prev,
.pdp-gallery-fullview .pdp-gallery-fullview-wrapper .bxslider-controls .btn-prev {
  left: -80px;
}

.pdp-gallery-fullview .pdp-gallery-fullview-wrapper .zoom-swipe-controls .zoom-btn-next,
.pdp-gallery-fullview .pdp-gallery-fullview-wrapper .zoom-swipe-controls .btn-next,
.pdp-gallery-fullview .pdp-gallery-fullview-wrapper .bxslider-controls .zoom-btn-next,
.pdp-gallery-fullview .pdp-gallery-fullview-wrapper .bxslider-controls .btn-next {
  right: -80px;
}

/* Reponsive 767px */
@media screen and (max-width: 767px) {
  .pdp-gallery-fullview .zoom-swipe-controls,
  .pdp-gallery-fullview .bxslider-controls {
    display: none;
  }
}

/* Reponsive 768px */
/*********************************************************************/
/* customer
/*********************************************************************/
.customer-address-container .customer-address .address-item {
  position: relative;
}

.customer-address-container .customer-address .address-item dl {
  margin-bottom: 0;
}

.customer-address-container .customer-address .address-item .address-default {
  font-weight: 600;
  line-height: 1;
  letter-spacing: -.025em;
  color: #00c3d7;
}

.customer-address-container .customer-address .address-item .address-label {
  font-size: 14px;
  line-height: 1;
  letter-spacing: -.025em;
  color: #9b9b9b;
}

.customer-address-container .customer-address .address-item .address-info .info-list {
  margin: 0;
}

.customer-address-container .customer-address .address-item .address-info .info-list li {
  font-size: 14px;
  letter-spacing: -.025em;
  color: #000000;
}

.customer-address-container .customer-address .address-item .address-tools .link {
  font-size: 14px;
  line-height: 1;
}

.customer-address-container .customer-address .address-item .address-tools .link:not(.trigger-default) {
  margin-right: 15px;
}

.customer-address-container .customer-address .address-item:not(:last-child) {
  border-bottom: 1px solid #eeeeee;
}

.customer-address-container .customer-address.empty {
  text-align: center;
}

.customer-address-container .customer-address.empty .icon {
  display: block;
  margin: 0 auto;
  color: #ffffff;
  border-radius: 50%;
  background-color: #f7f7f7;
}

.customer-address-container .customer-address.empty .text {
  margin: 0;
  font-weight: 400;
  line-height: 1;
  letter-spacing: -.025em;
  color: #000000;
  text-align: center;
}

.customer-account-container .account-fieldset .fieldset-legend {
  margin-bottom: 24px;
}

.customer-account-container .account-fieldset .fieldset-legend .title {
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
}

.customer-account-container .account-fieldset .radio-tabs {
  border: 1px solid #eeeeee;
}

.customer-account-container .account-fieldset .radio-tabs .i-selector {
  position: relative;
}

.customer-account-container .account-fieldset .radio-tabs .i-selector .label {
  width: 100%;
  line-height: 1;
  color: #383838;
  background-color: #f4f4f4;
}

.customer-account-container .account-fieldset .radio-tabs .i-selector input {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  visibility: hidden;
}

.customer-account-container .account-fieldset .radio-tabs .i-selector input:checked + .label {
  color: #000000;
  background-color: #ffffff;
  outline: 1px solid #111111;
  z-index: 2;
}

.customer-account-container .account-fieldset .radio-tabs .i-selector:not(:first-child) {
  border-left: 1px solid #eeeeee;
}

.customer-account-container .account-fieldset .field-row .field-title {
  margin-bottom: 12px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: -.025em;
  color: #9b9b9b;
}

.customer-account-container .account-fieldset .field-row .input-text {
  width: 100%;
  line-height: 1.5;
  letter-spacing: -.025em;
  border: 1px solid #eeeeee;
  background-color: #ffffff;
}

.customer-account-container .account-fieldset .field-row .input-text::-webkit-input-placeholder {
  color: #383838;
}

.customer-account-container .account-fieldset .field-row .input-text:-moz-placeholder {
  color: #383838;
}

.customer-account-container .account-fieldset .field-row .input-text::-moz-placeholder {
  color: #383838;
}

.customer-account-container .account-fieldset .field-row .input-text:-ms-input-placeholder {
  color: #383838;
}

.customer-account-container .account-fieldset .field-row .input-text::placeholder {
  color: #383838;
}

.customer-account-container .account-fieldset .field-row .input-text::-webkit-outer-spin-button, .customer-account-container .account-fieldset .field-row .input-text::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.customer-account-container .account-fieldset .field-row .input-text:read-only {
  color: #383838;
  background-color: #f4f4f4;
}

.customer-account-container .account-fieldset .field-row .print-message, .customer-account-container .account-fieldset .field-row .error-message {
  margin: 0;
  padding-top: 8px;
  font-size: 12px;
  line-height: 1;
  letter-spacing: -.025em;
  color: #ca1d31;
  text-align: left;
}

.customer-account-container .account-fieldset .field-row .print-message:not(.filled), .customer-account-container .account-fieldset .field-row .error-message:not(.filled) {
  display: none;
}

.customer-account-container .account-fieldset .field-row .descr-message {
  margin: 0;
  font-size: 13px;
  color: #757575;
}

.customer-account-container .account-fieldset .field-row:not(:first-child) {
  margin-top: 10px;
}

.customer-account-container .account-fieldset .data-grid {
  width: 100%;
  border-top: 1px solid #eeeeee;
  border-left: 1px solid #eeeeee;
  border-collapse: collapse;
  table-layout: fixed;
}

.customer-account-container .account-fieldset .data-grid th,
.customer-account-container .account-fieldset .data-grid td {
  padding: 16px;
  letter-spacing: -.025em;
  text-align: center;
  word-break: keep-all;
  word-wrap: break-word;
  overflow-wrap: break-word;
  border-right: 1px solid #eeeeee;
  border-bottom: 1px solid #eeeeee;
}

.customer-account-container .account-fieldset .data-grid thead th {
  font-weight: 400;
  color: #9b9b9b;
  background-color: #f4f4f4;
}

.customer-account-container .account-fieldset .data-grid tbody td {
  color: #000000;
}

.customer-account-container .account-fieldset .policy-agree {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-top: 10px;
}

.customer-account-container .account-fieldset .policy-agree .icon {
  margin-right: 5px;
}

.withdrawal-container .withdrawal-notify {
  color: #9b9b9b;
  word-break: keep-all;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

.withdrawal-container .withdrawal-notify p {
  margin: 10px 0 0;
  letter-spacing: -.025em;
}

.withdrawal-container .withdrawal-notify .highlight {
  margin-top: 0;
  font-weight: 600;
  color: #000000;
}

.withdrawal-container .withdrawal-notify .list {
  margin: 10px 0 0;
  padding-left: 1em;
}

.withdrawal-container .withdrawal-notify .list > li::before {
  content: '-';
  display: inline-block;
  margin-left: -1em;
  width: 1em;
}

.withdrawal-container .resign-condition {
  color: #000000;
  border-top: 1px solid #eeeeee;
  border-collapse: collapse;
  table-layout: fixed;
}

.withdrawal-container .resign-condition thead th {
  font-weight: 600;
  letter-spacing: -.025em;
  text-align: left;
  border-bottom: 1px solid #eeeeee;
}

.withdrawal-container .resign-condition tbody td {
  font-weight: 400;
  letter-spacing: -.025em;
  text-align: left;
  border-bottom: 1px solid #eeeeee;
}

.withdrawal-container .resign-condition .label {
  width: 55%;
}

.withdrawal-container .field-group .i-radio input {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  visibility: hidden;
}

.withdrawal-container .field-group .i-radio input:checked + .icon {
  border-color: #111111;
}

.withdrawal-container .field-group .i-radio input:checked + .icon::before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #000000;
}

.withdrawal-container .field-group .i-radio .icon {
  display: block;
  margin-right: 10px;
  padding: 3px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 1px solid #c4c4c4;
}

.withdrawal-container .field-group .i-radio .text {
  line-height: 16px;
  letter-spacing: -.025em;
}

.withdrawal-container .field-group .i-radio + .error-message {
  margin-top: 20px;
}

.withdrawal-container .field-group .input-textarea {
  padding: 16px;
  width: 100%;
  height: 160px;
  letter-spacing: -.025em;
  border: 1px solid #c4c4c4;
  resize: none;
  word-break: keep-all;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

.withdrawal-container .field-group .input-textarea::-webkit-input-placeholder, .withdrawal-container .field-group .input-textarea:-moz-placeholder, .withdrawal-container .field-group .input-textarea::-moz-placeholder, .withdrawal-container .field-group .input-textarea:-ms-input-placeholder, .withdrawal-container .field-group .input-textarea::placeholder {
  color: #9b9b9b;
}

.withdrawal-container .error-message.filled {
  display: block;
  margin: 0;
  padding-top: 8px;
  font-size: 12px;
  line-height: 1;
  letter-spacing: -.025em;
  color: #ca1d31;
  text-align: left;
}

.withdrawal-container .withdrawal-action .button {
  text-align: center;
}

#sns-privacy-popup-popup .sns-privacy-popup-content {
  padding: 20px 10px;
  word-break: keep-all;
}

#sns-privacy-popup-popup .sns-privacy-popup-content .sns-privacy-title {
  font-size: 18px;
  line-height: 26px;
  font-weight: 700;
  padding-bottom: 26px;
  border-bottom: 2px solid #000;
}

#sns-privacy-popup-popup .sns-privacy-popup-content .sns-privacy-section {
  font-size: 14px;
  line-height: 22px;
  color: #757575;
  padding-top: 26px;
}

#sns-privacy-popup-popup .sns-privacy-popup-content .sns-privacy-section .policy-selector-content {
  padding: 0;
  margin: 0;
}

#sns-privacy-popup-popup .sns-privacy-popup-content .sns-privacy-section .policy-selector-content table {
  width: 100%;
}

#sns-privacy-popup-popup .sns-privacy-popup-content .sns-privacy-section .policy-selector-content table th {
  background-color: #f1f2f3;
}

#sns-privacy-popup-popup .sns-privacy-popup-content .sns-privacy-section .policy-selector-content table th, #sns-privacy-popup-popup .sns-privacy-popup-content .sns-privacy-section .policy-selector-content table td {
  padding: 12px 10px;
}

#sns-privacy-popup-popup .sns-privacy-popup-content p {
  font-size: 14px;
}

@media screen and (max-width: 767px) {
  .customer-address-container {
    position: relative;
  }
  .customer-address-container .customer-address .address-item {
    padding: 20px 30px 36px;
  }
  .customer-address-container .customer-address .address-item .address-default {
    margin-bottom: 12px;
    font-size: 14px;
  }
  .customer-address-container .customer-address .address-item .address-info {
    margin-top: 10px;
  }
  .customer-address-container .customer-address .address-item .address-info .info-list li {
    line-height: 18px;
  }
  .customer-address-container .customer-address .address-item .address-info .info-list li:not(:first-child) {
    margin-top: 4px;
  }
  .customer-address-container .customer-address .address-item .address-tools {
    margin-top: 30px;
  }
  .customer-address-container .customer-address .address-item .address-tools .link.trigger-default {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  .customer-address-container .customer-address.empty {
    padding-top: 60px;
    padding-bottom: 30px;
  }
  .customer-address-container .customer-address.empty .icon {
    padding: 12px;
    width: 50px;
    height: 50px;
  }
  .customer-address-container .customer-address.empty .text {
    margin-top: 24px;
    font-size: 15px;
  }
  .customer-account-container .account-fieldset {
    padding: 24px 16px;
  }
  .customer-account-container .account-fieldset .radio-tabs .i-selector .label {
    width: 100%;
    height: 50px;
    font-size: 13px;
  }
  .customer-account-container .account-fieldset .field-row .field-title {
    font-size: 11px;
    font-weight: 500;
  }
  .customer-account-container .account-fieldset .field-row .input-text {
    padding-left: 16px;
    height: 52px;
    font-size: 13px;
  }
  .customer-account-container .account-fieldset .field-row .descr-message {
    margin-top: 10px;
    line-height: 16px;
  }
  .customer-account-container .account-fieldset .field-row:not(:first-child) .field-title {
    margin-top: 16px;
  }
  .customer-account-container .account-fieldset .data-grid {
    margin-bottom: 20px;
  }
  .customer-account-container .account-fieldset .data-grid th,
  .customer-account-container .account-fieldset .data-grid td {
    padding-left: 8px;
    padding-right: 8px;
    font-size: 11px;
    line-height: 16px;
  }
  .customer-account-container .account-fieldset .policy-agree {
    margin-top: 10px;
  }
  .customer-account-container .account-fieldset .policy-agree .icon {
    margin-right: 5px;
  }
  .customer-account-container .account-action {
    padding: 16px;
    border-top: 1px solid #eeeeee;
  }
  .customer-account-container .account-action .button {
    width: 100%;
  }
  .withdrawal-container {
    padding: 30px 16px 50px;
  }
  .withdrawal-container .withdrawal-notify {
    font-size: 12px;
    line-height: 17px;
    padding-bottom: 30px;
    border-bottom: 1px solid #e5e5e5;
  }
  .withdrawal-container .withdrawal-notify .highlight {
    margin-bottom: 15px;
    font-size: 14px;
    font-weight: 500;
    line-height: 22px;
  }
  .withdrawal-container .withdrawal-notify .text {
    position: relative;
    color: #666;
    padding-left: 12px;
    font-size: 14px;
  }
  .withdrawal-container .withdrawal-notify .text:before {
    content: '·';
    display: inline-block;
    position: absolute;
    bottom: 0;
    left: 0;
  }
  .withdrawal-container .resign-condition {
    margin-top: 30px;
    margin-left: -16px;
    margin-right: -16px;
    width: calc(100% + 32px);
    background-color: #f4f4f4;
  }
  .withdrawal-container .resign-condition thead th {
    padding: 16px;
    height: 47px;
    font-size: 12px;
    line-height: 17px;
  }
  .withdrawal-container .resign-condition tbody td {
    padding: 16px;
    height: 47px;
    font-size: 12px;
    line-height: 17px;
  }
  .withdrawal-container .input-agree {
    margin-top: 15px;
  }
  .withdrawal-container .field-group {
    margin-top: 30px;
  }
  .withdrawal-container .field-group .i-radio .text {
    font-size: 13px;
  }
  .withdrawal-container .field-group .i-radio:not(:first-child) {
    margin-top: 16px;
  }
  .withdrawal-container .field-group .input-textarea {
    font-size: 13px;
    line-height: 17px;
  }
  .withdrawal-container .withdrawal-action {
    margin-top: 30px;
  }
  .withdrawal-container .withdrawal-action .button {
    width: 100%;
  }
}

@media screen and (min-width: 768px) {
  .customer-address-container .customer-address .address-item {
    padding-top: 30px;
    padding-bottom: 60px;
  }
  .customer-address-container .customer-address .address-item .address-default {
    margin-bottom: 16px;
    font-size: 16px;
  }
  .customer-address-container .customer-address .address-item .address-info {
    margin-top: 14px;
  }
  .customer-address-container .customer-address .address-item .address-info .info-list li {
    line-height: 20px;
  }
  .customer-address-container .customer-address .address-item .address-info .info-list li:not(:first-child) {
    margin-top: 8px;
  }
  .customer-address-container .customer-address .address-item .address-tools {
    position: absolute;
    top: 30px;
    right: 0;
  }
  .customer-address-container .customer-address.empty {
    padding-top: 150px;
  }
  .customer-address-container .customer-address.empty .icon {
    width: 100px;
    height: 100px;
  }
  .customer-address-container .customer-address.empty .text {
    margin-top: 30px;
    font-size: 18px;
  }
  .customer-account-container .account-fieldset .fieldset-legend {
    margin-top: 60px;
  }
  .customer-account-container .account-fieldset .radio-tabs .i-selector .label {
    height: 48px;
    font-size: 14px;
  }
  .customer-account-container .account-fieldset .field-row .field-title {
    font-size: 12px;
  }
  .customer-account-container .account-fieldset .field-row .input-text {
    padding-left: 20px;
    height: 50px;
    font-size: 14px;
  }
  .customer-account-container .account-fieldset .field-row .descr-message {
    margin: 8px 0;
    line-height: 20px;
  }
  .customer-account-container .account-fieldset .field-row:not(:first-child) .field-title {
    margin-top: 24px;
  }
  .customer-account-container .account-fieldset.password .field-row:not(:first-child) .field-title {
    margin-top: 40px;
  }
  .customer-account-container .account-fieldset .data-grid {
    max-width: 724px;
  }
  .customer-account-container .account-fieldset .data-grid th,
  .customer-account-container .account-fieldset .data-grid td {
    padding: 16px;
    font-size: 13px;
    line-height: 24px;
  }
  .customer-account-container .account-fieldset .policy-agree {
    margin-top: 16px;
  }
  .customer-account-container .account-action {
    margin-top: 60px;
  }
  .customer-account-container .account-action .button {
    width: 180px;
  }
  .withdrawal-container .withdrawal-notify {
    font-size: 14px;
    line-height: 22px;
  }
  .withdrawal-container .withdrawal-notify .highlight {
    font-size: 16px;
    line-height: 34px;
  }
  .withdrawal-container .withdrawal-notify .text {
    position: relative;
    color: #111111;
    padding-left: 14px;
  }
  .withdrawal-container .withdrawal-notify .text:before {
    content: '·';
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
  }
  .withdrawal-container .resign-condition {
    margin-top: 40px;
    width: 100%;
    max-width: 720px;
  }
  .withdrawal-container .resign-condition thead th {
    padding-left: 26px;
    height: 45px;
    font-size: 14px;
    line-height: 20px;
  }
  .withdrawal-container .resign-condition tbody td {
    padding-left: 26px;
    height: 75px;
    font-size: 14px;
    line-height: 20px;
  }
  .withdrawal-container .input-agree {
    margin-top: 20px;
  }
  .withdrawal-container .field-group {
    margin-top: 40px;
  }
  .withdrawal-container .field-group .i-radio .text {
    font-size: 14px;
  }
  .withdrawal-container .field-group .i-radio:not(:first-child) {
    margin-top: 20px;
  }
  .withdrawal-container .field-group .input-textarea {
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 14px;
    line-height: 22px;
  }
  .withdrawal-container .withdrawal-action {
    margin-top: 60px;
  }
  .withdrawal-container .withdrawal-action .button {
    width: 180px;
  }
}

/* Tablet and bigger */
@media (max-width: 768px) {
  #sns-privacy-popup-popup .sns-privacy-popup-content {
    padding: 10px 0;
  }
  #sns-privacy-popup-popup .sns-privacy-popup-content .sns-privacy-title {
    padding-bottom: 20px;
  }
  #sns-privacy-popup-popup .sns-privacy-popup-content .sns-privacy-section {
    padding-top: 12px;
    max-height: 240px;
    overflow: auto;
  }
  #sns-privacy-popup-popup .sns-privacy-popup-content p {
    font-size: 12px;
  }
}

/*********************************************************************/
/* 로그인, 회원가입, 비회원 주문조회
/*********************************************************************/
.uk-modal.modal-account-auth {
  z-index: 10010;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.uk-modal.modal-account-auth .uk-modal-dialog .login-wrap {
  padding: 0;
}

.uk-modal.modal-account-auth .uk-modal-dialog .login-wrap .account-container {
  padding: 0;
}

.uk-modal.modal-account-auth .uk-modal-dialog .login-wrap .account-container .account-auth {
  border: 0;
}

.uk-modal.modal-account-auth .uk-modal-dialog .login-wrap .account-container .account-auth .account-auth-content {
  padding: 0;
}

.uk-modal.modal-account-auth .uk-close {
  top: 30px;
  right: 30px;
}

.uk-modal.modal-account-auth fieldset {
  margin: 0;
}

.uk-modal.modal-account-auth .field-row .input-text {
  width: 100%;
  line-height: 1.5;
  letter-spacing: -.025em;
  background-color: #ffffff;
}

.uk-modal.modal-account-auth .field-row .input-text::-webkit-input-placeholder {
  color: #9b9b9b;
}

.uk-modal.modal-account-auth .field-row .input-text:-moz-placeholder {
  color: #9b9b9b;
}

.uk-modal.modal-account-auth .field-row .input-text::-moz-placeholder {
  color: #9b9b9b;
}

.uk-modal.modal-account-auth .field-row .input-text:-ms-input-placeholder {
  color: #9b9b9b;
}

.uk-modal.modal-account-auth .field-row .input-text::placeholder {
  color: #9b9b9b;
}

.uk-modal.modal-account-auth .field-row .input-text::-webkit-outer-spin-button, .uk-modal.modal-account-auth .field-row .input-text::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.uk-modal.modal-account-auth .field-row .print-message, .uk-modal.modal-account-auth .field-row .error-message {
  margin: 0;
  padding-top: 8px;
  font-size: 12px;
  line-height: 1;
  letter-spacing: -.025em;
  color: #ca1d31;
  text-align: left;
}

.uk-modal.modal-account-auth .field-row .print-message:empty {
  display: none;
}

.uk-modal.modal-account-auth .field-row .error-message {
  display: block;
}

.uk-modal.modal-account-auth .field-row .error-message:empty {
  display: none;
}

.uk-modal.modal-account-auth .field-row:not(:first-child) {
  margin-top: 10px;
}

.uk-modal.modal-account-auth .link {
  line-height: 1;
  letter-spacing: -.025em;
}

.uk-modal.modal-account-auth .social-login-container .button.button-kakaotalk {
  text-decoration: none;
  border-color: #fee500;
}

.uk-modal.modal-account-auth .social-login-container .button.button-kakaotalk .icon {
  font-size: 16px;
  color: #381e1f;
  margin-right: 5px;
}

.uk-modal.modal-account-auth .text-info {
  padding: 28px 0 20px;
  text-align: center;
  line-height: 1.5;
}

.account-container fieldset {
  margin: 0;
}

.account-container .field-row .input-text {
  width: 100%;
  line-height: 1.5;
  letter-spacing: -.025em;
  border: 1px solid #c4c4c4;
  background-color: #ffffff;
}

.account-container .field-row .input-text::-webkit-input-placeholder {
  color: #9b9b9b;
}

.account-container .field-row .input-text:-moz-placeholder {
  color: #9b9b9b;
}

.account-container .field-row .input-text::-moz-placeholder {
  color: #9b9b9b;
}

.account-container .field-row .input-text:-ms-input-placeholder {
  color: #9b9b9b;
}

.account-container .field-row .input-text::placeholder {
  color: #9b9b9b;
}

.account-container .field-row .input-text::-webkit-outer-spin-button, .account-container .field-row .input-text::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.account-container .field-row .input-text[readonly] {
  background-color: #f4f4f4;
  outline: 0;
}

.account-container .field-row .input-textfield {
  margin: 5px 0;
}

.account-container .field-row .print-message, .account-container .field-row .error-message {
  margin: 0;
  padding-top: 8px;
  font-size: 12px;
  line-height: 1;
  letter-spacing: -.025em;
  color: #0063BA;
  text-align: left;
}

.account-container .field-row .print-message:empty {
  display: none;
}

.account-container .field-row .error-message {
  display: block;
  width: 100%;
  color: #CA3838;
}

.account-container .field-row .error-message:empty {
  display: none;
}

.account-container .field-row .error-message.fail {
  display: none;
}

.account-container .field-row:not(:first-child) {
  margin-top: 12px;
}

.account-container .field-row .text-readonly {
  background-color: #f4f4f4;
  border: 1px solid #c4c4c4;
}

.account-container .field-row .input-select-inline {
  font-size: 14px;
}

.account-container .descr-memo {
  background: #f6f6f6;
  font-size: 13px;
  color: #000000;
  line-height: 1.3;
  text-align: center;
  padding: 6px;
  margin-top: 11px;
}

.account-container .descr-memo em {
  color: #D31717;
  font-style: normal;
}

.account-container .link {
  line-height: 1;
  letter-spacing: -.025em;
}

.account-container .field-action {
  position: relative;
}

.account-container .button {
  position: relative;
}

.account-container .button.button-kakaotalk {
  text-decoration: none;
  border-color: #fee500;
  letter-spacing: -.025em;
}

.account-container .button.button-kakaotalk .icon {
  font-size: 16px;
  color: #381e1f;
  margin-right: 5px;
}

.account-container .button.button-kakaotalk:hover:not([disabled]):not(.disabled) {
  opacity: .65;
}

.account-container .login-channel {
  position: absolute;
  top: -6px;
  left: calc(50% - 35px);
  font-size: 11px;
  font-weight: 600;
  line-height: 1.3;
  color: #333;
  text-align: center;
  border: 1px solid #333;
  border-radius: 2px;
  background-color: #fff;
  padding: 5px 11px;
  box-shadow: 0px 3px 6px -2px #000;
}

.account-container .login-channel::after {
  content: '';
  position: absolute;
  bottom: -4px;
  left: calc(50% - 3px);
  width: 6px;
  height: 6px;
  transform: rotate(45deg);
  border: 1px solid #333;
  border-top: none;
  border-left: none;
  background-color: #fff;
}

.account-container .account-auth-content {
  padding: 40px 16px 50px;
}

.account-container .account-auth-content .content-title {
  font-weight: 600;
  line-height: 1;
  letter-spacing: -.025em;
}

.account-container .account-auth-content .content-form .descr-text {
  line-height: 1;
  letter-spacing: -.025em;
}

.account-container .account-auth-content .content-form .message-text {
  letter-spacing: -.025em;
  color: #757575;
}

.account-container .account-auth-content .content-form .des-info-box .submit-before-box {
  background: #f4f4f4;
  padding: 16px 20px;
  margin-top: 12px;
}

.account-container .account-auth-content .content-form .des-info-box .submit-before-box .des-text {
  line-height: 1.5;
  font-weight: 500;
  font-size: 14px;
  color: #333;
  text-align: center;
}

.account-container .account-auth-content .content-form .des-info-box .submit-before-box .des-text .icon {
  color: #323232;
  font-size: 15px;
  vertical-align: sub;
}

.account-container .account-auth-content .content-form .des-info-box .submit-after-box {
  display: none;
  background: #f4f4f4;
  padding: 16px 20px;
  margin-top: 32px;
}

.account-container .account-auth-content .content-form .des-info-box .submit-after-box.active {
  display: block;
}

.account-container .account-auth-content .content-form .des-info-box .submit-after-box .des-list {
  margin-top: 8px;
}

.account-container .account-auth-content .content-form .des-info-box .submit-after-box .des-list p {
  font-weight: 500;
}

.account-container .account-auth-content .content-form .des-info-box .submit-after-box .des-list li {
  color: #666;
  line-height: 1.3;
}

.account-container .account-auth-content .content-form .des-info-box.active .submit-before-box {
  display: none;
}

.account-container .account-auth-content .content-form .des-info-box.active .submit-after-box {
  display: block;
}

.account-container .account-auth-content .content-result .icon.complete {
  color: #00c3d7;
}

.account-container .account-auth-content .content-result .result-text {
  margin: 0;
  letter-spacing: -.025em;
  color: #000000;
  font-weight: 600;
}

.account-container .account-auth-content .content-result .result-text.warning {
  color: #ca1d31;
}

.account-container .account-auth-content .content-result .descr-text {
  margin: 0;
  letter-spacing: -.025em;
  color: #000000;
}

.account-container .account-auth-content .content-result .message-text {
  letter-spacing: -.025em;
  color: #999;
}

.account-container .account-auth-content .content-result .notify-text {
  line-height: 1;
  letter-spacing: -.025em;
  color: #333;
  font-weight: 500;
}

.account-container .account-auth-content .content-result .forgot-result-list li .result-item {
  line-height: 1;
  letter-spacing: -.025em;
  background-color: #f4f4f4;
}

.account-container .account-auth-content .content-result .forgot-result-list li .result-item .date {
  color: #757575;
}

.account-container .account-auth-content .content-result .account-forgot-action [class*="col"] .button {
  margin-top: 0;
}

.account-container .account-auth-content.kakao-sync .content-title {
  color: #000000;
}

.account-container .account-auth-content.kakao-sync .content-title .logo-icon {
  height: 1em;
}

.account-container .account-auth-content.kakao-sync .message-text:last-child {
  margin-bottom: 0;
}

.account-container .account-auth-content.kakao-sync .social-login-container .button {
  margin-top: 0;
  padding-left: 8px;
  padding-right: 8px;
  line-height: 20px;
  letter-spacing: -.025em;
  height: 100%;
}

.account-container .account-auth-content.kakao-sync .social-login-container .button.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.account-container .account-auth-content .account-tools {
  text-align: left;
}

.account-container .account-auth-content .nowon-des {
  padding: 0 0 20px;
}

.account-container .order-list-container .order-info-item {
  border-bottom: 1px solid #e6e6e6;
}

.account-container .order-list-container .order-info-item .order-info .info-row {
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -.025em;
  word-break: keep-all;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

.account-container .order-list-container .order-info-item .order-info .info-row .label {
  text-align: left;
  color: #666;
}

.account-container .order-list-container .order-info-item .order-info .info-row .value {
  text-align: right;
}

.account-container .other-break-line {
  margin: 25px 0;
  font-size: 14px;
  line-height: 1;
  color: #2b2b2b;
  text-align: center;
}

.account-container .other-break-line::before {
  content: '';
  display: block;
  width: calc(50% - 1.1em);
  height: 1px;
  border-bottom: 1px dotted #737680;
}

.account-container .other-break-line::after {
  content: '';
  display: block;
  width: calc(50% - 1.1em);
  height: 1px;
  border-bottom: 1px dotted #737680;
}

.account-container.signup-container .signup-title {
  font-size: 32px;
  font-weight: bold;
  text-align: center;
  padding-bottom: 32px;
}

.account-container.signup-container .account-auth {
  max-width: 500px;
}

.account-container.signup-container .account-auth .field-action {
  margin-top: 0;
}

.account-container.signup-container .account-auth .button:first-child {
  margin-top: 0;
}

.account-container.signup-container .account-auth .button .icon {
  margin-right: 10px;
  font-size: 18px;
}

.account-container.signup-container .account-auth .button span {
  vertical-align: text-bottom;
}

.account-container.signup-container .account-auth .button.button-kakaotalk .icon {
  font-size: 16px;
  margin-right: 5px;
}

.account-container.signup-container .account-auth .account-auth-content {
  padding: 30px 40px;
}

.account-container.signup-container .account-auth .gift-promo {
  margin-top: 32px;
  padding: 24px 16px;
  font-weight: 500;
}

.account-container.signup-container .account-auth .gift-promo .title {
  font-size: 16px;
  font-weight: 600;
  padding-bottom: 12px;
}

.account-container.signup-container .account-auth .gift-promo .notice-text {
  font-size: 14px;
  font-weight: 400;
  color: #333;
  line-height: 1.4;
  margin-bottom: 17px;
}

.account-container.signup-container .account-auth .gift-promo .text-underline {
  display: inline-block;
  margin-top: 28px;
}

.account-container.signup-container .account-auth .gift-promo .signup-footer {
  display: inline-block;
  font-size: 12px;
  font-weight: 600;
  color: #333;
  padding: 8px 17px;
  border: 1px solid #c4c4c4;
  border-radius: 90px;
  background: #fff;
}

.account-container.sns-signup-container .account-auth {
  max-width: 500px;
}

.account-container.sns-signup-container .descr-text {
  font-size: 14px;
  font-weight: 400;
  color: #666;
  line-height: 1.3;
  padding: 20px;
  border: 1px solid #e6e6e6;
}

.account-container.sns-signup-container .descr-text strong {
  font-size: 14px;
  font-weight: 400;
  color: #111;
}

.account-container.sns-signup-container .already-wrap .already-tit {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.35;
  color: #111111;
  text-align: center;
  padding-bottom: 14px;
}

.account-container.sns-signup-container .already-wrap .already-mid-tit {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.35;
  color: #333;
  text-align: center;
  word-break: keep-all;
  padding-bottom: 14px;
}

.account-container.sns-signup-container .already-wrap .already-des {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.35;
  color: #999;
  text-align: center;
  word-break: keep-all;
  padding-bottom: 16px;
}

.account-container.sns-signup-container .already-wrap .already-id-wrap {
  padding: 16px 20px;
  background: #f4f4f4;
  border: 1px solid #e6e6e6;
}

.account-container.sns-signup-container .already-wrap .already-id-wrap .already-id-txt {
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.35;
  color: #666;
  margin-right: 10px;
}

.account-container.sns-signup-container .already-wrap .already-id-wrap .already-id {
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.35;
  color: #111111;
}

.account-container.sns-signup-container .nowon-des {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.35;
  color: #111111;
  text-align: center;
  padding-bottom: 24px;
}

.account-auth {
  position: relative;
  text-align: center;
  margin: 0 auto;
  max-width: 480px;
  background-color: #ffffff;
}

.account-auth.one-box {
  max-width: 500px;
}

.account-auth.one-box-580 {
  max-width: 580px;
}

.account-auth .account-auth-content .account-auth-head .title {
  font-weight: 700;
}

.account-auth .account-auth-content .account-auth-content-form .field-label {
  width: 100%;
}

.account-auth .account-auth-content .account-auth-content-form .description {
  margin: 20px 0 10px;
}

.account-auth .account-auth-content.history .title {
  font-size: 32px;
  padding-bottom: 32px;
  font-weight: 600;
}

.account-auth .account-auth-content.isLogin {
  width: 500px;
}

.account-auth .account-auth-content-title {
  font-weight: 600;
  line-height: 1;
  letter-spacing: -.025em;
  color: #000000;
}

.account-auth .account-tools + .account-forgot-tools {
  position: relative;
  margin: 0;
}

.account-auth .account-tools + .account-forgot-tools .forgot-account {
  top: -1em;
  right: 0;
  position: absolute;
}

.account-auth .gift-promo {
  background-color: #f4f4f4;
}

.account-auth .gift-promo .title {
  font-size: 18px;
  font-weight: 700;
}

.account-auth .gift-promo p {
  letter-spacing: -.025em;
  font-size: 13px;
  line-height: 1.5;
  word-break: keep-all;
}

.account-auth .gift-promo ul {
  margin-top: 20px;
  text-align: left;
}

.account-auth .gift-promo ul li {
  width: 50%;
  margin-top: 5px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
}

.account-auth .gift-promo ul li .icon {
  margin-right: 6px;
  margin-top: 4px;
  color: #757575;
  width: 8px;
  height: 8px;
}

.account-auth .gift-promo ul li .text {
  width: calc(100% - 8px);
  color: #757575;
  font-weight: 500;
  letter-spacing: -.025em;
}

.account-auth .gift-promo ul li .text > span {
  font-size: 11px;
}

.sleeper-account .sleeper-notice {
  color: #757575;
  padding-top: 15px;
  padding-bottom: 25px;
  line-height: 1.5;
}

.sleeper-account .sleepr-marketing-area {
  background-color: #f6f6f6;
  padding: 25px 50px;
  text-align: left;
}

.sleeper-account .sleepr-marketing-area p {
  color: #fd6d04;
  margin-bottom: 20px;
  font-weight: 500;
}

.sleeper-account .sleepr-marketing-area .fieldset-title {
  font-weight: 500;
}

.sleeper-account .sleepr-marketing-area .field-row {
  position: relative;
}

.sleeper-account .sleepr-marketing-area .field-row:not(:first-child) {
  margin-top: 0;
  margin-left: 20px;
}

.sleeper-account .sleepr-marketing-area .field-row .i-checkbox .icon {
  background-color: #fff;
  border-color: #c4c4c4;
  width: 21px;
  height: 21px;
}

.sleeper-account .sleepr-marketing-area .field-row .i-checkbox .text {
  vertical-align: bottom;
}

.sleeper-account .sleepr-password-area {
  border-top: 1px solid #e5e5e5;
  margin-top: 25px;
  padding: 25px 0 0;
  text-align: left;
}

.sleeper-account .sleepr-password-area .field-row .field-label {
  width: 100%;
}

.social-login-container .social-login-title {
  margin-top: 30px;
  font-size: 16px;
  color: #000000;
  font-weight: 500;
  position: relative;
}

.social-login-container .social-login-title span {
  position: relative;
  background-color: #fff;
  padding: 0 14px;
  z-index: 1;
}

.social-login-container .social-login-title::after {
  content: '';
  position: absolute;
  top: calc(50% - 1px);
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #c4c4c4;
}

.social-login-container .social-login-list > div {
  position: relative;
  font-size: 16px;
}

.social-login-container .social-login-list > div .login-channel {
  top: -16px;
}

.social-login-container .social-login-list > div + div {
  margin-top: 12px;
}

.social-login-container .social-login-list .button .icon {
  font-size: 20px;
}

.social-login-container .social-login-list .button.button-kakaotalk .icon {
  font-size: 16px;
  margin-right: 5px;
}

.social-login-container .social-login-list .button.button-apple {
  border: 1px solid #111111;
  color: #111111;
}

.social-login-container .social-login-list .button.button-apple .icon {
  font-size: 19px;
  margin-right: 5px;
  margin-bottom: 4px;
}

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

.account-forgot .account-forgot-header {
  margin-bottom: 24px;
}

.account-forgot .account-forgot-header .anchor {
  font-weight: 600;
  line-height: 1;
  color: #999;
  background: #F6F6F6;
  border: 1px solid #c4c4c4;
}

.account-forgot .account-forgot-header .anchor.active {
  color: #0063BA;
  background: #fff;
  border: 1px solid #0063BA;
  border-bottom: none;
}

.account-forgot .descr-text {
  margin: 20px 0;
  letter-spacing: -.025em;
  line-height: 1.5;
  color: #757575;
}

.account-forgot .account-forgot-content .message-text {
  letter-spacing: -.025em;
  color: #757575;
}

.account-forgot .account-forgot-content .social-login-container .text {
  margin-bottom: 20px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: -.025em;
}

.account-forgot .field-row.id + .field-action {
  margin-top: 10px;
}

.account-forgot .field-row .field-label {
  width: 100%;
}

.account-forgot .account-forgot-certify {
  text-align: center;
  padding: 16px 0;
  border: 1px solid #e6e6e6;
}

.account-forgot .account-forgot-certify .icon {
  color: #c4c4c4;
}

.account-forgot .account-forgot-certify .message-text {
  font-size: 13px;
  line-height: 18px;
  letter-spacing: -.025em;
}

.account-forgot .account-forgot-certify .notify-text {
  font-size: 14px;
  font-weight: 600;
  line-height: 18px;
  color: #111;
  letter-spacing: -.025em;
  margin-top: 10px;
}

.account-forgot .account-certify-actions .button-kakaotalk {
  margin-top: 10px;
}

.account-forgot .account-forgot-title {
  font-weight: 600;
  line-height: 1;
  letter-spacing: -.025em;
}

.account-forgot .account-reset-password {
  margin-top: -10px;
}

.account-forgot .other-action .description {
  font-size: 14px;
  color: #333;
  letter-spacing: -.025em;
  margin: 12px 0;
}

.account-forgot .other-action .description .icon {
  color: #666;
  margin-right: 4px;
}

.account-forgot .account-forgot-result {
  padding: 16px 0;
}

.account-forgot .account-forgot-result .kakao-icon-wrap {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #F9E000;
  margin: 0 auto 16px;
}

.account-forgot .account-forgot-result .kakao-icon-wrap .icon {
  color: #371C1D;
  font-size: 30px;
}

.account-forgot .account-forgot-result .result-text {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.3;
  color: #383838;
  letter-spacing: -.025em;
  margin: 0;
}

.account-forgot .account-forgot-result .descr-text {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.3;
  margin: 0;
  letter-spacing: -.025em;
  color: #000000;
}

.account-forgot .account-forgot-result .message-text {
  font-size: 13px;
  line-height: 1.3;
  color: #666;
  text-align: center;
  letter-spacing: -.025em;
  margin-top: 10px;
}

.account-forgot .account-forgot-result .notify-text {
  font-size: 14px;
  font-weight: 500;
  color: #999;
  line-height: 1.3;
  letter-spacing: -.025em;
  margin-top: 10px;
}

.account-forgot .account-forgot-result .forgot-result-list {
  margin-top: 24px;
}

.account-forgot .account-forgot-result .forgot-result-list li .result-item {
  font-size: 14px;
  text-align: left;
  line-height: 1.3;
  letter-spacing: -.025em;
  padding: 16px 30px;
  border: 1px solid #e6e6e6;
}

.account-forgot .account-forgot-result .forgot-result-list li .result-item > span {
  display: block;
  font-weight: 500;
  color: #666;
}

.account-forgot .account-forgot-result .forgot-result-list li .result-item > span:not(:first-child) {
  margin-top: 10px;
}

.account-forgot .account-forgot-result .forgot-result-list li .result-item > span strong {
  display: inline-block;
  font-weight: 600;
  color: #111;
  margin-left: 10px;
}

.account-forgot .account-forgot-result .forgot-result-list li .result-item .badge {
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  color: #333;
  line-height: 1.3;
  padding: 4px 6px;
  background: #FEE500;
}

.account-forgot .account-forgot-result .forgot-result-list li:not(:first-child) {
  margin-top: 12px;
}

.account-forgot .account-forgot-result .account-forgot-action .button {
  margin-top: 12px;
}

.account-forgot .account-forgot-result .account-forgot-action [class*="col"] .button {
  margin-top: 0;
}

.account-forgot .account-reset-password .descr-text {
  line-height: 1;
  letter-spacing: -.025em;
  color: #141414;
}

.account-forgot .account-reset-password .icon {
  width: 70px;
  height: 70px;
}

.account-forgot .social-login-list .button {
  margin: 0 8px 0;
}

.account-signup-head {
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}

.account-signup-head .inner {
  margin: 0 auto;
  max-width: 1440px;
  height: 100%;
}

.account-signup-head .inner .display {
  margin: 0 0 0 auto;
  width: 100%;
  height: 100%;
  text-align: center;
}

.account-signup-head .inner .display .title {
  font-weight: 600;
  line-height: 1;
  letter-spacing: -.025em;
  color: #ffffff;
}

.account-signup-head .inner .display .descr-text {
  letter-spacing: -.025em;
  color: #ffffff;
}

.account-signup-body .account-signup-field .account-signup-fieldset:not(:first-child) {
  margin-top: 30px;
}

.account-signup-body .account-signup-field .account-signup-fieldset .field-label.parsley-success + .server-error-message,
.account-signup-body .account-signup-field .account-signup-fieldset .field-label.error + .server-error-message {
  display: none;
}

.account-signup-body .account-signup-field .account-signup-fieldset .other-break-line {
  margin-top: 25px;
  font-size: 14px;
  line-height: 1;
  color: #141414;
  text-align: center;
}

.account-signup-body .account-signup-field .account-signup-fieldset .other-break-line::before {
  content: '';
  display: block;
  width: calc(50% - 1.1em);
  height: 1px;
  background-color: #f7f7f7;
}

.account-signup-body .account-signup-field .account-signup-fieldset .other-break-line::after {
  content: '';
  display: block;
  width: calc(50% - 1.1em);
  height: 1px;
  background-color: #f7f7f7;
}

.account-signup-body .account-signup-field .form-area {
  margin-top: 0;
}

.account-signup-body .fieldset-legend {
  position: relative;
}

.account-signup-body .fieldset-legend .title {
  margin: 0;
  font-size: 16px;
  line-height: 1;
  letter-spacing: -.025em;
}

.account-signup-body .fieldset-legend .title.long {
  line-height: 1.6;
}

.account-signup-body .radio-tabs {
  display: block;
  font-size: 0;
}

.account-signup-body .radio-tabs .i-selector {
  display: inline-block;
  position: relative;
  width: 50%;
}

.account-signup-body .radio-tabs .i-selector .label {
  width: 100%;
  line-height: 1;
  color: #383838;
  background-color: #f4f4f4;
  border: 1px solid #eeeeee;
}

.account-signup-body .radio-tabs .i-selector:not(:first-child) input + .label {
  border-left: 0 none;
}

.account-signup-body .radio-tabs .i-selector input {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  visibility: hidden;
}

.account-signup-body .radio-tabs .i-selector input:checked {
  z-index: 2;
}

.account-signup-body .radio-tabs .i-selector input:checked + .label {
  color: #000000;
  background-color: #ffffff;
  border: 1px solid #111111;
}

.account-signup-body .i-checkbox {
  position: relative;
  line-height: 1.4;
  letter-spacing: -.025em;
  color: #383838;
}

.account-signup-body .i-checkbox input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  visibility: hidden;
}

.account-signup-body .i-checkbox input:not(:checked) + .icon {
  color: #c4c4c4;
}

.account-signup-body .i-checkbox .icon {
  margin-right: 4px;
  padding: 4px;
  color: #000000;
  vertical-align: middle;
  border: 1px solid #c4c4c4;
  border-radius: 2px;
  background-color: #ffffff;
}

.account-signup-body .i-checkbox .text {
  color: #666;
  font-size: 14px;
  vertical-align: top;
}

.account-signup-body .descr-message {
  margin: 0;
  margin-top: 8px;
  font-size: 12px;
  line-height: 1;
  color: #0063BA;
  margin-bottom: 20px;
}

.account-signup-body .descr-message.top {
  margin-bottom: 8px;
}

.account-signup-body .policy-link {
  line-height: 1;
  letter-spacing: -.025em;
  color: #666;
}

.account-signup-body .descr-promo {
  margin: 0;
  line-height: 1;
  letter-spacing: -.025em;
  color: #D31717;
}

.account-signup-body .account-total-agree .i-checkbox {
  display: inline-block;
  font-weight: 600;
  line-height: 1.5;
}

.account-signup-body .account-total-agree .i-checkbox .icon {
  width: 20px;
  height: 20px;
}

.account-signup-body .account-total-agree .i-checkbox .text {
  color: #000000;
  font-size: 16px;
  font-weight: normal;
}

.account-signup-body .account-total-agree .agree-text {
  margin: 0;
  letter-spacing: -.025em;
  color: #000000;
  word-break: keep-all;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

.account-signup-body .account-total-agree .agree-text2 {
  margin-top: 16px;
  letter-spacing: -.025em;
  line-height: 1.5;
  color: #666;
  word-break: keep-all;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

.account-signup-body .account-total-agree .descr-text {
  margin-top: 22px;
  color: #757575;
  line-height: 1.5;
}

.account-signup-body .account-total-agree .descr-list {
  margin: 0;
  margin-top: 22px;
  color: #757575;
}

.account-signup-body .account-total-agree .descr-list li {
  padding-left: 20px;
  margin-top: 14px;
}

.account-signup-body .account-total-agree .descr-list li .icon {
  margin-left: -14px;
  margin-top: -2px;
  padding-right: 5px;
  color: #141414;
}

.account-signup-body .account-auth-action .button {
  margin-top: 0;
}

.register-auth {
  position: relative;
  text-align: center;
  margin: 0 auto;
  max-width: 500px;
  border: 1px solid #e5e5e5;
  background-color: #ffffff;
}

.register-auth .register-auth-content:not(:first-child) {
  border-left: 1px solid #e5e5e5;
}

.register-auth .content-title {
  font-weight: 600;
  line-height: 1;
  letter-spacing: -.025em;
  color: #000000;
}

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

.register-complete .result-text {
  margin: 0;
  font-weight: 600;
  letter-spacing: -.025em;
  color: #000000;
}

.register-complete .descr-text {
  margin-top: 18px;
  margin-bottom: 0;
  color: #757575;
}

.register-complete .register-complete-action .button {
  margin-top: 0;
}

.modal-policy-selector.uk-modal .uk-modal-dialog {
  padding: 30px;
}

.modal-policy-selector.uk-modal .uk-modal-dialog .uk-close {
  margin: 0 !important;
  top: 30px;
  right: 30px;
}

.modal-policy-selector .policy-selector .policy-selector-title {
  padding-bottom: 25px;
  border-bottom: 3px solid;
  font-weight: 600;
  line-height: 1;
}

.modal-policy-selector .policy-selector .policy-list-section {
  margin: 20px 0;
  border-top: 1px solid #eeeeee;
}

.modal-policy-selector .policy-selector .policy-list-section .policy-list li {
  padding: 12px;
  border-bottom: 1px solid #eeeeee;
}

.modal-policy-selector .policy-selector .policy-list-section .policy-list li .policy-subject {
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 10px;
}

.modal-policy-selector .policy-selector .policy-list-section .policy-list li .pick-policy {
  padding: 12px 25px;
}

.modal-policy-selector .policy-selector .policy-list-section .policy-list li .descr {
  margin-bottom: 3px;
}

.modal-policy-selector .policy-selector .policy-selector-content {
  overflow-y: auto;
  padding: 45px 0 0;
  margin-top: 0;
}

.modal-policy-selector .policy-selector .customer-policy-empty {
  height: 180px;
}

.modal-policy-selector .policy-selector .customer-policy-empty .text {
  margin: 0;
}

.tk-login-notice-wrap {
  text-align: left;
}

.tk-login-notice-wrap ul li {
  line-height: 1.4;
  padding-left: 15px;
  position: relative;
}

.tk-login-notice-wrap ul li:before {
  content: '1.';
  position: absolute;
  left: 0;
  top: 0;
}

.tk-login-notice-wrap ul li:nth-child(2):before {
  content: '2.';
}

.tk-login-notice-wrap ul li:nth-child(3):before {
  content: '3.';
}

.tk-login-notice-wrap ul li:nth-child(4):before {
  content: '4.';
}

.tk-body .account-auth {
  border: none;
}

.tk-body .account-auth .account-auth-content {
  border: 1px solid #e5e5e5;
}

.tk-body .account-signup-body .i-checkbox .tk-text {
  position: absolute;
  top: 22px;
  left: 65px;
}

.tk-body .set-flyout-shown .set-ease-in {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.signup-wrap {
  max-width: 500px;
  padding: 40px 0 120px;
  margin: 0 auto;
}

.signup-wrap h2 {
  text-align: center;
  font-weight: bold;
}

.signup-wrap .step-group .step {
  text-align: center;
}

.signup-wrap .step-group .step .icon {
  color: #a5a5a5;
}

.signup-wrap .step-group .step .cont {
  display: block;
  color: #a5a5a5;
  font-weight: bold;
}

.signup-wrap .step-group .step.active .icon {
  color: #101010;
}

.signup-wrap .step-group .step.active .cont {
  color: #101010;
}

.signup-wrap .step-group .arrow {
  padding-top: 6px;
}

.signup-wrap .step-group .arrow .icon {
  color: #a5a5a5;
}

.signup-wrap .signup-step .btn-group .button {
  margin-top: 0;
  -webkit-flex-basis: 50%;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  max-width: 50%;
}

.signup-wrap .signup-step .benefits-group {
  padding: 30px 0 0;
}

.signup-wrap .signup-step .benefits-group .title {
  text-align: center;
  font-weight: bold;
  color: #000;
}

.signup-wrap .signup-step .benefits-group .item-list li {
  width: 100%;
  margin-top: 10px;
}

.signup-wrap .signup-step .benefits-group .item-list li > div {
  border: 1px solid #e4e4e4;
}

.signup-wrap .signup-step .benefits-group .item-list li .cont {
  font-weight: 500;
}

.signup-wrap .signup-step .benefits-group .txt-link {
  display: block;
  text-align: center;
  margin-top: 20px;
  text-decoration: underline;
  font-weight: bold;
  color: #000;
}

.signup-wrap .signup-step .auth-group .title {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.3;
  color: #111;
}

.signup-wrap .signup-step .auth-group .txt1 {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.3;
  color: #999;
  padding-top: 10px;
}

.signup-wrap .signup-step .auth-group .btn-auth {
  margin-top: 24px;
}

.signup-wrap .signup-step .auth-group .btn-auth .button {
  margin-top: 0;
}

.signup-wrap .signup-step .success-group {
  margin: 0 auto;
  text-align: center;
}

.signup-wrap .signup-step .success-group .icon-wrap {
  width: 60px;
  height: 60px;
  background: #F0F7FF;
  border-radius: 30px;
  margin: 0 auto 16px;
}

.signup-wrap .signup-step .success-group .icon-wrap .icon {
  width: 36px;
  height: 36px;
  stroke-width: 2;
}

.signup-wrap .signup-step .success-group .title {
  font-weight: bold;
}

.signup-wrap .signup-step .success-group .description {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.3;
  color: #757575;
  margin: 10px 0 12px;
}

.signup-wrap .signup-step .success-group .success-info-box {
  background: #f6f6f6;
  padding: 17px 10px;
  margin-top: 10px;
}

.signup-wrap .signup-step .success-group .success-info-box .name-title,
.signup-wrap .signup-step .success-group .success-info-box .date-title {
  font-weight: bold;
}

.signup-wrap .signup-step .success-group .success-info-box .check-area {
  margin-top: 10px;
  line-height: 1.3;
}

.signup-wrap .signup-step .success-group .success-info-box strong {
  padding: 0 5px;
}

.signup-wrap .signup-step .success-group.error {
  max-width: 460px;
}

.signup-wrap .signup-step .success-group.error .server-errorMsg {
  font-weight: bold;
  line-height: 1.5;
}

.general-register {
  padding: 32px 0 43px;
  border: 1px solid #e6e6e6;
}

.general-register .col-agree-field.social-register {
  max-width: 500px;
  flex-basis: 100%;
  margin: 0 auto;
  padding-bottom: 24px;
}

.general-register .col-agree-field .field-row {
  margin-top: 5px;
}

.general-register .col-entry-field .title-area .txt1 {
  color: #000;
}

.general-register .col-entry-field .title-area .txt2 {
  color: #757575;
}

.general-register .agree-confirm .button {
  display: block;
  text-align: center;
  margin: 0 auto;
  max-width: 400px;
}

.signup-agree-wrap .signup-agree-box {
  position: relative;
  max-width: 1320px;
  margin: 0 auto;
}

.signup-agree-wrap .signup-agree-box .btn-close {
  position: absolute;
  right: 0;
  top: 0;
}

.signup-agree-wrap .signup-agree-box .btn-close .icon {
  color: #000;
}

.signup-agree-wrap .signup-agree-box .signup-agree {
  max-width: 760px;
  margin: 0 auto;
}

.signup-agree-wrap .signup-agree-box .signup-agree h2 {
  text-align: center;
}

.signup-agree-wrap .signup-agree-box .signup-agree .txt-box {
  color: #757575;
  text-align: center;
  background: #f6f6f6;
}

.signup-agree-wrap .signup-agree-box .signup-agree .integrate-group .title-head {
  border-bottom: 2px solid #000;
}

.signup-agree-wrap .signup-agree-box .signup-agree .integrate-group .title-head .icon {
  margin-top: 4px;
}

.signup-agree-wrap .signup-agree-box .signup-agree .integrate-group .title-head .title {
  font-weight: bold;
}

.signup-agree-wrap .signup-agree-box .signup-agree .integrate-group .title-body .txt1 {
  color: #757575;
  line-height: 1.5;
}

.signup-agree-wrap .signup-agree-box .signup-agree .integrate-group .title-body .txt2 {
  line-height: 1.5;
}

.signup-agree-wrap .signup-agree-box .signup-agree .integrate-group .title-body .txt2 em {
  font-style: normal;
  color: #e60023;
}

.signup-agree-wrap .signup-agree-box .signup-agree .integrate-group .title-body .title {
  font-weight: bold;
}

.signup-agree-wrap .signup-agree-box .signup-agree .integrate-group .title-body .integrate-list {
  border-right: 1px solid #c4c4c4;
  border-bottom: 1px solid #c4c4c4;
}

.signup-agree-wrap .signup-agree-box .signup-agree .integrate-group .title-body .integrate-list .integrate-list-header {
  border-top: 1px solid #000;
}

.signup-agree-wrap .signup-agree-box .signup-agree .integrate-group .title-body .integrate-list .integrate-list-header .col {
  border-left: 1px solid #c4c4c4;
  font-weight: bold;
}

.signup-agree-wrap .signup-agree-box .signup-agree .integrate-group .title-body .integrate-list .integrate-list-content .row {
  border-top: 1px solid #c4c4c4;
}

.signup-agree-wrap .signup-agree-box .signup-agree .integrate-group .title-body .integrate-list .integrate-list-content .col {
  border-left: 1px solid #c4c4c4;
}

.signup-agree-wrap .signup-agree-box .signup-agree .integrate-group .title-body .integrate-list .integrate-list-content.active {
  border: 3px solid #e60023;
  font-weight: bold;
}

.signup-agree-wrap .signup-agree-box .signup-agree .integrate-group .title-body .select-policy-list .list-box {
  border: 1px solid #000;
}

.signup-agree-wrap .signup-agree-box .signup-agree .integrate-group .title-body .select-policy-list .cont .top {
  padding: 10px 0;
  background: #f6f6f6;
  font-weight: bold;
}

.signup-agree-wrap .signup-agree-box .signup-agree .integrate-group .title-body .select-policy-list .cont .txt {
  padding: 10px 0;
}

.signup-agree-wrap .signup-agree-box .signup-agree .btn-auth .button {
  display: block;
  max-width: 400px;
  margin: 0 auto;
}

.signup-agree-container {
  max-width: 500px;
  margin: 65px auto 295px;
  border: 1px solid #c4c4c4;
}

.signup-agree-container .empty-content {
  max-width: 400px;
  margin: 0 auto;
  text-align: center;
  padding: 70px 0;
}

.signup-agree-container .empty-content .icon {
  display: block;
  margin: 0 auto;
  color: #ffffff;
  width: 80px;
  height: 80px;
}

.signup-agree-container .empty-content .text {
  font-size: 18px;
  font-weight: 400;
  text-align: center;
  margin-top: 30px;
}

.signup-agree-container .empty-content .field-action {
  margin-top: 30px;
}

@media screen and (max-width: 767px) {
  .uk-modal.modal-account-auth {
    background-color: #fff;
  }
  .uk-modal.modal-account-auth .uk-modal-dialog {
    padding: 0;
    min-height: 100%;
  }
  .uk-modal.modal-account-auth .uk-modal-dialog .login-wrap {
    padding-bottom: 40px;
  }
  .uk-modal.modal-account-auth .uk-modal-dialog .account-auth-content .account-auth-head {
    padding: 0 16px;
  }
  .uk-modal.modal-account-auth .uk-modal-dialog .account-auth-content .account-auth-group {
    padding: 0 16px;
  }
  .uk-modal.modal-account-auth .uk-modal-dialog .account-auth-content .title {
    font-size: .uk-modal.modal-account-auth .uk-modal-dialog .account-auth-content .title txt-size20;
    padding-top: 40px;
    padding-bottom: 25px;
  }
  .uk-modal.modal-account-auth .uk-close {
    width: 40px;
    height: 40px;
    right: 8px;
    top: 10px;
  }
  .uk-modal.modal-account-auth .field-row .input-text {
    padding-left: 16px;
    height: 52px;
    font-size: 13px;
  }
  .uk-modal.modal-account-auth .field-row .print-message, .uk-modal.modal-account-auth .field-row .error-message {
    margin-bottom: 0px;
  }
  .uk-modal.modal-account-auth .link {
    font-size: 12px;
  }
  .uk-modal.modal-account-auth .field-action {
    margin-top: 24px;
  }
  .uk-modal.modal-account-auth .other-action {
    border-bottom: 0;
  }
  .uk-modal.modal-account-auth .text-info {
    background: #f5f5f5;
  }
  .account-container {
    position: relative;
  }
  .account-container .account-small-header {
    z-index: 2;
    position: absolute;
    top: -51px;
    left: 0;
    width: 100%;
    height: 51px;
    background-color: #ffffff;
    border-bottom: 1px solid #eeeeee;
  }
  .account-container .account-small-header .account-title {
    margin: 0;
    font-size: 16px;
    font-weight: 600;
    line-height: 0;
  }
  .account-container .account-small-header .button-back {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    top: 0;
    min-width: 28px;
    height: 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 2;
    left: 9px;
    padding: 7px;
    font-size: 14px;
  }
  .header-general.fixit-active + .content-area .account-container .account-small-header {
    position: fixed;
    top: 0;
  }
  .account-container .field-row .input-text {
    padding-left: 16px;
    height: 48px;
    font-size: 13px;
  }
  .account-container .field-row .print-message, .account-container .field-row .error-message {
    margin-bottom: 15px;
  }
  .account-container .field-row:not(:first-child) {
    margin-top: 12px;
  }
  .account-container .link {
    font-size: 12px;
  }
  .account-container .field-action {
    margin-top: 12px;
  }
  .account-container .button {
    height: 50px;
    font-size: 14px;
    padding: 15px 10px;
    margin: 0 auto;
  }
  .account-container .button:not(:first-child) {
    margin-top: 9px;
  }
  .account-container .account-auth-content {
    padding: 40px 16px 24px;
  }
  .account-container .account-auth-content .content-title {
    margin-bottom: 30px;
    font-size: 25px;
  }
  .account-container .account-auth-content .content-form .descr-text {
    margin-bottom: 17px;
    font-size: 14px;
  }
  .account-container .account-auth-content .content-form .message-text {
    margin-bottom: 17px;
    font-size: 12px;
    line-height: 17px;
  }
  .account-container .account-auth-content .content-form .field-action {
    margin-top: 10px;
  }
  .account-container .account-auth-content .content-form .des-info-box .submit-after-box {
    margin-top: 24px;
  }
  .account-container .account-auth-content .content-result .icon {
    margin-bottom: 30px;
    width: 60px;
    height: 60px;
  }
  .account-container .account-auth-content .content-result .icon.kakaotalk {
    width: 67px;
  }
  .account-container .account-auth-content .content-result .result-text {
    font-size: 14px;
    line-height: 18px;
  }
  .account-container .account-auth-content .content-result .message-text {
    margin: 8px 0 0;
    font-size: 14px;
    line-height: 1.3;
  }
  .account-container .account-auth-content .content-result .notify-text {
    margin: 8px 0 0;
    font-size: 14px;
  }
  .account-container .account-auth-content .content-result .forgot-result-list {
    margin-top: 20px;
  }
  .account-container .account-auth-content .content-result .forgot-result-list li .result-item {
    padding: 0 16px;
    height: 52px;
    font-size: 12px;
  }
  .account-container .account-auth-content .content-result .forgot-result-list li:not(:first-child) {
    margin-top: 10px;
  }
  .account-container .account-auth-content .content-result .account-forgot-action [class*="col"]:not(:first-child) {
    margin-top: 10px;
  }
  .account-container .account-auth-content .content-action {
    margin-top: 24px;
  }
  .account-container .account-auth-content.kakao-sync .social-login-container .button {
    padding-top: 11px;
    padding-bottom: 11px;
    line-height: 17px;
  }
  .account-container .account-auth-content .account-tools {
    margin-top: 20px;
  }
  .account-container .account-auth-content .guest-order-search-btn {
    display: inline-block;
    margin-top: 9px;
    color: #666;
  }
  .account-container .order-list-container {
    margin-top: -20px;
    padding-left: 16px;
    padding-right: 16px;
  }
  .account-container .order-list-container .order-info-item {
    padding-top: 24px;
    padding-bottom: 16px;
  }
  .account-container .order-list-container .order-info-item .order-info {
    margin-bottom: 20px;
  }
  .account-container .order-list-container .order-info-item .order-info .info-row .label {
    font-size: 13px;
  }
  .account-container .order-list-container .order-info-item .order-info .info-row:not(:first-child) {
    margin-top: 10px;
  }
  .account-container .order-list-container .order-info-item .confirm-action.order-search-confirm {
    margin-top: 30px;
  }
  .account-container .order-list-container .order-info-item:last-child {
    margin-bottom: 50px;
  }
  .account-container .other-action {
    width: 100%;
  }
  .account-container .other-action .line {
    display: block;
    height: 50px;
    padding: 13px 0;
  }
  .account-container .other-action .line:first-child:after {
    content: '|';
    display: inline-block;
    margin: 0 10px;
    color: #c4c4c4;
  }
  .account-container .other-action .link {
    margin-top: 30px;
    font-size: 14px;
  }
  .account-container .other-action .link .icon {
    margin-right: 5px;
    margin-top: -3px;
  }
  .account-container .social-login-container {
    margin-top: 9px;
  }
  .account-container .social-login-container .social-login-title {
    font-size: 14px;
  }
  .account-container.signup-container .signup-title {
    font-size: 26px;
    font-weight: bold;
    text-align: center;
    padding-top: 40px;
    padding-bottom: 24px;
  }
  .account-container.signup-container .account-auth .account-auth-content {
    padding: 40px 16px;
  }
  .account-container.signup-container .account-auth .gift-promo {
    margin-top: 24px;
    padding: 24px 16px;
  }
  .account-container.signup-container .account-auth .gift-promo .title {
    padding-bottom: 10px;
  }
  .account-container.signup-container .account-auth .gift-promo .notice-text {
    font-size: 13px;
    margin-bottom: 12px;
  }
  .account-container.sns-signup-container .descr-text {
    font-size: 13px;
  }
  .account-container.sns-signup-container .descr-text strong {
    font-size: 13px;
  }
  .account-container.sns-signup-container .already-wrap .already-tit {
    font-size: 14px;
    padding-bottom: 8px;
  }
  .account-container.sns-signup-container .already-wrap .already-mid-tit {
    font-size: 13px;
    padding-bottom: 8px;
  }
  .account-container.sns-signup-container .already-wrap .already-des {
    font-size: 13px;
  }
  .account-container.sns-signup-container .nowon-des {
    font-size: 14px;
    padding-bottom: 16px;
  }
  .account-container .descr-memo {
    text-align: left;
    padding: 10px 12px;
  }
  .account-auth {
    border: 0;
  }
  .account-auth .account-auth-content {
    padding: 40px 16px 24px;
  }
  .account-auth .account-auth-content > .description {
    margin-bottom: 15px;
  }
  .account-auth .account-auth-content .title {
    padding-bottom: 24px;
    font-size: 26px;
    font-weight: 700;
  }
  .account-auth .account-auth-content.history .title {
    font-size: 26px;
    padding-bottom: 36px;
  }
  .account-auth .account-auth-content .account-auth-content-form .description {
    margin: 20px 0;
  }
  .account-auth .gift-promo {
    margin-top: 24px;
    padding: 24px 16px;
  }
  .account-auth .gift-promo .title {
    border-bottom: 0;
    font-size: 18px;
  }
  .account-auth .gift-promo p {
    font-size: 13px;
  }
  .account-auth.one-box {
    max-width: 100%;
  }
  .sleeper-account .sleeper-notice {
    text-align: left;
  }
  .sleeper-account .sleepr-marketing-area {
    padding: 20px;
  }
  .sleeper-account .account-fieldset {
    flex-direction: column;
    align-items: start;
  }
  .sleeper-account .fieldset-title {
    margin-bottom: 10px;
  }
  .account-forgot .account-forgot-header .anchor {
    height: 50px;
    font-size: 14px;
  }
  .account-forgot .account-forgot-content .message-text {
    font-size: 12px;
    line-height: 17px;
  }
  .account-forgot .account-forgot-content .social-login-container {
    margin-bottom: 15px;
  }
  .account-forgot .account-forgot-content .social-login-container .text {
    font-size: 13px;
  }
  .account-forgot .account-forgot-content .other-action {
    margin-top: 12px;
  }
  .account-forgot .account-forgot-certify .icon {
    margin-bottom: 28px;
    margin-top: 50px;
    width: 58px;
    height: 60px;
  }
  .account-forgot .account-forgot-certify .message-text {
    font-size: 13px;
    line-height: 18px;
  }
  .account-forgot .account-forgot-certify .notify-text {
    margin-top: 10px;
    font-size: 12px;
  }
  .account-forgot .account-certify-actions {
    margin-top: 12px;
  }
  .account-forgot .account-certify-actions .description {
    font-size: 11px;
  }
  .account-forgot .account-forgot-title {
    font-size: 26px;
    padding-bottom: 24px;
  }
  .account-forgot .account-reset-password .account-action {
    padding-top: 12px;
  }
  .account-forgot .account-forgot-result .kakao-icon-wrap {
    width: 48px;
    height: 48px;
  }
  .account-forgot .account-forgot-result .kakao-icon-wrap .icon {
    font-size: 24px;
  }
  .account-forgot .account-forgot-result .result-text {
    font-size: 14px;
  }
  .account-forgot .account-forgot-result .message-text {
    font-size: 13px;
  }
  .account-forgot .account-forgot-result .descr-text {
    font-size: 14px;
  }
  .account-forgot .account-forgot-result .notify-text {
    margin-top: 8px;
    font-size: 13px;
  }
  .account-forgot .account-forgot-result .account-forgot-action [class*="col"]:not(:first-child) {
    margin-top: 10px;
  }
  .account-forgot .account-forgot-action {
    margin-top: 12px;
  }
  .account-forgot .account-reset-password .descr-text {
    margin-bottom: 20px;
    font-size: 13px;
  }
  .account-forgot .social-login-container .descr-text {
    background: #f4f4f4;
    padding: 20px 0;
    color: #141414;
  }
  .account-forgot .other-action .description {
    margin: 0;
  }
  .account-forgot .other-action .description .icon {
    margin-right: 2px;
  }
  .account-forgot .social-login-list .button:not(:first-child) {
    margin-top: 0;
  }
  .account-signup-head .inner .display .title {
    font-size: 25px;
  }
  .account-signup-head .inner .display .descr-text {
    margin: 12px 0 0;
    font-size: 13px;
    line-height: 18px;
  }
  .account-signup-body {
    padding: 0 0 80px;
  }
  .account-signup-body .col-entry-field {
    width: 100%;
  }
  .account-signup-body .col-entry-field .title {
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    border-bottom: 2px solid;
    padding-bottom: 25px;
    margin-bottom: 7px;
  }
  .account-signup-body .col-entry-field .field-row {
    flex-wrap: wrap;
    flex-direction: column;
  }
  .account-signup-body .col-entry-field .field-row .field-title {
    font-size: 13px;
    padding-bottom: 8px;
  }
  .account-signup-body .col-entry-field .field-row .field-label {
    width: 100%;
  }
  .account-signup-body .col-entry-field .field-row:not(:first-child) {
    margin-top: 16px;
  }
  .account-signup-body .col-agree-field {
    width: 100%;
    padding-bottom: 62px;
  }
  .account-signup-body .account-signup-field .account-signup-fieldset:not(:first-child) {
    margin-top: 24px;
  }
  .account-signup-body .account-signup-field .other-break-line {
    margin-top: 14px;
    font-size: 13px;
  }
  .account-signup-body .fieldset-legend {
    margin-bottom: 16px;
  }
  .account-signup-body .fieldset-legend .title {
    font-size: 14px;
  }
  .account-signup-body .fieldset-legend .title.long {
    font-size: 14px;
  }
  .account-signup-body .radio-tabs .i-selector .label {
    height: 50px;
    font-size: 13px;
  }
  .account-signup-body .i-checkbox {
    font-size: 12px;
  }
  .account-signup-body .i-checkbox .icon {
    margin-right: 2px;
    margin-top: 1px;
  }
  .account-signup-body .i-checkbox .text {
    font-size: 13px;
  }
  .account-signup-body .policy-link {
    font-size: 13px;
  }
  .account-signup-body .descr-promo-wrap {
    margin-top: 6px;
  }
  .account-signup-body .descr-promo {
    font-size: 12px;
  }
  .account-signup-body .account-total-agree .i-checkbox {
    margin-bottom: 16px;
    font-size: 14px;
  }
  .account-signup-body .account-total-agree .i-checkbox .text {
    font-size: 14px;
  }
  .account-signup-body .account-total-agree .agree-text {
    font-size: 13px;
    line-height: 17px;
  }
  .account-signup-body .account-total-agree .agree-text2 {
    font-size: 13px;
  }
  .account-signup-body .account-total-agree .descr-list {
    margin-top: 16px;
    font-size: 12px;
    line-height: 17px;
  }
  .account-signup-body .account-total-agree .descr-list li {
    margin-top: 5px;
  }
  .account-signup-body .account-auth-action {
    margin-top: 35px;
  }
  .account-signup-body .account-auth-action .button {
    font-size: 14px;
  }
  .register-container .register-auth {
    border: 0;
  }
  .register-container .register-auth-content {
    padding: 40px 16px 50px;
  }
  .register-container .register-complete {
    padding: 0 0 50px;
  }
  .register-container .register-complete .icon {
    margin-bottom: 25px;
    width: 56px;
    height: 48px;
    color: #c4c4c4;
  }
  .register-container .register-complete .title {
    font-size: 18px;
  }
  .register-container .register-complete .description {
    font-size: 12px;
    line-height: 1.5;
    color: #757575;
    margin-top: 20px;
  }
  .register-container .register-complete .register-complete-action {
    margin-top: 28px;
  }
  .register-container .register-complete .register-complete-action .button {
    height: 50px;
    padding: 15px 10px;
    font-size: 14px;
  }
  .signup-agree-wrap {
    padding: 30px 16px 20px;
  }
  .signup-agree-wrap .signup-agree-box .btn-close {
    right: -8px;
    top: -22px;
  }
  .signup-agree-wrap .signup-agree-box .btn-close .icon {
    width: 36px;
    height: 36px;
  }
  .signup-agree-wrap .signup-agree-box .signup-agree h2 {
    padding: 10px 0 30px;
    font-size: 22px;
  }
  .signup-agree-wrap .signup-agree-box .signup-agree .txt-box {
    padding: 24px 15px;
    line-height: 20px;
    text-align: left;
  }
  .signup-agree-wrap .signup-agree-box .signup-agree .integrate-group .title-head {
    padding: 38px 0 10px;
  }
  .signup-agree-wrap .signup-agree-box .signup-agree .integrate-group .title-head .title {
    font-size: 19px;
  }
  .signup-agree-wrap .signup-agree-box .signup-agree .integrate-group .title-body .txt1 {
    padding-top: 22px;
  }
  .signup-agree-wrap .signup-agree-box .signup-agree .integrate-group .title-body .txt2 {
    padding-top: 12px;
  }
  .signup-agree-wrap .signup-agree-box .signup-agree .integrate-group .title-body .title {
    padding-top: 22px;
  }
  .signup-agree-wrap .signup-agree-box .signup-agree .integrate-group .title-body .integrate-list {
    margin-top: 20px;
  }
  .signup-agree-wrap .signup-agree-box .signup-agree .integrate-group .title-body .integrate-list .integrate-list-header .col {
    padding: 10px 0;
  }
  .signup-agree-wrap .signup-agree-box .signup-agree .integrate-group .title-body .integrate-list .integrate-list-header .col .signup {
    padding-left: 4px;
  }
  .signup-agree-wrap .signup-agree-box .signup-agree .integrate-group .title-body .integrate-list .integrate-list-content .col {
    max-width: 50%;
    padding: 10px;
    line-height: 1.5;
    font-size: 15px;
  }
  .signup-agree-wrap .signup-agree-box .signup-agree .integrate-group .title-body .integrate-list .integrate-list-content .col .name, .signup-agree-wrap .signup-agree-box .signup-agree .integrate-group .title-body .integrate-list .integrate-list-content .col .email {
    word-break: break-all;
    text-align: center;
  }
  .signup-agree-wrap .signup-agree-box .signup-agree .integrate-group .title-body .integrate-list .integrate-list-content .col .check {
    color: #e60023;
    font-size: 13px;
    font-weight: bold;
  }
  .signup-agree-wrap .signup-agree-box .signup-agree .integrate-group .title-body .integrate-list .integrate-list-content .col .date {
    font-size: 13px;
  }
  .signup-agree-wrap .signup-agree-box .signup-agree .integrate-group .title-body .select-policy-list {
    margin-top: 12px;
  }
  .signup-agree-wrap .signup-agree-box .signup-agree .integrate-group .title-body .select-policy-list .list-box {
    text-align: left;
  }
  .signup-agree-wrap .signup-agree-box .signup-agree .integrate-group .title-body .select-policy-list .cont {
    display: flex;
    background: #f6f6f6;
  }
  .signup-agree-wrap .signup-agree-box .signup-agree .integrate-group .title-body .select-policy-list .cont:not(:first-child) {
    border-top: 1px solid #c4c4c4;
  }
  .signup-agree-wrap .signup-agree-box .signup-agree .integrate-group .title-body .select-policy-list .cont .top {
    -webkit-flex-basis: 21%;
    -ms-flex-preferred-size: 21%;
    flex-basis: 21%;
    max-width: 21%;
    padding: 10px;
    background: #f6f6f6;
  }
  .signup-agree-wrap .signup-agree-box .signup-agree .integrate-group .title-body .select-policy-list .cont .txt {
    -webkit-flex-basis: 80%;
    -ms-flex-preferred-size: 80%;
    flex-basis: 80%;
    max-width: 80%;
    padding: 10px;
    border-left: 1px solid #c4c4c4;
    background: #fff;
  }
  .signup-agree-wrap .signup-agree-box .signup-agree .integrate-group .title-body .select-policy-list.di-policy-list .cont .top {
    -webkit-flex-basis: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }
  .signup-agree-wrap .signup-agree-box .signup-agree .integrate-group .title-body .select-policy-list.di-policy-list .cont .txt {
    -webkit-flex-basis: 75%;
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }
  .signup-agree-wrap .signup-agree-box .signup-agree .btn-auth {
    margin-top: 25px;
  }
  .signup-agree-wrap.di-agree-wrap .signup-agree-box .signup-agree .integrate-group .title-head .icon {
    margin-top: 2px;
  }
  .modal-policy-selector .policy-selector .policy-selector-title {
    font-size: 21px;
  }
  .tk-login-notice-wrap ul li {
    font-size: 12px;
  }
  .signup-wrap h2 {
    font-size: 26px;
    padding-bottom: 24px;
  }
  .signup-wrap .step-group {
    margin-top: 25px;
    padding: 17px 0 15px;
    background: #f8f8f8;
  }
  .signup-wrap .step-group .step {
    margin: 0 16px;
  }
  .signup-wrap .step-group .step .icon {
    width: 25px;
    height: 27px;
  }
  .signup-wrap .step-group .step .cont {
    padding-top: 17px;
    font-size: 13px;
  }
  .signup-wrap .signup-kakao-group {
    padding-bottom: 24px;
    margin: 0 16px;
    border-bottom: 1px solid #e6e6e6;
  }
  .signup-wrap .signup-kakao-group .btn-kakao {
    flex-wrap: wrap;
    flex-direction: column;
    height: auto;
    padding: 20px 0;
  }
  .signup-wrap .signup-kakao-group .btn-kakao .notice-text {
    font-size: 13px;
    font-weight: 500;
    color: #666;
    margin-top: 5px;
  }
  .signup-wrap .signup-step {
    padding: 0 16px;
  }
  .signup-wrap .signup-step .btn-group .button:last-child {
    margin-left: 10px;
  }
  .signup-wrap .signup-step .benefits-group {
    padding: 28px 0 0;
  }
  .signup-wrap .signup-step .benefits-group .item-list li > div {
    height: 56px;
    padding: 0 32px;
  }
  .signup-wrap .signup-step .benefits-group .item-list li .icon.benefit-01 {
    width: 39px;
    height: 26px;
  }
  .signup-wrap .signup-step .benefits-group .item-list li .icon.benefit-02 {
    width: 45px;
    height: 30px;
  }
  .signup-wrap .signup-step .benefits-group .item-list li .icon.benefit-03 {
    width: 30px;
    height: 32px;
  }
  .signup-wrap .signup-step .benefits-group .item-list li .icon.benefit-04 {
    width: 43px;
    height: 32px;
  }
  .signup-wrap .signup-step .benefits-group .item-list li .icon.benefit-05 {
    width: 43px;
    height: 32px;
  }
  .signup-wrap .signup-step .benefits-group .item-list li .cont {
    padding-left: 20px;
  }
  .signup-wrap .signup-step .benefits-group .title {
    margin-bottom: 14px;
    font-size: 17px;
  }
  .signup-wrap .signup-step .benefits-group .txt-link {
    font-size: 14px;
  }
  .signup-wrap .signup-step .auth-group {
    padding: 24px 0 0;
    text-align: center;
  }
  .signup-wrap .signup-step .auth-group .title {
    font-size: 14px;
  }
  .signup-wrap .signup-step .auth-group .txt1 {
    font-size: 13px;
    padding-top: 8px;
  }
  .signup-wrap .signup-step .success-group .icon-wrap {
    width: 56px;
    height: 56px;
    border-radius: 28px;
    margin: 0 auto 24px;
  }
  .signup-wrap .signup-step .success-group .icon-wrap .icon {
    width: 32px;
    height: 32px;
  }
  .signup-wrap .signup-step .success-group .title {
    font-size: 14px;
  }
  .signup-wrap .signup-step .success-group .description {
    font-size: 13px;
    margin: 8px 0 24px;
  }
  .signup-wrap .signup-step .success-group .register-complete-action .register-app-area {
    margin-bottom: 40px;
    width: 100%;
    text-align: center;
  }
  .signup-wrap .signup-step .success-group .register-complete-action .register-app-area .qrcode_wrap {
    display: none;
  }
  .signup-wrap .signup-step .success-group .register-complete-action .register-app-area .txt_wrap {
    width: 100%;
    line-height: 1.5;
    margin-top: 30px;
  }
  .signup-wrap .signup-step .success-group .register-complete-action .register-app-area .txt_wrap strong {
    font-size: 21px;
  }
  .signup-wrap .signup-step .success-group .register-complete-action .register-app-area .txt_wrap .sub_text {
    display: inline-block;
    margin-top: 4px;
    color: #757575;
    font-weight: bold;
    font-weight: 500;
  }
  .signup-wrap .signup-step .success-group .register-complete-action .register-app-area .txt_wrap .appDown-btn {
    margin-top: 16px;
    display: inline-block;
    width: 100%;
    border: 3px solid #000;
    padding: 12px;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    background-color: #000;
    color: #fff;
  }
  .signup-wrap .signup-step .success-group .register-complete-action .register-app-area .txt_wrap .appDown-btn:hover {
    background-color: #fff;
    color: #000;
  }
  .signup-wrap .signup-step .success-group .register-complete-action .register-link {
    height: 50px;
    font-weight: bold;
    line-height: 17px;
  }
  .signup-wrap .signup-step .success-group .register-complete-action .register-link .icon {
    width: 1em;
    height: 1em;
    font-size: 17px;
    margin-right: 5px;
    margin-bottom: 3px;
  }
  .signup-wrap .signup-step .success-group.error .server-errorMsg {
    margin: 40px 0;
    font-size: 14px;
  }
  .general-register {
    padding: 0;
    border: none;
  }
  .general-register .dynamic-form .register {
    padding: 0 16px;
  }
  .general-register .col-entry-field .title-area .txt1 {
    font-size: 14px;
    padding-bottom: 6px;
  }
  .general-register .col-entry-field .title-area .txt2 {
    font-size: 13px;
    padding-bottom: 24px;
  }
  .general-register .col-entry-field .descr-promo {
    font-size: 14px;
    margin-top: 20px;
  }
  .general-register .col-agree-field.social-register .form-area .field-row {
    flex-direction: column;
  }
  .general-register .col-agree-field.social-register .form-area .field-row .field-label {
    width: 100%;
    margin-top: 18px;
  }
  .general-register .agree-confirm {
    padding-top: 0;
    margin-top: 0;
  }
  .general-register .agree-confirm .button {
    width: calc(100% - 32px);
    margin: 0 auto;
  }
  .general-register .agree-confirm .button.register-btn {
    max-width: 100%;
    margin-top: 24px;
  }
}

@media screen and (min-width: 768px) {
  .uk-modal.modal-account-auth {
    padding: 200px 32px;
  }
  .uk-modal.modal-account-auth .uk-modal-dialog {
    padding: 30px;
    max-width: 420px;
  }
  .uk-modal.modal-account-auth .account-auth-content .title {
    font-size: 24px;
    text-align: left;
    padding-bottom: 25px;
  }
  .uk-modal.modal-account-auth .account-auth-content-title {
    margin-bottom: 32px;
    font-size: 24px;
  }
  .uk-modal.modal-account-auth .field-row .input-text {
    padding-left: 20px;
    height: 50px;
    line-height: 14px;
  }
  .uk-modal.modal-account-auth .field-row .print-message, .uk-modal.modal-account-auth .field-row .error-message {
    margin-bottom: 20px;
  }
  .uk-modal.modal-account-auth .link {
    font-size: 14px;
  }
  .uk-modal.modal-account-auth .field-action {
    margin-top: 10px;
  }
  .uk-modal.modal-account-auth .social-login-container .button.button-kakaotalk .icon {
    margin-right: 5px;
    width: 22px;
    height: 20px;
  }
  .uk-modal.modal-account-auth.modal-reviews-submit {
    padding: 0;
  }
  .uk-modal.modal-account-auth.modal-reviews-submit .uk-modal-dialog {
    padding: 0;
    max-width: 480px;
  }
  .account-container {
    padding-top: 80px;
    padding-bottom: 120px;
  }
  .account-container .field-row .input-text {
    height: 50px;
    padding: 0 15px;
  }
  .account-container .field-row .print-message, .account-container .field-row .error-message {
    margin-bottom: 0px;
  }
  .account-container .link {
    font-size: 14px;
  }
  .account-container .field-action {
    margin-top: 15px;
  }
  .account-container .button {
    margin-top: 10px;
  }
  .account-container .account-auth-content {
    padding: 30px 40px 0;
  }
  .account-container .account-auth-content .account-auth-content-form .field-row:not(:first-child) {
    margin-top: 8px;
  }
  .account-container .account-auth-content .content-title {
    margin-bottom: 40px;
    font-size: 40px;
  }
  .account-container .account-auth-content .content-form .descr-text {
    margin-bottom: 14px;
    font-size: 18px;
  }
  .account-container .account-auth-content .content-form .message-text {
    margin-bottom: 30px;
    font-size: 14px;
    line-height: 22px;
  }
  .account-container .account-auth-content .content-form .field-action {
    margin-top: 0;
  }
  .account-container .account-auth-content .content-result .icon {
    margin-bottom: 40px;
    width: 80px;
    height: 80px;
  }
  .account-container .account-auth-content .content-result .icon.kakaotalk {
    width: 87px;
  }
  .account-container .account-auth-content .content-result .result-text {
    font-size: 18px;
    line-height: 24px;
  }
  .account-container .account-auth-content .content-result .descr-text {
    font-size: 16px;
    line-height: 24px;
  }
  .account-container .account-auth-content .content-result .message-text {
    margin: 12px 0 0;
    font-size: 14px;
    line-height: 22px;
  }
  .account-container .account-auth-content .content-result .notify-text {
    font-size: 14px;
  }
  .account-container .account-auth-content .content-result .forgot-result-list {
    margin-top: 30px;
  }
  .account-container .account-auth-content .content-result .forgot-result-list li .result-item {
    padding: 0 20px;
    height: 60px;
    font-size: 14px;
  }
  .account-container .account-auth-content .content-result .forgot-result-list li:not(:first-child) {
    margin-top: 5px;
  }
  .account-container .account-auth-content .content-action {
    margin-top: 24px;
  }
  .account-container .account-auth-content .guest-order-search-btn {
    display: inline-block;
    margin-top: 13px;
    color: #666;
  }
  .account-container .order-list-container {
    padding-left: 40px;
    padding-right: 40px;
  }
  .account-container .order-list-container .order-info-item {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .account-container .order-list-container .order-info-item .order-info {
    margin-bottom: 20px;
  }
  .account-container .order-list-container .order-info-item .order-info .info-row:not(:first-child) {
    margin-top: 12px;
  }
  .account-container .order-list-container .order-info-item .confirm-action.account-auth-order .descr-content {
    padding: 16px 20px;
    font-size: 14px;
    line-height: 22px;
  }
  .account-container .other-action {
    margin: 12px 0 23px;
  }
  .account-container .other-action > .line:first-child:after {
    content: '|';
    display: inline-block;
    margin: 0 10px;
    color: #c4c4c4;
  }
  .account-container .other-action .text-underline {
    margin: 0 5px;
  }
  .account-container .other-action .text-underline:hover {
    text-decoration: underline;
  }
  .account-auth .account-auth-content {
    padding: 30px 40px 0;
  }
  .account-auth .account-auth-content .title {
    padding-bottom: 32px;
    font-size: 32px;
    font-weight: bold;
    letter-spacing: -.025em;
  }
  .account-auth .account-auth-content-title {
    margin-bottom: 40px;
    font-weight: 600;
    line-height: 1;
    color: #000000;
  }
  .account-auth .account-forgot-tools,
  .account-auth .account-tools {
    margin-top: 25px;
  }
  .account-auth .button {
    position: relative;
    font-size: 16px;
    letter-spacing: -.025em;
  }
  .account-auth .gift-promo {
    padding: 20px 30px;
    margin-top: 8px;
  }
  .account-forgot .account-forgot-header .anchor {
    height: 50px;
    font-size: 16px;
  }
  .account-forgot .account-forgot-content .message-text {
    font-size: 14px;
    line-height: 22px;
  }
  .account-forgot .account-forgot-content .social-login-container {
    margin-bottom: 15px;
  }
  .account-forgot .account-forgot-content .social-login-container .text {
    font-size: 16px;
  }
  .account-forgot .account-forgot-certify .icon {
    margin-bottom: 36px;
    width: 60px;
    height: 60px;
    color: #c4c4c4;
  }
  .account-forgot .account-certify-actions {
    margin-top: 20px;
  }
  .account-forgot .account-certify-actions .description {
    font-size: 14px;
  }
  .account-forgot .account-forgot-title {
    font-size: 32px;
    padding-bottom: 32px;
  }
  .account-forgot .account-forgot-result .descr-text {
    font-size: 16px;
    line-height: 24px;
  }
  .account-forgot .account-forgot-action {
    margin-top: 10px;
  }
  .account-forgot .account-reset-password .descr-text {
    margin-bottom: 25px;
    font-size: 16px;
  }
  .account-signup-head {
    height: 260px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    background-image: url("/cmsstatic/bg-register-top-pc.jpg");
  }
  .account-signup-head .inner .display {
    margin: 0 auto;
    max-width: 833px;
    width: 65%;
  }
  .account-signup-head .inner .display .title {
    font-size: 40px;
  }
  .account-signup-head .inner .display .descr-text {
    margin: 20px 0 0;
    font-size: 16px;
    line-height: 24px;
  }
  .account-signup-body {
    display: flex;
    justify-content: center;
    max-width: 1024px;
    margin: 0 auto;
  }
  .account-signup-body .col-entry-field {
    padding: 80px 30px 0;
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
    padding-bottom: 30px;
    border-left: 1px solid #e5e5e5;
  }
  .account-signup-body .col-agree-field {
    padding: 80px 30px 345px;
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
  .account-signup-body .account-signup-field {
    margin: 0 auto;
    max-width: 490px;
    width: 100%;
  }
  .account-signup-body .account-signup-field .account-signup-fieldset:not(:first-child) {
    margin-top: 30px;
  }
  .account-signup-body .account-signup-field .account-signup-fieldset:nth-child(2) {
    margin-top: 20px;
  }
  .account-signup-body .account-signup-field .field-title {
    width: 150px;
    padding-top: 17px;
  }
  .account-signup-body .fieldset-legend {
    margin-bottom: 19px;
  }
  .account-signup-body .radio-tabs .i-selector .label {
    height: 48px;
    font-size: 14px;
  }
  .account-signup-body .i-checkbox {
    font-size: 14px;
  }
  .account-signup-body .policy-link {
    font-size: 14px;
  }
  .account-signup-body .descr-promo-wrap {
    margin-top: 8px;
  }
  .account-signup-body .descr-promo {
    font-size: 13px;
  }
  .account-signup-body .account-total-agree {
    margin-top: 18px;
  }
  .account-signup-body .account-total-agree .i-checkbox {
    margin-bottom: 24px;
    font-size: 16px;
  }
  .account-signup-body .account-total-agree .agree-text {
    font-size: 16px;
    line-height: 24px;
  }
  .account-signup-body .account-total-agree .descr-list {
    font-size: 14px;
    line-height: 18px;
  }
  .account-signup-body .account-auth-action {
    margin-top: 40px;
  }
  .account-signup-body .account-auth-action .button {
    font-size: 16px;
  }
  .register-container {
    padding-top: 80px;
    padding-bottom: 200px;
  }
  .register-container .register-auth-content {
    padding: 60px 40px;
  }
  .register-container .register-auth-content .content-title {
    margin-bottom: 40px;
    font-size: 40px;
    padding-bottom: 30px;
    font-size: 36px;
    border-bottom: 3px solid;
  }
  .register-container .register-complete .icon {
    margin-bottom: 42px;
    width: 75px;
    height: 70px;
    color: #c4c4c4;
  }
  .register-container .register-complete .title {
    font-size: 18px;
  }
  .register-container .register-complete .description {
    margin-top: 10px;
    font-size: 14px;
    line-height: 18px;
    color: #757575;
  }
  .register-container .register-complete .register-complete-action {
    margin-top: 20px;
  }
  .signup-wrap h2 {
    font-size: 32px;
    padding-bottom: 32px;
  }
  .signup-wrap .step-group {
    margin-top: 40px;
  }
  .signup-wrap .step-group .arrow .icon {
    width: 10px;
    height: 18px;
  }
  .signup-wrap .step-group .step {
    margin: 0 23px;
  }
  .signup-wrap .step-group .step .icon {
    width: 32px;
    height: 34px;
  }
  .signup-wrap .step-group .step .cont {
    padding-top: 12px;
  }
  .signup-wrap .signup-kakao-group {
    padding-bottom: 24px;
    border-bottom: 1px solid #e6e6e6;
  }
  .signup-wrap .signup-kakao-group .btn-kakao {
    flex-wrap: wrap;
    flex-direction: column;
    height: auto;
    padding: 20px 0;
  }
  .signup-wrap .signup-kakao-group .btn-kakao .notice-text {
    font-size: 14px;
    font-weight: 500;
    color: #666;
    margin-top: 5px;
  }
  .signup-wrap .signup-step .btn-group {
    margin-top: 40px;
  }
  .signup-wrap .signup-step .btn-group .button {
    margin: 0 10px;
  }
  .signup-wrap .signup-step .benefits-group {
    padding: 40px 0 396px;
  }
  .signup-wrap .signup-step .benefits-group .title {
    font-size: 20px;
  }
  .signup-wrap .signup-step .benefits-group .item-list {
    margin-top: 20px;
  }
  .signup-wrap .signup-step .benefits-group .item-list li {
    padding: 0 10px;
    margin-top: 20px;
  }
  .signup-wrap .signup-step .benefits-group .item-list li > div {
    height: 70px;
    padding: 0 40px;
  }
  .signup-wrap .signup-step .benefits-group .item-list li .icon.benefit-01 {
    width: 53px;
    height: 36px;
  }
  .signup-wrap .signup-step .benefits-group .item-list li .icon.benefit-02 {
    width: 58px;
    height: 40px;
  }
  .signup-wrap .signup-step .benefits-group .item-list li .icon.benefit-03 {
    width: 40px;
    height: 43px;
  }
  .signup-wrap .signup-step .benefits-group .item-list li .icon.benefit-04 {
    width: 58px;
    height: 42px;
  }
  .signup-wrap .signup-step .benefits-group .item-list li .icon.benefit-05 {
    width: 55px;
    height: 40px;
  }
  .signup-wrap .signup-step .benefits-group .item-list li .cont {
    padding-left: 20px;
    font-size: 16px;
  }
  .signup-wrap .signup-step .benefits-group .txt-link {
    margin-top: 24px;
  }
  .signup-wrap .signup-step .auth-group {
    padding: 24px 0 0;
    text-align: center;
  }
  .signup-wrap .signup-step .success-group .title {
    font-size: 18px;
  }
  .signup-wrap .signup-step .success-group .description {
    margin-top: 10px;
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
  }
  .signup-wrap .signup-step .success-group .register-complete-action .register-app-area {
    justify-content: space-between;
    margin-bottom: 50px;
  }
  .signup-wrap .signup-step .success-group .register-complete-action .register-app-area .qrcode_wrap {
    box-shadow: gray 0 0 5px 3px;
    padding: 5px;
    max-width: 145px;
  }
  .signup-wrap .signup-step .success-group .register-complete-action .register-app-area .txt_wrap {
    text-align: left;
    line-height: 1.5;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  .signup-wrap .signup-step .success-group .register-complete-action .register-app-area .txt_wrap strong {
    font-size: 21px;
  }
  .signup-wrap .signup-step .success-group .register-complete-action .register-app-area .txt_wrap .sub_text {
    color: #757575;
    font-weight: 500;
  }
  .signup-wrap .signup-step .success-group .register-complete-action .register-app-area .txt_wrap .appDown-btn {
    margin-top: 16px;
    display: inline-block;
    width: 100%;
    border: 3px solid #000;
    padding: 5px;
    text-align: center;
    font-size: 21px;
    font-weight: bold;
    background-color: #000;
    color: #fff;
  }
  .signup-wrap .signup-step .success-group .register-complete-action .register-app-area .txt_wrap .appDown-btn:hover {
    background-color: #fff;
    color: #000;
  }
  .signup-wrap .signup-step .success-group .register-complete-action .register-link {
    line-height: 17px;
    font-weight: bold;
  }
  .signup-wrap .signup-step .success-group .register-complete-action .register-link .icon {
    width: 1em;
    height: 1em;
    font-size: 17px;
    margin-right: 5px;
    margin-bottom: 0;
  }
  .signup-wrap .signup-step .success-group .server-errorMsg {
    margin: 50px 0;
    font-size: 17px;
  }
  .general-register .col-agree-field {
    padding: 0 40px 0;
  }
  .general-register .col-entry-field {
    padding: 0 40px 0;
  }
  .general-register .col-entry-field .title-area .txt1 {
    font-size: 16px;
    padding-bottom: 10px;
  }
  .general-register .col-entry-field .title-area .txt2 {
    font-size: 14px;
    padding-bottom: 27px;
  }
  .general-register .col-entry-field .descr-promo {
    text-align: right;
    margin-top: 30px;
  }
  .general-register .agree-confirm {
    margin-top: 20px;
  }
  .general-register .agree-confirm .button {
    width: 100%;
    max-width: 420px;
  }
  .signup-agree-wrap {
    padding: 70px 0 100px;
  }
  .signup-agree-wrap .signup-agree-box .btn-close .icon {
    width: 48px;
    height: 48px;
  }
  .signup-agree-wrap .signup-agree-box .signup-agree h2 {
    padding: 30px 0;
    font-size: 32px;
  }
  .signup-agree-wrap .signup-agree-box .signup-agree .txt-box {
    padding: 24px 0;
    line-height: 20px;
  }
  .signup-agree-wrap .signup-agree-box .signup-agree .integrate-group .title-head {
    padding: 38px 0 10px;
  }
  .signup-agree-wrap .signup-agree-box .signup-agree .integrate-group .title-head .title {
    font-size: 20px;
  }
  .signup-agree-wrap .signup-agree-box .signup-agree .integrate-group .title-body .txt1 {
    padding-top: 22px;
  }
  .signup-agree-wrap .signup-agree-box .signup-agree .integrate-group .title-body .txt2 {
    padding-top: 12px;
  }
  .signup-agree-wrap .signup-agree-box .signup-agree .integrate-group .title-body .title {
    padding-top: 22px;
  }
  .signup-agree-wrap .signup-agree-box .signup-agree .integrate-group .title-body .integrate-list {
    margin-top: 20px;
  }
  .signup-agree-wrap .signup-agree-box .signup-agree .integrate-group .title-body .integrate-list .integrate-list-header .col {
    padding: 10px 0;
  }
  .signup-agree-wrap .signup-agree-box .signup-agree .integrate-group .title-body .integrate-list .integrate-list-content .col {
    padding: 10px 0;
  }
  .signup-agree-wrap .signup-agree-box .signup-agree .integrate-group .title-body .integrate-list .integrate-list-content .col .icon {
    width: 12px;
    height: 8px;
    margin: 3px 0 0 7px;
  }
  .signup-agree-wrap .signup-agree-box .signup-agree .integrate-group .title-body .select-policy-list {
    margin-top: 12px;
  }
  .signup-agree-wrap .signup-agree-box .signup-agree .integrate-group .title-body .select-policy-list .list-box {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    text-align: center;
  }
  .signup-agree-wrap .signup-agree-box .signup-agree .integrate-group .title-body .select-policy-list .cont:not(:first-child) {
    border-left: 1px solid #c4c4c4;
  }
  .signup-agree-wrap .signup-agree-box .signup-agree .integrate-group .title-body .select-policy-list .cont:nth-child(1) {
    -webkit-flex-basis: 20%;
    -ms-flex-preferred-size: 20%;
    flex-basis: 20%;
    max-width: 20%;
  }
  .signup-agree-wrap .signup-agree-box .signup-agree .integrate-group .title-body .select-policy-list .cont:nth-child(2) {
    -webkit-flex-basis: 20%;
    -ms-flex-preferred-size: 20%;
    flex-basis: 20%;
    max-width: 20%;
  }
  .signup-agree-wrap .signup-agree-box .signup-agree .integrate-group .title-body .select-policy-list .cont:nth-child(2) .txt {
    padding: 18px 10px;
  }
  .signup-agree-wrap .signup-agree-box .signup-agree .integrate-group .title-body .select-policy-list .cont:nth-child(3) {
    -webkit-flex-basis: 30%;
    -ms-flex-preferred-size: 30%;
    flex-basis: 30%;
    max-width: 30%;
  }
  .signup-agree-wrap .signup-agree-box .signup-agree .integrate-group .title-body .select-policy-list .cont:nth-child(3) .txt {
    height: calc(100% - 38px);
    align-content: center;
  }
  .signup-agree-wrap .signup-agree-box .signup-agree .integrate-group .title-body .select-policy-list .cont:nth-child(4) {
    -webkit-flex-basis: 30%;
    -ms-flex-preferred-size: 30%;
    flex-basis: 30%;
    max-width: 30%;
  }
  .signup-agree-wrap .signup-agree-box .signup-agree .integrate-group .title-body .select-policy-list .cont:nth-child(4) .txt {
    height: calc(100% - 38px);
    align-content: center;
  }
  .signup-agree-wrap .signup-agree-box .signup-agree .integrate-group .title-body .select-policy-list .cont .top {
    border-bottom: 1px solid #c4c4c4;
  }
  .signup-agree-wrap .signup-agree-box .signup-agree .integrate-group .title-body .select-policy-list.di-policy-list .cont:nth-child(1) {
    -webkit-flex-basis: 20%;
    -ms-flex-preferred-size: 20%;
    flex-basis: 20%;
    max-width: 20%;
  }
  .signup-agree-wrap .signup-agree-box .signup-agree .integrate-group .title-body .select-policy-list.di-policy-list .cont:nth-child(1) .txt {
    padding: 18px 0;
  }
  .signup-agree-wrap .signup-agree-box .signup-agree .integrate-group .title-body .select-policy-list.di-policy-list .cont:nth-child(2) {
    -webkit-flex-basis: 20%;
    -ms-flex-preferred-size: 20%;
    flex-basis: 20%;
    max-width: 20%;
  }
  .signup-agree-wrap .signup-agree-box .signup-agree .integrate-group .title-body .select-policy-list.di-policy-list .cont:nth-child(2) .txt {
    padding: 18px 10px;
  }
  .signup-agree-wrap .signup-agree-box .signup-agree .integrate-group .title-body .select-policy-list.di-policy-list .cont:nth-child(3) {
    -webkit-flex-basis: 30%;
    -ms-flex-preferred-size: 30%;
    flex-basis: 30%;
    max-width: 30%;
  }
  .signup-agree-wrap .signup-agree-box .signup-agree .integrate-group .title-body .select-policy-list.di-policy-list .cont:nth-child(3) .txt {
    height: calc(100% - 38px);
    align-content: center;
  }
  .signup-agree-wrap .signup-agree-box .signup-agree .integrate-group .title-body .select-policy-list.di-policy-list .cont:nth-child(4) {
    -webkit-flex-basis: 30%;
    -ms-flex-preferred-size: 30%;
    flex-basis: 30%;
    max-width: 30%;
  }
  .signup-agree-wrap .signup-agree-box .signup-agree .integrate-group .title-body .select-policy-list.di-policy-list .cont:nth-child(4) .txt {
    height: calc(100% - 38px);
    align-content: center;
  }
  .signup-agree-wrap .signup-agree-box .signup-agree .btn-auth {
    margin-top: 50px;
  }
}

@media (max-width: 768px) {
  .account-container .account-auth-content .content-form .des-info-box .submit-before-box .des-text {
    font-size: 13px;
  }
}

.board-breadcrumb {
  padding: 20px 10px;
}

.board-breadcrumb a.board-title {
  font-size: 16px;
  color: #2b2b2b;
  text-transform: uppercase;
  font-weight: bold;
}

.board-breadcrumb a:not(:first-child)::before {
  content: "/";
  margin-right: 5px;
}

.board-sort {
  border-top: 1px solid #9b9b9b;
  border-bottom: 1px solid #9b9b9b;
  margin-bottom: 30px;
}

.board-sort ul li {
  margin-right: 8px;
}

.board-sort ul li:not(:first-child)::before {
  content: "/";
  margin-right: 5px;
}

.board-sort ul li a {
  text-transform: uppercase;
}

.board-sort .toggle-box {
  padding: 0 10px;
}

.board-sort .toggle-box.active {
  padding-bottom: 15px;
}

.board-sort .toggle-box .toggle-label {
  font-weight: bold;
  font-size: 16px;
}

.board-sort .toggle-box .toggle-content {
  display: none;
}

.board-sort .toggle-box .toggle-content.active {
  display: block;
}

.board-accodian .list.style-tab .question {
  background-color: #EBEBEB;
}

.board-accodian .list.style-tab .answer {
  padding-top: 10px;
}

.board-accodian .question {
  padding: 19px 20px;
  margin-bottom: 10px;
  background-color: #ffffff;
  font-size: 16px;
}

.board-accodian .question a {
  color: #141414;
}

.board-accodian .question .icon-arrow_top {
  display: none;
  margin-right: 5px;
}

.board-accodian .question .icon-arrow_bottom {
  margin-right: 5px;
}

.board-accodian .question.uk-active .icon-arrow_top {
  display: inline-block;
}

.board-accodian .question.uk-active .icon-arrow_bottom {
  display: none;
}

.board-accodian .answer {
  padding: 0 30px 0px 45px;
  padding-bottom: 40px;
  line-height: 20px;
  color: #9b9b9b;
}

.board-table table {
  width: 100%;
}

.board-table thead {
  background-color: #f1f1f1;
}

.board-table thead tr {
  height: 50px;
}

.board-table thead th {
  font-weight: normal;
}

.board-table tbody {
  background-color: #ffffff;
}

.board-table tbody tr {
  height: 40px;
  border-bottom: 1px solid #fafafa;
}

.board-table td {
  word-break: break-all;
  text-align: center;
  line-height: 18px;
}

.board-table td.left {
  text-align: left;
}

.board-table caption,
.board-table .hidden {
  display: none;
  text-indent: -9999px;
  visibility: hidden;
}

.board-table .less {
  height: 300px;
  text-align: center;
}

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

.customer-info .tit {
  margin: 10px 0 30px;
  font-size: 23px;
  color: #2b2b2b;
}

.board-write {
  border-top: 1px solid #fafafa;
}

.board-write .write-wrapper {
  background-color: #f1f1f1;
}

.board-write .write-header {
  float: left;
  width: 140px;
  padding: 5px;
}

.board-write .write-header .label {
  display: inline-block;
  padding: 15px 0 0 30px;
}

.board-write .write-body {
  overflow: hidden;
  border-bottom: 1px solid #fafafa;
  padding: 8px;
  background-color: #ffffff;
}

.board-write .write-comment {
  width: 100%;
  margin: 0;
}

.board-view .view-contents-wrap {
  border-top: 1px;
  border-bottom: 1px;
  border-color: #dbdbdb;
  border-style: solid;
}

.board-view .view-title {
  padding: 20px 40px;
  background-color: #f1f1f1;
}

.board-view .view-title:after {
  content: "";
  display: block;
  clear: both;
}

.board-view .view-title .label {
  display: inline-block;
}

.board-view .view-title .info {
  display: inline-block;
  float: right;
  color: #a5a5a5;
}

.board-view .view-title .info > * {
  display: inline-block;
  margin-left: 40px;
}

.board-view .view-contents {
  min-height: 230px;
  padding: 30px 60px;
  line-height: 18px;
}

.board-view .view-contents table {
  border-collapse: collapse;
  color: #111;
  word-break: keep-all;
}

.board-view .view-contents table th, .board-view .view-contents table td {
  padding: 14.5px 20px;
  border: 1px solid #d9d9d9;
}

.board-view .view-contents table thead th {
  border-top: 1px solid #111;
  background-color: #f1f2f3;
  font-weight: 600;
}

.board-view .view-contents table tbody td:first-child {
  font-weight: bold;
}

.board-view.news .view-contents-wrap {
  border: none;
}

.board-view.news .view-title {
  background: none;
  padding: 0;
  font-size: 24px;
  font-weight: bold;
  margin: 30px 0 40px;
}

.board-view.news .view-contents {
  padding: 0 10px;
  line-height: 1.4em;
}

.board-view.news .view-contents p {
  line-height: 1.6;
  margin-bottom: 1.25rem;
  text-rendering: optimizeLegibility;
}

.board-view.news .view-contents img {
  margin: 5px auto;
}

.board-view.news .board-btn-wrap {
  width: 100%;
  text-align: center;
  margin: 30px 0;
}

.board-view.skate_team_view {
  max-width: 1440px;
  margin: 0 auto;
}

.board-view.skate_team_view .view-contents .columns {
  position: relative;
  padding: 0 0.9375em;
  color: #000;
}

.board-view.skate_team_view .view-contents .columns.bio {
  font-size: 16px;
}

.board-view.skate_team_view .view-contents .columns.bio .title {
  font-size: 24px;
}

.board-view.skate_team_view .view-contents .columns.bio .item-label {
  font-weight: bold;
}

.board-view.skate_team_view .view-contents .columns.bio .item-info {
  margin-bottom: 20px;
}

.board-view.skate_team_view .view-contents .columns.hide-for-small-only {
  display: none;
}

.board-view.skate_team_view .view-contents .small-12 {
  width: 100%;
}

.board-view.skate_team_view .view-contents .show-for-small-only {
  display: inherit;
}

.board-view.skate_team_view .view-contents .carousel {
  margin-bottom: 50px;
}

.board-view.skate_team_view .view-contents .carousel .row {
  display: block;
}

.board-view.skate_team_view .view-contents .title {
  font-size: 36px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 1rem;
  margin-top: 2rem;
  color: #000;
  margin-bottom: 20px;
  line-height: 1.5;
}

.board-view.skate_team_view .view-contents .content p {
  margin-bottom: 15px;
}

.board-view.skate_team_view .view-contents .owl-carousel .content img {
  width: 100%;
}

.board-view.skate_team_view .view-contents .bx-controls {
  margin-top: 10px;
}

@media screen and (min-width: 64.0625em) {
  .board-view.skate_team_view .view-contents .large-8 {
    width: 66.66667%;
  }
  .board-view.skate_team_view .view-contents .large-4 {
    width: 33.33333%;
  }
  .board-view.skate_team_view .view-contents .show-for-small-only {
    display: none;
  }
  .board-view.skate_team_view .view-contents .hide-for-small-only {
    display: block !important;
  }
}

@media screen and (min-width: 40.0625em) {
  .board-view.skate_team_view .view-contents .medium-8 {
    width: 66.66667%;
  }
  .board-view.skate_team_view .view-contents .medium-4 {
    width: 33.33333%;
  }
  .board-view.skate_team_view .view-contents .hide-for-small-only {
    display: block !important;
  }
}

.board-view.eventCategory .eventCategory_area {
  position: relative;
  max-width: 1440px;
  margin: 0 auto;
  padding-top: 56px;
}

.board-view.eventCategory .eventCategory_nav {
  width: 100%;
  margin-bottom: 48px;
  background-color: #fff;
  overflow-x: auto;
  overflow-y: hidden;
  z-index: 1;
}

.board-view.eventCategory .eventCategory_nav > div {
  display: flex;
  max-width: 1440px;
  margin: 0 auto;
}

.board-view.eventCategory .eventCategory_nav > div ul {
  width: 100%;
  display: flex;
  justify-content: center;
  text-align: center;
  white-space: nowrap;
}

.board-view.eventCategory .eventCategory_nav > div ul li {
  margin: 0 16px;
}

.board-view.eventCategory .eventCategory_nav > div ul li:not(:last-child) {
  margin-right: 16px;
}

.board-view.eventCategory .eventCategory_nav > div ul li a {
  display: inline-block;
  padding: 16px 24px;
  color: #666;
  font-size: 20px;
  font-weight: 600;
  font-weight: bold;
  text-align: center;
  background-color: #f5f5f5;
  border-radius: 999px;
}

@media (hover: hover) {
  .board-view.eventCategory .eventCategory_nav > div ul li:hover a {
    color: #fff;
    font-weight: bold;
    background-color: #0063BA;
  }
}

.board-view.eventCategory .eventCategory_nav > div ul li.active a {
  color: #fff;
  font-weight: bold;
  background-color: #0063BA;
}

.board-view.eventCategory .eventCategory_nav.fixed-anchor {
  position: fixed;
  top: calc(env(safe-area-inset-top) + 0px);
  left: 0;
  width: 100%;
  padding: 24px 0;
  z-index: 1;
}

.board-view.eventCategory .category-header {
  padding-bottom: 32px;
  font-size: 36px;
}

.board-view.eventCategory .eventCategory_wrap {
  margin-bottom: 110px;
}

.board-view.eventCategory .eventCategory_wrap .plp-grid-item {
  margin-bottom: 2em;
}

.board-btn-wrap {
  position: relative;
  margin-top: 10px;
}

.board-btn-wrap:after {
  content: "";
  display: block;
  clear: both;
}

.board-btn-wrap.right {
  text-align: right;
}

.board-btn-wrap .right {
  float: right;
}

.board-search {
  display: none;
  /* notice board search  숨김처리 */
  float: right;
  width: 250px;
  margin-bottom: 6px;
}

/* comment write */
.comment-write .write-textarea {
  position: relative;
}

.comment-write .input-textarea {
  height: 36px;
}

.comment-write .input-textarea textarea {
  width: calc(100% - 60px);
  height: 36px;
  border: 1px solid #dbdbdb;
  padding: 7px 5px;
  outline: none;
  box-sizing: border-box;
  background-color: transparent;
  font-size: 12px;
  color: #141414;
}

.comment-write .input-textarea textarea:focus {
  border-color: #0063BA;
}

.comment-write .btn-comment {
  position: absolute;
  top: 0;
  right: 0;
  width: 60px;
}

/* comment list */
.comment-list li {
  position: relative;
  padding: 15px 0;
  border-top: 1px solid #fafafa;
}

.comment-list .name {
  margin-bottom: 10px;
  font-size: 11px;
  color: #141414;
}

.comment-list .text {
  line-height: 1.4em;
  color: #383838;
}

.comment-list .date {
  margin-top: 10px;
  font-size: 11px;
  color: #9b9b9b;
}

.comment-list .empty {
  text-align: center;
}

.comment-list .comment-delete {
  position: absolute;
  top: 15px;
  right: 0;
  font-size: 12px;
}

.comment-list .comment-delete a {
  color: #9b9b9b;
}

.event-list-page {
  max-width: 1800px;
  margin: 0 auto;
  padding: 0 20px;
}

.event-list-page .event-list-header {
  padding: 60px 0 32px;
  border-bottom: 1px solid #e6e6e6;
}

.event-list-page .event-list-header span {
  font-size: 38px;
  font-weight: bold;
}

.event-list-page .event-list-header .button {
  max-width: 160px;
  height: 45px;
  color: #434343;
  font-size: 16px;
  font-weight: 500;
  border-color: #999;
}

.event-list-page .board-table {
  padding-top: 32px;
}

.event-list-page .board-table .image-item-list {
  gap: 20px;
  flex-wrap: wrap;
}

.event-list-page .board-table .image-item-list .image-item {
  max-width: calc(33.33333% - 20px);
}

.event-list-page .board-table .image-item-list .image-item .item-info {
  margin-top: 32px;
}

.event-list-page .board-table .image-item-list .image-item .item-info a {
  font-size: 24px;
  font-weight: 500;
}

.event-list-page .board-table .image-item-list .image-item .date {
  display: inline-block;
  margin-top: 10px;
  color: #b3b3b3;
  font-size: 18px;
  font-weight: 500;
}

.event-list-page .board-table .board-empty {
  margin: 140px 0 300px;
  text-align: center;
}

.event-list-page .board-table .board-empty .icon {
  font-size: 50px;
}

.event-list-page .board-table .board-empty p {
  margin-top: 24px;
  font-size: 16px;
  font-weight: 500;
  color: #999;
}

.event-list-page .board-table .pagination {
  margin-top: 50px;
}

.event-list-page .board-view .event-content-container .event-content-header {
  padding: 32px 0;
}

.event-list-page .board-view .event-content-container .event-content-header .subject {
  margin-bottom: 16px;
  font-size: 24px;
  font-weight: 600;
}

.event-list-page .board-view .event-content-container .event-content-header .date {
  color: #b3b3b3;
  font-size: 18px;
  font-weight: 500;
}

.event-list-page .board-view .view-contents {
  min-height: 200px;
  padding: 0 0 64px;
  border-bottom: 1px solid #dbdbdb;
}

.event-list-page .board-view .content-action {
  margin: 32px 0 64px;
}

.event-list-page .board-view .content-action .button {
  max-width: 240px;
  height: 56px;
  margin: 0 auto;
  color: #111;
  font-size: 18px;
  border-color: #999;
}

.promotion-list-wrap {
  padding-bottom: 84px;
}

.promotion-list-wrap .image-item-list {
  flex-wrap: wrap;
  gap: 84px 19px;
}

.promotion-list-wrap .image-item-list .image-item {
  flex: 0 0 calc(33.333% - 13.333px);
  box-sizing: border-box;
}

.promotion-list-wrap .image-item-list .image-item .item-imgwrap img {
  width: 100%;
}

.promotion-list-wrap .image-item-list .image-item .item-info {
  margin-top: 32px;
}

.promotion-list-wrap .image-item-list .image-item .item-info .item-title .title {
  font-size: 24px;
  font-weight: 600;
}

.promotion-list-wrap .image-item-list .image-item .item-info .item-title .desc {
  display: inline-block;
  margin-top: 12px;
  font-size: 18px;
  font-weight: 500;
  color: #999;
}

.promotion-page {
  margin: 0 auto;
}

.promotion-page .video_wrap {
  display: inline-block;
}

.promotion-page .promotion-header-content {
  text-align: center;
}

.promotion-page .promotion-header-content img {
  display: inline-block;
}

.promotion-page .promotion-tab {
  max-width: 1480px;
  margin: 40px auto 0;
  padding: 0 20px;
}

.promotion-page .promotion-tab .tab-control {
  position: sticky;
  top: 0;
  background-color: #fff;
  z-index: 1;
}

.promotion-page .promotion-tab .tabs {
  gap: 0 72px;
  border-bottom: 1px solid #d9d9d9;
  white-space: nowrap;
  overflow: auto;
}

.promotion-page .promotion-tab .tabs .tab-item {
  position: relative;
  height: 80px;
  color: #999;
  font-size: 25px;
  font-weight: bold;
  align-content: center;
}

.promotion-page .promotion-tab .tabs .tab-item.uk-active {
  color: #111;
}

.promotion-page .promotion-tab .tabs .tab-item.uk-active::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 3px;
  background-color: #0063BA;
}

.promotion-page .promotion-tab .tab-content {
  margin-top: 12px;
}

.promotion-page .promotion-tab .tab-content .tab_categry_depth {
  border-bottom: 1px solid #e6e6e6;
}

.promotion-page .promotion-tab .tab-content .tab_categry_depth ul {
  white-space: nowrap;
  overflow: auto;
}

.promotion-page .promotion-tab .tab-content .tab_categry_depth .category_item {
  margin: 0;
  padding: 0 32px;
  height: 64px;
  align-content: center;
  font-size: 20px;
  font-weight: bold;
  color: #999;
  cursor: pointer;
}

.promotion-page .promotion-tab .tab-content .tab_categry_depth .category_item.active, .promotion-page .promotion-tab .tab-content .tab_categry_depth .category_item:hover {
  border: 0;
  color: #333;
}

.promotion-page .promotion-tab .tab-category-content {
  padding: 32px 0;
}

.promotion-page .promotion-tab .tab-category-content .event_category_empty {
  padding: 100px 0;
  text-align: center;
  font-size: 24px;
  font-weight: 500;
  color: #999;
}

.promotion-page .countdown-text {
  position: fixed;
  bottom: 50px;
  left: calc(50% - 150px);
  width: 300px;
  padding: 24px 0;
  color: #fff;
  font-size: 20px;
  text-align: center;
  border-radius: 40px;
  background-color: #0063BA;
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.4);
  opacity: 0;
  visibility: hidden;
  transform: translateY(150px);
  transition: all 0.5s ease-out;
  z-index: 9999;
}

.promotion-page .countdown-text .countdown-timer {
  font-weight: bold;
  margin: 0 5px;
}

.promotion-page .countdown-text.active {
  opacity: 0.95;
  visibility: visible;
  transform: translateY(0);
}

/* mediaquery */
/* Phone landscape and bigger */
/* Tablet and bigger */
@media (max-width: 768px) {
  .board-type,
  .board-date {
    display: none;
  }
  .board-id {
    width: 15%;
  }
  .board-title {
    width: 60%;
  }
  .board-name {
    width: 25%;
  }
  .board-search .search-field {
    display: none;
  }
  .board-table td {
    padding: 7px 0;
  }
  .board-view.eventCategory .eventCategory_wrap {
    margin-bottom: 24px;
  }
  .board-view.eventCategory .eventCategory_area {
    padding: 24px 16px 0;
  }
  .board-view.eventCategory .eventCategory_nav {
    border-bottom: 0;
    margin-bottom: 0;
  }
  .board-view.eventCategory .eventCategory_nav > div {
    margin-bottom: 4px;
  }
  .board-view.eventCategory .eventCategory_nav > div ul {
    justify-content: start;
  }
  .board-view.eventCategory .eventCategory_nav > div ul li {
    margin: 0;
    display: flex;
    align-items: center;
  }
  .board-view.eventCategory .eventCategory_nav > div ul li:not(:last-child) {
    margin-right: 0;
  }
  .board-view.eventCategory .eventCategory_nav > div ul li a {
    padding: 8px 14px;
    font-size: 13px;
    font-weight: 500;
    background-color: #fff;
  }
  .board-view.eventCategory .eventCategory_nav.fixed-anchor {
    top: calc(env(safe-area-inset-top) + 0px);
    padding: 16px;
  }
  .board-view.eventCategory .category-header {
    padding: 24px 0 16px;
    font-size: 24px;
  }
  .event-list-page .event-list-header {
    padding: 24px 0 0;
    justify-content: end;
    border: 0;
  }
  .event-list-page .event-list-header .button {
    max-width: 96px;
    height: 32px;
    font-size: 12px;
    border-radius: 999px;
  }
  .event-list-page .board-table {
    padding-bottom: 80px;
  }
  .event-list-page .board-table .image-item-list {
    gap: 40px 0;
    flex-direction: column;
  }
  .event-list-page .board-table .image-item-list .image-item {
    max-width: 100%;
  }
  .event-list-page .board-table .image-item-list .image-item .item-info {
    margin-top: 16px;
  }
  .event-list-page .board-table .image-item-list .image-item .item-info a {
    font-size: 15px;
  }
  .event-list-page .board-table .image-item-list .image-item .date {
    margin-top: 8px;
    font-size: 14px;
  }
  .event-list-page .board-table .board-empty {
    margin: 100px 0 160px;
  }
  .event-list-page .board-table .board-empty .icon {
    font-size: 48px;
  }
  .event-list-page .board-table .board-empty p {
    margin-top: 16px;
    font-size: 14px;
  }
  .event-list-page .board-view .event-content-container .event-content-header {
    padding: 24px 0;
  }
  .event-list-page .board-view .event-content-container .event-content-header .subject {
    font-size: 15px;
    margin-bottom: 6px;
  }
  .event-list-page .board-view .event-content-container .event-content-header .date {
    font-size: 13px;
  }
  .event-list-page .board-view .view-contents {
    padding: 0;
    border: 0;
  }
  .event-list-page .board-view .content-action {
    margin: 40px 0;
  }
  .event-list-page .board-view .content-action .button {
    max-width: 100%;
    height: 40px;
    font-size: 14px;
  }
  .promotion-list-wrap {
    margin-top: 10px;
    padding: 0 16px 40px;
  }
  .promotion-list-wrap .image-item-list {
    flex-wrap: wrap;
    flex-direction: column;
    gap: 40px;
  }
  .promotion-list-wrap .image-item-list .image-item {
    flex: 0 0 100%;
  }
  .promotion-list-wrap .image-item-list .image-item .item-info {
    margin-top: 16px;
  }
  .promotion-list-wrap .image-item-list .image-item .item-info .item-title .title {
    font-size: 15px;
    font-weight: 600;
  }
  .promotion-list-wrap .image-item-list .image-item .item-info .item-title .desc {
    margin-top: 4px;
    font-size: 13px;
    font-weight: normal;
    color: #999;
  }
  .promotion-page .promotion-tab {
    margin: 0;
    padding: 0;
  }
  .promotion-page .promotion-tab .tabs {
    padding: 0 16px;
    gap: 16px;
  }
  .promotion-page .promotion-tab .tabs .tab-item {
    height: 60px;
    font-size: 15px;
  }
  .promotion-page .promotion-tab .tab-content {
    margin: 0;
  }
  .promotion-page .promotion-tab .tab-content .tab_categry_depth {
    padding: 0 16px;
  }
  .promotion-page .promotion-tab .tab-content .tab_categry_depth .category_item {
    padding: 0 12px;
    height: 48px;
    font-size: 14px;
  }
  .promotion-page .promotion-tab .tab-content .tab-container {
    padding: 24px 16px;
  }
  .promotion-page .promotion-tab .tab-category-content {
    padding: 24px 16px;
  }
  .promotion-page .countdown-text {
    width: 200px;
    padding: 15px 0;
    font-size: 15px;
    left: calc(50% - 100px);
  }
}

/* Desktop and bigger */
.customer-product .product-mini {
  position: relative;
  padding: 20px;
}

.customer-product .product-mini .product-mini {
  padding: 0;
  margin-left: 0;
  gap: 0 20px;
}

.customer-product .product-mini + .product-mini {
  border-top: 1px solid #e5e5e5;
}

.customer-product .product-mini .crema-new-review-link {
  display: flex;
  width: 120px;
  height: 40px;
  text-align: center;
  align-items: center;
  justify-content: center;
  padding: 0;
  font-size: 14px;
  font-weight: normal;
}

.customer-product .addon-mini .product-mini {
  padding: 32px 16px;
  gap: 20px;
  background: #F7F7F7;
}

.customer-product .addon-mini .product-mini + .product-mini {
  border-top: 0;
}

.customer-product .addon-mini .product-mini .image-url {
  margin-left: 0;
}

.customer-product .addon-mini .product-mini .product-name a {
  text-decoration: none;
}

.customer-product .addon-mini .product-mini a.image-url {
  cursor: default;
}

.customer-product .addon-mini + .addon-mini {
  margin-top: 16px;
}

.customer-product .image-url {
  -webkit-box-flex: 0;
  -webkit-transition: opacity 213ms cubic-bezier(0.4, 0.9, 0.3, 1);
  transition: opacity 213ms cubic-bezier(0.4, 0.9, 0.3, 1);
  background-color: #929292;
}

.customer-product .image-url:before {
  content: '';
  display: block;
  padding-bottom: 100%;
  width: 100%;
}

.customer-product .product-mini-details {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1;
  -ms-flex: 1 1;
  flex: 1 1;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
}

.customer-product .product-mini-details .row {
  width: 100%;
}

.customer-product .product-mini-details .product-name {
  font-weight: 500;
  letter-spacing: -.025em;
}

.customer-product .product-mini-details .product-name .bundle-badge {
  display: inline-block;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.35;
  color: #29346D;
  border: 1px solid #29346D;
  border-radius: 4px;
  background: #fff;
  padding: 4px 8px;
  margin-right: 4px;
}

.customer-product .product-mini-details .product-name a {
  color: #111111;
}

.customer-product .product-mini-details .product-name .model {
  display: block;
  font-size: 12px;
  font-weight: 400;
  color: #999;
}

.customer-product .product-mini-details .product-options .option:not(:first-child)::before {
  content: '|';
  font-size: 12px;
  font-weight: 400;
  line-height: 1.35;
  color: #999;
  padding: 0 .5em;
}

.customer-product .product-mini-details .product-price {
  line-height: 1;
  letter-spacing: -.025em;
  white-space: nowrap;
  font-size: 16px;
  font-weight: 700;
  margin-top: 8px;
}

.customer-product .product-mini-details .product-price .rate {
  font-size: 16px;
  font-weight: 700;
  color: #D31717;
  margin-right: 5px;
}

.customer-product .product-mini-details .product-price .sale {
  font-size: 16px;
  font-weight: 700;
  color: #111;
}

.customer-product .product-mini-details .product-price .retail {
  font-size: 14px;
  font-weight: 400;
  color: #999;
  text-decoration: line-through;
  margin-left: 10px;
}

.customer-product .product-mini-details .product-quantity {
  position: relative;
  margin-top: 16px;
}

.gift-mini-wrap {
  margin-top: 36px;
  padding-top: 36px;
  border-top: 1px solid #e6e6e6;
}

.gift-mini-wrap .gift-mini {
  position: relative;
  flex-direction: column;
  align-items: start;
  background: #F7F7F7;
  padding: 16px;
}

.gift-mini-wrap .gift-mini .product-option-wrap {
  padding: 0;
}

.gift-mini-wrap .gift-mini .product-image-wrap,
.gift-mini-wrap .gift-mini .image-url,
.gift-mini-wrap .gift-mini .product-price {
  display: none;
}

.gift-mini-wrap .gift-mini .product-name {
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: 500;
  color: #333;
  margin-bottom: 6px;
  padding: 0;
}

.gift-mini-wrap .gift-mini .product-name .gift-badge {
  display: inline-block;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.35;
  color: #757575;
  border: 1px solid #B3B3B3;
  border-radius: 4px;
  background: #fff;
  padding: 4px 8px;
  margin-right: 10px;
}

.gift-mini-wrap .gift-mini .product-name a {
  display: inline-block;
  text-decoration: none;
  cursor: default;
}

.gift-mini-wrap .gift-mini .product-options {
  margin-left: 58px;
}

.gift-mini-wrap .gift-mini .product-options .option {
  font-size: 14px;
  font-weight: 400;
  color: #666;
}

.gift-mini-wrap .gift-mini .product-options .option:not(:first-child):before {
  content: '|';
  display: inline-block;
  font-size: 10px;
  color: #C4C4C4;
  padding: 0 .5em;
}

.gift-mini-wrap.return-reason-item {
  padding: 0;
  margin: 0;
}

.gift-mini-wrap + .gift-mini-wrap {
  margin-top: 16px;
  padding-top: 0;
  border: none;
}

.customer-container {
  position: relative;
  background: #fff;
}

.customer-container .customer-content-wrap {
  margin: 0 auto;
  max-width: 1440px;
  width: 100%;
}

.customer-container .customer-nav .customer-nav-title {
  margin: 0;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -.025em;
  color: #141414;
}

.customer-container .customer-nav .customer-nav-list {
  margin: 0;
  font-size: 14px;
  line-height: 1;
  letter-spacing: -.025em;
}

.customer-container .customer-nav .customer-nav-list li a {
  color: #141414;
}

.customer-container .activity-summary {
  text-align: center;
  background: #f4f4f4;
  padding: 20px 0;
}

.customer-container .activity-summary .summary-item {
  flex-basis: 12%;
  max-width: 12%;
  color: #111111;
}

.customer-container .activity-summary .summary-item.customer-barcode-info {
  flex-basis: 50%;
  max-width: 50%;
}

.customer-container .activity-summary .summary-item a {
  display: block;
  margin-bottom: 10px;
}

.customer-container .activity-summary .summary-item + .summary-item {
  border-left: 1px solid #dbdbdb;
}

.customer-container .activity-summary .summary-item span {
  font-weight: 400;
}

.customer-container .activity-summary .summary-item .count {
  font-weight: 700;
}

.customer-container .activity-summary .summary-item .rank-wrap {
  padding-right: 5%;
}

.customer-container .activity-summary .summary-item .rank-wrap .customer-rank-info .rank-icon-wrap {
  padding-right: 16px;
}

.customer-container .activity-summary .summary-item .rank-wrap .customer-rank-info .rank-icon-wrap .icon {
  font-size: 60px;
}

.customer-container .activity-summary .summary-item .rank-wrap .customer-rank-info .customer-rank-notice .rank-text-wrap {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.3;
  text-align: left;
}

.customer-container .activity-summary .summary-item .rank-wrap .customer-rank-info .customer-rank-notice .membership-link {
  display: inline-block;
  height: 29px;
  border: 1px solid #111;
  border-radius: 30px;
  white-space: nowrap;
  padding: 4px 8px;
  margin: 8px 0 0;
}

.customer-container .activity-summary .summary-item .rank-wrap .customer-rank-info .customer-rank-notice .membership-link span {
  font-size: 11px;
  line-height: 1.3;
}

.customer-container .activity-summary .summary-item .rank-wrap .customer-rank-info .customer-rank-notice .membership-link .icon {
  font-size: 9px;
  margin-left: 3px;
}

.customer-container .activity-summary .summary-item .rank-step-wrap {
  width: 200px;
}

.customer-container .activity-summary .summary-item .rank-step-wrap .progress-wrap .gage {
  width: 100%;
  height: 8px;
  background: #dbdbdb;
  border-radius: 4px;
  overflow: hidden;
  box-shadow: 0px 1px 1px rgba(31, 31, 31, 0.1) inset;
}

.customer-container .activity-summary .summary-item .rank-step-wrap .progress-wrap .gage .active-gage-wrap {
  position: relative;
  height: 100%;
  overflow: hidden;
}

.customer-container .activity-summary .summary-item .rank-step-wrap .progress-wrap .gage .active-gage {
  width: 0%;
  height: 100%;
  background: #29346D;
}

.customer-container .activity-summary .summary-item .rank-step-wrap .progress-step-wrap {
  padding-top: 6px;
}

.customer-container .activity-summary .summary-item .rank-step-wrap .progress-step-wrap li {
  font-size: 11px;
  font-weight: 500;
  color: #999;
  line-height: 1.35;
}

.customer-container .activity-summary .summary-item .rank-step-wrap .progress-step-wrap li.active {
  color: #111;
  font-weight: 600;
}

.customer-container .activity-summary .summary-item .rank-step-wrap .rank-step-notice {
  font-size: 11px;
  font-weight: 500;
  line-height: 1;
  color: #111;
  padding-top: 10px;
  text-align: left;
}

.customer-container .activity-summary .summary-item .rank-step-wrap .rank-step-notice span {
  font-size: 11px;
  font-weight: 500;
  line-height: 1;
  color: #111;
}

.customer-container .activity-summary .summary-item .rank-step-wrap .rank-step-notice b {
  font-size: 11px;
  font-weight: 600;
  line-height: 1;
  color: #111;
}

.customer-container .customer-content-section {
  position: relative;
}

.customer-container .customer-content-section .content-section-header .content-section-title {
  margin: 0;
  font-weight: 500;
  line-height: 1;
}

.customer-container .customer-content-section .content-section-header .content-section-title .content-text {
  font-weight: normal;
  font-size: 14px;
  padding-top: 10px;
}

.customer-container .customer-content-section .content-section-header .content-section-title .content-text li {
  padding-top: 5px;
}

.customer-container .customer-content-section .content-section-header .content-section-title .content-text li:before {
  content: '·';
  margin-right: 5px;
}

.customer-container .customer-content-section .content-section-header .link {
  line-height: 1;
  color: #000000;
}

.customer-container .customer-content-section .info-txt {
  padding: 20px 0 40px;
}

.customer-container .customer-content-section .info-txt b {
  display: block;
  position: relative;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.35;
  color: #757575;
  padding-left: 10px;
  padding-bottom: 8px;
}

.customer-container .customer-content-section .info-txt b:before {
  content: '·';
  position: absolute;
  top: 0;
  left: 0;
}

.customer-container .customer-content-section .info-txt p {
  position: relative;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.35;
  color: #757575;
  padding-left: 10px;
}

.customer-container .customer-content-section .info-txt p.txt1 {
  padding-bottom: 8px;
}

.customer-container .customer-content-section .info-txt p.txt1:last-child {
  padding-bottom: 0;
}

.customer-container .customer-content-section .info-txt p:before {
  content: '·';
  position: absolute;
  top: 0;
  left: 0;
}

.customer-container .customer-content-section .info-txt p.txtend {
  padding-left: 10px;
}

.customer-container .customer-content-section .info-txt p.txtend:before {
  content: '';
  display: none;
}

.customer-container .customer-content-section .section-title {
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
  color: #383838;
  letter-spacing: -.025em;
  padding-bottom: 24px;
  border-bottom: 2px solid #111111;
}

.customer-container .customer-content-section .section-title a {
  font-size: 14px;
  font-weight: normal;
}

.customer-container .customer-content-section .section-title a .icon {
  font-size: 12px;
}

.customer-container .customer-content-section > .link-text {
  position: absolute;
  right: 0;
  top: 7px;
  font-size: 14px;
  font-weight: 500;
}

.customer-container .customer-content-section > .link-text > svg {
  font-size: 10px;
  margin-left: 6px;
}

.customer-container .mypage-section .section-title,
.customer-container .mypage-section .content-title h2 {
  font-size: 24px;
  font-weight: bold;
  text-align: left;
  padding: 60px 0 24px;
  margin: 0;
  border-bottom: 2px solid #111111;
  margin-bottom: 28px;
}

.customer-container .mypage-section .section-title a,
.customer-container .mypage-section .content-title h2 a {
  font-size: 14px;
  font-weight: normal;
}

.customer-container .mypage-section .section-title a .icon,
.customer-container .mypage-section .content-title h2 a .icon {
  font-size: 12px;
}

.customer-container .mypage-section .category-slider .swipe-wrapper .bx-viewport .ratio-standard:before {
  padding-bottom: 100%;
}

.customer-container .mypage-section .category-slider .swipe-wrapper .bx-viewport .product-details {
  font-size: 14px;
  line-height: 20px;
  margin-top: 20px;
}

.customer-container .mypage-section .category-slider .swipe-wrapper .bx-viewport .product-details .name .text-link {
  font-size: 14px;
  line-height: 22px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.customer-container .mypage-section .category-slider .swipe-wrapper .bx-viewport .product-details .price {
  padding-top: 5px;
}

.customer-container .mypage-section .category-slider .swipe-wrapper .bx-viewport .product-details .price .retail {
  font-size: 14px;
  font-weight: 500;
  color: #9e9e9e;
  text-decoration: line-through;
  margin-right: 20px;
}

.customer-container .mypage-section .category-slider .swipe-wrapper .bx-viewport .product-details .price .sale {
  font-size: 14px;
  font-weight: bold;
  color: #111111;
  margin-right: 4px;
}

.customer-container .mypage-section .category-slider .swipe-wrapper .bx-viewport .product-details .price .disc-num,
.customer-container .mypage-section .category-slider .swipe-wrapper .bx-viewport .product-details .price .disc-num .per {
  font-size: 14px;
  font-weight: bold;
  color: #d31717;
}

.customer-container .mypage-section .category-slider .swipe-wrapper .bxslider-controls {
  display: none !important;
}

.customer-container .delivery-status {
  border: 1px solid #e6e6e6;
  margin-bottom: 24px;
}

.customer-container .delivery-status [class='col-3'] {
  border-left: 1px solid #e6e6e6;
}

.customer-container .delivery-status [class='col-3']:first-child {
  border-left: 0;
}

.customer-container .delivery-status .delivery-status-info {
  text-align: center;
  padding: 16px 0;
}

.customer-container .delivery-status .delivery-status-info .status-count {
  width: 40px;
  height: 40px;
  font-size: 16px;
  line-height: 40px;
  color: #ffffff;
  border-radius: 50%;
  background: #29346D;
  margin: 0 auto 8px;
}

.customer-container .delivery-status .delivery-status-info .status-subject {
  font-size: 14px;
  font-weight: 500;
  color: #333;
}

.customer-container .shipping-delivery-process .process-title {
  font-weight: 500;
  line-height: 1;
  letter-spacing: -.025em;
  color: #000000;
}

.customer-container .shipping-delivery-process .process-list-content .process-list .process-item {
  position: relative;
}

.customer-container .shipping-delivery-process .process-list-content .process-list .process-item dl {
  margin: 0;
}

.customer-container .shipping-delivery-process .process-list-content .process-list .process-item .process-subject {
  font-weight: 500;
  line-height: 1;
  letter-spacing: -.025em;
  color: #000000;
}

.customer-container .shipping-delivery-process .process-list-content .process-list .process-item .process-descr {
  font-weight: 500;
  letter-spacing: -.025em;
  color: #9b9b9b;
  word-break: keep-all;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

.customer-container .shipping-delivery-process .process-list-content .process-list .process-item > .icon {
  display: none;
}

.customer-container .empty-content-line {
  margin: 0;
  width: 100%;
  border: 0;
}

.customer-container .empty-content {
  text-align: center;
  background: #ffffff;
  justify-items: center;
}

.customer-container .empty-content .icon {
  display: block;
  margin: 0 auto;
  font-size: 58px;
}

.customer-container .empty-content .text {
  margin: 0;
  margin-bottom: 30px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: -.025em;
  color: #9b9b9b;
  text-align: center;
}

.customer-container .empty-content.break-line {
  border-bottom: 1px solid #d8d8d8;
}

.customer-container .i-checkbox {
  position: relative;
}

.customer-container .i-checkbox input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  visibility: hidden;
}

.customer-container .i-checkbox .icon {
  margin-right: 8px;
  padding: 4px;
  width: 21px;
  height: 21px;
  vertical-align: top;
}

.customer-container .i-checkbox .text {
  font-weight: 500;
  vertical-align: middle;
  word-break: keep-all;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

.customer-container .review-page .customer-offer-container .customer-offer-intro .title-text {
  line-height: 1.5;
  margin-bottom: 10px;
  font-weight: 500;
}

.customer-container .wishlist-manage .customer-content-header {
  display: flex;
}

.customer-container .wishlist-manage .customer-content-header .wish-delete-all {
  width: 120px;
  height: 40px;
  margin-bottom: 24px;
  font-size: 14px;
  font-weight: normal;
  color: #111;
  border-color: #c4c4c4;
}

.customer-container .wishlist-manage .wish-top-area {
  padding: 0 16px;
}

.customer-container .wishlist-manage .wish-top-area .wishlist-num {
  font-size: 13px;
  color: #666;
}

.customer-container .wishlist-manage .wish-top-area .wish-delete-all {
  width: 120px;
  height: 40px;
  margin-bottom: 0;
  font-size: 13px;
  font-weight: normal;
  color: #111;
  border-color: #c4c4c4;
}

.order-history-page .customer-order-notice {
  position: relative;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.35;
  color: #757575;
  padding-left: 5px;
  margin: 20px 0 40px;
}

.order-history-page .customer-order-notice:before {
  content: '·';
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
}

.order-history-page .customer-order-notice b {
  font-weight: 600;
  color: #111;
}

.customer-order-container .customer-order {
  border-top: 1px solid #111111;
  background-color: #ffffff;
}

.customer-order-container .customer-order .customer-order-header {
  border-bottom: 1px solid #e5e5e5;
}

.customer-order-container .customer-order .order-tracking {
  font-size: 14px;
  color: #111111;
  line-height: 1.429;
}

.customer-order-container .customer-order .order-tracking .link-text {
  margin-top: 18px;
  color: #757575;
  line-height: 1;
  padding-bottom: 3px;
  border-bottom: 1px solid #757575;
}

.customer-order-container .customer-order .order-tracking .shipping-tel {
  margin-top: 5px;
}

.customer-order-container .customer-order .order-summary .link {
  cursor: pointer;
}

.customer-order-container .customer-order .row .item-wrap {
  width: 100%;
}

.customer-order-container .customer-order .row .item-wrap .customer-product.order-product {
  padding: 0;
}

.customer-order-container .customer-order .row .item-wrap + .item-wrap {
  border-top: 1px solid #e6e6e6;
}

.customer-order-container .customer-order .order-state .state {
  font-weight: 700;
  line-height: 1;
  letter-spacing: -.025em;
  color: #111111;
}

.customer-order-container .customer-order .order-state .actions {
  width: 100px;
}

.customer-order-container .customer-order .order-state .actions .anchor {
  padding-top: 9px;
  padding-bottom: 9px;
  line-height: 1;
  letter-spacing: -.025em;
  text-align: center;
  border: 1px solid;
  font-weight: normal;
}

.customer-order-container .customer-order .order-state .actions:empty {
  display: none;
}

.offline-notice-wrap {
  padding-bottom: 40px;
}

.offline-notice-wrap .notice-text {
  font-size: 14px;
  line-height: 1.2;
  color: #666;
}

.customer-offline-order .customer-order .order-summary .store {
  font-size: 13px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -.025em;
  color: #9b9b9b;
}

.customer-offline-order .customer-product .product-name .model {
  padding-bottom: 10px;
}

.customer-credits-container {
  background: #fff;
}

.customer-credits-container .customer-content-descr.credits-descr {
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -.025em;
}

.customer-credits-container .customer-content-descr.credits-descr .value {
  margin-left: .5em;
  color: #0063BA;
}

.customer-credits-container .customer-credits .credits-logs {
  width: 100%;
  line-height: 1;
  color: #000000;
  table-layout: fixed;
}

.customer-credits-container .customer-credits .credits-logs th {
  font-weight: 500;
  border-bottom: 1px solid #d8d8d8;
}

.customer-credits-container .customer-credits .credits-logs td {
  border-bottom: 1px solid #d8d8d8;
}

.customer-draw-container {
  background: #fff;
  padding-top: 30px;
}

.customer-draw-container .customer-content-filter .filter-list li {
  line-height: 1;
}

.customer-draw-container .customer-content-filter .filter-list li a {
  margin: 0 auto;
  font-weight: 500;
  color: #000000;
}

.customer-draw-container .customer-content-filter .filter-list li a:not(.active) {
  font-weight: 400;
  color: #9b9b9b;
}

.customer-draw-container .customer-content-filter .filter-list li:not(:first-child)::before {
  content: '';
  display: block;
  width: 1px;
  background-color: #d8d8d8;
}

.customer-draw-container .col-data {
  -webkit-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%;
  font-size: 14px;
  line-height: 22px;
}

.customer-draw-container .col-state {
  -webkit-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%;
}

.customer-draw-container .col-date {
  -webkit-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%;
}

.customer-draw-container .marketingMsg_draw {
  margin: 10px 0;
}

.customer-draw-container .customer-draw-header {
  display: none;
}

.customer-draw-container .customer-draw {
  background-color: #ffffff;
}

.customer-draw-container .customer-draw .row {
  width: 100%;
}

.customer-draw-container .customer-draw .col-data {
  padding-left: 16px;
  padding-right: 16px;
  height: 54px;
}

.customer-draw-container .customer-draw .col-product {
  padding-left: 16px;
  padding-right: 16px;
}

.customer-draw-container .customer-draw .col-product .product-mini {
  padding-top: 16px;
  padding-bottom: 16px;
}

.customer-draw-container .customer-draw .col-date {
  border-top: 1px solid #d8d8d8;
  padding: 20px 16px;
}

.customer-draw-container .customer-draw .col-date .date-info {
  width: 100%;
  line-height: 1;
  letter-spacing: -.025em;
}

.customer-draw-container .customer-draw .col-date .date-info dl {
  margin: 0;
}

.customer-draw-container .customer-draw .col-date .date-info dt {
  font-weight: 500;
  margin-bottom: 5px;
}

.customer-draw-container .customer-draw .col-date .date-info:not(:first-child) {
  margin-top: 8px;
}

.customer-draw-container .customer-draw .col-state {
  padding: 16px;
  text-align: center;
  border-top: 1px solid #d8d8d8;
}

.customer-draw-container .customer-draw .col-state .result {
  line-height: 1;
}

.customer-draw-container .customer-draw .col-state .result.winning {
  font-weight: 500;
  color: #0063BA;
}

.customer-draw-container .customer-draw .col-state .action {
  margin-top: 16px;
  padding-bottom: 16px;
}

.customer-draw-container .customer-draw:not(:first-child) {
  border-top: 0;
}

.customer-offer-container .customer-offer-intro {
  word-break: keep-all;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

.customer-offer-container .customer-offer-intro .user-intro-wrap {
  padding: 30px 25px;
  border: 1px solid #c4c4c4;
  margin-bottom: 25px;
}

.customer-offer-container .customer-offer-intro .user-intro-wrap .text {
  font-size: 16px;
  color: #111111;
}

.customer-offer-container .customer-offer-intro .user-intro-wrap .use-coupon {
  font-size: 16px;
  font-weight: bold;
  color: #757575;
}

.customer-offer-container .customer-offer-intro .user-intro-wrap .use-coupon span {
  display: inline-block;
  font-size: 30px;
  color: #111111;
  margin: 0 10px 0 20px;
  vertical-align: middle;
}

.customer-offer-container .customer-offer-intro .text {
  margin: 0;
  line-height: 22px;
  letter-spacing: -.025em;
  color: #000000;
}

.customer-offer-container .customer-offer-intro .descr-text {
  margin: 0;
  font-size: 14px;
  line-height: 30px;
  font-weight: 500;
  letter-spacing: -.025em;
  color: #666;
  vertical-align: middle;
}

.customer-offer-container .customer-offer-intro .descr-text:before {
  content: '·';
  display: inline-block;
  margin-right: 10px;
}

.customer-offer-container .customer-coupon-intro {
  word-break: keep-all;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

.customer-offer-container .customer-coupon-intro .user-intro-wrap {
  border-bottom: 1px solid #e6e6e6;
}

.customer-offer-container .customer-coupon-intro .user-intro-wrap .use-coupon-wrap {
  padding: 25px 0;
}

.customer-offer-container .customer-coupon-intro .user-intro-wrap .use-coupon-wrap + .use-coupon-wrap {
  position: relative;
}

.customer-offer-container .customer-coupon-intro .user-intro-wrap .use-coupon-wrap + .use-coupon-wrap:after {
  content: '';
  position: absolute;
  top: calc(50% - 12px);
  left: 0;
  width: 1px;
  height: 24px;
  background-color: #c4c4c4;
}

.customer-offer-container .customer-coupon-intro .user-intro-wrap .use-coupon-wrap + .use-coupon-wrap .use-coupon {
  color: #666;
}

.customer-offer-container .customer-coupon-intro .user-intro-wrap .text {
  font-size: 16px;
  color: #111111;
}

.customer-offer-container .customer-coupon-intro .user-intro-wrap .use-coupon {
  margin-left: 32px;
  font-size: 16px;
  color: #0063BA;
}

.customer-offer-container .customer-coupon-intro .user-intro-wrap .use-coupon span {
  display: inline-block;
  margin-right: 4px;
  font-size: 22px;
  font-weight: bold;
}

.customer-offer-container .customer-coupon-intro .text {
  margin: 0;
  line-height: 22px;
  letter-spacing: -.025em;
  color: #000000;
}

.customer-offer-container .customer-coupon-intro .descr-text {
  margin: 0;
  font-size: 14px;
  line-height: 30px;
  font-weight: 500;
  letter-spacing: -.025em;
  color: #666;
  vertical-align: middle;
}

.customer-offer-container .customer-coupon-intro .descr-text:before {
  content: '·';
  display: inline-block;
  margin-right: 10px;
}

.customer-offer-container .customer-offer-header {
  background: #ffffff;
}

.customer-offer-container .mileage-content-title {
  border-bottom: 3px solid #111111;
}

.customer-offer-container .mileage-content-title .notice-title {
  font-size: 22px;
  font-weight: bold;
  padding: 60px 0 20px;
}

.customer-offer-container .mileage-content-title .notice-text {
  font-size: 16px;
  padding-bottom: 20px;
}

.customer-offer-container .mileage-content-title .mileage-history-filter .filter-list {
  padding-top: 5px;
}

.customer-offer-container .mileage-content-title .mileage-history-filter .filter-list li.uk-active .anchor {
  font-weight: bold;
  color: #fff;
  background: #000;
  border: none;
}

.customer-offer-container .mileage-content-title .mileage-history-filter .filter-list .anchor {
  width: 320px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 16px;
  color: #9b9b9b;
  border: 1px solid #c4c4c4;
  background: #fff;
}

.customer-offer-container .mileage-content-title .mileage-history-filter .filter-list .anchor.active {
  font-weight: bold;
  color: #fff;
  background: #000;
  border: none;
}

.customer-offer-container .pagination-wrap .btn-pagination {
  margin-top: 50px;
}

.customer-offer-container .history-title-wrap {
  text-align: center;
  border-bottom: 1px solid #111111;
}

.customer-offer-container .history-title-wrap .data-title {
  font-size: 16px;
  font-weight: 500;
  color: #111111;
  padding: 20px 0;
}

.customer-offer-container .history-title-wrap .data-title .point-wrap:after {
  content: '(M)';
  margin-left: 5px;
}

.customer-offer-container .history-list-wrap {
  text-align: center;
}

.customer-offer-container .history-list-wrap .list-wrap {
  border-bottom: 1px solid #e5e5e5;
}

.customer-offer-container .history-list-wrap .data-item {
  font-size: 14px;
  font-weight: 500;
  color: #111111;
  padding: 20px 0;
}

.customer-offer-container .history-list-wrap .data-item.used {
  color: #9e9e9e;
}

.customer-offer-container .history-list-wrap .data-item.used + .data-item {
  color: #9e9e9e;
}

.customer-offer-container .history-list-wrap .data-item.used + .data-item .mileage-point:before {
  content: '';
  display: inline-block;
}

.customer-offer-container .history-list-wrap .data-item.cancel + .data-item .mileage-point:before {
  content: '+';
  display: inline-block;
}

.customer-offer-container .empty-content {
  padding: 40px 0 60px;
  border-bottom: 1px solid #e5e5e5;
}

.customer-offer-container .empty-content .icon {
  border-radius: 0;
  background: none;
}

.customer-offer-container .customer-offer-content {
  background: #ffffff;
  display: flex;
  flex-wrap: wrap;
  gap: 0 20px;
  padding-top: 24px;
}

.customer-offer-container .customer-offer-content .customer-offer {
  position: relative;
  width: calc(50% - 10px);
  border-radius: 4px;
  background: #f4f4f4;
  padding: 20px 30px;
  margin-bottom: 20px;
  overflow: hidden;
}

.customer-offer-container .customer-offer-content .customer-offer:after {
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(-50%, -50%);
}

.customer-offer-container .customer-offer-content .customer-offer .customer-offer-wrap .offer-discount-wrap .offer-discount {
  display: block;
  font-size: 40px;
  font-weight: 500;
  line-height: 1.35;
  color: #0063ba;
  padding-bottom: 12px;
}

.customer-offer-container .customer-offer-content .customer-offer .customer-offer-wrap .offer-description-wrap .offer-title {
  display: block;
  font-size: 14px;
  line-height: 1.35;
  color: #111;
}

.customer-offer-container .customer-offer-content .customer-offer .customer-offer-wrap .offer-description-wrap .offer-takes {
  display: block;
  font-size: 13px;
  line-height: 1.35;
  color: #333;
}

.customer-offer-container .customer-offer-content .customer-offer .customer-offer-wrap .offer-description-wrap .offer-date-wrap {
  display: block;
  padding-top: 12px;
}

.customer-offer-container .customer-offer-content .customer-offer .customer-offer-wrap .offer-description-wrap .offer-date-wrap .offer-date {
  font-size: 13px;
  line-height: 1.35;
  color: #757575;
}

.customer-offer-container .customer-offer-content .customer-offer .usable-badge {
  position: absolute;
  top: 20px;
  right: 30px;
}

.customer-offer-container .customer-offer-content .customer-offer .usable-badge span {
  display: inline-block;
  font-size: 13px;
  font-weight: 700;
  color: #5a5a5a;
  background: #e6e6e6;
  padding: 5px 6px;
  border-radius: 3px;
}

.customer-offer-container .customer-offer-content .customer-offer .usable-badge span + span {
  margin-left: 3px;
}

.customer-offer-container .coupon-notice-wrap {
  margin-top: 7px;
  padding-top: 45px;
}

.customer-offer-container .coupon-notice-wrap .notice-text {
  position: relative;
  font-size: 14px;
  line-height: 30px;
  color: #757575;
  padding-left: 12px;
}

.customer-offer-container .coupon-notice-wrap .notice-text:before {
  content: '';
  display: block;
  position: absolute;
  top: 15px;
  left: 0;
  transform: translateY(-50%);
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #757575;
}

.customer-offer-container .customer-redeem-giftCart .manage-account .input-btn-group .input-textfield input {
  height: 50px;
}

.customer-offer-container .customer-redeem-giftCart .manage-account .input-btn-group .btn-link {
  width: 100px;
  padding: 16px 24px;
  font-weight: 500;
  color: #fff;
  background: #111111;
}

.customer-offer-container.offer-popup .customer-offer-content {
  gap: 0;
  flex-direction: column;
  line-height: normal;
  padding: 25px 20px;
}

.customer-offer-container.offer-popup .customer-offer-content .offer-code-action {
  width: 100%;
  padding-top: 14px;
  text-align: center;
}

.customer-offer-container.offer-popup .customer-offer-content .offer-code-action .button {
  width: 100%;
  height: 36px;
  line-height: 36px;
  font-size: 14px;
  color: #fff;
  background: #000;
  padding: 0;
  border: none;
}

.customer-offer-container.offer-popup .coupon-notice-wrap {
  margin-top: 0;
  padding: 0 20px 70px;
}

.customer-offer-container.offer-popup .coupon-notice-wrap .notice-title {
  font-size: 16px;
  font-weight: bold;
  color: #111111;
  text-align: left;
  padding: 25px 0 20px;
  border-top: 1px solid #e5e5e5;
}

.customer-offer-container.offer-popup .coupon-notice-wrap .notice-text {
  position: relative;
  font-size: 13px;
  line-height: 22px;
  color: #757575;
  padding-left: 10px;
  text-align: left;
}

.customer-offer-container.offer-popup .coupon-notice-wrap .notice-text:before {
  content: '';
  display: block;
  position: absolute;
  top: 11px;
  left: 0;
  transform: translateY(-50%);
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: #757575;
}

.customer-offer-container.offer-popup .empty-content {
  padding-top: 40px;
  padding-bottom: 30px;
  text-align: center;
  border-bottom: none;
}

.customer-offer-container.offer-popup .empty-content .icon {
  width: 53px;
  height: 38px;
  margin-bottom: 25px;
}

.customer-offer-container.offer-popup .empty-content .text {
  font-size: 13px;
  font-weight: bold;
  color: #111111;
}

.customer-offer-container .coupon-regist-group .coupon-regist-form {
  background: #f5f5f5;
  padding: 40px 30px;
  margin: 24px 0;
  border: 1px solid #e6e6e6;
}

.customer-offer-container .coupon-regist-group .coupon-regist-form .coupon-regist-input {
  display: inline-block;
  position: relative;
}

.customer-offer-container .coupon-regist-group .coupon-regist-form .coupon-regist-input input {
  width: 100%;
  max-width: 300px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.35;
  color: #111111;
  border: 1px solid #c4c4c4;
  padding: 13px 16px;
}

.customer-offer-container .coupon-regist-group .coupon-regist-form .coupon-regist-input input::placeholder {
  color: #999;
}

.customer-offer-container .coupon-regist-group .coupon-regist-form .coupon-regist-btn {
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  color: #111;
  border: 1px solid #2c2c2c;
  background: #fff;
  padding: 13px 34px;
  margin-left: 10px;
}

.customer-offer-container .coupon-regist-group .coupon-regist-notice .sub-title {
  display: block;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.35;
  color: #111;
  padding: 20px 0 10px;
  border-top: 1px solid #e6e6e6;
}

.customer-offer-container .coupon-regist-group .coupon-regist-notice p {
  position: relative;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.35;
  color: #757575;
  padding-left: 6px;
}

.customer-offer-container .coupon-regist-group .coupon-regist-notice p:before {
  content: '·';
  display: inline-block;
  position: absolute;
  left: 0;
}

.customer-wish-container .wish-delete-all {
  position: absolute;
  top: 0;
  right: 0;
}

.customer-wish-container.index-page .pagination {
  display: none;
}

.customer-wish-container .plp-grid-item {
  margin-top: 0;
  margin-bottom: 40px;
}

.customer-wish-container .plp-grid-item .product-tile .product-tile-main .product-wish .wish-delete_btn {
  display: flex;
  margin: 0;
  background: transparent;
}

.customer-wish-container .plp-grid-item .product-tile-details {
  margin-top: 12px;
  margin-bottom: auto;
}

.customer-wish-container .plp-grid-item .product-tile-details .price {
  margin-top: 3px;
}

.customer-wish-container .plp-grid-item .product-tile-details .closed-message .closed-text {
  margin: 0;
  font-weight: 500;
  color: #ca1d31;
}

.customer-wish-container .plp-grid-item .product-tile-details .closed-message .descr-text {
  margin: 0;
  margin-top: 3px;
  color: #9b9b9b;
}

.customer-wish-container .plp-grid-item .product-tile-actions {
  margin-top: 16px;
  text-align: center;
}

.customer-wish-container .plp-grid-item .product-tile-actions .button {
  padding: 9px 0;
  height: 34px;
  font-size: 13px;
  line-height: 1;
  letter-spacing: -.025em;
}

.customer-helpDesk-container {
  position: relative;
  background: #fff;
  padding: 0;
}

.customer-helpDesk-container .helpDesk-item {
  position: relative;
  font-weight: 500;
  letter-spacing: -.025em;
  color: #111111;
  border-bottom: 1px solid #e6e6e6;
}

.customer-helpDesk-container .helpDesk-item::after {
  display: none;
}

.customer-helpDesk-container .helpDesk-item .active .col-more .icon {
  transform: rotate(180deg);
}

.customer-helpDesk-container .helpDesk-item .row {
  width: 100%;
}

.customer-helpDesk-container .helpDesk-item .col-type {
  width: 120px;
  color: #111111;
  text-align: center;
}

.customer-helpDesk-container .helpDesk-item .col-content {
  min-width: 0;
}

.customer-helpDesk-container .helpDesk-item .col-state {
  width: 120px;
}

.customer-helpDesk-container .helpDesk-item .col-state .text {
  font-weight: 500;
  color: #333;
}

.customer-helpDesk-container .helpDesk-item .col-state.complete .text {
  font-weight: 600;
  color: #D31717;
}

.customer-helpDesk-container .helpDesk-item .col-date {
  width: 100px;
  font-weight: 500;
  color: #757575;
}

.customer-helpDesk-container .helpDesk-item .col-file {
  width: 80px;
  overflow: hidden;
}

.customer-helpDesk-container .helpDesk-item .col-file .text {
  line-height: 1;
}

.customer-helpDesk-container .helpDesk-item .col-file .text svg {
  width: 20px;
  height: 20px;
}

.customer-helpDesk-container .helpDesk-item .col-file .text .file-name {
  font-size: 13px;
}

.customer-helpDesk-container .helpDesk-item .col-more {
  width: 40px;
}

.customer-helpDesk-container .helpDesk-item .col-more .icon {
  font-size: 18px;
}

.customer-helpDesk-container .helpDesk-item .question::after {
  display: none;
}

.customer-helpDesk-container .helpDesk-item .question-content {
  position: relative;
  width: 100%;
  letter-spacing: -.025em;
  text-align: left;
  padding: 16px;
  padding-right: 0;
}

.customer-helpDesk-container .helpDesk-item .question-content .subject {
  font-size: 14px;
  line-height: 1.35;
  color: #757575;
  word-break: break-word;
  padding-bottom: 16px;
}

.customer-helpDesk-container .helpDesk-item .question-content .subject-main {
  position: relative;
  font-size: 14px;
  line-height: 1.35;
  color: #333;
}

.customer-helpDesk-container .helpDesk-item .question-content .subject-main span {
  display: block;
  padding-right: 60px;
  word-break: break-word;
  overflow-wrap: break-word;
}

.customer-helpDesk-container .helpDesk-item .question-content .subject-main .subject-more-btn {
  display: none;
}

.customer-helpDesk-container .helpDesk-item .question-content .subject-main.text-over .subject-more-btn {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  text-decoration: underline;
}

.customer-helpDesk-container .helpDesk-item .question-content .subject-main.show-text > span {
  text-overflow: inherit;
  white-space: inherit;
  overflow: inherit;
  -webkit-line-clamp: inherit;
}

.customer-helpDesk-container .helpDesk-item .question-content .subject-main.show-text .subject-more-btn {
  position: relative;
  margin-top: 10px;
}

.customer-helpDesk-container .helpDesk-item .question-content .helpDesk-asset {
  display: flex;
  gap: 0 14px;
  margin-top: 16px;
}

.customer-helpDesk-container .helpDesk-item .question-content .helpDesk-asset a img {
  width: 100px;
}

.customer-helpDesk-container .helpDesk-item .question-content .list li {
  line-height: 1;
  letter-spacing: -.025em;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.35;
  color: #757575;
}

.customer-helpDesk-container .helpDesk-item .question-content .list li span b {
  font-weight: 500;
  color: #333;
}

.customer-helpDesk-container .helpDesk-item .question-content .file-link {
  color: #9b9b9b;
}

.customer-helpDesk-container .helpDesk-item .question-content .file-link .icon {
  width: 18px;
  height: 16px;
  vertical-align: middle;
}

.customer-helpDesk-container .helpDesk-item .question-content .file-link .file-name {
  line-height: 1;
  letter-spacing: -.025em;
  vertical-align: middle;
}

.customer-helpDesk-container .helpDesk-item .question-content .file-link:hover .file-name {
  text-decoration: underline;
}

.customer-helpDesk-container .helpDesk-item .answer {
  display: none;
  background: #f7f7f7;
  padding: 20px;
  position: relative;
}

.customer-helpDesk-container .helpDesk-item .answer .answer-content {
  letter-spacing: -.025em;
  color: #000000;
  text-align: left;
  padding-left: 120px;
  max-width: 770px;
  word-break: keep-all;
}

.customer-helpDesk-container .helpDesk-item .answer .answer-content a {
  color: #0063BA;
  text-decoration: underline;
}

.customer-helpDesk-container .helpDesk-item .answer .answer-content::before {
  content: '';
  position: absolute;
  top: 20px;
  left: 50px;
  width: 20px;
  height: 20px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' id='icon-qna-arrow' viewBox='0 0 28 26.23'%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Layer_1-2' data-name='Layer 1'%3E%3Cpolygon class='cls-1' points='20.8 12.23 19.41 13.59 24.23 18.28 1.69 18.28 1.69 0 0 0 0 18.28 0 20.2 1.69 20.2 24.23 20.2 19.41 24.87 20.8 26.23 28 19.24 28 19.24 20.8 12.23'%3E%3C/polygon%3E%3C/g%3E%3C/g%3E%3C/svg%3E") no-repeat center;
}

.customer-helpDesk-container .helpDesk-item .answer.active {
  display: block;
}

.customer-helpDesk-container .helpDesk-item:last-child {
  border-bottom: 1px solid #111111;
}

.customer-helpDesk-container .btn-pagination {
  display: block;
  margin: 40px auto;
}

.customer-helpDesk-container .btn-pagination .paging {
  display: inline-block;
  width: unset;
  height: unset;
  border: none;
  margin: 0 10px;
  font-size: 14px;
}

.customer-helpDesk-container .btn-pagination .paging.active {
  color: #111111;
  background: none;
  text-decoration: underline;
}

.customer-helpDesk-container .btn-pagination .paging:hover {
  background: none;
}

.customer-helpDesk-container .customer-helpDesk-write .field-row .field-title {
  width: 150px;
  padding-top: 15px;
}

.customer-helpDesk-container .customer-helpDesk-write .field-row .field-label {
  width: calc(100% - 150px);
}

.customer-helpDesk-container .customer-helpDesk-write .field-row .field-label.two-label-wrap .two-label .select-box {
  width: 100%;
}

.customer-helpDesk-container .customer-helpDesk-write .field-row .field-label.two-label-wrap .two-label .select-box::before {
  border-width: 2px;
  border-color: #c4c4c4;
}

.customer-helpDesk-container .customer-helpDesk-write .field-row .field-label.two-label-wrap .two-label .field-phone .select-box,
.customer-helpDesk-container .customer-helpDesk-write .field-row .field-label.two-label-wrap .two-label .field-phone .input-text {
  width: calc(33.33% - 11px);
}

.customer-helpDesk-container .customer-helpDesk-write .field-row .field-label.two-label-wrap .two-label .field-phone span {
  line-height: 50px;
  padding: 0 5px;
  font-size: 18px;
}

.customer-helpDesk-container .customer-helpDesk-write .field-row .field-label.two-label-wrap .two-label .field-sub-checkbox {
  padding-left: 12px;
}

.customer-helpDesk-container .customer-helpDesk-write .field-row .field-label .input-text {
  height: 50px;
  padding: 16px;
}

.customer-helpDesk-container .customer-helpDesk-write .field-row .choose-product-btn {
  width: 100%;
  line-height: 50px;
  font-size: 14px;
  font-weight: 500;
  color: #333;
  align-items: center;
  border: 1px solid #111111;
  margin: 0;
}

.customer-helpDesk-container .customer-helpDesk-write .field-row .choose-product-btn:not(.hidden) {
  margin-top: 12px;
}

.customer-helpDesk-container .customer-helpDesk-write .field-row.no-required .field-title::after {
  display: none;
}

.customer-helpDesk-container .customer-helpDesk-write fieldset {
  margin: 0;
}

.customer-helpDesk-container .customer-helpDesk-write .input-select-inline {
  width: 100%;
  border: 1px solid #c4c4c4;
  box-shadow: 0 0 0 1px #c4c4c4;
  background-color: #ffffff;
  color: #141414;
}

.customer-helpDesk-container .customer-helpDesk-write .input-select-inline > option {
  padding-left: 0;
}

.customer-helpDesk-container .customer-helpDesk-write .input-select-inline > option[value=""][disabled] {
  display: none;
}

.customer-helpDesk-container .customer-helpDesk-write .input-select-inline:disabled {
  background-color: #fff;
  opacity: 0.7;
}

.customer-helpDesk-container .customer-helpDesk-write .selection-product .product-item {
  border: 1px solid #c4c4c4;
  background-color: #fff;
  margin: 0;
}

.customer-helpDesk-container .customer-helpDesk-write .selection-product .product-item .item-summary {
  width: 100%;
  max-width: 100%;
  word-break: keep-all;
  word-wrap: break-word;
  overflow-wrap: anywhere;
}

.customer-helpDesk-container .customer-helpDesk-write .selection-product .product-item .item-summary > .icon {
  font-size: 18px;
  margin-right: 16px;
}

.customer-helpDesk-container .customer-helpDesk-write .selection-product .product-item .item-summary .order-item-name {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.35;
  color: #666;
  letter-spacing: -.025em;
  padding-bottom: 4px;
}

.customer-helpDesk-container .customer-helpDesk-write .selection-product .product-item .item-summary .order-item-name strong {
  font-weight: 600;
  color: #111111;
  padding-left: 12px;
}

.customer-helpDesk-container .customer-helpDesk-write .selection-product .product-item .item-summary .order-item-code {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.35;
  color: #666;
  letter-spacing: -.025em;
}

.customer-helpDesk-container .customer-helpDesk-write .selection-product .product-item .item-summary .order-item-code > span {
  display: block;
}

.customer-helpDesk-container .customer-helpDesk-write .selection-product .product-item .item-summary .order-item-code > span + span {
  padding-top: 4px;
}

.customer-helpDesk-container .customer-helpDesk-write .selection-product .product-item .item-summary .order-item-code > span strong {
  font-weight: 600;
  color: #111111;
  padding-left: 12px;
}

.customer-helpDesk-container .customer-helpDesk-write .selection-product .product-item .item-summary .product-price {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.35;
  color: #111111;
  padding-top: 18px;
}

.customer-helpDesk-container .customer-helpDesk-write .selection-product .product-item .item-summary .product-price .rate {
  font-weight: 600;
  color: #D31717;
  margin-right: 10px;
}

.customer-helpDesk-container .customer-helpDesk-write .selection-product .product-item .item-summary .item-name {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.35;
  color: #111111;
}

.customer-helpDesk-container .customer-helpDesk-write .selection-product .product-item .item-summary .item-name b, .customer-helpDesk-container .customer-helpDesk-write .selection-product .product-item .item-summary .item-name strong {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.35;
  color: #111111;
}

.customer-helpDesk-container .customer-helpDesk-write .selection-product .product-item .item-summary .item-code {
  font-size: 12px;
  font-weight: 400;
  color: #999;
}

.customer-helpDesk-container .customer-helpDesk-write .selection-product .product-item .order-summary .data {
  line-height: 1;
  letter-spacing: -.025em;
  color: #9b9b9b;
}

.customer-helpDesk-container .customer-helpDesk-write .selection-product .product-item .order-summary .data:not(:first-child) {
  margin-top: 8px;
}

.customer-helpDesk-container .customer-helpDesk-write .selection-product .product-item:not(:first-child) {
  border-top: 0;
}

.customer-helpDesk-container .customer-helpDesk-write .selection-product:not(:empty) {
  margin-top: 12px;
}

.customer-helpDesk-container .customer-helpDesk-write .input-area .input-textarea {
  width: 100%;
  color: #111111;
  font-weight: 500;
  border: 1px solid #c4c4c4;
  resize: none;
}

.customer-helpDesk-container .customer-helpDesk-write .input-area .input-textarea::placeholder {
  color: #999;
}

.customer-helpDesk-container .customer-helpDesk-write .file-upload {
  position: relative;
}

.customer-helpDesk-container .customer-helpDesk-write .file-upload .file-upload-li {
  display: flex;
  gap: 0 16px;
}

.customer-helpDesk-container .customer-helpDesk-write .file-upload .file-upload-li .upload-btn {
  display: none;
}

.customer-helpDesk-container .customer-helpDesk-write .file-upload .file-upload-li .no-data .upload-btn {
  display: block;
  width: 120px;
  height: 120px;
  background-color: #f6f6f6;
  position: relative;
  font-size: 40px;
  color: #c4c4c4;
}

.customer-helpDesk-container .customer-helpDesk-write .file-upload .file-upload-li .current {
  position: relative;
  background-color: #fff;
}

.customer-helpDesk-container .customer-helpDesk-write .file-upload .file-upload-li .current img {
  width: 120px;
  height: 120px;
}

.customer-helpDesk-container .customer-helpDesk-write .file-upload .file-upload-li .current .img-del {
  position: absolute;
  top: 0;
  right: 0;
  width: 24px;
  height: 24px;
  background-color: #757575;
}

.customer-helpDesk-container .customer-helpDesk-write .file-upload .file-upload-li .current .img-del .icon {
  color: #fff;
  width: 15px;
  height: 15px;
}

.customer-helpDesk-container .customer-helpDesk-write .file-upload .img-upload-thum {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  gap: 0 16px;
}

.customer-helpDesk-container .customer-helpDesk-write .file-upload .img-upload-thum li {
  position: relative;
  background-color: #fff;
}

.customer-helpDesk-container .customer-helpDesk-write .file-upload .img-upload-thum li img {
  width: 120px;
  height: 120px;
}

.customer-helpDesk-container .customer-helpDesk-write .file-upload .img-upload-thum li .img-del {
  position: absolute;
  top: 0;
  right: 0;
  width: 24px;
  height: 24px;
  background-color: #757575;
}

.customer-helpDesk-container .customer-helpDesk-write .file-upload .img-upload-thum li .img-del .icon {
  color: #fff;
  width: 15px;
  height: 15px;
}

.customer-helpDesk-container .customer-helpDesk-write .file-upload .file-upload-notice {
  display: block;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.35;
  color: #757575;
  margin: 12px 0 0;
}

.customer-helpDesk-container .customer-helpDesk-write .file-upload .descr-text {
  margin: 0;
  font-size: 12px;
  line-height: 1.3;
  color: #141414;
}

.customer-helpDesk-container .customer-helpDesk-write .write-action .button {
  height: 50px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
}

.customer-helpDesk-container .customer-helpDesk-write .write-action .button:not(.submit-btn) {
  color: #fff;
  background-color: #c4c4c4;
  border-color: #c4c4c4;
}

.customer-helpDesk-container .customer-helpDesk-write .write-action .button.primary {
  margin-left: 12px;
}

#helpDesk-order.modal-account-order .uk-modal-dialog, #helpDesk-order.modal-account-wish .uk-modal-dialog {
  max-width: 640px;
  border-radius: 0;
}

#helpDesk-order .helpDest-modal-tab {
  margin: 20px 40px 0;
  border-bottom: 1px solid #c4c4c4;
}

#helpDesk-order .helpDest-modal-tab ul {
  display: flex;
}

#helpDesk-order .helpDest-modal-tab ul li {
  width: 160px;
}

#helpDesk-order .helpDest-modal-tab ul li a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  font-size: 14px;
  font-weight: 600;
  color: #999;
  background-color: #f6f6f6;
  border: 1px solid #c4c4c4;
  margin-bottom: -1px;
}

#helpDesk-order .helpDest-modal-tab ul li.active a {
  background-color: #fff;
  color: #0063BA;
  border-color: #0063BA;
  border-bottom: none;
}

#helpDesk-order .product-selector {
  max-height: 540px;
  overflow-y: auto;
  padding: 0;
  margin: 20px 40px 90px;
}

#helpDesk-order .product-selector .order-item {
  padding-bottom: 20px;
}

#helpDesk-order .product-selector .order-item .i-radio {
  position: relative;
  border-bottom: none;
  padding: 0;
}

#helpDesk-order .product-selector .order-item .i-radio input[type=radio]:checked + .icon {
  border-color: #0063BA;
}

#helpDesk-order .product-selector .order-item .i-radio input[type=radio]:checked + .icon:before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  content: '';
  display: block;
  width: 10px;
  height: 10px;
  background: #0063BA;
  border-radius: 10px;
}

#helpDesk-order .product-selector .order-item .i-radio .icon {
  top: 20px;
  width: 20px;
  height: 20px;
  border: 1px solid #c4c4c4;
  background: #fff;
  z-index: 1;
  margin: 0;
}

#helpDesk-order .product-selector .order-item .i-radio .order-summary {
  background-color: #fff;
  padding: 20px 30px;
  border-top: 1px solid #000;
  border-bottom: 1px solid #e6e6e6;
}

#helpDesk-order .product-selector .order-item .i-radio .order-summary .data.order-date {
  display: block;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.35;
  color: #666;
  padding-bottom: 6px;
}

#helpDesk-order .product-selector .order-item .i-radio .order-summary .data.order-number {
  display: block;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.35;
  color: #666;
}

#helpDesk-order .product-selector .order-item .i-radio .order-summary .data.order-number b {
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.35;
  color: #111111;
  padding-left: 16px;
}

#helpDesk-order .product-selector .order-item .i-radio .order-summary .data.order-price {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.35;
  color: #111111;
}

#helpDesk-order .product-selector .order-item .order-product {
  padding-left: 0;
}

#helpDesk-order .product-selector .order-item .order-product .product-mini {
  padding: 16px 0;
  border-bottom: 1px solid #e6e6e6;
  gap: 20px;
}

#helpDesk-order .product-selector .order-item .order-product .product-mini .image-url {
  max-width: 80px;
}

#helpDesk-order .product-selector .order-item .order-product .product-mini .image-url::before {
  width: 80px;
}

#helpDesk-order .product-selector .order-item .order-product .product-mini .product-mini-details .product-name {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.35;
  color: #333;
}

#helpDesk-order .product-selector .order-item .order-product .product-mini .product-mini-details .product-options {
  font-size: 12px;
  color: #111111;
  padding-bottom: 0;
  padding-top: 8px;
}

#helpDesk-order .product-selector .order-item .order-product .product-mini .product-mini-details .product-options .option.quantity {
  display: inline-block;
}

#helpDesk-order .product-selector .order-item .order-product .product-mini + .product-mini {
  margin-top: 0;
  border-top: none;
}

#helpDesk-order .product-selector .order-item .order-product .addon-mini {
  padding: 16px;
  border-bottom: 1px solid #e6e6e6;
  gap: 20px;
}

#helpDesk-order .product-selector .order-item .order-product .addon-mini .image-url {
  max-width: 64px;
}

#helpDesk-order .product-selector .order-item .order-product .addon-mini .image-url::before {
  width: 64px;
}

#helpDesk-order .product-selector .order-item .order-product .addon-mini .product-mini-details .product-name {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.35;
  color: #333;
}

#helpDesk-order .product-selector .order-item .order-product .addon-mini .product-mini-details .product-options {
  font-size: 12px;
  color: #111111;
  padding-bottom: 0;
  padding-top: 8px;
}

#helpDesk-order .product-selector .order-item .order-product .addon-mini .product-mini-details .product-options .option.quantity {
  display: inline-block;
}

#helpDesk-order .product-selector .order-item .order-product .addon-mini + .product-mini {
  margin-top: 16px;
}

#helpDesk-order .product-selector .order-item .order-product .gift-mini-wrap {
  margin-top: 0;
  padding-top: 16px;
  border: none;
}

#helpDesk-order .content-action {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: #fff;
  padding: 0 40px 40px;
}

#helpDesk-order .content-action .button {
  max-width: 100%;
  background: #0063BA;
}

#helpDesk-product.modal-account-wish .uk-modal-dialog {
  max-width: 640px;
  border-radius: 0;
}

#helpDesk-product .helpDest-modal-tab {
  margin: 20px 40px 0;
  border-bottom: 1px solid #c4c4c4;
}

#helpDesk-product .helpDest-modal-tab ul {
  display: flex;
}

#helpDesk-product .helpDest-modal-tab ul li {
  width: 160px;
}

#helpDesk-product .helpDest-modal-tab ul li a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  font-size: 14px;
  font-weight: 600;
  color: #999;
  background-color: #f6f6f6;
  border: 1px solid #c4c4c4;
  margin-bottom: -1px;
}

#helpDesk-product .helpDest-modal-tab ul li.active a {
  background-color: #fff;
  color: #0063BA;
  border-color: #0063BA;
  border-bottom: none;
}

#helpDesk-product .product-search-wrap {
  padding-top: 20px;
}

#helpDesk-product .product-search-wrap .default-search {
  min-height: 300px;
}

#helpDesk-product .order-product-list {
  max-height: 580px;
  overflow-y: auto;
  padding: 0;
  margin: 0 40px 110px;
}

#helpDesk-product .order-product-list .order-product-item {
  padding: 20px 0;
}

#helpDesk-product .order-product-list .order-product-item input[type=radio]:checked + .icon {
  border-color: #0063BA;
}

#helpDesk-product .order-product-list .order-product-item input[type=radio]:checked + .icon:before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  content: '';
  display: block;
  width: 10px;
  height: 10px;
  background: #0063BA;
  border-radius: 10px;
}

#helpDesk-product .order-product-list .order-product-item .icon {
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  border: 1px solid #c4c4c4;
  background: #fff;
  z-index: 1;
  margin: 0;
}

#helpDesk-product .order-product-list .order-product-item .product-mini {
  gap: 0;
}

#helpDesk-product .order-product-list .order-product-item .product-mini .image-url {
  flex: 0 1 25%;
  max-width: 80px;
  max-height: 80px;
  margin-left: 30px;
  margin-right: 20px;
}

#helpDesk-product .order-product-list .order-product-item .product-mini .image-url .product-tile-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.3);
}

#helpDesk-product .order-product-list .order-product-item .product-mini .product-name {
  font-size: 16px;
}

#helpDesk-product .order-product-list .order-product-item .product-mini .product-options {
  font-size: 12px;
  font-weight: 400;
  padding: 0 0 8px;
}

#helpDesk-product .order-product-list .order-product-item .product-mini .product-price {
  position: relative;
  font-size: 16px;
}

#helpDesk-product .order-product-list .order-product-item .product-mini .product-price .rate {
  font-size: 16px;
  margin-left: 0;
  margin-right: 10px;
}

#helpDesk-product .order-product-list .order-product-item .product-mini .product-price .sale {
  margin-left: 0;
}

#helpDesk-product .order-product-list .order-item .i-radio {
  border-bottom: none;
}

#helpDesk-product .content-action {
  position: fixed;
  bottom: 0;
  width: 100%;
  background-color: #fff;
}

.customer-address-container {
  background: #fff;
}

.customer-address-container .customer-address {
  padding-top: 40px;
}

.customer-address-container .customer-address .address-item {
  padding: 0 0 24px;
  margin-bottom: 24px;
  border-bottom: 1px solid #e6e6e6;
}

.customer-address-container .customer-address .address-item .address-default {
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  color: #0063BA;
  margin-left: 10px;
}

.customer-address-container .customer-address .address-item strong {
  display: inline;
  font-weight: 700;
  color: #111111;
  word-break: break-all;
}

.customer-address-container .customer-address .address-item dl {
  position: relative;
}

.customer-address-container .customer-address .address-item .address-label {
  width: calc(100% - 172px);
  font-size: 18px;
  font-weight: bold;
  color: #111111;
}

.customer-address-container .customer-address .address-item .address-info {
  margin-top: 20px;
}

.customer-address-container .customer-address .address-item .address-info .info-list {
  width: calc(100% - 172px);
}

.customer-address-container .customer-address .address-item .address-info .info-list li {
  line-height: 20px;
  font-size: 14px;
  font-weight: 500;
  word-break: break-all;
}

.customer-address-container .customer-address .address-item .address-info .info-list li:not(:first-child) {
  color: #333;
  margin-top: 5px;
  word-break: break-all;
}

.customer-address-container .customer-address .address-item .address-info .info-list li.name {
  font-weight: bold;
}

.customer-address-container .customer-address .address-item .address-tools {
  position: absolute;
  top: unset;
  bottom: 0;
  right: 0;
}

.customer-address-container .customer-address .address-item .address-tools .link {
  display: block;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  color: #111;
}

.customer-address-container .customer-address .address-item .address-tools .link .trigger-default {
  width: 120px;
  height: 40px;
  line-height: 40px;
}

.customer-address-container .customer-address .address-item .address-tools .link.modify {
  width: 80px;
  height: 40px;
  line-height: 40px;
  color: #111111;
  background: #fff;
  border: 1px solid #c4c4c4;
}

.customer-address-container .customer-address .address-item .address-tools .link .remove {
  width: 80px;
  height: 40px;
  line-height: 40px;
  color: #fff;
  background: #111111;
}

.customer-address-container .customer-address .address-item .address-tools .link:not(:first-child) {
  margin-left: 12px;
}

.customer-address-container .customer-address .address-item .address-tools .link:not(.trigger-default) {
  margin-right: 0;
}

.customer-address-container .add-address {
  position: absolute;
  top: -13px;
  right: 0;
  display: inline-block;
  width: 120px;
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  font-weight: 500;
  color: #111;
  text-align: center;
  border: 1px solid #111;
  background: #fff;
  margin-bottom: 24px;
}

.customer-account-container {
  background: #fff;
  padding: 30px 0px;
  border-bottom: 1px solid #c4c4c4;
}

.customer-account-container .customer-formbox .dynamic-form .field-row {
  margin-bottom: 15px;
}

.customer-account-container .customer-formbox .dynamic-form .field-row .input-textfield,
.customer-account-container .customer-formbox .dynamic-form .field-row .field-label {
  position: relative;
  margin-bottom: 7px;
}

.customer-account-container .customer-formbox .dynamic-form .field-row .input-textfield label,
.customer-account-container .customer-formbox .dynamic-form .field-row .field-label label {
  display: block;
  font-size: 14px;
  line-height: 30px;
  font-weight: 500;
  color: #111111;
  transition-property: all;
  transition-timing-function: ease-in-out;
  transition-duration: 300ms;
}

.customer-account-container .customer-formbox .dynamic-form .field-row .input-textfield input,
.customer-account-container .customer-formbox .dynamic-form .field-row .field-label input {
  width: 100%;
  height: 50px;
  font-size: 14px;
  padding: 0 15px;
  border: 1px solid #c4c4c4;
}

.customer-account-container .customer-formbox .dynamic-form .field-row .input-textfield .error-message,
.customer-account-container .customer-formbox .dynamic-form .field-row .field-label .error-message {
  font-size: 12px;
  color: #c9192e;
}

.customer-account-container .customer-formbox .dynamic-form .field-row .input-textfield .error-message.filled,
.customer-account-container .customer-formbox .dynamic-form .field-row .field-label .error-message.filled {
  margin-top: 10px;
}

.customer-account-container .customer-formbox .dynamic-form .field-row .input-textfield .placeholder-text,
.customer-account-container .customer-formbox .dynamic-form .field-row .field-label .placeholder-text {
  position: absolute;
  top: 43px;
  left: 15px;
  font-size: 13px;
  line-height: 23px;
  color: #9b9b9b;
  z-index: 1;
}

.customer-account-container .customer-formbox .dynamic-form .field-row .input-text:read-only {
  color: #9b9b9b;
}

.customer-account-container .customer-formbox .dynamic-form .field-row .uk-form-label {
  display: block;
  width: 100%;
  padding: 0 10px;
  background: #f1f2f3;
  font-weight: bold;
  font-size: 15px;
  line-height: 45px;
}

.customer-account-container .customer-formbox .dynamic-form .field-row .input-text:read-only {
  color: #9b9b9b;
  background-color: #f4f4f4;
}

.customer-account-container .customer-formbox .dynamic-form .field-row .input-text[readonly] {
  background-color: #f4f4f4;
  outline: 0;
  color: #999;
}

.customer-account-container .customer-formbox .dynamic-form .field-row .text-readonly {
  border: 1px solid #c4c4c4;
}

.customer-account-container .customer-formbox .dynamic-form .field-row .radio-tabs .i-selector {
  position: relative;
}

.customer-account-container .customer-formbox .dynamic-form .field-row .radio-tabs .i-selector .label {
  width: 100%;
  height: 48px;
  line-height: 1;
  color: #383838;
  background-color: #f4f4f4;
}

.customer-account-container .customer-formbox .dynamic-form .field-row .radio-tabs .i-selector input {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  visibility: hidden;
}

.customer-account-container .customer-formbox .dynamic-form .field-row .radio-tabs .i-selector input:checked + .label {
  color: #000000;
  background-color: #ffffff;
  outline: 1px solid #111111;
  z-index: 2;
}

.customer-account-container .customer-formbox .dynamic-form .field-row .radio-tabs .i-selector:not(:first-child) {
  border-left: 1px solid #eeeeee;
}

.customer-account-container .customer-formbox .dynamic-form .field-row .radio-tabs .descr-message {
  display: block;
}

.customer-account-container .customer-formbox .dynamic-form .field-row .i-checkbox .icon {
  margin-left: 0;
}

.customer-account-container .customer-formbox .dynamic-form .field-row .field-group .i-radio {
  margin-top: 14px;
}

.customer-account-container .customer-formbox .dynamic-form .field-row .field-group .i-radio input {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  visibility: hidden;
}

.customer-account-container .customer-formbox .dynamic-form .field-row .field-group .i-radio input:checked + .icon {
  border-color: #111111;
}

.customer-account-container .customer-formbox .dynamic-form .field-row .field-group .i-radio input:checked + .icon::before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #000000;
}

.customer-account-container .customer-formbox .dynamic-form .field-row .field-group .i-radio .icon {
  display: block;
  margin-right: 10px;
  padding: 3px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 1px solid #c4c4c4;
}

.customer-account-container .customer-formbox .dynamic-form .field-row .field-group .i-radio .text {
  line-height: 16px;
  letter-spacing: -.025em;
}

.customer-account-container .customer-formbox .dynamic-form .field-row .field-group .i-radio + .error-message {
  margin-top: 20px;
}

.customer-account-container .customer-formbox .dynamic-form .field-row .field-group .input-textarea {
  padding: 16px;
  margin: 25px 0 0;
  width: 100%;
  height: 130px;
  letter-spacing: -.025em;
  border: 1px solid #c4c4c4;
  resize: none;
  word-break: keep-all;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

.customer-account-container .customer-formbox .dynamic-form .field-row .field-group .input-textarea::-webkit-input-placeholder {
  color: #383838;
}

.customer-account-container .customer-formbox .dynamic-form .field-row .field-group .input-textarea:-moz-placeholder {
  color: #383838;
}

.customer-account-container .customer-formbox .dynamic-form .field-row .field-group .input-textarea::-moz-placeholder {
  color: #383838;
}

.customer-account-container .customer-formbox .dynamic-form .field-row .field-group .input-textarea:-ms-input-placeholder {
  color: #383838;
}

.customer-account-container .customer-formbox .dynamic-form .field-row .field-group .input-textarea::placeholder {
  color: #383838;
}

.customer-account-container .customer-formbox .dynamic-form .field-row .error-message.filled {
  display: block;
  margin: 0;
  padding-top: 8px;
  font-size: 12px;
  line-height: 1;
  letter-spacing: -.025em;
  color: #ca1d31;
  text-align: left;
}

.customer-account-container .customer-formbox .dynamic-form .field-row .withdrawal-action .button {
  text-align: center;
}

.customer-account-container .customer-formbox .account-action {
  margin-top: 20px;
}

.customer-account-container .customer-formbox .account-action .button {
  max-width: unset;
  width: 100%;
  height: 50px;
  font-size: 16px;
  font-weight: 600;
}

.customer-account-container .customer-formbox .account-action-change .button {
  width: 100px;
  font-size: 14px;
  font-weight: 500;
  color: #111;
  padding: 16px 0;
  border: 1px solid #111;
}

.customer-account-container .customer-formbox .account-action-change .save-btn {
  background: #000;
  color: #fff;
  border: 1px solid #000;
}

.customer-account-container .customer-formbox.sync-password {
  max-width: 100%;
  text-align: center;
}

.customer-account-container .customer-formbox.sync-password .cp-title {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.35;
  color: #333;
  text-align: center;
  padding: 50px 0;
}

.customer-account-container.update-account {
  border-bottom: 1px solid #e6e6e6;
  padding: 20px 0 25px;
}

.customer-account-container.update-account .account-fieldset {
  padding: 0;
}

.customer-account-container.update-account .account-fieldset .update-box .title {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.35;
  color: #333;
}

.customer-account-container.update-account .account-fieldset .update-box .txt {
  font-size: 14px;
  line-height: 1.35;
  color: #666;
  padding: 12px 0 16px;
}

.customer-account-container.update-account .account-fieldset + .account-fieldset .data-grid {
  display: none;
}

.customer-account-container.update-account .account-fieldset .fieldset-legend {
  display: none;
}

.customer-account-container.update-account .account-fieldset .field-row {
  margin: 12px 0;
}

.customer-account-container.update-account .account-fieldset .field-row .field-title {
  width: 120px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.35;
  color: #333;
  margin: 0;
}

.customer-account-container.update-account .account-fieldset .field-row .field-title:after {
  content: '';
}

.customer-account-container.update-account .account-fieldset .field-row .field-label {
  margin-bottom: 0;
}

.customer-account-container.update-account .account-fieldset .field-row.field-check {
  margin-top: 5px;
}

.customer-account-container.update-account .account-fieldset .field-row.field-agree {
  margin-right: 24px;
}

.customer-account-container.update-account .account-fieldset .field-row.field-agree .icon {
  border: 1px solid #141414;
}

.customer-account-container.update-account .account-fieldset .field-row.field-agree .text {
  font-weight: 500;
  color: #111;
}

.customer-account-container.update-account .account-fieldset .field-row.field-agree input[readonly] + .icon {
  background: #f4f4f4;
  border: 1px solid #c4c4c4;
}

.customer-account-container.update-account .account-fieldset .field-row.field-agree input[readonly] ~ .text {
  color: #757575;
}

.customer-account-container.update-account .account-fieldset .field-row.field-agree .checked input[readonly] + .icon {
  color: #999;
}

.customer-account-container.update-account .account-fieldset .field-row.update-account-field .field-label {
  width: calc(100% - 230px);
}

.customer-account-container.update-account .account-fieldset .field-row.update-account-field .account-action-change {
  margin-left: 10px;
  align-self: start;
}

.customer-account-container.update-account .account-fieldset .policy-agree {
  margin: 0px;
}

.customer-account-container.update-account .account-fieldset.update-marketing-field .field-test {
  margin-left: auto;
}

.customer-account-container.update-account .account-fieldset.account-connection-fieldset {
  border-top: 1px solid #e6e6e6;
  padding-top: 30px;
  margin-top: 24px;
}

.customer-account-container.update-account .account-fieldset.account-connection-fieldset .connection-box {
  background: #f4f4f4;
  padding: 16px 20px;
  margin-top: 16px;
}

.customer-account-container.update-account .account-fieldset.account-connection-fieldset .connection-box .title {
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.35;
  color: #111;
  margin-right: 10px;
}

.customer-account-container.update-account .account-fieldset.account-connection-fieldset .connection-box .description {
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.35;
  color: #666;
}

.customer-account-container.update-account .account-fieldset.account-connection-fieldset .connection-box .connection-btn {
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  border-radius: 50%;
  background: #e4e4e4;
  cursor: default;
}

.customer-account-container.update-account .account-fieldset.account-connection-fieldset .connection-box .connection-btn .icon {
  font-size: 20px;
  color: #999;
}

.customer-account-container.update-account .account-fieldset.account-connection-fieldset .connection-box .connection-btn.connection-kakao-btn.active {
  background: #F9E000;
}

.customer-account-container.update-account .account-fieldset.account-connection-fieldset .connection-box .connection-btn.connection-kakao-btn.active .icon {
  color: #474747;
}

.customer-account-container.update-account .account-fieldset.account-connection-fieldset .connection-box .connection-btn.connection-apple-btn {
  background: #e4e4e4;
}

.customer-account-container.update-account .account-fieldset.account-connection-fieldset .connection-box .connection-btn.connection-apple-btn .icon {
  margin-top: -5px;
}

.customer-account-container.update-account .account-fieldset.account-connection-fieldset .connection-box .connection-btn.connection-apple-btn.active {
  background: #111;
}

.customer-account-container.update-account .account-fieldset.account-connection-fieldset .connection-box .connection-btn.connection-apple-btn.active .icon {
  color: #fff;
}

.customer-account-container.update-account .account-fieldset.account-divider {
  border-bottom: 1px solid #e6e6e6;
  padding-bottom: 18px;
  margin-bottom: 30px;
}

.customer-account-container.update-account .marketing-info {
  margin-top: 12px;
  padding: 12px 24px;
  color: #666;
  font-size: 13px;
  line-height: 1.4;
  background-color: #F0F7FF;
  word-break: keep-all;
}

.customer-account-container.update-account .marketing-info span {
  color: #111;
  font-weight: 500;
}

.customer-account-container.update-account .customer-helpDesk-container {
  padding: 0;
}

.customer-account-container.update-account .dynamic-form {
  max-width: 550px;
}

.customer-account-container.update-account .dynamic-form .input-textfield label:after,
.customer-account-container.update-account .dynamic-form .field-label label:after {
  content: '*';
  color: #0063BA;
  margin-left: 3px;
}

.customer-account-container.update-account .account-action {
  border: none;
  border-top: 1px solid #e6e6e6;
  padding: 30px 0;
  margin: 30px 0 0;
}

.customer-account-container.update-account .account-action a {
  font-size: 16px;
}

.customer-account-container.update-account .customer-info-box {
  padding-bottom: 30px;
}

.customer-account-container.update-account .customer-info-box li {
  position: relative;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.35;
  color: #757575;
  padding-left: 6px;
}

.customer-account-container.update-account .customer-info-box li:before {
  content: '·';
  display: inline-block;
  position: absolute;
  left: 0;
}

.customer-account-container.change-password {
  padding: 40px 0 30px;
}

.customer-account-container.change-password .customer-formbox {
  max-width: 550px;
  padding: 0;
}

.customer-account-container.change-password .customer-formbox.sync-password {
  max-width: 100%;
}

.customer-account-container.change-password .customer-formbox .account-fieldset {
  padding: 0;
}

.customer-account-container.change-password .customer-formbox .account-fieldset .field-row {
  margin: 0 0 12px;
}

.customer-account-container.change-password .customer-formbox .account-fieldset .field-row .field-title {
  display: inline-block;
  width: 120px;
  font-size: 14px;
  font-weight: 500;
  line-height: 34px;
  color: #333;
  vertical-align: top;
  margin: 15px 0 0;
}

.customer-account-container.change-password .customer-formbox .account-fieldset .field-row .field-label {
  display: inline-block;
  width: calc(100% - 123px);
  max-width: 100%;
}

.customer-account-container.change-password .customer-formbox .account-fieldset .field-row .field-label input {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.35;
  border: 1px solid #c4c4c4;
}

.customer-account-container.change-password .customer-formbox .account-fieldset .field-row .field-label input::placeholder {
  color: #999;
}

.customer-account-container.change-password .customer-formbox .account-action {
  border: none;
  padding: 0;
  margin-top: 24px;
}

.customer-account-container.with-drawal {
  padding-top: 0;
}

.customer-account-container.with-drawal .withdrawal-container {
  padding-top: 24px;
}

.customer-account-container.with-drawal .withdrawal-container .withdrawal-notify .highlight {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.35;
  color: #333;
  padding: 0 0 10px;
}

.customer-account-container.with-drawal .withdrawal-container .withdrawal-notify p {
  position: relative;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.8;
  color: #757575;
  padding-left: 10px;
  margin: 0;
}

.customer-account-container.with-drawal .customer-formbox {
  max-width: 550px;
  padding-top: 40px;
}

.customer-account-container.with-drawal .customer-formbox .withdrwal-field-title {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.35;
  color: #333;
  padding: 0 0 16px;
}

.customer-account-container.with-drawal .customer-formbox .withdrwal-field-title:after {
  display: inline-block;
  content: '*';
  color: #ff0000;
  margin-left: 3px;
}

.customer-account-container.with-drawal .customer-formbox .dynamic-form .field-row {
  margin-bottom: 24px;
}

.customer-account-container.with-drawal .customer-formbox .dynamic-form .field-row .field-title {
  width: 100%;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.35;
  color: #333;
  padding-bottom: 16px;
}

.customer-account-container.with-drawal .customer-formbox .dynamic-form .field-row .field-group .i-radio {
  margin: 0 0 14px;
}

.customer-account-container.with-drawal .customer-formbox .dynamic-form .field-row .field-group .i-radio .icon {
  width: 20px;
  height: 20px;
  margin-right: 8px;
}

.customer-account-container.with-drawal .customer-formbox .dynamic-form .field-row .field-group .i-radio .text {
  font-size: 14px;
  line-height: 1.35;
  font-weight: 500;
  color: #666;
}

.customer-account-container.with-drawal .customer-formbox .dynamic-form .field-row .field-group .i-radio:last-child {
  margin: 0;
}

.customer-account-container.with-drawal .customer-formbox .dynamic-form .field-row .field-group .input-textarea {
  margin: 0;
}

.customer-account-container.with-drawal .customer-formbox .dynamic-form .field-row .field-group .input-textarea::placeholder {
  color: #9e9e9e;
}

.customer-account-container.with-drawal .customer-formbox .dynamic-form .field-row.drawal-textarea {
  display: none;
}

.customer-account-container.with-drawal .customer-formbox .dynamic-form .field-row.drawal-textarea.active {
  display: block;
}

.customer-account-container.with-drawal .customer-formbox .dynamic-form .input-agree .i-checkbox .icon {
  margin-right: 4px;
}

.customer-account-container.with-drawal .customer-formbox .dynamic-form .input-agree .i-checkbox .text {
  color: #333;
}

.customer-account-container.with-drawal .customer-formbox .dynamic-form .input-agree .i-checkbox .text:after {
  display: inline-block;
  content: '*';
  color: #ff0000;
  margin-left: 3px;
}

.customer-account-container.with-drawal .customer-formbox .account-action {
  padding: 0;
  border: none;
}

.customer-account-container.with-drawal .customer-formbox .account-action button {
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  background: #333;
  border: 1px solid #333;
}

.customer-account-container.with-drawal .customer-formbox .account-action button:hover {
  color: #111;
  background: #fff;
  border: 1px solid #c4c4c4;
}

.uk-modal .uk-close {
  line-height: 1;
  top: 30px;
  right: 40px;
  width: 20px;
  height: 20px;
}

.uk-modal .uk-close:after {
  width: 20px;
  height: 20px;
}

.uk-modal .i-checkbox {
  position: relative;
}

.uk-modal .i-checkbox input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  visibility: hidden;
}

.uk-modal .i-checkbox .icon {
  margin-right: 8px;
  padding: 2px;
  width: 16px;
  height: 16px;
  vertical-align: top;
}

.uk-modal .i-radio {
  position: relative;
}

.uk-modal .i-radio input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  visibility: hidden;
}

.uk-modal .i-radio .icon {
  margin-right: 8px;
  padding: 3px;
  width: 16px;
  height: 16px;
  vertical-align: top;
  border-radius: 50%;
}

.uk-modal .i-radio .icon::before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
}

.uk-modal.modal-account-address, .uk-modal.modal-account-wish, .uk-modal.modal-account-order, .uk-modal.modal-order-cancel, .uk-modal.modal-order-return {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.uk-modal.modal-account-address .uk-modal-dialog, .uk-modal.modal-account-wish .uk-modal-dialog, .uk-modal.modal-account-order .uk-modal-dialog, .uk-modal.modal-order-cancel .uk-modal-dialog, .uk-modal.modal-order-return .uk-modal-dialog {
  border-radius: 0;
}

.uk-modal.modal-order-detail .uk-modal-dialog {
  max-width: 640px;
  border-radius: 0;
}

.uk-modal.modal-order-detail .uk-modal-dialog .uk-close {
  top: 30px;
}

.uk-modal.modal-helpDesk-img .uk-modal-dialog .uk-close {
  margin: 0;
  top: 20px;
  right: 20px;
}

.order-detail-modal {
  padding: 30px 40px 40px;
}

.order-detail-modal .modal-header {
  border-bottom: 2px solid #111111;
}

.order-detail-modal .modal-header .title {
  font-size: 24px;
  font-weight: bold;
  padding-bottom: 20px;
}

.order-detail-modal .modal-info-wrap {
  padding: 20px 0;
  border-bottom: 1px solid #e6e6e6;
}

.order-detail-modal .info-wrap-title {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.35;
  color: #333;
  padding-bottom: 16px;
}

.order-detail-modal .short-info-wrap .order-normal-data {
  padding: 26.5px 0;
  border-bottom: 1px solid #e6e6e6;
}

.order-detail-modal .short-info-wrap .order-normal-data .order-info-wrap .order-info-item b {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.35;
  color: #666;
  margin-right: 8px;
}

.order-detail-modal .short-info-wrap .order-normal-data .order-info-wrap .order-info-item span {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.35;
  color: #111;
}

.order-detail-modal .short-info-wrap .order-normal-data .order-info-wrap .order-info-item span.order-number {
  font-weight: 700;
}

.order-detail-modal .short-info-wrap .order-normal-data .order-info-wrap .order-info-item span + span {
  margin-left: 5px;
}

.order-detail-modal .short-info-wrap .order-normal-data .order-info-wrap .order-info-item:first-child:after {
  content: '|';
  display: inline-block;
  color: #c4c4c4;
  margin: 0 16px;
}

.order-detail-modal .short-info-wrap .order-normal-data .receipt-btn {
  font-size: 14px;
  font-weight: 600;
  line-height: 1.35;
  color: #111;
  padding: 9px 22px;
  border: 1px solid #c4c4c4;
  border-radius: 18px;
  text-align: center;
}

.order-detail-modal .delivery-info-wrap .customer-name,
.order-detail-modal .delivery-info-wrap .phone-numb,
.order-detail-modal .delivery-info-wrap .customer-address,
.order-detail-modal .delivery-info-wrap .customer-persnal {
  display: block;
  font-size: 14px;
  word-break: break-word;
}

.order-detail-modal .delivery-info-wrap .customer-name:not(:last-child),
.order-detail-modal .delivery-info-wrap .phone-numb:not(:last-child),
.order-detail-modal .delivery-info-wrap .customer-address:not(:last-child),
.order-detail-modal .delivery-info-wrap .customer-persnal:not(:last-child) {
  padding-bottom: 8px;
}

.order-detail-modal .delivery-info-wrap .store-address {
  margin-bottom: 2px;
  line-height: 1.5;
}

.order-detail-modal .delivery-info-wrap .store-address .tit {
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 5px;
}

.order-detail-modal .delivery-info-wrap .work-time-wrap .opentime {
  display: inline-block;
  font-size: 14px;
}

.order-detail-modal .delivery-info-wrap .work-time-wrap .holiday {
  display: inline-block;
  font-size: 14px;
  color: #0063BA;
  margin-left: 20px;
}

.order-detail-modal .delivery-info-wrap .work-time-wrap span {
  color: #111111;
}

.order-detail-modal .delivery-info-wrap .map_area {
  margin-top: 10px;
  position: relative;
}

.order-detail-modal .exchange-reason-wrap {
  padding: 20px 0;
  border-bottom: 1px solid #e6e6e6;
}

.order-detail-modal .exchange-reason-wrap .info-wrap-title {
  padding-bottom: 16px;
}

.order-detail-modal .exchange-reason-wrap .reason-wrap ul li {
  font-size: 14px;
}

.order-detail-modal .exchange-reason-wrap .reason-wrap ul li:not(:last-child) {
  padding-bottom: 16px;
}

.order-detail-modal .exchange-reason-wrap .reason-wrap ul li .reason-title {
  display: inline-block;
  width: 85px;
  font-weight: 600;
  line-height: 1.35;
  color: #666;
  vertical-align: top;
}

.order-detail-modal .exchange-reason-wrap .reason-wrap ul li span {
  display: inline-block;
  width: calc(100% - 85px);
  font-weight: 500;
  line-height: 1.35;
  color: #111111;
  vertical-align: top;
  word-break: break-word;
}

.order-detail-modal .returned-notice-wrap {
  border: 1px solid #111111;
  border-width: 1px 0px;
  margin-bottom: 30px;
}

.order-detail-modal .returned-notice-wrap .toggle-box.active {
  padding: 10px 0 40px;
}

.order-detail-modal .returned-notice-wrap .toggle-box .toggle-label {
  position: relative;
  min-height: 70px;
}

.order-detail-modal .returned-notice-wrap .toggle-box .toggle-label:after {
  right: 0;
}

.order-detail-modal .returned-notice-wrap .toggle-box .toggle-label .toggle-title {
  font-size: 18px;
  font-weight: bold;
}

.order-detail-modal .returned-notice-wrap .toggle-box .toggle-content {
  display: none;
}

.order-detail-modal .returned-notice-wrap .toggle-box .toggle-content.active {
  display: block;
}

.order-detail-modal .returned-notice-wrap .toggle-box .toggle-content .notice-text {
  font-size: 14px;
  padding-bottom: 20px;
}

.order-detail-modal .returned-notice-wrap .toggle-box .toggle-content .returned-notice-list ul li:not(:last-child) {
  padding-bottom: 30px;
}

.order-detail-modal .returned-notice-wrap .toggle-box .toggle-content .returned-notice-list ul li .returned-title {
  font-size: 14px;
  font-weight: bold;
  padding-bottom: 10px;
}

.order-detail-modal .returned-notice-wrap .toggle-box .toggle-content .returned-notice-list ul li p {
  font-size: 14px;
  color: #757575;
}

.order-detail-modal .returned-notice-wrap .toggle-box .toggle-content .returned-notice-list ul li p:not(:last-child) {
  padding-bottom: 10px;
}

.order-detail-modal .payment-type-wrap .info-wrap-title {
  padding-bottom: 16px;
}

.order-detail-modal .payment-type-wrap dl {
  overflow: hidden;
  padding-bottom: 10px;
}

.order-detail-modal .payment-type-wrap dl:last-child {
  padding-bottom: 0;
}

.order-detail-modal .payment-type-wrap dl .type-name {
  float: left;
  font-size: 14px;
  font-weight: 500;
}

.order-detail-modal .payment-type-wrap dl .type-price {
  float: right;
  font-size: 16px;
  font-weight: 600;
}

.order-detail-modal .payment-type-wrap .type-info {
  text-align: right;
}

.order-detail-modal .payment-type-wrap .type-info span {
  font-size: 14px;
  font-weight: 500;
  color: #9e9e9e;
}

.order-detail-modal .payment-type-wrap .type-info .pay-title {
  margin: 0 5px;
}

.order-detail-modal .payment-info-wrap {
  padding: 20px 0;
  border-bottom: 1px solid #e6e6e6;
}

.order-detail-modal .payment-info-wrap .payment-info-list li {
  overflow: hidden;
}

.order-detail-modal .payment-info-wrap .payment-info-list li:not(:last-child) {
  padding-bottom: 16px;
}

.order-detail-modal .payment-info-wrap .payment-info-list li > b {
  font-size: 14px;
  font-weight: 500;
  color: #111111;
  float: left;
}

.order-detail-modal .payment-info-wrap .payment-info-list li > span {
  float: right;
  font-size: 16px;
  font-weight: 600;
}

.order-detail-modal .payment-info-wrap .payment-info-list li > span span {
  font-weight: 600;
}

.order-detail-modal .payment-info-wrap .payment-info-list li .sale-box-btn {
  margin-left: 10px;
}

.order-detail-modal .payment-info-wrap .payment-info-list li .sale-box-btn .icon {
  margin-top: 2px;
  vertical-align: text-top;
  transform: rotate(180deg);
}

.order-detail-modal .payment-info-wrap .payment-info-list li .sale-box-btn.active .icon {
  transform: rotate(0);
}

.order-detail-modal .payment-info-wrap .payment-info-list li .total-price span {
  font-size: 18px;
  font-weight: 700;
}

.order-detail-modal .payment-info-wrap .payment-info-list li.promo-dec-wrap {
  display: none;
}

.order-detail-modal .payment-info-wrap .payment-info-list li.promo-dec-wrap.active {
  display: block;
  background-color: #f6f6f6;
  padding: 16px;
  margin-bottom: 16px;
}

.order-detail-modal .payment-info-wrap .payment-info-list li.promo-dec-wrap .promo-dec {
  max-width: 100%;
  text-align: left;
  display: inline-block;
  width: 100%;
  font-size: 12px;
  color: #666;
  position: relative;
  margin-top: 14px;
}

.order-detail-modal .payment-info-wrap .payment-info-list li.promo-dec-wrap .promo-dec:first-child {
  margin-top: 0;
}

.order-detail-modal .payment-info-wrap .payment-info-list li.promo-dec-wrap .promo-dec .promo-label, .order-detail-modal .payment-info-wrap .payment-info-list li.promo-dec-wrap .promo-dec .promo-code {
  font-size: 12px;
  font-weight: 500;
  line-height: 1.35;
  color: #666;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-right: 85px;
}

.order-detail-modal .payment-info-wrap .payment-info-list li.promo-dec-wrap .promo-dec .promotion-price {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.35;
}

.order-detail-modal .payment-info-wrap .payment-info-list li.promo-dec-wrap .promo-dec .remove-promo-item {
  position: absolute;
  right: -20px;
  top: 0;
  color: #64686b;
}

.order-detail-modal .payment-info-wrap .payment-info-list li.sale-box {
  cursor: pointer;
}

.order-detail-modal .payment-info-wrap .payment-info-list li.sale-box.active .sale-box-btn .icon {
  transform: rotate(180deg);
}

.order-detail-modal .product-info-wrap {
  border-bottom: 1px solid #333;
}

.order-detail-modal .product-info-wrap .info-wrap-title {
  padding: 20px 0 0;
}

.order-detail-modal .product-info-wrap .customer-order-content .customer-product {
  margin: 10px 0 20px;
}

.order-detail-modal .product-info-wrap .customer-order-content .customer-product .product-image-wrap {
  max-width: 100px;
}

.order-detail-modal .product-info-wrap .customer-order-content .customer-product .product-mini {
  padding: 10px 0 0;
}

.order-detail-modal .product-info-wrap .customer-order-content .customer-product .product-mini + .product-mini {
  margin-top: 10px;
  padding-top: 10px;
}

.order-detail-modal .product-info-wrap .customer-order-content .customer-product .addon-mini {
  margin-top: 20px;
  padding: 20px 16px;
}

.order-detail-modal .product-info-wrap .customer-order-content .customer-product .addon-mini .product-image-wrap {
  max-width: 80px;
}

.order-detail-modal .product-info-wrap .customer-order-content .customer-product .addon-mini + .product-mini {
  margin-top: 10px;
}

.order-detail-modal .product-info-wrap .customer-order-content .customer-product .addon-mini .product-mini-details .product-name {
  padding-top: 0;
}

.order-detail-modal .product-info-wrap .customer-order-content .customer-product .addon-mini .product-mini-details .product-name a {
  display: block;
  margin-top: 4px;
}

.order-detail-modal .product-info-wrap .customer-order-content .customer-product .gift-mini-wrap {
  margin-top: 10px;
  padding-top: 10px;
}

.order-detail-modal .product-info-wrap .customer-order-content .customer-product .product-mini-details .product-name {
  font-size: 16px;
}

.order-detail-modal .product-info-wrap .customer-order-content .order-state .actions {
  padding-top: 12px;
}

.order-detail-modal .product-info-wrap .customer-order-content .order-state .actions > div:not(:first-child) {
  margin-top: 12px;
}

.order-detail-modal .product-info-wrap .customer-order-content .order-state .state {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.35;
  color: #111111;
}

.order-detail-modal .product-info-wrap .customer-order-content .order-state a {
  width: 80px;
  height: 40px;
  font-size: 14px;
  font-weight: 500;
  color: #111;
  border-color: #c4c4c4;
}

.order-detail-modal .product-info-wrap .customer-order-content .order-state a.button-secondary {
  color: #0063BA;
  border-color: #0063BA;
}

.order-detail-modal .detail-action-wrap {
  padding-top: 40px;
}

.order-detail-modal .detail-action-wrap .button {
  display: block;
  width: 340px;
  height: 60px;
  font-weight: 400;
  color: #fff;
  background: #000;
  padding: 21px 0;
  margin: 0 auto;
}

.order-modal-container .content-title {
  margin-bottom: 0;
  font-weight: 500;
  line-height: 1;
  color: #000000;
  border-bottom: 1px solid #d8d8d8;
}

.order-modal-container .tab-box .tab-item {
  font-weight: 500;
  line-height: 1;
  letter-spacing: -.025em;
  color: #141414;
  background: #f1f2f3;
}

.order-modal-container .tab-box .tab-item.uk-active {
  color: #000000;
  border: 1px solid #c4c4c4;
  background-color: #ffffff;
}

> .order-modal-container .tab-box .tab-content:not(.uk-active) {
  display: none;
}

.order-modal-container .dynamic-form {
  padding-bottom: 40px;
}

.order-modal-container .dynamic-form .toggle-box {
  border-bottom: 1px solid #e6e6e6;
}

.order-modal-container .dynamic-form .toggle-box .toggle-label {
  position: relative;
  min-height: 50px;
}

.order-modal-container .dynamic-form .toggle-box .toggle-label:after {
  right: 0;
}

.order-modal-container .dynamic-form .toggle-box .toggle-label .toggle-title {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.35;
  color: #333;
  padding: 24px 0;
}

.order-modal-container .dynamic-form .toggle-box .toggle-content {
  display: none;
  padding-bottom: 24px;
}

.order-modal-container .dynamic-form .toggle-box .toggle-content.active {
  display: block;
}

.order-modal-container .dynamic-form .entry-field-group {
  background-color: #ffffff;
}

.order-modal-container .dynamic-form .entry-field-group .field-header .title {
  margin: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  color: #000000;
}

.order-modal-container .dynamic-form .entry-field-group .field-header .descr-text {
  margin: 0;
  font-weight: 400;
  line-height: 1;
  color: #9b9b9b;
}

.order-modal-container .dynamic-form .entry-field-group.entry-address {
  border-top: 0;
  padding-bottom: 0;
}

.order-modal-container .dynamic-form .entry-field-group.entry-address .field-header {
  margin-bottom: 24px;
}

.order-modal-container .dynamic-form .entry-field-group.return-reason {
  padding: 40px 0;
  border: none;
}

.order-modal-container .dynamic-form .entry-field-group.return-reason .field-header {
  margin-bottom: 20px;
}

.order-modal-container .dynamic-form .entry-field-group.return-reason .field-header .title {
  font-size: 18px;
  font-weight: bold;
}

.order-modal-container .dynamic-form .entry-field-group.return-reason .select-box .input-select-inline {
  font-size: 14px;
  padding-left: 10px;
}

.order-modal-container .dynamic-form .entry-field-group.return-reason .input-textfield textarea.input-text {
  height: 150px;
  font-size: 14px;
  padding: 10px;
  resize: none;
  border: 1px solid #c4c4c4;
}

.order-modal-container .dynamic-form .entry-field-group.return-reason .input-textfield textarea.input-text::placeholder {
  color: #9b9b9b;
}

.order-modal-container .dynamic-form .entry-field-group.summary .check-refund {
  padding-top: 20px;
}

.order-modal-container .dynamic-form .entry-field-group.summary .check-refund .button {
  font-size: 16px;
  font-weight: 600;
}

.order-modal-container .dynamic-form .entry-field-group.summary .check-refund .button:not(.disabled) {
  color: #111111;
  border-color: #111111;
}

.order-modal-container .dynamic-form .entry-field-group.summary .field-summary {
  padding: 24px 0;
}

.order-modal-container .dynamic-form .entry-field-group.summary .field-summary > div .label, .order-modal-container .dynamic-form .entry-field-group.summary .field-summary > div .value {
  font-size: 16px;
}

.order-modal-container .dynamic-form .entry-field-group.summary .field-summary > div:last-child .label, .order-modal-container .dynamic-form .entry-field-group.summary .field-summary > div:last-child .value {
  font-size: 18px;
  font-weight: bold;
}

.order-modal-container .dynamic-form .entry-field-group.summary .field-summary > div + div {
  padding-top: 10px;
}

.order-modal-container .dynamic-form .entry-field-group.summary.exchange {
  border-bottom: 1px solid #e6e6e6;
}

.order-modal-container .dynamic-form .entry-field-group.summary.exchange .field-summary {
  padding: 24px 0;
}

.order-modal-container .dynamic-form .entry-field-group.payment-group {
  padding: 0;
}

.order-modal-container .dynamic-form .entry-field-group.payment-group .title {
  font-size: 18px;
  font-weight: bold;
  padding: 20px 0;
}

.order-modal-container .dynamic-form .entry-field-group .payment-method-item {
  position: relative;
}

.order-modal-container .dynamic-form .entry-field-group .payment-method-item .payment-item {
  position: relative;
  height: 60px;
  padding: 0 20px;
  text-decoration: none;
  border: 1px solid #c4c4c4;
  font-size: 16px;
  color: #999;
  outline: 0;
}

.order-modal-container .dynamic-form .entry-field-group .payment-method-item .payment-item .text {
  line-height: 1;
}

.order-modal-container .dynamic-form .entry-field-group .payment-method-item .payment-item .icon {
  width: 18px;
  height: 18px;
  margin-right: 8px;
  filter: grayscale(100%);
}

.order-modal-container .dynamic-form .entry-field-group .payment-method-item .payment-item .icon.kakaopay {
  width: 16px;
  height: 16px;
}

.order-modal-container .dynamic-form .entry-field-group .payment-method-item .payment-item .icon.payco {
  color: #E6312C;
  width: 36px;
  height: 8px;
}

.order-modal-container .dynamic-form .entry-field-group .payment-method-item.active {
  z-index: 1;
}

.order-modal-container .dynamic-form .entry-field-group .payment-method-item.active .payment-item {
  border: 1px solid #0063BA;
  color: #111;
}

.order-modal-container .dynamic-form .entry-field-group .payment-method-item.active .payment-item .icon {
  filter: grayscale(0%);
}

.order-modal-container .dynamic-form .entry-field-group .payment-method-item.active .payment-content {
  display: block;
}

.order-modal-container .dynamic-form .notice-wrap {
  padding: 30px 0;
}

.order-modal-container .dynamic-form .notice-wrap .notice-text {
  font-size: 14px;
  line-height: 26px;
}

.order-modal-container .dynamic-form .notice-wrap .notice-text:before {
  content: '·';
  display: inline-block;
  margin-right: 5px;
}

.order-modal-container .dynamic-form .entry-field-action .button {
  width: 100%;
  font-size: 16px;
  font-weight: 600;
}

.order-modal-container .field-row .field-title {
  margin: 0;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -.025em;
  color: #333;
}

.order-modal-container .field-row .field-address .col-search {
  padding-left: 6px;
  -webkit-flex-basis: 110px;
  -ms-flex-preferred-size: 110px;
  flex-basis: 110px;
  max-width: 110px;
}

.order-modal-container .field-row .field-address .col-search .button-search {
  width: 100%;
  height: 100%;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -.025em;
  color: #000000;
  border: 1px solid #c4c4c4;
}

.order-modal-container .field-row .field-label {
  width: 100%;
}

.order-modal-container .field-row .field-label + .field-label {
  margin-top: 6px;
}

.order-modal-container .field-row .field-descr {
  letter-spacing: -.025em;
  color: #9b9b9b;
}

.order-modal-container .field-row .field-summary .label,
.order-modal-container .field-row .field-summary .value {
  line-height: 1;
}

.order-modal-container .field-row .i-checkbox {
  font-size: 12px;
  line-height: 1;
}

.order-modal-container .field-row .i-checkbox .text {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.35;
  color: #111111;
}

.order-modal-container .field-row .input-select-inline {
  width: 100%;
  box-shadow: 0 0 0 1px #c4c4c4;
  background-color: #ffffff;
}

.order-modal-container .field-row .input-text {
  width: 100%;
  line-height: 1.5;
  letter-spacing: -.025em;
  font-weight: 500;
  border: 1px solid #c4c4c4;
  background-color: #ffffff;
  text-overflow: ellipsis;
}

.order-modal-container .field-row .input-text.readonly {
  background-color: #f7f7f7;
  outline: none;
}

.order-modal-container .field-row .input-text::-webkit-input-placeholder {
  color: #9b9b9b;
}

.order-modal-container .field-row .input-text:-moz-placeholder {
  color: #9b9b9b;
}

.order-modal-container .field-row .input-text::-moz-placeholder {
  color: #9b9b9b;
}

.order-modal-container .field-row .input-text:-ms-input-placeholder {
  color: #9b9b9b;
}

.order-modal-container .field-row .input-text::placeholder {
  color: #9b9b9b;
}

.order-modal-container .field-row .input-text::-webkit-outer-spin-button, .order-modal-container .field-row .input-text::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.order-modal-container .field-row .parsley-errors-list {
  padding: 0;
  margin: 0;
}

.order-modal-container .field-row .print-message, .order-modal-container .field-row .error-message, .order-modal-container .field-row .parsley-required {
  margin: 0;
  line-height: 1;
  letter-spacing: -.025em;
  color: #ca1d31;
  text-align: left;
  list-style: none;
}

.order-modal-container .field-row .print-message:empty {
  display: none;
}

.order-modal-container .field-row .error-message {
  display: block;
}

.order-modal-container .field-row .error-message:empty {
  display: none;
}

.order-modal-container .field-row .parsley-required {
  margin-bottom: 1.25em;
}

.order-modal-container .field-row.address-search {
  display: flex;
  margin-top: 0;
}

.order-modal-container .field-row.address-search.active {
  display: flex;
}

.order-modal-container .field-row.address-search + .field-row {
  margin-top: 10px;
}

.order-modal-container .default-address {
  position: relative;
}

.order-modal-container .default-address .address-info {
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: -.025em;
  color: #000000;
}

.order-modal-container .default-address .address-info .label {
  display: block;
}

.order-modal-container .default-address .address-info .tel {
  display: block;
  margin-top: 8px;
}

.order-modal-container .default-address .address-info .address {
  display: block;
  margin-top: 8px;
}

.order-modal-container .default-address .address-info .memo {
  display: block;
  margin-top: 8px;
}

.order-modal-container .default-address .address-info .memo:empty {
  display: none;
}

.order-modal-container .default-address .other-address {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 12px;
  line-height: 1;
  color: #9b9b9b;
}

.order-modal-container .entry-field-action {
  padding: 24px 0px 0px;
  text-align: center;
}

.order-modal-container .entry-field-action .button {
  position: static;
  width: calc(50% - 6px);
  font-size: 16px;
  font-weight: 600;
  line-height: 56px;
  margin: 0 auto;
}

.order-modal-container .entry-field-action .button.uk-close {
  background: #c4c4c4;
  color: #fff;
  z-index: 0;
}

.order-modal-container .entry-field-action .button.uk-close:after {
  content: '';
  display: none;
}

.order-modal-container .order-product-list .descr-message .text {
  display: block;
  margin: 0;
  padding: 18px 20px;
  letter-spacing: -.025em;
  color: #9b9b9b;
  word-break: keep-all;
  word-wrap: break-word;
  overflow-wrap: break-word;
  background: #f1f2f3;
}

.order-modal-container .order-product-list .order-product-item {
  position: relative;
}

.order-modal-container .order-product-list .order-product-item .i-checkbox {
  display: block;
  z-index: 2;
}

.order-modal-container .order-product-list .order-product-item .i-checkbox .icon {
  position: absolute;
  top: 0;
  left: 0;
  margin-left: 0;
  background: #fff;
}

.order-modal-container .order-product-list .order-product-item .quantity-wrap {
  position: relative;
}

.order-modal-container .order-product-list .order-product-item .quantity-wrap:before {
  position: absolute;
  top: 50%;
  right: 15px;
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-top: -6px;
  border: 0;
  border-right: 3px solid #737680;
  border-top: 3px solid #737680;
  transform: rotate(135deg);
}

.order-modal-container .order-product-list .order-product-item .input-select-inline {
  width: 100%;
  box-shadow: 0 0 0 1px #c4c4c4;
}

.order-modal-container .order-product-list .order-product-item .product-mini-details {
  position: relative;
}

.order-modal-container .order-product-list .order-product-item .product-mini {
  padding: 0;
  border: 0;
}

.order-modal-container .order-product-list .order-product-item .product-mini .product-name {
  padding-bottom: 8px;
  letter-spacing: -.025em;
}

.order-modal-container .order-product-list .order-product-item .product-mini .product-price {
  position: absolute;
  top: 0;
  right: 0;
}

.order-modal-container .order-product-list .order-product-item:not(:first-child) {
  border-top: 1px solid #e6e6e6;
}

.order-modal-container .order-product-list .order-product-item.addon-mini {
  padding-top: 0;
  border: none;
}

.order-modal-container .order-product-list .order-product-item .error-message {
  display: block;
  margin: 0;
  line-height: 1;
  letter-spacing: -.025em;
  color: #ca1d31;
  text-align: left;
}

.order-modal-container .order-product-list .order-product-item .error-message:empty {
  display: none;
}

.order-modal-container .order-product-list .order-product-item .product-option-selector {
  width: 100%;
}

.order-modal-container .order-product-list.confirm-products .order-product-item .normal-product {
  display: none;
}

.order-modal-container .total-selector {
  font-weight: 400;
  line-height: 1;
  color: #000000;
  background-color: #fff;
}

.order-cancel-container .content-section {
  padding: 0 40px;
}

.order-cancel-container .content-section .notice-text-wrap {
  padding: 18px 0;
  border-bottom: 1px solid #e6e6e6;
}

.order-cancel-container .content-section .notice-text-wrap .cancel-notice-text {
  position: relative;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: -.025em;
  color: #666;
  padding-left: 10px;
}

.order-cancel-container .content-section .notice-text-wrap .cancel-notice-text:before {
  content: '·';
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
}

.order-cancel-container .content-section .total-selector {
  border-bottom: 1px solid #111111;
  padding: 30px 0 16px;
}

.order-cancel-container .content-section .total-selector .icon-checkmark {
  margin-right: 8px;
}

.order-cancel-container .content-section .customer-product {
  margin: 0 0 20px;
}

.order-cancel-container .content-section .customer-product .image-url {
  max-width: 100px;
}

.order-cancel-container .content-section .customer-product .order-product-item > .flex {
  gap: 20px;
}

.order-cancel-container .content-section .customer-product .order-product-item .product-mini-details .product-name {
  font-size: 16px;
}

.order-cancel-container .content-section .customer-product .order-product-item.product-mini {
  position: relative;
  padding: 20px 0 10px;
}

.order-cancel-container .content-section .customer-product .order-product-item.product-mini .checkbox-wrap {
  position: absolute;
  top: 20px;
  left: 0;
  width: 21px;
  height: 21px;
  z-index: 1;
}

.order-cancel-container .content-section .customer-product .order-product-item.product-mini .checkbox-wrap .i-checkbox {
  margin: 0;
}

.order-cancel-container .content-section .customer-product .order-product-item.product-mini .product-mini-details .product-name {
  font-size: 16px;
}

.order-cancel-container .content-section .customer-product .order-product-item.product-mini .btn-qty {
  display: inline-block;
}

.order-cancel-container .content-section .customer-product .order-product-item.product-mini .btn-qty .label {
  display: none;
}

.order-cancel-container .content-section .customer-product .order-product-item.product-mini + .gift-mini-wrap {
  margin-top: 10px;
}

.order-cancel-container .content-section .customer-product .order-product-item.product-mini + .product-mini {
  margin-top: 10px;
}

.order-cancel-container .content-section .customer-product .order-product-item.addon-mini {
  margin-top: 10px;
  padding: 16px;
}

.order-cancel-container .content-section .customer-product .order-product-item.addon-mini .image-url {
  max-width: 80px;
}

.order-cancel-container .content-section .customer-product .order-product-item.addon-mini + .product-mini {
  margin-top: 20px;
}

.order-cancel-container .content-section .customer-product .order-product-item.gift-mini-wrap {
  margin-top: 0;
  padding-bottom: 0;
}

.order-cancel-container .content-section .customer-product .order-product-item.gift-mini-wrap .gift-mini {
  gap: 0;
  padding: 16px;
  border: none;
}

.order-cancel-container .content-section .customer-product .order-product-item.gift-mini-wrap .gift-mini .product-mini-details .product-name {
  padding: 0;
  font-size: 14px;
}

.order-cancel-container .content-section .customer-product .order-product-item.gift-mini-wrap .gift-mini .product-mini-details .product-option-wrap {
  padding: 0;
}

.order-cancel-container .content-section .customer-product .order-product-item.gift-mini-wrap + .gift-mini-wrap {
  border-top: 0;
  padding: 0;
}

.modal-cancel-container .cancel-summary {
  background-color: #fff;
  padding: 18px 0;
  border-top: 1px solid #e5e5e5;
}

.modal-cancel-container .cancel-summary .cancel-total-item .label, .modal-cancel-container .cancel-summary .cancel-total-item .value {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.35;
  color: #666;
}

.modal-cancel-container .cancel-summary .cancel-total-highlight {
  margin-top: 8px;
}

.modal-cancel-container .cancel-summary .cancel-total-highlight .label {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.35;
  color: #111111;
}

.modal-cancel-container .cancel-summary .cancel-total-highlight .value {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.35;
  color: #111111;
}

.modal-cancel-container .content-action {
  padding: 20px 0 40px;
}

.modal-cancel-container .content-action .button {
  display: block;
  width: 100%;
  height: 56px;
  font-size: 16px;
  line-height: 56px;
  max-width: 280px;
  margin: 0 auto;
}

.modal-address-container .manage-account .field-row + .field-row {
  padding-top: 16px;
}

.modal-address-container .manage-account .field-row .address-search + .field-row {
  padding-top: 0px;
}

.modal-address-container .manage-account .entry-field-action {
  padding: 16px 0px 40px;
}

.modal-address-container .manage-account .entry-field-action .button {
  width: calc(50% - 6px);
  height: auto;
  font-size: 16px;
  font-weight: 600;
  line-height: 50px;
  margin: 0;
}

.modal-address-container .manage-account .entry-field-action .button.primary {
  margin-left: auto;
}

.modal-address-container .cancel-summary {
  border-bottom: 1px solid #d8d8d8;
  background-color: #fff;
}

.modal-address-container .cancel-summary .cancel-total-item .label {
  line-height: 1;
}

.modal-address-container .cancel-summary .cancel-total-item .value {
  line-height: 1;
}

.modal-address-container .cancel-summary .cancel-total-highlight .label {
  line-height: 1;
}

.modal-address-container .cancel-summary .cancel-total-highlight .value {
  line-height: 1;
}

.modal-address-container .content-action {
  padding: 16px 16px 24px;
}

.modal-wish-container .content-title {
  border-bottom: 1px solid #d8d8d8;
}

.modal-wish-container .i-radio {
  display: block;
}

.modal-wish-container .i-radio > .icon {
  position: absolute;
  top: 50%;
  margin-top: -8px;
  left: 38px;
}

.modal-wish-container .product-search-wrap .guide-text {
  padding: 20px 0;
  font-size: 14px;
  font-weight: 500;
  color: #111111;
}

.modal-wish-container .product-search-wrap .search-input-wrap {
  overflow: hidden;
  width: 100%;
}

.modal-wish-container .product-search-wrap .search-input-wrap input[type="text"] {
  float: left;
  width: calc(100% - 90px);
  height: 50px;
  border: 1px solid #c4c4c4;
  padding: 16px;
}

.modal-wish-container .product-search-wrap .search-input-wrap button {
  float: right;
  width: 80px;
  height: 50px;
  line-height: 48px;
  font-size: 14px;
  font-weight: 500;
  border: 1px solid #111111;
  padding: 0;
}

.modal-wish-container .order-product-list {
  padding: 40px 40px 0;
}

.modal-wish-container .order-product-list .order-product-item {
  border-bottom: 1px solid #e5e5e5;
}

.modal-wish-container .order-product-list .order-product-item .icon {
  top: 50%;
}

.modal-wish-container .order-product-list .order-product-item:not(:first-child) {
  border-top: none;
}

.modal-wish-container .product-item {
  border-bottom: 1px solid #d8d8d8;
}

.modal-wish-container .product-item .product-mini {
  border-top: 0;
}

.modal-wish-container .product-item .product-mini .product-name {
  font-size: 18px;
  font-weight: 500;
  padding-top: 10px;
}

.modal-wish-container .product-mini .product-name {
  word-break: keep-all;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

.modal-wish-container .product-mini .product-price {
  font-size: 12px;
}

.modal-wish-container .content-action {
  padding: 20px 40px 40px;
  text-align: center;
}

.modal-wish-container .content-action .button {
  width: 100%;
  max-width: 100%;
  font-size: 16px;
  font-weight: 600;
}

.modal-order-container .product-selector {
  padding: 0 40px;
}

.modal-order-container .i-radio {
  display: block;
  padding: 30px 0;
  border-bottom: 1px solid #e5e5e5;
}

.modal-order-container .i-radio > .icon {
  position: absolute;
  top: 50%;
  margin-top: -8px;
}

.modal-order-container .i-radio .product-mini {
  padding: 0;
  margin: 0;
}

.modal-order-container .order-summary {
  padding: 0 0 30px 40px;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -.025em;
  color: #000000;
  background-color: #fff;
}

.modal-order-container .order-summary .data {
  display: block;
}

.modal-order-container .order-summary .data:not(:first-child) {
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  color: #666;
}

.modal-order-container .order-summary .data:not(:first-child):not(:last-child):after {
  content: '';
  display: inline-block;
  width: 1px;
  height: 14px;
  background: #666;
  margin: 0 10px;
  vertical-align: middle;
}

.modal-order-container .order-item {
  border-bottom: 1px solid #d8d8d8;
}

.modal-order-container .product-item {
  border-bottom: 1px solid #d8d8d8;
}

.modal-order-container .order-product {
  position: relative;
  padding-left: 40px;
}

.modal-order-container .order-product:not(:last-child) {
  padding-bottom: 20px;
}

.modal-order-container .order-product > .icon {
  position: absolute;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
}

.modal-order-container .order-product .product-mini .product-mini {
  padding: 30px 0;
}

.modal-order-container .order-product .product-mini .image-url {
  margin-left: 0;
}

.modal-order-container .order-product .product-mini .image-url:before {
  width: 120px;
}

.modal-order-container .order-product .product-mini .product-mini-details .product-name {
  font-size: 18px;
  line-height: 20px;
  font-weight: 500;
  color: #111111;
}

.modal-order-container .order-product .product-mini .product-mini-details .product-options {
  font-size: 12px;
  line-height: 20px;
  color: #9b9b9b;
  padding-bottom: 30px;
  margin: 0;
}

.modal-order-container .order-product .product-mini .product-mini-details .product-price {
  font-size: 18px;
  font-weight: bold;
}

.modal-order-container .order-product .addon-mini .product-mini {
  padding: 20px;
}

.modal-order-container .product-mini {
  padding-top: 20px;
  padding-bottom: 20px;
  border-top: 0;
}

.modal-order-container .product-mini .image-url {
  max-width: 120px;
}

.modal-order-container .product-mini .product-name {
  word-break: keep-all;
  word-wrap: break-word;
  overflow-wrap: break-word;
  font-size: 14px;
  line-height: 22px;
}

.modal-order-container .product-mini .product-price {
  font-size: 14px;
}

.modal-order-container .product-mini:last-child {
  padding-bottom: 0;
}

.modal-order-container .content-action {
  text-align: center;
  padding: 40px;
}

.modal-order-container .content-action .button {
  line-height: 16px;
  color: #fff;
  background: #000;
}

.modal-helpDesk-img .uk-modal-dialog {
  width: auto;
}

.modal-helpDesk-img .container img {
  max-height: 300px;
}

.modal-return-container .content-section {
  padding: 0 40px;
}

.modal-return-container .content-section .i-checkbox .icon-checkmark {
  width: 21px;
  height: 21px;
  margin-right: 10px;
}

.modal-return-container .content-section .notice-text-wrap {
  padding: 18px 0;
}

.modal-return-container .content-section .notice-text-wrap .notice-text {
  display: block;
  position: relative;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.35;
  color: #666;
  padding-left: 10px;
}

.modal-return-container .content-section .notice-text-wrap .notice-text.important {
  color: #0063BA;
}

.modal-return-container .content-section .notice-text-wrap .notice-text:before {
  content: '·';
  position: absolute;
  top: 0;
  left: 0;
}

.modal-return-container .content-section .notice-text-wrap .notice-text .important {
  color: #0063BA;
}

.modal-return-container .content-section .notice-text-wrap .notice-text.notice-end {
  line-height: 1;
  padding-left: 12px;
}

.modal-return-container .content-section .notice-text-wrap .notice-text.notice-end:before {
  content: '';
  display: none;
}

.modal-return-container .content-section .notice-text-wrap .notice-text:not(:last-child) {
  padding-bottom: 10px;
}

.modal-return-container .content-section .notice-text-wrap b.notice-text {
  font-weight: 700;
}

.modal-return-container .content-section .total-selector {
  padding: 20px 0 16px;
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #333;
}

.modal-return-container .content-section .order-product-list {
  border-bottom: 1px solid #e6e6e6;
}

.modal-return-container .content-section .order-product-list .return-reason-item {
  padding: 24px 0;
  margin: 0;
  max-width: unset;
  border: none;
}

.modal-return-container .content-section .order-product-list .return-reason-item > .flex {
  gap: 20px;
}

.modal-return-container .content-section .order-product-list .return-reason-item .image-url {
  max-width: 100px;
}

.modal-return-container .content-section .order-product-list .return-reason-item .product-mini-details .product-name {
  padding-top: 0;
  font-size: 16px;
}

.modal-return-container .content-section .order-product-list .return-reason-item .product-mini-details .product-options {
  padding-bottom: 8px;
}

.modal-return-container .content-section .order-product-list .return-reason-item .product-mini-details .exchange_01_quantity {
  font-size: 12px;
}

.modal-return-container .content-section .order-product-list .return-reason-item .btn-qty {
  font-size: 12px;
}

.modal-return-container .content-section .order-product-list .return-reason-item .btn-qty .label {
  width: 60px;
  height: 40px;
  margin-right: 0;
}

.modal-return-container .content-section .order-product-list .return-reason-item .btn-qty .btn {
  width: 40px;
  height: 40px;
  border-color: #c4c4c4;
  border-radius: 2px;
}

.modal-return-container .content-section .order-product-list .return-reason-item .btn-qty .btn .icon {
  width: 9.5px;
  height: 9.5px;
}

.modal-return-container .content-section .order-product-list .return-reason-item .btn-qty .quantity {
  margin-left: 12px;
}

.modal-return-container .content-section .order-product-list .return-reason-item.product-mini {
  position: relative;
  padding: 20px 0 10px;
}

.modal-return-container .content-section .order-product-list .return-reason-item.product-mini .checkbox-wrap {
  position: absolute;
  top: 20px;
  left: 0;
  width: 21px;
  height: 21px;
  background-color: #fff;
  z-index: 1;
}

.modal-return-container .content-section .order-product-list .return-reason-item.product-mini .checkbox-wrap .i-checkbox {
  margin: 0;
}

.modal-return-container .content-section .order-product-list .return-reason-item.product-mini .product-mini-details .product-name {
  font-size: 16px;
}

.modal-return-container .content-section .order-product-list .return-reason-item.product-mini .btn-qty {
  display: inline-block;
}

.modal-return-container .content-section .order-product-list .return-reason-item.product-mini .btn-qty .label {
  display: none;
}

.modal-return-container .content-section .order-product-list .return-reason-item.product-mini + .product-mini {
  margin-top: 10px;
  border-top: 1px solid #e6e6e6;
}

.modal-return-container .content-section .order-product-list .return-reason-item.addon-mini {
  margin-top: 10px;
  padding: 16px;
}

.modal-return-container .content-section .order-product-list .return-reason-item.addon-mini .image-url {
  max-width: 80px;
}

.modal-return-container .content-section .order-product-list .return-reason-item.addon-mini + .product-mini {
  margin-top: 20px;
  border-top: 1px solid #e6e6e6;
}

.modal-return-container .content-section .order-product-list .return-reason-item.gift-mini-wrap {
  margin-top: 0;
  padding-bottom: 0;
}

.modal-return-container .content-section .order-product-list .return-reason-item.gift-mini-wrap .gift-mini {
  gap: 0;
  padding: 16px;
  border: none;
}

.modal-return-container .content-section .order-product-list .return-reason-item.gift-mini-wrap .gift-mini .product-mini-details .product-name {
  padding: 0;
  font-size: 14px;
}

.modal-return-container .content-section .order-product-list .return-reason-item.gift-mini-wrap .gift-mini .product-mini-details .product-option-wrap {
  padding: 0;
}

.modal-return-container .content-section .order-product-list .return-reason-item.gift-mini-wrap + .gift-mini-wrap {
  border-top: 0;
  padding: 0;
}

.modal-return-container .content-section .order-product-list .return-reason-item.order-exchange-item {
  padding: 12px 0;
}

.modal-return-container .content-section .order-product-list .return-reason-item.order-exchange-item:first-child {
  padding-top: 24px;
}

.modal-return-container .content-section .order-product-list .return-reason-item.order-exchange-item:last-child {
  padding-bottom: 24px;
}

.modal-return-container .content-section .entry-address {
  padding: 24px 0 0;
  border-top: 1px solid #e6e6e6;
}

.modal-return-container .content-section .entry-address .field-header {
  margin-bottom: 20px;
}

.modal-return-container .content-section .entry-address .field-header .title {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.35;
  color: #333;
  padding-bottom: 10px;
}

.modal-return-container .content-section .entry-address .field-header .descr-text {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.35;
  color: #333;
  margin: 0;
}

.modal-return-container .content-section .entry-address .field-header .duplicate-address {
  float: right;
  margin-top: -20px;
}

.modal-return-container .content-section .entry-address .field-contents {
  line-height: 1.5;
}

.modal-return-container .content-section .entry-address .tab-box {
  margin: 0;
}

.modal-return-container .content-section .entry-address .tab-box > .row {
  border-bottom: 1px solid #c4c4c4;
}

.modal-return-container .content-section .entry-address .tab-box .tab-item {
  width: 160px;
  font-size: 14px;
  font-weight: 600;
  color: #999;
  background: #f6f6f6;
  border: 1px solid #c4c4c4;
  transform: translateY(1px);
}

.modal-return-container .content-section .entry-address .tab-box .tab-item.uk-active {
  background: #fff;
  color: #0063BA;
  border-color: #0063BA;
  border-bottom: none;
}

.modal-return-container .content-section .entry-address .tab-box .tab-container .notice-text {
  font-size: 12px;
  font-weight: 500;
  text-align: right;
}

.modal-return-container .content-section .entry-address .tab-box .tab-container .notice-text:before {
  display: inline-block;
  content: '*';
  color: #ff0000;
  margin-right: 3px;
}

.modal-return-container .content-section .entry-address .tab-box .tab-container .notice-text + .field-row {
  margin: 0;
}

.modal-return-container .content-section .entry-address .tab-box .tab-container .default-address {
  font-size: 0;
}

.modal-return-container .content-section .entry-address .tab-box .tab-container .default-address .address-info {
  display: inline-block;
  width: calc(100% - 120px);
  font-weight: 500;
}

.modal-return-container .content-section .entry-address .tab-box .tab-container .default-address .other-address {
  display: inline-block;
  position: static;
  width: 120px;
  height: 40px;
  font-size: 14px;
  font-weight: 500;
  line-height: 40px;
  color: #111111;
  border: 1px solid #c4c4c4;
  vertical-align: top;
}

.modal-return-container .content-section .entry-address .tab-box .tab-container .new-address .field-title + .search-field.address-search > .field-label.input-textfield {
  display: inline-block;
}

.modal-return-container .content-section .entry-address .tab-box .tab-container .new-address .field-row-wrap {
  padding-bottom: 18px;
}

.modal-return-container .content-section .entry-address .tab-box .tab-container .new-address .field-row-wrap .field-row {
  padding: 0 10px 0 0;
}

.modal-return-container .content-section .entry-address .tab-box .tab-container .new-address .field-row-wrap .field-row + .field-row {
  padding: 0 0 0 10px;
}

.modal-return-container .content-section .entry-address .tab-box .tab-container .new-address .field-row-wrap .field-row .input-text {
  padding: 16px;
}

.modal-return-container .content-section .entry-address .tab-box .tab-container .new-address .field-row {
  font-size: 0;
}

.modal-return-container .content-section .entry-address .tab-box .tab-container .new-address .field-row .i-checkbox {
  margin: 10px 0;
}

.modal-return-container .content-section .entry-address .tab-box .tab-container .new-address .field-row .i-checkbox .text {
  font-size: 14px;
}

.modal-return-container .content-section .entry-address .tab-box .tab-container .field-row[data-personal-message],
.modal-return-container .content-section .entry-address .tab-box .tab-container .field-row[data-newpersonal-message] {
  padding-top: 10px;
}

.modal-return-container .content-section .entry-address .delivery-memo-wrap {
  padding-top: 24px;
}

.modal-return-container .content-section .entry-address .select-row {
  padding-bottom: 40px;
  border-bottom: 1px solid #e5e5e5;
}

.modal-return-container .content-section .entry-address .select-box {
  width: 100%;
}

.modal-return-container .content-section .entry-address .select-box .input-select-inline {
  font-size: 14px;
  padding-left: 10px;
}

.modal-return-container .content-section .dynamic-form .return-reason {
  padding: 30px 0 0;
}

.modal-return-container .content-section .dynamic-form .entry-field-action {
  padding: 24px 0 0;
}

.modal-return-container .content-section .dynamic-form .entry-field-action .button {
  max-width: 100%;
}

.modal-return-container .content-section .dynamic-form .entry-field-action .exchange-submit {
  width: 100%;
  line-height: 56px;
}

.modal-return-container .content-section .dynamic-form .entry-field-action .exchange-submit svg {
  margin-left: 10px;
}

.modal-return-container .order-product-list.customer-product {
  margin: 0;
}

.modal-return-container .order-product-list .icon ~ .product-option-selector {
  padding-left: 25px;
}

.dim.module-start-before {
  display: none;
}

.login-wrap {
  margin: 0 auto;
  padding: 0 10px;
}

.login-wrap .header {
  margin-bottom: 30px;
}

.login-wrap .header .title {
  margin-bottom: 15px;
}

.success-page {
  max-width: 1140px;
}

.success-page .header {
  margin: 0;
}

.success-page .header .title {
  font-size: 22px;
  font-weight: bold;
  color: #111111;
  text-align: left;
  padding-bottom: 30px;
  margin: 0;
  border-bottom: 3px solid #111111;
}

.success-page .header .icon-wrap {
  text-align: center;
  padding-top: 60px;
}

.success-page .header .icon-wrap svg {
  display: inline-block;
  width: 80px;
  height: 80px;
}

.success-page .header .description {
  font-size: 18px;
  font-weight: 500;
  color: #111111;
  padding: 30px 0;
}

.success-page .body {
  border-bottom: 1px solid #e5e5e5;
}

.success-page .body .btn-link {
  height: 50px;
  font-size: 16px;
  margin: 20px auto;
}

.select-box:before {
  border-right: 2px solid #c4c4c4;
  border-top: 2px solid #c4c4c4;
}

.app-setting-content .setting-section {
  padding: 0 20px;
}

.app-setting-content .setting-section .setting-title {
  font-size: 16px;
  font-weight: bold;
  padding: 34px 0 17px;
  border-bottom: 2px solid #000;
}

.app-setting-content .setting-section .setting-content-wrap {
  position: relative;
  padding-bottom: 17px;
  border-bottom: 1px solid #e5e5e5;
}

.app-setting-content .setting-section .setting-content-wrap .title {
  display: inline-block;
  font-weight: 400;
  font-size: 15px;
  padding-top: 17px;
}

.app-setting-content .setting-section .setting-content-wrap .des {
  font-size: 12px;
  padding-top: 8px;
}

.app-setting-content .setting-section .setting-content-wrap .setting-control-wrap {
  position: absolute;
  top: 17px;
  right: 0;
}

.app-setting-content .setting-section .setting-content-wrap .setting-control-wrap input[type="checkbox"] {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
  visibility: hidden;
}

.app-setting-content .setting-section .setting-content-wrap .setting-control-wrap input[type="checkbox"] + .switch-btn {
  display: inline-block;
  width: 32px;
  height: 18px;
  border-radius: 18px;
  background: #e2e2e2;
}

.app-setting-content .setting-section .setting-content-wrap .setting-control-wrap input[type="checkbox"] + .switch-btn:after {
  content: '';
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 1px solid #dcdcdc;
  background: #fff;
  transition: all 0.2s;
  margin-top: -1px;
}

.app-setting-content .setting-section .setting-content-wrap .setting-control-wrap input[type="checkbox"]:checked + .switch-btn {
  background: #000;
}

.app-setting-content .setting-section .setting-content-wrap .setting-control-wrap input[type="checkbox"]:checked + .switch-btn:after {
  border: 1px solid #000;
  transform: translateX(70%);
}

.app-customize-survey,
.app-customize-info {
  width: 100%;
  padding: 0 20px;
}

.app-customize-survey .customize-survey-info,
.app-customize-info .customize-survey-info {
  padding: 40px 0 0;
}

.app-customize-survey .customize-title-txt,
.app-customize-info .customize-title-txt {
  font-size: 16px;
  font-weight: bold;
}

.app-customize-survey .customize-title-txt span,
.app-customize-info .customize-title-txt span {
  font-size: 14px;
  color: #757575;
  font-weight: 400;
}

.app-customize-survey .favorite-store-info,
.app-customize-info .favorite-store-info {
  margin-top: 30px;
  padding-bottom: 30px;
}

.app-customize-survey .favorite-store-info .favorite-store-link,
.app-customize-info .favorite-store-info .favorite-store-link {
  display: block;
  font-size: 16px;
  font-weight: 500;
  padding-top: 20px;
}

.app-customize-survey .customize-info-contents,
.app-customize-info .customize-info-contents {
  display: flex;
  flex-wrap: wrap;
  padding: 24px 0 15px;
}

.app-customize-survey .customize-info-agree-wrap,
.app-customize-info .customize-info-agree-wrap {
  width: 100%;
  padding: 16px 0;
  margin-bottom: 50px;
}

.app-customize-survey .customize-info-agree-wrap .survey-agree,
.app-customize-info .customize-info-agree-wrap .survey-agree {
  margin-bottom: 10px;
}

.app-customize-survey .customize-info-agree-wrap .title,
.app-customize-info .customize-info-agree-wrap .title {
  font-size: 14px;
  font-weight: 500;
  color: #141414;
}

.app-customize-survey .customize-info-agree-wrap p,
.app-customize-info .customize-info-agree-wrap p {
  font-size: 12px;
  line-height: 18px;
  font-weight: 500;
  color: #757575;
}

.app-customize-survey .customize-info-agree-wrap .policy-selector-content,
.app-customize-info .customize-info-agree-wrap .policy-selector-content {
  padding: 0;
  margin: 0;
}

.app-customize-survey .customize-info-agree-wrap .policy-selector-content table,
.app-customize-info .customize-info-agree-wrap .policy-selector-content table {
  width: 100%;
}

.app-customize-survey .customize-info-agree-wrap .policy-selector-content table th,
.app-customize-info .customize-info-agree-wrap .policy-selector-content table th {
  background-color: #f1f2f3;
}

.app-customize-survey .survey-btn-wrap,
.app-customize-info .survey-btn-wrap {
  padding: 25px 0 50px;
}

.app-customize-survey .customize-survey-contents,
.app-customize-info .customize-survey-contents {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 270px;
  margin: 0 auto;
}

.app-customize-survey .customize-survey-item,
.app-customize-info .customize-survey-item {
  text-align: center;
  width: 33.3333%;
  cursor: pointer;
}

.app-customize-survey .customize-survey-item input,
.app-customize-info .customize-survey-item input {
  width: 0;
  height: 0;
  font-size: 0;
  visibility: hidden;
  position: absolute;
  right: -999999px;
}

.app-customize-survey .customize-survey-item input:checked ~ .customize-survey-item-wrap .checked,
.app-customize-info .customize-survey-item input:checked ~ .customize-survey-item-wrap .checked {
  opacity: 1;
  visibility: visible;
}

.app-customize-survey .customize-survey-item .customize-survey-item-wrap,
.app-customize-info .customize-survey-item .customize-survey-item-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.app-customize-survey .customize-survey-item .customize-survey-item-wrap .customize-survey-img,
.app-customize-info .customize-survey-item .customize-survey-item-wrap .customize-survey-img {
  position: relative;
  width: 65px;
  height: 65px;
  overflow: hidden;
  border-radius: 50%;
}

.app-customize-survey .customize-survey-item .customize-survey-item-wrap .customize-survey-img .checked,
.app-customize-info .customize-survey-item .customize-survey-item-wrap .customize-survey-img .checked {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s;
  background: rgba(0, 0, 0, 0.7);
}

.app-customize-survey .customize-survey-item .customize-survey-item-wrap .customize-survey-img .checked .icon,
.app-customize-info .customize-survey-item .customize-survey-item-wrap .customize-survey-img .checked .icon {
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 20px;
  color: #fff;
}

.app-customize-survey .customize-survey-item .customize-survey-item-wrap .subject-name,
.app-customize-info .customize-survey-item .customize-survey-item-wrap .subject-name {
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  padding: 10px 0 16px;
}

.app-customize-survey {
  height: calc(100vh - 119px);
  padding-bottom: env(safe-area-inset-bottom);
  overflow-y: auto;
}

.app-customize-survey .customize-survey-title {
  text-align: center;
  padding: 26.39vw 0 40px;
}

.app-customize-survey .customize-survey-title p {
  font-size: 20px;
  line-height: 28px;
  font-weight: bold;
}

.app-customize-survey .customize-survey-title span {
  display: block;
  font-size: 14px;
  line-height: 22px;
}

.app-customize-survey .customize-survey-title .survey-notice-txt {
  padding-top: 14px;
}

.app-customize-survey .appPreferSurveyForm {
  text-align: center;
}

.app-customize-survey .skip-survey {
  text-align: center;
  font-size: 12px;
  padding: 25px;
}

.app-customize-survey .skip-survey .icon {
  font-size: 8px;
  margin-top: -2px;
}

.app-customize-survey .bottom-btn-wrap {
  position: fixed;
  width: 100%;
  bottom: env(safe-area-inset-bottom);
  bottom: 0;
  left: 0;
  right: 0;
  padding: 10px;
  z-index: 1;
  background: #fff;
}

.app-customize-survey .survey-agree {
  position: relative;
  padding-bottom: 20px;
}

#customize-survey-agree-popup .uk-close {
  top: 20px;
  right: 20px;
}

#customize-survey-agree-popup .customize-survey-popup-content {
  padding: 40px 20px;
}

#customize-survey-agree-popup .customize-survey-popup-content .survey-agree-title {
  font-size: 18px;
  line-height: 26px;
  font-weight: 700;
  padding-bottom: 26px;
  border-bottom: 2px solid #000;
}

#customize-survey-agree-popup .customize-survey-popup-content .survey-agree-section {
  font-size: 14px;
  line-height: 22px;
  color: #757575;
  padding-top: 26px;
}

#customize-survey-agree-popup .customize-survey-popup-content .survey-agree-section .policy-selector-content {
  padding: 0;
  margin: 0;
}

#customize-survey-agree-popup .customize-survey-popup-content .survey-agree-section .policy-selector-content table {
  width: 100%;
}

#customize-survey-agree-popup .customize-survey-popup-content .survey-agree-section .policy-selector-content table th {
  background-color: #f1f2f3;
}

#customize-survey-agree-popup .customize-survey-popup-content .survey-agree-section .policy-selector-content table th, #customize-survey-agree-popup .customize-survey-popup-content .survey-agree-section .policy-selector-content table td {
  padding: 12px 10px;
}

#customize-survey-agree-popup .customize-survey-popup-content p {
  font-size: 12px;
}

.app-access-info {
  position: relative;
  height: calc(100vh - 70px);
  padding-bottom: calc(env(safe-area-inset-bottom) + 0px);
  overflow-y: auto;
}

.app-access-info h2 {
  padding: 50px 40px 16px;
  font-weight: bold;
}

.app-access-info .access-info-wrap {
  margin: 0 40px;
  padding: 24px 0;
  border-bottom: 1px solid #dbdbdb;
}

.app-access-info .access-info-wrap .access-wrap:not(:last-of-type) {
  padding-bottom: 20px;
}

.app-access-info .access-info-wrap .access-wrap .img-wrap .icon {
  font-size: 20px;
  margin-right: 10px;
}

.app-access-info .access-info-wrap .access-wrap .text-wrap .title {
  display: block;
  font-size: 14px;
  line-height: 17px;
  font-weight: 500;
  padding-bottom: 6px;
}

.app-access-info .access-info-wrap .access-wrap .text-wrap .des {
  font-size: 12px;
  line-height: 18px;
  font-weight: 400;
  color: #757575;
}

.app-access-info .access-info-wrap .notice-txt {
  font-size: 13px;
  line-height: 18px;
  color: #757575;
  padding-top: 20px;
}

.app-access-info .access-info-wrap.last {
  padding-top: 24px;
  border-bottom: 0;
}

.app-access-info .access-info-wrap.last h3 {
  font-size: 14px;
}

.app-access-info .access-info-wrap.last .access-wrap {
  padding-top: 8px;
}

.app-access-info .bottom-btn-wrap {
  position: fixed;
  width: 100%;
  bottom: calc(env(safe-area-inset-bottom) + 0px);
  left: 0;
  right: 0;
  padding: 10px;
  z-index: 1;
}

.app-push-list-content {
  min-height: 350px;
}

.app-push-list-content .app-push-list li a {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #e5e5e5;
  background-color: #fff;
  padding: 28px 20px 20px;
}

.app-push-list-content .app-push-list li.read a {
  background-color: #f6f6f6;
}

.app-push-list-content .app-push-list li .info-left {
  margin-right: 15px;
  word-break: keep-all;
}

.app-push-list-content .app-push-list li .info-left span {
  display: block;
  margin-bottom: 12px;
  line-height: 1.5;
}

.app-push-list-content .app-push-list li .info-left span:last-child {
  margin-bottom: 0;
}

.app-push-list-content .app-push-list li .info-left .title {
  font-size: 14px;
  font-weight: 500;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  line-height: 1.5em;
  overflow: hidden;
  text-overflow: ellipsis;
}

.app-push-list-content .app-push-list li .info-left .desc {
  font-size: 13px;
  color: #666;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  line-height: 1.5em;
  overflow: hidden;
  text-overflow: ellipsis;
}

.app-push-list-content .app-push-list li .info-left .date-ago {
  font-size: 12px;
  color: #999;
}

.app-push-list-content .app-push-list li .info-img {
  max-width: 76px;
  max-height: 76px;
}

.app-push-list-content .no-alram .empty-content {
  padding: 40px 20px;
  text-align: center;
}

.app-push-list-content .no-alram .empty-content .icon {
  width: 50px;
  height: 50px;
  margin-bottom: 20px;
  color: #c4c4c4;
}

.app-push-list-content .no-alram .empty-content p {
  line-height: 1.5;
}

.app-push-list-content .no-alram .empty-content p.title {
  font-size: 16px;
}

.app-push-list-content .no-alram .empty-content p.sub {
  margin-top: 15px;
  font-size: 13px;
  color: #666;
}

/* Reponsive 767px */
@media screen and (max-width: 767px) {
  .customer-account-container.update-account {
    border: none;
    padding: 0;
    margin: 0 16px;
  }
  .customer-account-container.update-account .account-fieldset .update-box .title {
    font-size: 16px;
    font-weight: 600;
  }
  .customer-account-container.update-account .account-fieldset .update-box .txt {
    font-size: 13px;
    padding: 12px 0 6px;
  }
  .customer-account-container.update-account .account-fieldset .field-row .field-title {
    width: 100%;
    font-size: 13px;
  }
  .customer-account-container.update-account .account-fieldset .field-row .field-label {
    width: 100%;
  }
  .customer-account-container.update-account .account-fieldset .field-row.field-check {
    padding-top: 10px;
    margin: 0;
  }
  .customer-account-container.update-account .account-fieldset .field-row.update-account-field {
    padding: 0 0 16px;
  }
  .customer-account-container.update-account .account-fieldset .field-row.update-account-field .field-label {
    display: inline-block;
    width: calc(100% - 93px);
  }
  .customer-account-container.update-account .account-fieldset .field-row.update-account-field .account-action-change {
    display: inline-block;
    height: 50px;
  }
  .customer-account-container.update-account .account-fieldset.account-connection-fieldset {
    padding-top: 24px;
  }
  .customer-account-container.update-account .account-fieldset.account-connection-fieldset .connection-box {
    padding: 12px 20px;
  }
  .customer-account-container.update-account .account-fieldset.account-connection-fieldset .connection-box .connection-txt-wrap {
    margin-right: auto;
  }
  .customer-account-container.update-account .account-fieldset.account-connection-fieldset .connection-box .connection-btn {
    margin-left: 10px;
  }
  .customer-account-container.update-account .account-fieldset.account-divider {
    border: none;
    padding-bottom: 24px;
    margin: 0;
  }
  .customer-account-container.update-account .marketing-info {
    margin-top: 16px;
    padding: 12px 16px;
  }
  .customer-account-container.update-account .dynamic-form {
    max-width: 100%;
  }
  .customer-account-container.update-account .dynamic-form .mc-row {
    display: block;
    padding-top: 16px;
    margin: 0;
  }
  .customer-account-container.update-account .dynamic-form .mc-row .field-title {
    padding-bottom: 6px;
  }
  .customer-account-container.update-account .dynamic-form .mc-row .field-test {
    float: left;
    width: calc(100% - 90px);
    max-width: 100%;
    margin-right: 10px;
  }
  .customer-account-container.update-account .dynamic-form .mc-row .field-test .field-agree {
    display: block;
    width: unset;
    margin-left: 0;
  }
  .customer-account-container.update-account .dynamic-form .mc-row.field-email {
    margin-bottom: 30px;
  }
  .customer-account-container.update-account .dynamic-form .mc-row.field-email .field-label {
    float: left;
    width: calc(100% - 90px);
    max-width: 100%;
    margin-right: 10px;
  }
  .customer-account-container.update-account .dynamic-form .mc-row.update-marketing-field {
    padding: 0;
  }
  .customer-account-container.update-account .dynamic-form .mc-row.update-marketing-field .fieldset-title {
    margin-bottom: 8px;
  }
  .customer-account-container.update-account .account-action-change .button {
    width: 80px;
  }
  .customer-account-container.update-account .account-action {
    max-width: 100%;
    padding: 24px 0;
    margin-top: 24px;
  }
  .customer-account-container.update-account .customer-info-box {
    padding-bottom: 24px;
  }
  .customer-account-container.change-password {
    padding: 0;
  }
  .customer-account-container.change-password .customer-formbox {
    max-width: 100%;
    padding: 0;
  }
  .customer-account-container.change-password .customer-formbox .account-fieldset {
    padding: 0;
  }
  .customer-account-container.change-password .customer-formbox .account-fieldset .field-row {
    margin: 0 0 16px;
  }
  .customer-account-container.change-password .customer-formbox .account-fieldset .field-row .field-title {
    display: block;
    width: 100%;
    line-height: 1.35;
    margin-bottom: 8px;
  }
  .customer-account-container.change-password .customer-formbox .account-fieldset .field-row .field-label {
    display: block;
    width: 100%;
    max-width: 100%;
  }
  .customer-account-container.change-password .customer-formbox .account-action {
    margin: 0;
  }
  .customer-account-container.with-drawal {
    padding-top: 0;
    border: none;
  }
  .customer-account-container.with-drawal .withdrawal-container {
    padding: 0;
  }
  .customer-account-container.with-drawal .withdrawal-container .withdrawal-notify {
    border: none;
    padding: 0;
  }
  .customer-account-container.with-drawal .withdrawal-container .withdrawal-notify .highlight {
    font-size: 14px;
    font-weight: 600;
  }
  .customer-account-container.with-drawal .customer-formbox {
    max-width: 100%;
    padding-top: 24px;
  }
  .customer-account-container.with-drawal .customer-formbox .withdrwal-field-title {
    font-size: 14px;
    font-weight: 600;
  }
  .customer-account-container.with-drawal .customer-formbox .dynamic-form .field-row {
    margin-bottom: 16px;
  }
  .customer-account-container.with-drawal .customer-formbox .dynamic-form .field-row .field-title {
    width: 100%;
    font-size: 14px;
    font-weight: 600;
    color: #111;
  }
  .customer-account-container.with-drawal .customer-formbox .dynamic-form .field-row .field-group .i-radio {
    margin: 0 0 8px;
  }
  .customer-account-container.with-drawal .customer-formbox .account-action {
    padding: 0;
    border: none;
  }
  .marketingMsg_draw {
    margin: 10px 10px 10px 15px !important;
  }
  .customer-product .product-mini {
    padding: 16px 0;
    gap: 20px;
  }
  .customer-product .addon-mini {
    padding: 16px;
    gap: 20px;
    background-color: #f7f7f7;
  }
  .customer-product .addon-mini .product-image-wrap {
    max-width: 64px;
  }
  .customer-product .state {
    padding-top: 16px;
    font-size: 15px;
    font-weight: bold;
  }
  .customer-product .product-image-wrap {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 80px;
  }
  .customer-product .product-image-wrap .image-url {
    margin-right: 0;
  }
  .customer-product .image-url {
    -webkit-flex: 0 1 35%;
    -ms-flex: 0 1 35%;
    flex: 0 1 35%;
    max-width: 120px;
  }
  .customer-product .product-mini-details .product-name {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.35;
    color: #111;
    letter-spacing: -.025em;
    padding-bottom: 10px;
  }
  .customer-product .product-mini-details .product-name .model {
    padding-top: 4px;
  }
  .customer-product .product-mini-details .product-name .bundle-badge {
    font-size: 11px;
    margin-bottom: 6px;
  }
  .customer-product .product-mini-details .product-name a {
    display: block;
  }
  .customer-product .product-mini-details .product-name a span {
    font-weight: 500;
    color: #111;
  }
  .customer-product .product-mini-details .product-model {
    font-size: 12px;
    line-height: 16px;
    color: #9b9b9b;
    padding-bottom: 10px;
  }
  .customer-product .product-mini-details .product-options {
    font-size: 11px;
    font-weight: 400;
    line-height: 1.35;
    color: #111111;
  }
  .customer-product .product-mini-details .product-price {
    font-size: 15px;
    font-weight: bold;
    margin-top: 10px;
  }
  .customer-product .product-mini-details .product-price .rate, .customer-product .product-mini-details .product-price .sale {
    font-size: 15px;
  }
  .gift-mini-wrap {
    margin-top: 4px;
    padding: 0;
  }
  .gift-mini-wrap + .gift-mini-wrap {
    margin-top: 0;
  }
  .gift-mini-wrap + .gift-mini-wrap .gift-mini {
    margin-top: 0;
  }
  .gift-mini-wrap .gift-mini {
    padding: 12px 16px;
    margin: 20px 0;
  }
  .gift-mini-wrap .gift-mini .product-image-wrap,
  .gift-mini-wrap .gift-mini .image-url,
  .gift-mini-wrap .gift-mini .product-price {
    display: none;
  }
  .gift-mini-wrap .gift-mini .col-12 {
    width: 100%;
    max-width: unset;
    flex-basis: unset;
    flex-wrap: wrap;
    align-items: start;
  }
  .gift-mini-wrap .gift-mini .product-name {
    display: flex;
    align-items: center;
    margin-right: 16px;
    padding: 0;
  }
  .gift-mini-wrap .gift-mini .product-name .gift-badge {
    font-size: 11px;
    margin-right: 16px;
  }
  .gift-mini-wrap .gift-mini .product-name a {
    display: inline-block;
    cursor: text;
    font-size: 14px;
  }
  .gift-mini-wrap .gift-mini .product-option-wrap {
    padding: 0;
  }
  .gift-mini-wrap .gift-mini .product-options {
    display: inline-block;
    margin: 0;
    margin-left: 62px;
  }
  .gift-mini-wrap .gift-mini .product-options .option {
    font-weight: 500;
  }
  .gift-mini-wrap .gift-mini .product-options .option:first-child:after {
    display: none;
  }
  .customer-container .title-notice {
    padding: 0 15px;
    margin-bottom: 20px;
    font-weight: bold;
  }
  .customer-container .customer-content-header {
    position: relative;
    border-bottom: 1px solid #d8d8d8;
    background-color: #ffffff;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-bottom: 21px;
  }
  .customer-container .customer-content-header .title {
    margin: 0;
    margin-top: 21px;
    font-size: 20px;
    font-weight: 700;
  }
  .customer-container .customer-content-header .title-notice {
    position: absolute;
    bottom: -75px;
    left: 0;
    width: calc(100% - 30px);
    font-size: 12px;
    line-height: 1.4;
    padding: 20px 0;
    margin: 0 15px;
    border-bottom: 2px solid #111111;
  }
  .customer-container .customer-content-header .button-back {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    top: 15px;
    min-width: 28px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 2;
    left: 6px;
    padding: 7px;
    font-size: 20px;
  }
  .customer-container .customer-content-header .button-back .icon {
    stroke: #000;
  }
  .header-general.fixit-active + .customer-container .customer-content-header {
    position: fixed;
    top: 0;
  }
  .customer-container .delivery-status {
    border: none;
  }
  .customer-container .delivery-status [class='col-3'] {
    border-left: none;
  }
  .customer-container .delivery-status .delivery-status-info .status-count {
    width: 35px;
    height: 35px;
    line-height: 35px;
    margin: 0 auto 10px;
  }
  .customer-container .delivery-status .delivery-status-info .status-subject {
    font-size: 13px;
    font-weight: 400;
  }
  .customer-container .delivery-status .other-nav-link {
    font-weight: 700;
    font-size: 13px;
  }
  .customer-container .customer-nav {
    margin-top: 40px;
  }
  .customer-container .customer-nav .customer-nav-group .customer-nav-title {
    font-size: 18px;
    padding-bottom: 16px;
    border-bottom: 2px solid #111111;
  }
  .customer-container .customer-nav .customer-nav-group .customer-nav-list {
    margin-bottom: 36px;
  }
  .customer-container .customer-nav .customer-nav-group .customer-nav-list li {
    padding: 14px 0;
    border-bottom: 1px solid #e6e6e6;
  }
  .customer-container .customer-nav .customer-nav-group .customer-nav-list li a .text {
    font-size: 14px;
    color: #333;
  }
  .customer-container .customer-nav .customer-nav-group .mypage_logout {
    width: 100%;
    background-color: #f6f6f6;
    border: 1px solid #e5e5e5;
    font-size: 13px;
    font-weight: 500;
  }
  .customer-container .customer-nav .other-nav-link {
    font-weight: 700;
    font-size: 13px;
  }
  .customer-container .customer-content-action {
    padding: 30px 16px;
  }
  .customer-container .customer-content-action .button {
    padding: 18px;
    width: 100%;
    font-weight: normal;
  }
  .customer-container .customer-content-section .content-section-header {
    margin-bottom: 20px;
    padding-top: 30px;
    padding-left: 16px;
    padding-right: 16px;
    border-top: 1px solid #d8d8d8;
    display: none;
  }
  .customer-container .customer-content-section .content-section-header .content-section-title {
    font-size: 16px;
  }
  .customer-container .customer-content-section .content-section-header .link {
    font-size: 12px;
    color: #9b9b9b;
  }
  .customer-container .customer-content-section .section-title {
    font-size: 18px;
    padding-bottom: 16px;
  }
  .customer-container .customer-content-section .content-title h2 {
    font-size: 18px;
    margin: 0 16px;
    padding: 40px 0 18px;
    border-bottom: 0;
  }
  .customer-container .customer-content-section .info-txt {
    padding: 0 16px 24px;
    margin-bottom: 0;
  }
  .customer-container .customer-content-section .info-txt p {
    position: relative;
    font-size: 13px;
    padding-left: 8px;
    padding-bottom: 0;
    line-height: 1.5;
    font-weight: normal;
  }
  .customer-container .customer-content-section .info-txt p:before {
    content: '';
    position: absolute;
    top: 5px;
    left: 0;
    display: inline-block;
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background: #9b9b9b;
    margin-right: 5px;
    vertical-align: middle;
  }
  .customer-container .customer-content-section .info-txt p.txt1 a {
    display: block;
  }
  .customer-container .customer-content-section .info-txt p.txtend {
    padding-left: 7px;
  }
  .customer-container .customer-content-section > .link-text {
    top: 2px;
    font-size: 14px;
  }
  .customer-container .customer-content-section > .link-text > svg {
    margin: -2px 0 0 3px;
    width: 5px;
    height: 10px;
  }
  .customer-container .customer-content-section .customer-helpDesk-container {
    margin: 0 16px;
  }
  .customer-container .customer-content-section .customer-helpDesk-container.help-list {
    padding-top: 56px;
  }
  .customer-container .customer-content-section .customer-helpDesk-container.help-list .customer-helpDesk {
    border-top: 1px solid #111;
  }
  .customer-container .delivery-tab-wrap {
    overflow: hidden;
    border-bottom: 2px solid #111111;
    margin: 0 15px;
  }
  .customer-container .delivery-tab-wrap li {
    float: left;
    width: 33.33%;
  }
  .customer-container .delivery-tab-wrap li .anchor {
    display: inline-block;
    width: 100%;
    height: 50px;
    line-height: 50px;
    font-size: 12px;
    font-weight: 500;
    color: #9b9b9b;
    text-align: center;
    border: 1px solid #c4c4c4;
  }
  .customer-container .delivery-tab-wrap li .anchor.active {
    color: #fff;
    background: #000;
    border: none;
  }
  .customer-container .delivery-tab-wrap li:not(:first-child) {
    border-left: none;
  }
  .customer-container .customer-order-search {
    padding: 16px;
    background-color: #ffffff;
    border: 1px solid #e6e6e6;
    margin: 0 16px;
  }
  .customer-container .customer-order-search .order-search-content {
    display: block;
  }
  .customer-container .customer-order-search .order-search-content .col-selector-date {
    height: 44px;
    padding: 0;
    margin-bottom: 10px;
  }
  .customer-container .customer-order-search .order-search-content .col-selector-date > .row {
    height: 100%;
    border: 1px solid #d8d8d8;
  }
  .customer-container .customer-order-search .order-search-content .col-selector-date > .row li:not(:first-child) {
    border-left: 1px solid #d8d8d8;
  }
  .customer-container .customer-order-search .order-search-content .col-selector-date .anchor {
    height: 100%;
    font-size: 13px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: -.025em;
    color: #9b9b9b;
    background-color: #fff;
  }
  .customer-container .customer-order-search .order-search-content .col-selector-date .anchor.active {
    font-weight: 600;
    color: #000000;
    border: 1px solid #111111;
    background-color: #ffffff;
    z-index: 2;
  }
  .customer-container .customer-order-search .order-search-content .col-input-date {
    padding: 0;
    margin-bottom: 10px;
  }
  .customer-container .customer-order-search .order-search-content .col-input-date .bridge {
    width: 13px;
    height: 42px;
  }
  .customer-container .customer-order-search .order-search-content .col-input-date .input-text {
    width: calc((100% - 61px) / 2);
    border: 1px solid #c4c4c4;
    font-size: 13px;
  }
  .customer-container .customer-order-search .order-search-content .col-input-date .input-text.date {
    width: calc(50% - 25px);
    padding-left: 35px;
    background-position: left 14px center;
    background-repeat: no-repeat;
    background-size: 15px 15px;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIGZpbGw9IiM5YjliOWIiIGlkPSJjYWxlbmRhciIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiIHdpZHRoPSIyMHB4IiBoZWlnaHQ9IjIwcHgiIHZpZXdCb3g9IjAgMCAyMCAyMCIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgMjAgMjAiIHhtbDpzcGFjZT0icHJlc2VydmUiPgo8Zz4KCTxwYXRoIGZpbGw9Im5vbmUiIGQ9Ik0xLDE5aDE4VjdIMVYxOXogTTE0LjE4MSwxMC4wMzJoMS42OHYxLjc0NmgtMS42OFYxMC4wMzJ6IE0xNC4xODEsMTQuMzk4aDEuNjh2MS43NDVoLTEuNjhWMTQuMzk4eiYjMTA7JiM5OyYjOTsgTTkuMTYsMTAuMDMyaDEuNjc5djEuNzQ2SDkuMTZWMTAuMDMyeiBNOS4xNiwxNC4zOThoMS42Nzl2MS43NDVIOS4xNlYxNC4zOTh6IE00LjE5NCwxMC4wMzJoMS42Nzl2MS43NDZINC4xOTRWMTAuMDMyeiYjMTA7JiM5OyYjOTsgTTQuMTk0LDE0LjM5OGgxLjY3OXYxLjc0NUg0LjE5NFYxNC4zOTh6Ii8+Cgk8cG9seWdvbiBmaWxsPSJub25lIiBwb2ludHM9IjE0LjQzLDQgMTQuNDMsMiAxMC41LDIgMTAuNSw0IDkuNSw0IDkuNSwyIDUuNTcsMiA1LjU3LDQgNC41Nyw0IDQuNTcsMiAxLDIgMSw2IDE5LDYgMTksMiAxNS40MywyICYjMTA7JiM5OyYjOTsxNS40Myw0Ii8+Cgk8cmVjdCB4PSI0LjE5NCIgeT0iMTQuMzk4IiB3aWR0aD0iMS42NzkiIGhlaWdodD0iMS43NDUiLz4KCTxyZWN0IHg9IjkuMTYiIHk9IjE0LjM5OCIgd2lkdGg9IjEuNjc5IiBoZWlnaHQ9IjEuNzQ1Ii8+Cgk8cmVjdCB4PSIxNC4xODEiIHk9IjE0LjM5OCIgd2lkdGg9IjEuNjgiIGhlaWdodD0iMS43NDUiLz4KCTxyZWN0IHg9IjQuMTk0IiB5PSIxMC4wMzIiIHdpZHRoPSIxLjY3OSIgaGVpZ2h0PSIxLjc0NiIvPgoJPHJlY3QgeD0iOS4xNiIgeT0iMTAuMDMyIiB3aWR0aD0iMS42NzkiIGhlaWdodD0iMS43NDYiLz4KCTxyZWN0IHg9IjE0LjE4MSIgeT0iMTAuMDMyIiB3aWR0aD0iMS42OCIgaGVpZ2h0PSIxLjc0NiIvPgoJPHBhdGggZD0iTTE1LjQzLDBoLTF2MUgxMC41VjBoLTF2MUg1LjU3VjBoLTF2MUgwdjV2MXYxM2gyMFY3VjZWMWgtNC41N1YweiBNMTksMTlIMVY3aDE4VjE5eiBNMTksMnY0SDFWMmgzLjU3djJoMVYySDkuNXYyaDFWMiYjMTA7JiM5OyYjOTtoMy45M3YyaDFWMkgxOXoiLz4KPC9nPgo8L3N2Zz4=);
  }
  .customer-container .customer-order-search .order-search-content .col-input-date .trigger-renew {
    margin-left: 5px;
    width: 50px;
    height: 50px;
    color: #333;
    background-color: #fff;
    border: 1px solid #c4c4c4;
  }
  .customer-container .customer-order-search .order-search-content .col-input-date .trigger-renew svg {
    width: 17px;
    height: 17px;
  }
  .customer-container .customer-order-search .order-search-content .col-input-date .button-submit {
    margin-left: auto;
    padding: 9px 0;
    width: 130px;
  }
  .customer-container .customer-order-search .order-search-content .col-search-action {
    padding: 0;
  }
  .customer-container .customer-order-search .order-search-content .col-search-action .button {
    width: 100%;
    max-width: 100%;
    font-size: 12px;
    border: 1px solid #e6e6e6;
    padding: 14px 0;
    margin: 0;
  }
  .customer-container .customer-order-search .order-search-content .search-date-notice {
    margin: 14px 10px 0;
    font-size: 12px;
    letter-spacing: -0.5px;
    width: 100%;
  }
  .customer-container .shipping-delivery-process,
  .customer-container .customer-order-container {
    margin: 0 15px;
  }
  .customer-container .shipping-delivery-process .order-summary + .row,
  .customer-container .customer-order-container .order-summary + .row {
    margin: 0 auto;
  }
  .customer-container .shipping-delivery-process .process-title {
    font-size: 16px;
    font-weight: bold;
    padding-bottom: 20px;
    border-bottom: 2px solid #111111;
  }
  .customer-container .shipping-delivery-process .process-list-content .process-list {
    display: block;
  }
  .customer-container .shipping-delivery-process .process-list-content .process-list .process-item {
    max-width: 100%;
    text-align: center;
    padding: 25px 0;
  }
  .customer-container .shipping-delivery-process .process-list-content .process-list .process-item:not(:last-child) {
    position: relative;
  }
  .customer-container .shipping-delivery-process .process-list-content .process-list .process-item:not(:last-child):after {
    content: '';
    width: 20px;
    height: 10px;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' id='icon-orderprocess-arrow-mc' viewBox='0 0 32 18'%3E%3Cg%3E%3Cpolygon points='32.1,1.7 30.6,0.3 16.1,14.8 1.5,0.3 0.1,1.7 14.6,16.3 14.6,16.3 16.1,17.7 16.1,17.7 16.1,17.7 17.5,16.3 17.5,16.3 '%3E%3C/polygon%3E%3C/g%3E%3C/svg%3E") no-repeat center 100%/100%;
  }
  .customer-container .shipping-delivery-process .process-list-content .process-list .process-item .process-subject {
    font-size: 14px;
    font-weight: bold;
  }
  .customer-container .shipping-delivery-process .process-list-content .process-list .process-item .process-subject span {
    display: block;
    width: 55px;
    line-height: 22px;
    border-radius: 11px;
    background: #000;
    color: #fff;
    font-size: 12px;
    font-weight: 500;
    margin: 0 auto 10px;
  }
  .customer-container .shipping-delivery-process .process-list-content .process-list .process-item .process-descr {
    font-size: 12px;
    line-height: 18px;
    color: #444;
    padding-top: 10px;
  }
  .customer-container .shipping-delivery-process .process-list-content .notice-text {
    position: relative;
    font-size: 12px;
    font-weight: 500;
    line-height: 20px;
    color: #111111;
    padding-top: 10px;
    padding-left: 17px;
    word-break: keep-all;
  }
  .customer-container .shipping-delivery-process .process-list-content .notice-text:before {
    content: '';
    position: absolute;
    top: 16px;
    left: 0;
    width: 8px;
    height: 8px;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' id='icon-search-check' viewBox='0 0 16 12'%3E%3Cpolygon class='st0 svg-search-check' points='14,0 6.01,7.99 2,3.99 0,5.99 4.01,9.99 4,10 6,12 16,2'%3E%3C/polygon%3E%3C/svg%3E") no-repeat center;
  }
  .customer-container .empty-content {
    padding-top: 50px;
    padding-bottom: 50px;
    margin: 0 15px 100px;
    border-bottom: 1px solid #111111;
  }
  .customer-container .empty-content .text {
    font-size: 12px;
    line-height: 20px;
    font-weight: 500;
    text-align: center;
    color: #9b9b9b;
  }
  .customer-container .empty-content .go-pay-history {
    display: inline-block;
    font-size: 12px;
    font-weight: 500;
    color: #111111;
    margin-top: 15px;
  }
  .customer-container .empty-content .go-pay-history svg {
    width: 5px;
    height: 12px;
    stroke: #000;
  }
  .customer-container .empty-content .icon {
    width: 115px;
    height: 115px;
  }
  .customer-container .empty-content .icon + .text {
    margin: 24px;
  }
  .customer-container .empty-content .text {
    font-size: 15px;
  }
  .customer-container .empty-content .btn-link {
    margin-top: 20px;
  }
  .customer-container .pagination {
    padding: 25px 0 50px;
  }
  .customer-container .pagination .btn-pagination {
    margin: 0;
  }
  .customer-container .pagination .button-pager {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 45px;
    height: 45px;
    font-size: 15px;
    line-height: 1;
    color: #9b9b9b;
    border: 1px solid #d8d8d8;
  }
  .customer-container .pagination .button-pager.active {
    z-index: 2;
    color: #ffffff;
    border-color: #111111;
    background-color: #000000;
  }
  .customer-container .pagination .button-pager.jump {
    color: #000000;
  }
  .customer-container .pagination .button-pager:not(:last-child) {
    margin-right: -1px;
  }
  .customer-container .customer-content {
    padding-bottom: 80px;
    padding-top: 24px;
  }
  .customer-container .customer-content .display-small-wrap {
    margin-left: 16px;
    margin-right: 16px;
  }
  .customer-container .customer-content .display-small-wrap .delivery-status {
    margin: 0;
    border-bottom: 1px solid #e6e6e6;
  }
  .customer-container .customer-content .account-profile {
    padding: 12px 0 16px;
  }
  .customer-container .customer-content .account-profile .name {
    font-size: 16px;
    font-weight: 500;
    letter-spacing: .5px;
  }
  .customer-container .customer-content .account-profile .name strong {
    font-weight: 600;
    letter-spacing: 0;
  }
  .customer-container .customer-content .success-page .header .title {
    text-align: center;
    padding: 35px 0 25px;
    border-bottom: 1px solid #e5e5e5;
  }
  .customer-container .customer-content .success-page .header .description {
    padding: 100px 0;
  }
  .customer-container .customer-content .success-page .body {
    padding: 0 16px;
    border: none;
  }
  .customer-container .customer-content .success-page .body .btn-link {
    height: 50px;
    font-size: 16px;
  }
  .customer-container .activity-summary {
    border: 1px solid #e6e6e6;
    background: #fff;
    padding: 24px 20px;
    margin-bottom: 40px;
  }
  .customer-container .activity-summary .summary-item {
    padding: 12px 0;
    flex-basis: 50%;
    max-width: 50%;
  }
  .customer-container .activity-summary .summary-item.customer-barcode-info {
    flex-basis: 100%;
    max-width: 100%;
    flex-direction: column;
    margin: 0;
    padding: 0 0 30px;
  }
  .customer-container .activity-summary .summary-item a {
    margin-bottom: 8px;
  }
  .customer-container .activity-summary .summary-item span {
    font-size: 13px;
    line-height: 1.3;
    color: #333;
  }
  .customer-container .activity-summary .summary-item .count {
    font-size: 18px;
    font-weight: 700;
  }
  .customer-container .activity-summary .summary-item + .summary-item {
    background: #f4f4f4;
    border: none;
    border-bottom: 2px solid #fff;
  }
  .customer-container .activity-summary .summary-item:nth-child(even) {
    border-right: 2px solid #fff;
  }
  .customer-container .activity-summary .summary-item .rank-wrap {
    width: 100%;
    max-width: 100%;
    padding-bottom: 16px;
  }
  .customer-container .activity-summary .summary-item .rank-wrap .customer-rank-info {
    width: 100%;
  }
  .customer-container .activity-summary .summary-item .rank-wrap .customer-rank-info .rank-icon-wrap {
    padding-right: 25px;
  }
  .customer-container .activity-summary .summary-item .rank-wrap .customer-rank-info .customer-rank-notice {
    display: flex;
    width: 100%;
    justify-content: space-between;
  }
  .customer-container .activity-summary .summary-item .rank-wrap .customer-rank-info .customer-rank-notice .membership-link {
    margin: 0;
  }
  .customer-container .activity-summary .summary-item .rank-wrap .customer-rank-info .customer-rank-notice .membership-link span {
    font-size: 12px;
  }
  .customer-container .activity-summary .summary-item .rank-step-wrap {
    width: 100%;
  }
  .customer-container .activity-summary .summary-item .rank-step-wrap .progress-wrap .gage {
    height: 10px;
    border-radius: 5px;
  }
  .customer-container .activity-summary .summary-item .rank-step-wrap .progress-step-wrap li {
    font-size: 12px;
  }
  .customer-container .activity-summary .summary-item .rank-step-wrap .rank-step-notice {
    font-size: 12px;
    padding-top: 14px;
  }
  .customer-container .activity-summary .summary-item .rank-step-wrap .rank-step-notice span, .customer-container .activity-summary .summary-item .rank-step-wrap .rank-step-notice b {
    font-size: 12px;
  }
  .order-detail-modal {
    padding: 0 16px 24px;
  }
  .order-detail-modal .modal-header {
    margin: 0 -16px;
    border-bottom: 1px solid #e6e6e6;
  }
  .order-detail-modal .modal-header .title {
    font-size: 18px;
    font-weight: 600;
    line-height: 1.35;
    padding: 14px 16px;
  }
  .order-detail-modal .modal-info-wrap {
    padding: 16px 0;
  }
  .order-detail-modal .info-wrap-title {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.35;
    padding-bottom: 12px;
  }
  .order-detail-modal .short-info-wrap .order-normal-data {
    padding: 24px 0 16px;
  }
  .order-detail-modal .short-info-wrap .order-normal-data .order-info-wrap .order-info-item {
    width: 100%;
  }
  .order-detail-modal .short-info-wrap .order-normal-data .order-info-wrap .order-info-item b {
    font-size: 13px;
    color: #666;
  }
  .order-detail-modal .short-info-wrap .order-normal-data .order-info-wrap .order-info-item span.order-number {
    font-weight: 500;
  }
  .order-detail-modal .short-info-wrap .order-normal-data .order-info-wrap .order-info-item:first-child {
    padding-bottom: 6px;
  }
  .order-detail-modal .short-info-wrap .order-normal-data .order-info-wrap .order-info-item:first-child:after {
    display: none;
  }
  .order-detail-modal .short-info-wrap .order-normal-data .receipt-btn {
    width: 72px;
    font-size: 12px;
    line-height: 1.35;
    color: #111;
    padding: 6px 16px;
    border-radius: 16px;
    align-self: self-start;
    text-align: center;
  }
  .order-detail-modal .delivery-info-wrap .customer-name,
  .order-detail-modal .delivery-info-wrap .phone-numb,
  .order-detail-modal .delivery-info-wrap .customer-address,
  .order-detail-modal .delivery-info-wrap .customer-persnal {
    display: block;
    font-size: 13px;
    line-height: 1.35;
  }
  .order-detail-modal .delivery-info-wrap .customer-name:not(:last-child),
  .order-detail-modal .delivery-info-wrap .phone-numb:not(:last-child),
  .order-detail-modal .delivery-info-wrap .customer-address:not(:last-child),
  .order-detail-modal .delivery-info-wrap .customer-persnal:not(:last-child) {
    padding-bottom: 4px;
  }
  .order-detail-modal .delivery-info-wrap .work-time-wrap .opentime {
    font-size: 12px;
    padding-bottom: 10px;
  }
  .order-detail-modal .delivery-info-wrap .work-time-wrap .holiday {
    font-size: 12px;
    color: #0063BA;
  }
  .order-detail-modal .delivery-info-wrap .work-time-wrap span {
    color: #111111;
  }
  .order-detail-modal .exchange-reason-wrap {
    padding: 25px 0;
  }
  .order-detail-modal .exchange-reason-wrap .info-wrap-title {
    padding-bottom: 20px;
  }
  .order-detail-modal .exchange-reason-wrap .reason-wrap ul li {
    font-size: 12px;
  }
  .order-detail-modal .exchange-reason-wrap .reason-wrap ul li:not(:last-child) {
    padding-bottom: 10px;
  }
  .order-detail-modal .exchange-reason-wrap .reason-wrap ul li .reason-title {
    display: inline-block;
    width: 85px;
    vertical-align: top;
  }
  .order-detail-modal .exchange-reason-wrap .reason-wrap ul li span {
    display: inline-block;
    width: calc(100% - 85px);
    text-align: left;
    word-break: break-word;
  }
  .order-detail-modal .returned-notice-wrap {
    margin-bottom: 40px;
  }
  .order-detail-modal .returned-notice-wrap .toggle-box.active {
    padding: 0 0 25px;
  }
  .order-detail-modal .returned-notice-wrap .toggle-box .toggle-label {
    min-height: 55px;
  }
  .order-detail-modal .returned-notice-wrap .toggle-box .toggle-label .toggle-title {
    font-size: 14px;
  }
  .order-detail-modal .returned-notice-wrap .toggle-box .toggle-content .returned-notice-list ul li:not(:last-child) {
    padding-bottom: 10px;
  }
  .order-detail-modal .returned-notice-wrap .toggle-box .toggle-content .returned-notice-list ul li .returned-title {
    font-size: 12px;
    line-height: 20px;
    color: #666;
    padding-bottom: 0px;
  }
  .order-detail-modal .returned-notice-wrap .toggle-box .toggle-content .returned-notice-list ul li p {
    font-size: 12px;
    line-height: 20px;
    color: #666;
  }
  .order-detail-modal .returned-notice-wrap .toggle-box .toggle-content .returned-notice-list ul li p:not(:last-child) {
    padding-bottom: 0px;
  }
  .order-detail-modal .payment-type-wrap dl .type-name {
    font-size: 13px;
  }
  .order-detail-modal .payment-type-wrap dl .type-price {
    font-size: 14px;
    font-weight: 700;
  }
  .order-detail-modal .payment-type-wrap .type-info {
    text-align: right;
  }
  .order-detail-modal .payment-type-wrap .type-info span {
    font-size: 12px;
    font-weight: 500;
    color: #9e9e9e;
  }
  .order-detail-modal .payment-type-wrap .type-info .pay-title {
    margin: 0 5px;
  }
  .order-detail-modal .payment-info-wrap {
    padding: 16px 0;
  }
  .order-detail-modal .payment-info-wrap .payment-info-list li {
    overflow: hidden;
  }
  .order-detail-modal .payment-info-wrap .payment-info-list li:not(:last-child) {
    padding-bottom: 12px;
  }
  .order-detail-modal .payment-info-wrap .payment-info-list li > b {
    font-size: 13px;
    color: #333;
    float: left;
  }
  .order-detail-modal .payment-info-wrap .payment-info-list li > span {
    float: right;
    font-size: 14px;
    font-weight: 700;
  }
  .order-detail-modal .payment-info-wrap .payment-info-list li > span span {
    font-size: 14px;
  }
  .order-detail-modal .payment-info-wrap .payment-info-list li .total-price span {
    font-size: 15px;
    font-weight: 700;
    line-height: 1.35;
    color: #333;
  }
  .order-detail-modal .product-info-wrap .info-wrap-title {
    padding: 16px 0 0;
  }
  .order-detail-modal .product-info-wrap .customer-order-content .customer-product {
    width: 100%;
    margin: 6px 0 12px;
  }
  .order-detail-modal .product-info-wrap .customer-order-content .customer-product .product-mini-details .product-name {
    padding: 0;
  }
  .order-detail-modal .product-info-wrap .customer-order-content .customer-product .product-mini-details .product-options {
    color: #666;
  }
  .order-detail-modal .product-info-wrap .customer-order-content .customer-product .product-mini {
    padding: 6px 0 0;
  }
  .order-detail-modal .product-info-wrap .customer-order-content .customer-product .product-mini .product-image-wrap {
    max-width: 80px;
  }
  .order-detail-modal .product-info-wrap .customer-order-content .customer-product .product-mini .product-options .changed-item {
    display: block;
  }
  .order-detail-modal .product-info-wrap .customer-order-content .customer-product .product-mini + .product-mini {
    margin-top: 6px;
    padding-top: 6px;
  }
  .order-detail-modal .product-info-wrap .customer-order-content .customer-product .addon-mini {
    padding-top: 12px;
  }
  .order-detail-modal .product-info-wrap .customer-order-content .customer-product .addon-mini .product-image-wrap {
    max-width: 64px;
    margin: 0;
  }
  .order-detail-modal .product-info-wrap .customer-order-content .customer-product .addon-mini .product-name .bundle-badge {
    margin-bottom: 2px;
  }
  .order-detail-modal .product-info-wrap .customer-order-content .customer-product .gift-mini-wrap {
    margin-top: 6px;
    padding-top: 6px;
  }
  .order-detail-modal .product-info-wrap .customer-order-content .customer-product .gift-mini-wrap .gift-mini {
    margin: 6px 0 0;
  }
  .order-detail-modal .product-info-wrap .customer-order-content .customer-product .gift-mini-wrap + .gift-mini-wrap {
    margin-top: 0;
    padding-top: 0;
  }
  .order-detail-modal .product-info-wrap .customer-order-content .order-state {
    width: 100%;
    max-width: 100%;
    flex-direction: row;
    justify-content: space-between;
    padding: 12px 0;
    margin: 0;
  }
  .order-detail-modal .product-info-wrap .customer-order-content .order-state .actions {
    padding: 0;
  }
  .order-detail-modal .product-info-wrap .customer-order-content .order-state .actions > div {
    flex-basis: unset;
  }
  .order-detail-modal .product-info-wrap .customer-order-content .order-state .actions > div:not(:first-child) {
    margin: 0;
    margin-left: 12px;
  }
  .order-detail-modal .product-info-wrap .customer-order-content:last-child {
    border: none;
  }
  .order-detail-modal .detail-action-wrap {
    padding-top: 20px;
  }
  .order-detail-modal .detail-action-wrap .button {
    width: 100%;
    height: 50px;
  }
  .order-history-page .customer-content-header {
    border-bottom: none;
    padding: 0;
  }
  .order-history-page .customer-order-notice {
    line-height: 1.6;
    margin: 24px 16px;
  }
  .customer-order-container .customer-order .customer-order-header {
    padding-left: 16px;
    padding-right: 16px;
    background-color: #fff;
  }
  .customer-order-container .customer-order .customer-order-header.returnable {
    padding: 20px 0;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-bottom: none;
  }
  .customer-order-container .customer-order .customer-order-header.returned {
    padding: 20px 0;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-bottom: none;
  }
  .customer-order-container .customer-order .customer-order-header.returned .customer-order-number span:not(.order-number) {
    display: none;
  }
  .customer-order-container .customer-order .customer-order-header .customer-order-number {
    display: block;
  }
  .customer-order-container .customer-order .customer-order-header .customer-order-number .date {
    display: block;
    font-size: 12px;
    font-weight: 500;
    padding-bottom: 5px;
  }
  .customer-order-container .customer-order .customer-order-header .customer-order-number .order-number {
    font-size: 12px;
    font-weight: bold;
  }
  .customer-order-container .customer-order .customer-order-header .link {
    font-size: 12px;
    margin-top: -20px;
  }
  .customer-order-container .customer-order .customer-order-header .link svg {
    width: 10px;
    height: 7px;
    vertical-align: middle;
  }
  .customer-order-container .customer-order .order-summary {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 70px;
    border-top: 1px solid #111;
    border-bottom: 1px solid #d8d8d8;
  }
  .customer-order-container .customer-order .order-summary .date {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.35;
    letter-spacing: -.025em;
    color: #666;
  }
  .customer-order-container .customer-order .order-summary .order-number {
    display: block;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.35;
    color: #111;
    padding-top: 4px;
  }
  .customer-order-container .customer-order .order-summary .link {
    font-size: 15px;
    font-weight: 500;
    color: #111111;
    line-height: 1;
    letter-spacing: -.025em;
  }
  .customer-order-container .customer-order .order-summary .link .text {
    margin-right: .25em;
    color: #111111;
  }
  .customer-order-container .customer-order .order-summary .icon {
    color: #111111;
    margin-top: 0;
    font-size: 10px;
  }
  .customer-order-container .customer-order .order-product {
    padding: 0;
  }
  .customer-order-container .customer-order .order-product .product-mini-details .product-price .retail {
    font-size: 13px;
  }
  .customer-order-container .customer-order .order-product .product-mini-details .product-price .sale {
    margin: 0;
  }
  .customer-order-container .customer-order .order-product .product-mini-details .product-price .sale:not(:first-child) {
    margin-left: 0;
  }
  .customer-order-container .customer-order .order-tracking {
    display: block;
    font-size: 13px;
    padding: 10px 0;
  }
  .customer-order-container .customer-order .order-tracking .status {
    display: inline-block;
  }
  .customer-order-container .customer-order .order-tracking .mc-chase-delivery {
    color: #fa5d00;
    text-decoration: underline;
  }
  .customer-order-container .customer-order .order-tracking .shipping-tel {
    margin-top: 0;
    margin-left: 5px;
  }
  .customer-order-container .customer-order .order-state {
    padding: 0;
  }
  .customer-order-container .customer-order .order-state .state {
    width: 100%;
    font-size: 12px;
    font-weight: bold;
    text-align: left;
    padding: 20px 0;
  }
  .customer-order-container .customer-order .order-state .actions {
    width: 100%;
    justify-content: start;
    padding: 16px 0;
    border-top: 1px solid #e6e6e6;
  }
  .customer-order-container .customer-order .order-state .actions .anchor {
    width: calc(100% - 6px);
    font-size: 14px;
    font-weight: 500;
    line-height: 48px;
    color: #111;
    border: 1px solid #c4c4c4;
    padding: 0;
  }
  .customer-order-container .customer-order .order-state .actions .anchor.button-secondary {
    color: #0063BA;
    border: 1px solid #0063BA;
  }
  .customer-order-container .customer-order .order-state .actions[type="RETURNABLE"] .col-6:last-child {
    justify-self: self-end;
  }
  .customer-order-container .customer-order .order-state .actions[type="RETURNABLE"] .anchor {
    width: calc(100% - 6px);
    font-size: 14px;
    font-weight: 500;
    line-height: 48px;
    color: #111111;
    background: #fff;
    border: 1px solid #c4c4c4;
  }
  .customer-order-container .customer-order .order-state .actions .review-check .flex-justify-center {
    justify-content: end;
  }
  .customer-order-container .order-detail-header {
    background-color: #fff;
  }
  .customer-order-container .order-detail-header .order-normal-data {
    margin: 0;
    padding: 7px 16px;
    height: 60px;
  }
  .customer-order-container .order-detail-header .order-normal-data .order-number {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 14px;
    line-height: 1;
    color: #000000;
    width: 100%;
  }
  .customer-order-container .order-detail-header .order-normal-data .order-date {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%;
    margin-right: auto;
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    color: #000000;
  }
  .customer-order-container .order-detail-header .order-list-btn {
    padding-right: 16px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .customer-order-container .order-detail-header .order-list-btn .button {
    font-size: 13px;
    padding: 10px;
  }
  .customer-order-container .order-detail-data {
    padding: 16px;
    background-color: #fff;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  .customer-order-container .order-detail-data .order-payment-content .order-info-section {
    padding: 8px 16px 24px;
  }
  .customer-order-container .order-detail-data .order-payment-content .order-total-item {
    margin-bottom: 10px;
  }
  .customer-order-container .order-detail-data .order-payment-content .order-total-item .label {
    font-size: 12px;
    line-height: 1;
    letter-spacing: -.025em;
    color: #9b9b9b;
    white-space: nowrap;
  }
  .customer-order-container .order-detail-data .order-payment-content .order-total-item .value {
    font-size: 14px;
    line-height: 1.2;
    letter-spacing: -.025em;
    color: #000000;
    text-align: right;
  }
  .customer-order-container .order-detail-data .order-payment-content .order-total-item .value .retail {
    color: #9b9b9b;
    text-decoration: line-through;
    white-space: nowrap;
  }
  .customer-order-container .order-detail-data .order-payment-content .order-total-item .value .sale {
    margin-left: 5px;
    white-space: nowrap;
  }
  .customer-order-container .order-detail-data .order-payment-content .order-total-highlight {
    margin-top: 24px;
    padding-top: 24px;
    border-top: 1px solid #d8d8d8;
  }
  .customer-order-container .order-detail-data .order-payment-content .order-total-highlight .label {
    font-size: 14px;
    line-height: 1;
    letter-spacing: -.025em;
  }
  .customer-order-container .order-detail-data .order-payment-content .order-total-highlight .value {
    font-size: 16px;
    line-height: 1;
    letter-spacing: -.025em;
  }
  .customer-order-container .order-detail-data .order-info-container {
    padding: 10px 16px;
    border: 1px solid #d8d8d8;
    background-color: #ffffff;
  }
  .customer-order-container .order-detail-data .order-info-section {
    padding: 20px 0;
  }
  .customer-order-container .order-detail-data .order-info-section .info-title {
    margin-bottom: 12px;
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    color: #9b9b9b;
  }
  .customer-order-container .order-detail-data .order-info-section:not(:first-child) {
    border-top: 1px solid #d8d8d8;
  }
  .customer-order-container .order-detail-data .order-shipping-info p {
    margin: 0;
    font-size: 14px;
    line-height: 18px;
    color: #000000;
    word-break: keep-all;
    word-wrap: break-word;
    overflow-wrap: break-word;
  }
  .customer-order-container .order-detail-data .order-shipping-info p:not(:first-child) {
    margin-top: 4px;
  }
  .customer-order-container .order-detail-data .order-payment-info {
    margin-top: -10px;
    font-size: 14px;
    line-height: 18px;
  }
  .customer-order-container .order-detail-data .order-payment-info dl {
    margin: 0;
  }
  .customer-order-container .order-detail-data .order-payment-info .info-label {
    margin-top: 4px;
    -webkit-flex-basis: 88px;
    -ms-flex-preferred-size: 88px;
    flex-basis: 88px;
    max-width: 88px;
  }
  .customer-order-container .order-detail-data .order-payment-info .info-value {
    margin-top: 4px;
    -webkit-flex-basis: calc(100% - 88px);
    -ms-flex-preferred-size: calc(100% - 88px);
    flex-basis: calc(100% - 88px);
    max-width: calc(100% - 88px);
    font-weight: 500;
  }
  .customer-order-container .order-detail-product .order-detail-product-content .order-product {
    padding-left: 16px;
    padding-right: 16px;
  }
  .customer-order-container .order-detail-product .order-detail-product-content .product-item:not(:first-child) {
    border-top: 1px solid #d8d8d8;
  }
  .customer-order-container .order-detail-product .order-detail-product-content .col-state {
    padding: 16px 16px 30px;
    width: 100%;
    border-top: 1px solid #d8d8d8;
  }
  .customer-order-container .order-detail-product .order-detail-product-content .col-state .state {
    font-size: 13px;
    font-weight: 400;
    line-height: 1;
    color: #0063BA;
    text-align: center;
  }
  .customer-order-container .order-detail-product .order-detail-product-content .col-state .actions {
    width: 100%;
  }
  .customer-order-container .order-detail-product .order-detail-product-content .col-state .actions .col-12:not(:first-child) {
    margin-top: 5px;
  }
  .customer-order-container .order-detail-product .order-detail-product-content .col-state .actions .col-12:not(:first-child) .button {
    margin: 0;
  }
  .customer-order-container .order-detail-product .order-detail-product-content .col-state .button {
    margin-top: 16px;
    padding: 9px 0;
    width: 100%;
    line-height: 1;
    font-weight: normal;
  }
  .offline-notice-wrap {
    padding: 0 15px 15px;
  }
  .offline-notice-wrap .notice-text {
    font-size: 13px;
    line-height: 1.5;
  }
  .customer-offline-order .customer-order .order-summary {
    height: 50px;
  }
  .customer-offline-order .offline-option-detail {
    padding-top: 5px;
  }
  .customer-offline-order .customer-product .product-mini-details .product-options {
    padding: 0;
    color: #9b9b9b;
  }
  .customer-offline-order .customer-product .product-name .model {
    padding-bottom: 5px;
  }
  .customer-credits-container .customer-content-descr.credits-descr {
    padding-left: 16px;
    padding-right: 16px;
    height: 64px;
    background-color: #fff;
    font-size: 13px;
    font-weight: 400;
  }
  .customer-credits-container .customer-content-descr.credits-descr .value {
    margin-left: auto;
    font-weight: 500;
    color: #0063BA;
  }
  .customer-credits-container .customer-credits .credits-logs {
    font-size: 12px;
  }
  .customer-credits-container .customer-credits .credits-logs thead th {
    height: 46px;
  }
  .customer-credits-container .customer-credits .credits-logs tbody td {
    height: 76px;
  }
  .customer-credits-container .customer-credits .credits-logs .date {
    padding-left: 16px;
    width: 85px;
    text-align: left;
  }
  .customer-credits-container .customer-credits .credits-logs .descr {
    padding-left: 16px;
    text-align: left;
  }
  .customer-credits-container .customer-credits .credits-logs .log {
    width: 90px;
    text-align: center;
  }
  .customer-restock-container .customer-restock {
    border-top: 1px solid #d8d8d8;
  }
  .customer-restock-container .customer-restock .col-date {
    padding-left: 16px;
    height: 54px;
    background-color: #fff;
  }
  .customer-restock-container .customer-restock .col-product .product-mini {
    padding: 20px 16px;
  }
  .customer-restock-container .customer-restock .col-state {
    padding: 16px 16px 30px;
    font-size: 13px;
    border-top: 1px solid #d8d8d8;
  }
  .customer-restock-container .customer-restock .col-state > .row {
    width: 100%;
  }
  .customer-restock-container .customer-restock .col-state .button {
    margin-top: 16px;
    padding: 16px 0;
    width: 100%;
    font-size: 15px;
  }
  .empty-draw .empty-content {
    padding: 0;
    border: none;
  }
  .empty-draw .empty-content .text {
    font-size: 12px;
    padding: 60px 0;
    border-bottom: 1px solid #e5e5e5;
  }
  .draw-notice-wrap {
    margin: 0 15px;
  }
  .draw-notice-wrap .draw-notice-text {
    margin: 0;
    font-size: 12px;
    line-height: 20px;
    letter-spacing: -.025em;
    color: #666;
    vertical-align: middle;
  }
  .draw-notice-wrap .draw-notice-text:before {
    content: '';
    display: inline-block;
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background: #9b9b9b;
    margin-right: 5px;
    vertical-align: middle;
  }
  .customer-draw-container .customer-content-filter {
    border-bottom: 2px solid #111111;
    margin: 0 15px;
  }
  .customer-draw-container .customer-content-filter .filter-list {
    border: 1px solid #c4c4c4;
    border-bottom: none;
  }
  .customer-draw-container .customer-content-filter .filter-list li {
    -webkit-flex-basis: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
    font-size: 12px;
  }
  .customer-draw-container .customer-content-filter .filter-list li .anchor {
    display: block;
    width: 100%;
    line-height: 50px;
    color: #9b9b9b;
    text-align: center;
    margin: 0;
  }
  .customer-draw-container .customer-content-filter .filter-list li .anchor.active {
    color: #fff;
    background: #111111;
    border: none;
  }
  .customer-draw-container .customer-content-filter .filter-list li:not(:first-child)::before {
    content: none;
  }
  .customer-draw-container .customer-content-filter .filter-list li:not(:first-child) .anchor {
    border-left: 1px solid #c4c4c4;
  }
  .customer-draw-container .customer-draw {
    border-bottom: 1px solid #d8d8d8;
  }
  .customer-draw-container .customer-draw .row {
    width: 100%;
  }
  .customer-draw-container .customer-draw .col-data {
    background-color: #fff;
  }
  .customer-draw-container .customer-draw .col-date .date-info {
    font-size: 12px;
  }
  .customer-draw-container .customer-draw .col-state .result {
    font-size: 13px;
  }
  .customer-offer-container {
    padding: 30px 16px 0;
  }
  .customer-offer-container.coupon-offer-container {
    padding: 0 16px;
  }
  .customer-offer-container.offer-popup {
    margin: 0;
    padding: 0;
    padding-bottom: calc(env(safe-area-inset-bottom) + 0px);
  }
  .customer-offer-container .coupon-tab-btn-wrap .coupon-tab-btn {
    padding-top: 10px;
  }
  .customer-offer-container .coupon-tab-btn-wrap .tab-item {
    font-size: 15px;
  }
  .customer-offer-container .customer-coupon-intro .user-intro-wrap {
    display: block;
    padding: 0;
    margin: 0;
    border: none;
  }
  .customer-offer-container .customer-coupon-intro .user-intro-wrap .use-coupon-wrap {
    padding: 19px 32px;
    border: 1px solid #e6e6e6;
    border-left: none;
    border-right: none;
  }
  .customer-offer-container .customer-coupon-intro .user-intro-wrap .use-coupon-wrap + .use-coupon-wrap {
    border-top: none;
  }
  .customer-offer-container .customer-coupon-intro .user-intro-wrap .use-coupon-wrap + .use-coupon-wrap:after {
    display: none;
  }
  .customer-offer-container .customer-coupon-intro .user-intro-wrap .use-coupon-wrap + .use-coupon-wrap .text {
    color: #333;
  }
  .customer-offer-container .customer-coupon-intro .user-intro-wrap .use-coupon-wrap .flex {
    justify-content: space-between;
  }
  .customer-offer-container .customer-coupon-intro .user-intro-wrap .use-coupon {
    font-size: 14px;
  }
  .customer-offer-container .customer-coupon-intro .user-intro-wrap .use-coupon span {
    font-size: 20px;
  }
  .customer-offer-container .customer-coupon-intro .user-intro-wrap .text {
    font-size: 14px;
    font-weight: 600;
    color: #0063BA;
  }
  .customer-offer-container .customer-coupon-intro .descr-text {
    display: none;
  }
  .customer-offer-container .customer-offer-intro .user-intro-wrap {
    display: block;
    text-align: center;
    padding: 20px 0;
    margin: 0;
    border: 1px solid #c4c4c4;
  }
  .customer-offer-container .customer-offer-intro .user-intro-wrap .use-coupon {
    font-size: 13px;
    color: #111111;
    padding-bottom: 5px;
    vertical-align: bottom;
  }
  .customer-offer-container .customer-offer-intro .user-intro-wrap .use-coupon span {
    font-size: 22px;
    line-height: 1;
    margin: 0 3px 0 0;
    vertical-align: bottom;
  }
  .customer-offer-container .customer-offer-intro .user-intro-wrap .text {
    font-size: 14px;
  }
  .customer-offer-container .customer-offer-intro .descr-text {
    display: none;
  }
  .customer-offer-container .mileage-content-title,
  .customer-offer-container .coupon-content-title {
    border: none;
  }
  .customer-offer-container .mileage-content-title .notice-title,
  .customer-offer-container .coupon-content-title .notice-title {
    font-size: 16px;
    padding: 45px 0 10px;
  }
  .customer-offer-container .mileage-content-title .notice-text,
  .customer-offer-container .coupon-content-title .notice-text {
    font-size: 14px;
    line-height: 22px;
    padding: 38px 0 5px;
  }
  .customer-offer-container .customer-offer-content .customer-offer {
    width: 100%;
    padding: 16px 20px;
    margin-bottom: 12px;
  }
  .customer-offer-container .customer-offer-content .customer-offer .customer-offer-wrap .offer-discount-wrap .offer-discount {
    font-size: 26px;
    font-weight: 600;
    padding-bottom: 10px;
  }
  .customer-offer-container .customer-offer-content .customer-offer .customer-offer-wrap .offer-description-wrap .offer-title {
    font-size: 13px;
  }
  .customer-offer-container .customer-offer-content .customer-offer .customer-offer-wrap .offer-description-wrap .offer-takes {
    font-size: 12px;
  }
  .customer-offer-container .customer-offer-content .customer-offer .customer-offer-wrap .offer-description-wrap .offer-date-wrap {
    padding-top: 10px;
  }
  .customer-offer-container .customer-offer-content .customer-offer .customer-offer-wrap .offer-description-wrap .offer-date-wrap .offer-date {
    font-size: 12px;
  }
  .customer-offer-container .customer-offer-content .customer-offer .usable-badge {
    top: 23px;
    right: 20px;
  }
  .customer-offer-container .customer-offer-content .customer-offer .usable-badge span {
    font-size: 12px;
    font-weight: 600;
    padding: 5px 8px;
  }
  .customer-offer-container .empty-content {
    padding: 64px 0;
    margin: 0 -20px;
    border-bottom: 1px solid #e5e5e5;
  }
  .customer-offer-container .empty-content .text {
    font-size: 16px;
    color: #111111;
  }
  .customer-offer-container .mileage-notice-wrap {
    margin-top: 45px;
    border-top: 2px solid #111111;
  }
  .customer-offer-container .mileage-notice-wrap .toggle-box {
    border-bottom: 1px solid #e5e5e5;
  }
  .customer-offer-container .mileage-notice-wrap .toggle-box .toggle-label {
    position: relative;
    min-height: 60px;
  }
  .customer-offer-container .mileage-notice-wrap .toggle-box .toggle-label:after {
    right: 0;
  }
  .customer-offer-container .mileage-notice-wrap .toggle-box .toggle-label .toggle-title {
    font-size: 18px;
    font-weight: bold;
  }
  .customer-offer-container .mileage-notice-wrap .toggle-box .toggle-content {
    display: none;
    padding-bottom: 20px;
  }
  .customer-offer-container .mileage-notice-wrap .toggle-box .toggle-content.active {
    display: block;
  }
  .customer-offer-container .mileage-notice-wrap .toggle-box .toggle-content .notice-text {
    position: relative;
    font-size: 14px;
    line-height: 22px;
    color: #757575;
    padding-left: 12px;
  }
  .customer-offer-container .mileage-notice-wrap .toggle-box .toggle-content .notice-text:before {
    content: '·';
    position: absolute;
    top: 0;
    left: 0;
  }
  .customer-offer-container .coupon-notice-wrap {
    padding-top: 20px;
  }
  .customer-offer-container .coupon-notice-wrap .toggle-box {
    border-bottom: 1px solid #e5e5e5;
  }
  .customer-offer-container .coupon-notice-wrap .toggle-box .toggle-label {
    position: relative;
    min-height: 60px;
  }
  .customer-offer-container .coupon-notice-wrap .toggle-box .toggle-label:after {
    right: 0;
  }
  .customer-offer-container .coupon-notice-wrap .toggle-box .toggle-label .toggle-title {
    font-size: 18px;
    font-weight: bold;
  }
  .customer-offer-container .coupon-notice-wrap .toggle-box .toggle-content {
    display: none;
    padding-bottom: 20px;
  }
  .customer-offer-container .coupon-notice-wrap .toggle-box .toggle-content.active {
    display: block;
  }
  .customer-offer-container .coupon-notice-wrap .toggle-box .toggle-content .notice-text {
    position: relative;
    font-size: 14px;
    line-height: 22px;
    color: #757575;
    padding-left: 12px;
  }
  .customer-offer-container .coupon-notice-wrap .toggle-box .toggle-content .notice-text:before {
    content: '·';
    position: absolute;
    top: 0;
    left: 0;
  }
  .customer-offer-container .mileage-notice-wrap {
    border-bottom: 1px solid #e5e5e5;
  }
  .customer-offer-container .mileage-notice-wrap .toggle-content {
    padding-bottom: 20px;
  }
  .customer-offer-container .customer-offer-header {
    background: #ffffff;
  }
  .customer-offer-container .mileage-content-title .notice-title {
    padding: 50px 0 20px;
  }
  .customer-offer-container .mileage-content-title .mileage-history-filter .filter-list li {
    width: 50%;
  }
  .customer-offer-container .mileage-content-title .mileage-history-filter .filter-list .anchor {
    width: 100%;
    font-size: 13px;
  }
  .customer-offer-container .mileage-content-title .mileage-history-filter .filter-list .anchor.active {
    font-weight: 500;
  }
  .customer-offer-container .history-title-wrap {
    text-align: center;
    border-bottom: 1px solid #111111;
  }
  .customer-offer-container .history-title-wrap > .row {
    margin: 0;
  }
  .customer-offer-container .history-title-wrap .data-title {
    font-size: 13px;
    padding: 17px 0;
  }
  .customer-offer-container .history-title-wrap .data-title.col-6 {
    text-align: left;
  }
  .customer-offer-container .history-title-wrap .data-title.type {
    width: 41.66667%;
    text-align: left;
  }
  .customer-offer-container .history-title-wrap .data-title.saving {
    width: 16.66667%;
  }
  .customer-offer-container .history-title-wrap .data-title.reason {
    width: 16.66667%;
  }
  .customer-offer-container .history-title-wrap .data-title.price {
    width: 25%;
    text-align: right;
  }
  .customer-offer-container .history-title-wrap .data-title .point-wrap {
    text-align: right;
  }
  .customer-offer-container .history-title-wrap .data-title .point-wrap:after {
    content: none;
  }
  .customer-offer-container .history-list-wrap {
    text-align: center;
  }
  .customer-offer-container .history-list-wrap .list-wrap {
    border-bottom: 1px solid #e5e5e5;
  }
  .customer-offer-container .history-list-wrap .list-wrap > .row {
    margin: 0;
  }
  .customer-offer-container .history-list-wrap .data-item {
    font-size: 13px;
    color: #111111;
    padding: 10px 0 15px;
  }
  .customer-offer-container .history-list-wrap .data-item.date {
    font-size: 12px;
    color: #9e9e9e;
    text-align: left;
    padding: 15px 0 0;
    width: 100%;
    flex-direction: row;
  }
  .customer-offer-container .history-list-wrap .data-item.date > span:last-child {
    margin-left: 4px;
  }
  .customer-offer-container .history-list-wrap .data-item.type {
    text-align: left;
  }
  .customer-offer-container .history-list-wrap .data-item.used {
    color: #9e9e9e;
  }
  .customer-offer-container .history-list-wrap .data-item .mileage-point {
    text-align: right;
  }
  .customer-offer-container .offer-product-modal {
    width: 100%;
    height: 100%;
    padding: 20px;
  }
  .customer-offer-container .offer-product-modal .modal-title {
    border-bottom: 2px solid #000;
  }
  .customer-offer-container .offer-product-modal .modal-title .uk-modal-close {
    position: absolute;
    top: 14px;
    right: 14px;
    font-size: 30px;
  }
  .customer-offer-container .offer-product-modal .modal-title strong {
    display: block;
    font-size: 20px;
    text-align: center;
    padding: 16px 0 20px;
  }
  .customer-offer-container .offer-product-modal .contents {
    height: calc(100% - 62px);
    overflow-y: auto;
  }
  .customer-offer-container .coupon-regist-group {
    display: flex;
    flex-direction: column-reverse;
  }
  .customer-offer-container .coupon-regist-group .coupon-regist-form {
    border-width: 1px 0;
    padding: 24px 16px;
    margin: 0 -16px;
  }
  .customer-offer-container .coupon-regist-group .coupon-regist-form .coupon-regist-input input {
    max-width: unset;
    padding: 13px 16px;
  }
  .customer-offer-container .coupon-regist-group .coupon-regist-form .coupon-regist-btn {
    width: 80px;
    padding: 13px 0;
    margin-left: 8px;
    text-align: center;
  }
  .customer-offer-container .coupon-regist-group .coupon-regist-notice {
    padding-bottom: 32px;
  }
  .customer-offer-container .coupon-regist-group .coupon-regist-notice .sub-title {
    font-size: 14px;
    font-weight: 600;
    padding: 0 0 10px;
    border: none;
  }
  .review-page .customer-content-header {
    margin-bottom: 0;
  }
  .review-page .customer-content-section .content-section-header {
    display: flex;
    padding: 20px 0;
    margin: 0 15px;
    border: none;
    border-bottom: 2px solid #111111;
    position: relative;
  }
  .review-page .customer-content-section .content-section-header .content-section-title {
    font-weight: bold;
  }
  .review-page .customer-content-section .content-section-header .content-section-title .content-text {
    font-size: 13px;
    padding-top: 15px;
  }
  .review-page .customer-content-section .content-section-header .sort-tabs {
    margin-left: auto;
    margin-right: 8px;
    line-height: 1;
    position: absolute;
    top: 22px;
    right: 50px;
  }
  .review-page .customer-content-section .content-section-header .sort-tabs .sort-item {
    font-size: 12px;
    color: #111111;
  }
  .review-page .customer-content-section .content-section-header .sort-tabs .sort-item:not(:first-child):before {
    content: '';
    display: inline-block;
    width: 1px;
    height: 12px;
    background: #c4c4c4;
    vertical-align: top;
    margin: 0 4px;
  }
  .review-page .customer-content-section .content-section-header .link {
    font-size: 12px;
    font-weight: 500;
    color: #111111;
    position: absolute;
    right: 0;
    top: 22px;
  }
  .review-page .customer-content-section .content-section-header .link .icon {
    margin-left: 3px;
    width: 5px;
  }
  .review-page .customer-content-section .customer-review-container {
    margin: 0 15px;
  }
  .review-page .customer-offer-container {
    margin-bottom: 60px;
  }
  .review-page .customer-offer-container .mileage-notice-wrap {
    margin-top: 0;
  }
  .review-page .customer-offer-container .title-text {
    font-size: 14px;
    margin-bottom: 10px;
    word-break: keep-all;
    line-height: 1.3;
  }
  .customer-wish-container {
    padding: 30px 16px 0;
  }
  .customer-wish-container .plp-grid-item {
    padding-bottom: 30px;
  }
  .customer-wish-container .plp-grid-item .product-tile-details {
    font-size: 12px;
    line-height: 17px;
  }
  .customer-wish-container .plp-grid-item .product-tile-details .closed-message .closed-text {
    font-size: 12px;
    line-height: 17px;
  }
  .customer-wish-container .plp-grid-item .product-tile-details .closed-message .descr-text {
    font-size: 12px;
    line-height: 17px;
  }
  .customer-wish-container .plp-grid-item .product-tile-actions .button {
    width: 100%;
  }
  .customer-helpDesk-container .customer-helpDesk-header {
    display: none;
  }
  .customer-helpDesk-container .helpDesk-item {
    font-size: 11px;
    line-height: 1;
  }
  .customer-helpDesk-container .helpDesk-item.active .col-state .mo-col-more .icon {
    transform: rotate(180deg);
  }
  .customer-helpDesk-container .helpDesk-item.active .question {
    padding: 24px 0;
  }
  .customer-helpDesk-container .helpDesk-item .question {
    padding: 24px 0;
  }
  .customer-helpDesk-container .helpDesk-item .question .row {
    display: block;
  }
  .customer-helpDesk-container .helpDesk-item .question:after {
    display: none;
  }
  .customer-helpDesk-container .helpDesk-item .col-type {
    display: block;
    width: 100%;
    height: auto;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.35;
    color: #333;
    text-align: left;
    padding-bottom: 12px;
  }
  .customer-helpDesk-container .helpDesk-item .col-state {
    width: auto;
    position: absolute;
    right: 0;
    bottom: 24px;
    font-size: 14px;
    font-weight: 600;
    flex-direction: row;
  }
  .customer-helpDesk-container .helpDesk-item .col-state .mo-col-more .icon {
    color: #e60023;
    font-size: 12px;
    margin-top: 1px;
    margin-left: 3px;
    vertical-align: baseline;
  }
  .customer-helpDesk-container .helpDesk-item .col-date {
    display: block;
    width: auto;
    font-size: 14px;
    font-weight: 400;
    color: #757575;
    padding-top: 12px;
    align-items: start;
  }
  .customer-helpDesk-container .helpDesk-item .col-file {
    position: absolute;
    right: 0;
    width: 20px;
    bottom: 40px;
  }
  .customer-helpDesk-container .helpDesk-item .question-content {
    padding: 0;
  }
  .customer-helpDesk-container .helpDesk-item .question-content .subject {
    font-size: 13px;
    line-height: 1.35;
    padding-bottom: 12px;
  }
  .customer-helpDesk-container .helpDesk-item .question-content .subject-main span {
    word-break: break-word;
    overflow-wrap: break-word;
    padding-right: 0;
    line-height: 1.35;
  }
  .customer-helpDesk-container .helpDesk-item .question-content .subject-main.text-over .subject-more-btn {
    position: relative;
    margin-top: 5px;
  }
  .customer-helpDesk-container .helpDesk-item .question-content .list li {
    font-size: 13px;
    font-weight: 400;
  }
  .customer-helpDesk-container .helpDesk-item .question-content .list li span {
    display: block;
  }
  .customer-helpDesk-container .helpDesk-item .question-content .list li span b {
    font-weight: 400;
  }
  .customer-helpDesk-container .helpDesk-item .question-content .helpDesk-asset {
    display: flex;
    gap: 0 10px;
    margin-top: 12px;
  }
  .customer-helpDesk-container .helpDesk-item .question-content .helpDesk-asset a img {
    width: 76px;
  }
  .customer-helpDesk-container .helpDesk-item .question-content .file-link {
    color: #9b9b9b;
  }
  .customer-helpDesk-container .helpDesk-item .question-content .file-link .icon {
    width: 18px;
    height: 16px;
    vertical-align: bottom;
  }
  .customer-helpDesk-container .helpDesk-item .question-content .file-link .file-name {
    line-height: 1;
    letter-spacing: -.025em;
  }
  .customer-helpDesk-container .helpDesk-item .answer {
    padding: 16px 10px 16px 30px;
    margin: -12px 0 24px;
  }
  .customer-helpDesk-container .helpDesk-item .answer .answer-content {
    font-size: 14px;
    line-height: 1.35;
    padding-left: 0;
  }
  .customer-helpDesk-container .helpDesk-item .answer .answer-content:before {
    top: 16px;
    left: 10px;
    width: 15px;
    height: 15px;
  }
  .customer-helpDesk-container .customer-content-action {
    position: absolute;
    top: 0;
    left: 0;
    padding: 0;
  }
  .customer-helpDesk-container .customer-content-action .button {
    width: 120px;
    height: 40px;
    font-size: 14px;
    font-weight: 600;
  }
  .customer-helpDesk-container .customer-helpDesk-write .field-row {
    flex-direction: column;
  }
  .customer-helpDesk-container .customer-helpDesk-write .field-row .field-title {
    width: 100%;
    font-weight: 500;
    padding: 0 0 6px;
  }
  .customer-helpDesk-container .customer-helpDesk-write .field-row .field-label {
    width: 100%;
  }
  .customer-helpDesk-container .customer-helpDesk-write .field-row .field-label .input-text {
    width: 100%;
    height: 48px;
  }
  .customer-helpDesk-container .customer-helpDesk-write .field-row .field-label .field-phone {
    width: 100%;
  }
  .customer-helpDesk-container .customer-helpDesk-write .field-row .field-label .field-sub-checkbox {
    padding: 0 !important;
  }
  .customer-helpDesk-container .customer-helpDesk-write .field-row .field-label .field-sub-checkbox .text {
    font-size: 13px;
  }
  .customer-helpDesk-container .customer-helpDesk-write .field-row .field-label.two-label-wrap .two-label {
    flex-direction: column;
  }
  .customer-helpDesk-container .customer-helpDesk-write .field-row .field-label.two-label-wrap .two-label .select-box select {
    font-size: 13px;
    line-height: 1;
    height: 48px;
  }
  .customer-helpDesk-container .customer-helpDesk-write .field-row .choose-product-btn {
    width: 100%;
    font-size: 14px;
  }
  .customer-helpDesk-container .customer-helpDesk-write .field-row:not(:first-child) {
    margin-top: 24px;
  }
  .customer-helpDesk-container .customer-helpDesk-write .inquire-selector .col-12:not(:first-child) {
    margin-top: 10px;
  }
  .customer-helpDesk-container .customer-helpDesk-write .inquire-selector .select-box:before {
    right: 26px;
    border-width: 2px;
  }
  .customer-helpDesk-container .customer-helpDesk-write .reChoiceBtn {
    display: inline-block;
    padding-top: 10px;
    font-size: 12px;
  }
  .customer-helpDesk-container .customer-helpDesk-write .input-select-inline {
    padding-left: 10px;
    height: 48px;
  }
  .customer-helpDesk-container .customer-helpDesk-write .selection-product .product-item {
    padding: 16px;
  }
  .customer-helpDesk-container .customer-helpDesk-write .selection-product .product-item .col-item-media {
    -webkit-flex-basis: 64px;
    -ms-flex-preferred-size: 64px;
    flex-basis: 64px;
    max-width: 64px;
    margin-right: 16px;
  }
  .customer-helpDesk-container .customer-helpDesk-write .selection-product .product-item .col-item-media:before {
    padding-bottom: 100%;
  }
  .customer-helpDesk-container .customer-helpDesk-write .selection-product .product-item .item-summary {
    width: 100%;
    max-width: 100%;
    padding-left: 0;
  }
  .customer-helpDesk-container .customer-helpDesk-write .selection-product .product-item .item-summary .item-name {
    font-size: 13px;
    font-weight: 400;
  }
  .customer-helpDesk-container .customer-helpDesk-write .selection-product .product-item .item-summary .item-name strong {
    font-weight: 600;
  }
  .customer-helpDesk-container .customer-helpDesk-write .selection-product .product-item .item-summary .item-code {
    font-size: 13px;
    font-weight: 400;
  }
  .customer-helpDesk-container .customer-helpDesk-write .selection-product .product-item .item-summary .item-code strong {
    font-weight: 600;
  }
  .customer-helpDesk-container .customer-helpDesk-write .selection-product .product-item .item-summary .product-price .retail {
    display: block;
    width: 100%;
    margin-bottom: 6px;
    font-weight: 500;
    font-size: 10px;
    color: #9e9e9e;
    text-decoration: line-through;
  }
  .customer-helpDesk-container .customer-helpDesk-write .selection-product .product-item .item-summary .product-price .sale {
    font-size: 14px;
    font-weight: 600;
    color: #111111;
    margin-right: 5px;
  }
  .customer-helpDesk-container .customer-helpDesk-write .selection-product .product-item .item-summary .product-price .rate {
    font-size: 13px;
    font-weight: bold;
  }
  .customer-helpDesk-container .customer-helpDesk-write .selection-product .product-item .col-item-action {
    position: absolute;
    top: 0;
    right: 0;
    width: 20px;
    height: 20px;
    background-color: #757575;
    justify-content: center;
  }
  .customer-helpDesk-container .customer-helpDesk-write .selection-product .product-item .col-item-action svg {
    color: #fff;
    width: 18px;
    height: 18px;
  }
  .customer-helpDesk-container .customer-helpDesk-write .selection-product:not(:empty) {
    margin-top: 10px;
    max-width: 100%;
  }
  .customer-helpDesk-container .customer-helpDesk-write .input-area {
    margin-top: 0;
  }
  .customer-helpDesk-container .customer-helpDesk-write .input-area .input-textarea {
    padding: 14px 10px;
    height: 200px;
    font-size: 13px;
    line-height: 17px;
    margin: 0;
  }
  .customer-helpDesk-container .customer-helpDesk-write .input-area .input-textarea::placeholder {
    display: none;
  }
  .customer-helpDesk-container .customer-helpDesk-write .file-upload {
    margin-top: 0;
  }
  .customer-helpDesk-container .customer-helpDesk-write .file-upload .file-upload-li {
    gap: 0 4px;
  }
  .customer-helpDesk-container .customer-helpDesk-write .file-upload .file-upload-li li {
    position: relative;
    width: 64px;
    max-width: 64px;
  }
  .customer-helpDesk-container .customer-helpDesk-write .file-upload .file-upload-li li::after {
    display: block;
    content: "";
    padding-bottom: 100%;
  }
  .customer-helpDesk-container .customer-helpDesk-write .file-upload .file-upload-li li.no-data .upload-btn {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    font-size: 24px;
  }
  .customer-helpDesk-container .customer-helpDesk-write .file-upload .file-upload-li li .current {
    position: initial;
  }
  .customer-helpDesk-container .customer-helpDesk-write .file-upload .file-upload-li li .current img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .customer-helpDesk-container .customer-helpDesk-write .file-upload .file-upload-li li .current .img-del {
    position: absolute;
    top: 0;
    right: 0;
    width: 20px;
    height: 20px;
  }
  .customer-helpDesk-container .customer-helpDesk-write .file-upload .file-upload-li li .current .img-del .icon {
    width: 12px;
    height: 12px;
  }
  .customer-helpDesk-container .customer-helpDesk-write .file-upload .img-upload-thum {
    width: 100%;
    gap: 0 15px;
  }
  .customer-helpDesk-container .customer-helpDesk-write .file-upload .img-upload-thum li {
    position: relative;
    width: calc(33.33% - 8px);
    max-width: 198px;
  }
  .customer-helpDesk-container .customer-helpDesk-write .file-upload .img-upload-thum li::after {
    display: block;
    content: "";
    padding-bottom: 100%;
  }
  .customer-helpDesk-container .customer-helpDesk-write .file-upload .img-upload-thum li img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .customer-helpDesk-container .customer-helpDesk-write .file-upload .img-upload-thum li .img-del {
    position: absolute;
    top: 0;
    right: 0;
    width: 20px;
    height: 20px;
  }
  .customer-helpDesk-container .customer-helpDesk-write .file-upload .img-upload-thum li .img-del .icon {
    width: 12px;
    height: 12px;
  }
  .customer-helpDesk-container .customer-helpDesk-write .file-upload .file-upload-notice {
    font-size: 12px;
    margin: 12px 0 0;
  }
  .customer-helpDesk-container .customer-helpDesk-write .file-upload .descr-text {
    font-size: 12px;
    color: #9b9b9b;
    margin-top: 10px;
  }
  .customer-helpDesk-container .customer-helpDesk-write .file-upload .placeholder {
    display: inline-block;
    width: calc(100% - 95px);
    height: 45px;
    padding: 15px 10px;
    border: 1px solid #c4c4c4;
    font-size: 13px;
    color: #9b9b9b;
    vertical-align: middle;
    overflow: hidden;
  }
  .customer-helpDesk-container .customer-helpDesk-write .file-upload .placeholder .file-name {
    display: none;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .customer-helpDesk-container .customer-helpDesk-write .file-upload .placeholder .file-name:not(:empty) + .empty {
    display: none;
  }
  .customer-helpDesk-container .customer-helpDesk-write .file-upload .button-file-upload {
    background: transparent;
    border: 1px solid #111111;
    font-size: 13px;
    font-weight: 500;
    color: #000;
    padding: 15px;
    margin-left: 5px;
  }
  .customer-helpDesk-container .customer-helpDesk-write .write-action {
    padding: 24px 0 20px;
    display: flex;
    gap: 0 8px;
    margin: 0;
  }
  .customer-helpDesk-container .customer-helpDesk-write .write-action .button {
    width: calc(50% - 4px);
    max-width: calc(50% - 4px);
    height: 50px;
    font-size: 16px;
    margin: 0;
  }
  .customer-helpDesk-container .customer-helpDesk-write .write-action .button.primary {
    margin-left: 0;
  }
  .customer-account-container {
    margin: 0 15px;
  }
  .customer-address-container {
    position: relative;
  }
  .customer-address-container .add-address.display-small-only {
    position: absolute;
    top: -30px;
    right: 0;
    font-size: 12px;
    font-weight: 500;
  }
  .customer-address-container .customer-address {
    padding: 74px 16px 0;
  }
  .customer-address-container .customer-address .address-item .address-default {
    font-size: 14px;
  }
  .customer-address-container .customer-address .address-item .address-label {
    width: 100%;
    font-size: 16px;
  }
  .customer-address-container .customer-address .address-item .address-label .address-default {
    margin-left: 8px;
    font-size: 14px;
  }
  .customer-address-container .customer-address .address-item .address-label .address-default + strong {
    color: #333;
  }
  .customer-address-container .customer-address .address-item .address-info {
    margin-top: 12px;
  }
  .customer-address-container .customer-address .address-item .address-info .info-list {
    width: 100%;
  }
  .customer-address-container .customer-address .address-item .address-info .info-list li {
    font-size: 14px;
  }
  .customer-address-container .customer-address .address-item .address-info .info-list li:not(:first-child) {
    margin-top: 8px;
  }
  .customer-address-container .customer-address .address-item .address-info .info-list li.name {
    font-weight: 500;
  }
  .customer-address-container .customer-address .address-item .address-info .info-list li .default-address {
    font-size: 13px;
    color: #666;
    margin-top: 15px;
  }
  .customer-address-container .customer-address .address-item .address-info .info-list li span {
    word-break: keep-all;
    word-wrap: break-word;
  }
  .customer-address-container .customer-address .address-item .address-tools {
    position: static;
    margin-top: 16px;
    justify-content: left;
  }
  .customer-address-container .customer-address .address-item .address-tools .link {
    font-size: 13px;
  }
  .customer-address-container .customer-address .address-item .address-tools .link.modify, .customer-address-container .customer-address .address-item .address-tools .link .remove {
    width: 80px;
  }
  .customer-address-container .customer-address .address-item .address-tools .link:not(:first-child) {
    margin-left: 8px;
  }
  .customer-address-container .customer-address .address-item .address-tools .link.default-address {
    display: none;
  }
  .customer-address-container .add-address {
    top: 0;
    right: 50%;
    transform: translateX(50%);
    width: calc(100% - 32px);
    height: 50px;
    line-height: 50px;
    border-color: #c4c4c4;
  }
  .uk-modal.modal-account-address .uk-modal-dialog, .uk-modal.modal-account-wish .uk-modal-dialog, .uk-modal.modal-account-order .uk-modal-dialog, .uk-modal.modal-order-cancel .uk-modal-dialog, .uk-modal.modal-order-return .uk-modal-dialog, .uk-modal.modal-order-detail .uk-modal-dialog {
    min-height: 100%;
    padding-bottom: calc(env(safe-area-inset-bottom) + 16px);
  }
  .uk-modal.modal-account-address .uk-modal-dialog .uk-close, .uk-modal.modal-account-wish .uk-modal-dialog .uk-close, .uk-modal.modal-account-order .uk-modal-dialog .uk-close, .uk-modal.modal-order-cancel .uk-modal-dialog .uk-close, .uk-modal.modal-order-return .uk-modal-dialog .uk-close, .uk-modal.modal-order-detail .uk-modal-dialog .uk-close {
    width: 15px;
    height: 15px;
    top: 14px;
    right: 16px;
  }
  .uk-modal.modal-account-address .uk-close {
    top: 14px;
    right: 16px;
    width: 18px;
    height: 18px;
  }
  .uk-modal.modal-account-address .uk-close:after {
    width: 18px;
    height: 18px;
  }
  .uk-modal.modal-account-address .order-modal-container .field-title {
    font-size: 13px;
  }
  .order-modal-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding-bottom: env(safe-area-inset-bottom);
  }
  .order-modal-container .content-title {
    font-size: 18px;
    font-weight: 600;
    padding: 14px 16px;
    margin: 0;
    border-bottom: 1px solid #e6e6e6;
  }
  .order-modal-container .content-section {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    padding: 0 16px;
  }
  .order-modal-container .content-section .product-search-wrap {
    padding-top: 20px;
    border-bottom: 1px solid #111111;
  }
  .order-modal-container .content-section .product-search-wrap .guide-text {
    line-height: 20px;
  }
  .order-modal-container .content-section .product-search-wrap .search-input-wrap {
    padding: 0;
    overflow: hidden;
  }
  .order-modal-container .content-section .product-search-wrap .search-input-wrap .button {
    float: right;
    width: 80px;
    height: 48px;
    font-size: 12px;
    font-weight: 500;
    line-height: 48px;
    padding: 0;
    margin-left: 5px;
  }
  .order-modal-container .content-section .content-action {
    padding: 40px 0 20px;
  }
  .order-modal-container .tab-box .tab-item {
    height: 45px;
    font-size: 13px;
  }
  .order-modal-container .tab-box .tab-content {
    margin-top: 16px;
  }
  .order-modal-container .entry-field-group {
    padding: 24px 16px 0;
  }
  .order-modal-container .entry-field-group.summary {
    padding: 0;
    border-bottom: 1px solid #111111;
  }
  .order-modal-container .entry-field-group.summary .check-refund {
    padding: 30px 0;
  }
  .order-modal-container .entry-field-group.summary .check-refund .button {
    background: #fff;
    color: #111111;
    border: 1px solid #111111;
    padding: 16px;
  }
  .order-modal-container .entry-field-group.summary .field-summary {
    padding: 0 0 30px;
  }
  .order-modal-container .entry-field-group.summary .field-summary .label,
  .order-modal-container .entry-field-group.summary .field-summary .value {
    font-size: 18px;
    font-weight: bold;
  }
  .order-modal-container .entry-field-group .field-header .descr-text {
    margin-left: 5px;
    font-size: 11px;
  }
  .order-modal-container .entry-field-group .field-header.flex-direction-col .descr-text {
    margin-top: 5px;
    margin-left: 0;
    line-height: 1.3;
  }
  .order-modal-container .entry-field-group .payment-method-item .payment-item {
    padding-left: 16px;
    max-width: 100%;
  }
  .order-modal-container .entry-field-group .payment-method-item .payment-item .icon {
    margin-right: 16px;
    font-size: 22px;
  }
  .order-modal-container .entry-field-group .payment-method-item .payment-item .text {
    font-size: 14px;
  }
  .order-modal-container .field-row .field-descr {
    padding-top: 4px;
    font-size: 11px;
    line-height: 16px;
  }
  .order-modal-container .field-row .field-summary .label {
    font-size: 12px;
  }
  .order-modal-container .field-row .field-summary .value {
    font-size: 14px;
  }
  .order-modal-container .field-row .input-select-inline {
    padding-left: 16px;
    height: 45px;
  }
  .order-modal-container .field-row .input-text {
    padding-left: 15px;
    height: 48px;
  }
  .order-modal-container .field-row .print-message, .order-modal-container .field-row .error-message, .order-modal-container .field-row .parsley-required {
    padding-top: 6px;
    font-size: 11px;
  }
  .order-modal-container .field-row.address-search .field-label {
    display: block;
    width: calc(100% - 90px);
    margin-right: 10px;
  }
  .order-modal-container .field-row.address-search .trigger-address-search {
    display: inline-block;
    width: 80px;
    height: 48px;
    font-size: 14px;
    font-weight: 500;
    color: #111111;
    background: #fff;
    border: 1px solid #111111;
  }
  .order-modal-container .field-row.address-search .result-wrap {
    top: 44px;
  }
  .order-modal-container .entry-field-action {
    padding: 16px 16px 24px;
  }
  .order-modal-container .entry-field-action .button {
    width: calc(50% - 4px);
  }
  .order-modal-container .order-product-list .return-reasion-list {
    border-bottom: 1px solid #111111;
  }
  .order-modal-container .order-product-list .descr-message {
    margin-top: -8px;
    padding: 0 16px 24px;
  }
  .order-modal-container .order-product-list .descr-message .text {
    font-size: 11px;
    line-height: 16px;
  }
  .order-modal-container .order-product-list .order-product-item {
    padding: 16px 0;
  }
  .order-modal-container .order-product-list .order-product-item .input-select-inline {
    padding-left: 16px;
    height: 45px;
  }
  .order-modal-container .order-product-list .order-product-item .product-mini .image-url {
    max-width: 74px;
  }
  .order-modal-container .order-product-list .order-product-item .product-mini .product-name {
    font-size: 12px;
    line-height: 16px;
  }
  .order-modal-container .order-product-list .order-product-item .product-mini .product-options {
    margin-top: 0px;
  }
  .order-modal-container .order-product-list .order-product-item .product-mini .product-price {
    position: static;
    font-size: 15px;
    margin: 0;
  }
  .order-modal-container .order-product-list .order-product-item .product-mini .product-price .retail {
    display: block;
    width: 100%;
    margin-bottom: 6px;
    font-weight: 500;
    font-size: 10px;
  }
  .order-modal-container .order-product-list .order-product-item .product-mini .product-price .sale {
    margin-left: 0 !important;
  }
  .order-modal-container .order-product-list .order-product-item .product-mini .return-options {
    margin-top: 6px;
    font-size: 12px;
    line-height: 20px;
    color: #000000;
  }
  .order-modal-container .order-product-list .order-product-item .product-mini .return-options.exchange_02 {
    margin-top: 0;
  }
  .order-modal-container .order-product-list .order-product-item .product-option-selector {
    margin-top: 16px;
  }
  .order-modal-container .order-product-list .order-product-item.addon-mini {
    padding: 0;
    border: none !important;
  }
  .order-modal-container .order-product-list .order-product-item.addon-mini .product-mini {
    padding: 16px;
  }
  .order-modal-container .order-product-list .order-product-item .error-message {
    padding-top: 6px;
    font-size: 11px;
  }
  .order-modal-container .total-selector {
    padding-left: 16px;
    height: 54px;
    font-size: 12px;
  }
  .order-modal-container .total-selector .icon {
    margin-left: 0;
  }
  .modal-cancel-container .order-product-list .order-product-item {
    padding: 16px 0;
  }
  .modal-cancel-container .order-product-list .order-product-item.gift-mini-wrap {
    padding: 0;
  }
  .modal-cancel-container .cancel-summary {
    padding: 16px 0;
    border-top: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
  }
  .modal-cancel-container .cancel-summary:empty {
    padding: 0;
  }
  .modal-cancel-container .cancel-summary .cancel-total-item .label {
    font-size: 13px;
    font-weight: 500;
    line-height: 1.35;
    color: #666;
  }
  .modal-cancel-container .cancel-summary .cancel-total-item .value {
    font-size: 13px;
    font-weight: 500;
    line-height: 1.35;
    color: #666;
  }
  .modal-cancel-container .cancel-summary .cancel-total-highlight {
    margin-top: 10px;
  }
  .modal-cancel-container .cancel-summary .cancel-total-highlight .label {
    font-size: 13px;
    font-weight: 500;
    line-height: 1.35;
    color: #333;
  }
  .modal-cancel-container .cancel-summary .cancel-total-highlight .value {
    font-size: 15px;
    font-weight: 700;
    line-height: 1.35;
    color: #333;
  }
  .modal-cancel-container .content-section .content-action {
    padding: 12px 0;
    border: none;
  }
  .modal-cancel-container .content-section .content-action .button {
    max-width: 100%;
    height: 50px;
    line-height: 50px;
  }
  .wishlist-manage .customer-content-section .customer-content-header {
    margin-bottom: 60px;
  }
  .wishlist-manage .customer-content-section .customer-content-header .title-notice {
    width: calc(100% - 10%);
    bottom: -60px;
  }
  .wishlist-manage .customer-wish-container {
    padding: 12px 16px 0;
  }
  .wishlist-manage .customer-wish-container .plp-grid-item {
    margin: 0 0 40px;
    padding: 0 10px;
  }
  .wishlist-manage .customer-wish-container .plp-grid-item .product-wish {
    position: absolute;
    top: 8px;
    right: 8px;
    z-index: 1;
  }
  .wishlist-manage .customer-wish-container .plp-grid-item .product-tile-details {
    margin-top: 6px;
  }
  .wishlist-manage .customer-wish-container .plp-grid-item .product-tile-details .name {
    margin: 8px 0;
  }
  .wishlist-manage .customer-wish-container .plp-grid-item .product-tile-details .name .text-link {
    font-size: 14px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
  }
  .wishlist-manage .customer-wish-container .plp-grid-item .product-tile-details .price .retail {
    display: block;
    margin: 0 0 4px 0;
    color: #999;
    font-size: 13px;
    font-weight: normal;
  }
  .wishlist-manage .customer-wish-container .plp-grid-item .product-tile-details .price .sale {
    font-size: 14px;
    font-weight: bold;
    color: #111111;
  }
  .wishlist-manage .customer-wish-container .plp-grid-item .product-tile-details .price .rate {
    font-size: 14px;
    font-weight: bold;
    color: #d31717;
  }
  .wishlist-manage .customer-wish-container .plp-grid-item .product-tile-actions {
    margin-top: 15px;
  }
  .wishlist-manage .customer-wish-container .plp-grid-item .product-tile-actions .button {
    height: 32px;
  }
  .modal-wish-container {
    position: absolute;
  }
  .modal-wish-container .i-radio > .icon {
    width: 20px;
    height: 20px;
  }
  .modal-wish-container .order-product-list .order-product-item .icon + .product-mini {
    padding-left: 32px;
  }
  .modal-wish-container .content-action {
    padding: 16px;
    text-align: center;
  }
  .modal-wish-container .content-action .button {
    width: 100%;
  }
  .modal-order-container {
    position: absolute;
  }
  .modal-order-container .i-radio {
    padding: 20px 0 20px 25px;
  }
  .modal-order-container .order-summary {
    font-size: 12px;
    line-height: 1;
    padding: 0 0 5px;
  }
  .modal-order-container .order-summary .data:first-child {
    padding-bottom: 10px;
  }
  .modal-order-container .order-summary .data:not(:first-child) {
    display: inline-block;
    font-size: 12px;
    font-weight: 500;
    color: #666;
  }
  .modal-order-container .order-summary .data:not(:first-child):not(:last-child):after {
    content: '';
    display: inline-block;
    width: 1px;
    height: 12px;
    background: #666;
    margin: 0 10px;
    vertical-align: middle;
  }
  .modal-order-container .order-product {
    position: relative;
    padding: 0;
  }
  .modal-order-container .order-product .icon {
    position: absolute;
    top: 50%;
    left: -25px;
    transform: translateY(-50%);
    z-index: 1;
    width: 20px;
    height: 20px;
  }
  .modal-order-container .order-product .product-mini {
    border: none;
  }
  .modal-order-container .order-product .product-mini .product-mini {
    padding: 15px 0 0;
  }
  .modal-order-container .order-product .product-mini .product-mini .image-url {
    max-width: 96px;
  }
  .modal-order-container .order-product .product-mini .product-mini .product-mini-details .product-name {
    font-size: 14px;
    font-weight: bold;
  }
  .modal-order-container .order-product .product-mini .product-mini .product-mini-details .product-options {
    padding-bottom: 10px;
  }
  .modal-order-container .order-product .product-mini .product-mini .product-mini-details .product-price .sale {
    font-size: 13px;
  }
  .modal-order-container .product-mini {
    padding-top: 15px;
  }
  .modal-order-container .product-mini .product-name {
    font-size: 14px;
    line-height: 16px;
    font-weight: bold;
  }
  .modal-order-container .product-mini .product-price {
    font-size: 12px;
  }
  .modal-order-container .content-action {
    padding: 16px;
  }
  .modal-order-container .content-action .button {
    width: 100%;
  }
  .modal-order-container .product-selector {
    padding: 0;
  }
  .modal-return-container .content-section {
    padding: 0 15px;
  }
  .modal-return-container .content-section .i-checkbox .icon-checkmark {
    width: 21px;
    height: 21px;
    margin-right: 10px;
  }
  .modal-return-container .content-section .notice-text-wrap {
    padding: 24px 0;
  }
  .modal-return-container .content-section .notice-text-wrap .notice-text {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.35;
    color: #757575;
  }
  .modal-return-container .content-section .notice-text-wrap .notice-text.important {
    color: #0063BA;
  }
  .modal-return-container .content-section .notice-text-wrap .notice-text.important:before {
    background: #0063BA;
  }
  .modal-return-container .content-section .notice-text-wrap .notice-text.notice-end {
    padding-left: 7px;
  }
  .modal-return-container .content-section .notice-text-wrap .notice-text:not(:last-child) {
    padding-bottom: 0px;
  }
  .modal-return-container .content-section .total-selector {
    height: unset;
    padding: 0 0 16px;
    border-top: none;
  }
  .modal-return-container .content-section .total-selector .text {
    font-size: 14px;
  }
  .modal-return-container .content-section .order-product-list {
    padding: 0;
  }
  .modal-return-container .content-section .order-product-list .return-reason-item .image-url {
    max-width: 80px;
  }
  .modal-return-container .content-section .order-product-list .return-reason-item .product-mini-details .product-options {
    margin-top: 0;
  }
  .modal-return-container .content-section .order-product-list .return-reason-item .product-mini-details .exchange_01_quantity {
    padding-bottom: 8px;
  }
  .modal-return-container .content-section .order-product-list .return-reason-item .product-mini {
    padding: 0;
    margin-left: 0;
  }
  .modal-return-container .content-section .order-product-list .return-reason-item .product-mini .image-url {
    max-width: 80px;
    margin-left: 0;
  }
  .modal-return-container .content-section .order-product-list .return-reason-item .product-mini .product-name {
    font-size: 16px;
    padding-bottom: 10px;
  }
  .modal-return-container .content-section .order-product-list .return-reason-item .product-mini .product-name .bundle-badge {
    margin-bottom: 0;
  }
  .modal-return-container .content-section .order-product-list .return-reason-item .product-mini .product-model {
    font-size: 12px;
    line-height: 20px;
    color: #9b9b9b;
    padding: 0;
  }
  .modal-return-container .content-section .order-product-list .return-reason-item .product-mini .product-options {
    font-size: 11px;
    padding-bottom: 8px;
  }
  .modal-return-container .content-section .order-product-list .return-reason-item .product-mini .product-price {
    padding-bottom: 8px;
  }
  .modal-return-container .content-section .order-product-list .return-reason-item .product-mini .product-option-wrap {
    display: block;
  }
  .modal-return-container .content-section .order-product-list .return-reason-item .product-mini .btn-qty {
    font-size: 0;
    flex-wrap: wrap;
  }
  .modal-return-container .content-section .order-product-list .return-reason-item .product-mini .btn-qty .label {
    font-size: 13px;
    margin-bottom: 10px;
  }
  .modal-return-container .content-section .order-product-list .return-reason-item .product-mini .btn-qty .btn {
    margin-bottom: 10px;
  }
  .modal-return-container .content-section .order-product-list .return-reason-item .product-mini .btn-qty .quantity {
    display: block;
    width: 100%;
    font-size: 12px;
    color: #111111;
    margin-left: 0;
    padding-bottom: 10px;
  }
  .modal-return-container .content-section .order-product-list .return-reason-item .product-mini .choose-size {
    font-size: 14px;
    line-height: 20px;
  }
  .modal-return-container .content-section .order-product-list .return-reason-item .product-mini .product-option-selector {
    position: relative;
    width: calc(100% + 100px);
    padding-bottom: 50px;
    margin: 14px -100px 0;
  }
  .modal-return-container .content-section .order-product-list .return-reason-item .product-mini .product-option-selector .select-box {
    width: 100%;
    position: absolute;
    right: 0;
    left: 0;
  }
  .modal-return-container .content-section .order-product-list .return-reason-item .product-mini .product-option-selector .select-box .input-select-inline {
    font-size: 14px;
    color: #999;
    padding-left: 12px;
  }
  .modal-return-container .content-section .order-product-list .return-reason-item .product-mini .error-message {
    width: calc(100% + 100px);
    padding-top: 10px;
    margin-left: -100px;
  }
  .modal-return-container .content-section .order-product-list .return-reason-item.gift-mini-wrap {
    margin-top: 12px;
    padding-top: 12px;
    border-top: 1px solid #e6e6e6;
  }
  .modal-return-container .content-section .order-product-list .return-reason-item.gift-mini-wrap .gift-mini {
    margin: 12px 0;
  }
  .modal-return-container .content-section .order-product-list .return-reason-item.gift-mini-wrap .gift-mini .product-option-wrap {
    margin-top: 0;
    margin-left: 62px;
  }
  .modal-return-container .content-section .order-product-list .return-reason-item.order-exchange-item {
    padding: 6px 0;
  }
  .modal-return-container .content-section .order-product-list .return-reason-item.order-exchange-item:first-child {
    padding-top: 12px;
  }
  .modal-return-container .content-section .order-product-list .return-reason-item.order-exchange-item:last-child {
    padding-bottom: 12px;
  }
  .modal-return-container .content-section .entry-address {
    padding: 24px 0 0;
  }
  .modal-return-container .content-section .entry-address.entry-field-group .field-header {
    margin-bottom: 20px;
  }
  .modal-return-container .content-section .entry-address.entry-field-group .field-header .title {
    font-size: 16px;
    font-weight: 600;
    padding-bottom: 8px;
  }
  .modal-return-container .content-section .entry-address.entry-field-group .field-header .descr-text {
    font-size: 13px;
    font-weight: 500;
    color: #666;
    margin: 0;
  }
  .modal-return-container .content-section .entry-address.entry-field-group .field-header .duplicate-address {
    float: none;
    text-align: right;
    margin-top: 10px;
    font-size: 12px;
    color: #111111;
  }
  .modal-return-container .content-section .entry-address .tab-box {
    margin: 0;
  }
  .modal-return-container .content-section .entry-address .tab-box .tab-item {
    width: 50%;
    height: 50px;
  }
  .modal-return-container .content-section .entry-address .tab-box .tab-container .notice-text {
    font-size: 12px;
    text-align: right;
  }
  .modal-return-container .content-section .entry-address .tab-box .tab-container .notice-text:before {
    display: inline-block;
    content: '*';
    color: #ff0000;
    margin-right: 3px;
  }
  .modal-return-container .content-section .entry-address .tab-box .tab-container .notice-text + .field-row {
    margin: 0;
  }
  .modal-return-container .content-section .entry-address .tab-box .tab-container .default-address {
    font-size: 0;
    margin-top: 24px;
  }
  .modal-return-container .content-section .entry-address .tab-box .tab-container .default-address .address-info {
    display: block;
    font-size: 14px;
    line-height: 1.35;
  }
  .modal-return-container .content-section .entry-address .tab-box .tab-container .default-address .address-info .label {
    font-weight: 500;
    padding-bottom: 8px;
  }
  .modal-return-container .content-section .entry-address .tab-box .tab-container .default-address .address-info .tel {
    margin: 0;
  }
  .modal-return-container .content-section .entry-address .tab-box .tab-container .default-address .address-info .address {
    margin-top: 8px;
  }
  .modal-return-container .content-section .entry-address .tab-box .tab-container .default-address .other-address {
    position: absolute;
    top: 0;
    right: 0;
    width: 100px;
    height: 40px;
    font-size: 13px;
    font-weight: 600;
    line-height: 40px;
    color: #111111;
  }
  .modal-return-container .content-section .entry-address .tab-box .tab-container .default-address .delivery-memo-wrap .select-row {
    padding-bottom: 25px;
  }
  .modal-return-container .content-section .entry-address .tab-box .tab-container .default-address .delivery-memo-wrap .select-row .input-select-inline {
    font-size: 12px;
  }
  .modal-return-container .content-section .entry-address .tab-box .tab-container .new-address {
    margin-top: 24px;
  }
  .modal-return-container .content-section .entry-address .tab-box .tab-container .new-address .notice-text {
    padding-bottom: 6px;
  }
  .modal-return-container .content-section .entry-address .tab-box .tab-container .new-address .field-row {
    font-size: 0;
  }
  .modal-return-container .content-section .entry-address .tab-box .tab-container .new-address .field-row .select-box {
    width: 100%;
  }
  .modal-return-container .content-section .entry-address .tab-box .tab-container .new-address .field-row-wrap {
    flex-wrap: wrap;
  }
  .modal-return-container .content-section .entry-address .tab-box .tab-container .new-address .field-row-wrap .field-row {
    padding: 0;
  }
  .modal-return-container .content-section .entry-address .tab-box .tab-container .new-address .field-row-wrap .field-row + .field-row {
    padding: 18px 0 0;
  }
  .modal-return-container .content-section .entry-address .tab-box .tab-container .new-address .field-title {
    display: block;
    width: 100%;
    font-size: 12px;
  }
  .modal-return-container .content-section .entry-address .tab-box .tab-container .new-address .field-title + .field-label,
  .modal-return-container .content-section .entry-address .tab-box .tab-container .new-address .field-title + .search-field.address-search {
    display: block;
    width: 100%;
  }
  .modal-return-container .content-section .entry-address .tab-box .tab-container .new-address input[name="addressFirstName"],
  .modal-return-container .content-section .entry-address .tab-box .tab-container .new-address input[name="addressPhone"],
  .modal-return-container .content-section .entry-address .tab-box .tab-container .new-address input[name="newAddressFirstName"],
  .modal-return-container .content-section .entry-address .tab-box .tab-container .new-address input[name="newAddressPhone"] {
    width: 100%;
    font-size: 14px;
  }
  .modal-return-container .content-section .entry-address .tab-box .tab-container .new-address .input-text {
    font-size: 14px;
  }
  .modal-return-container .content-section .entry-address .select-row {
    padding-bottom: 40px;
    border-bottom: 1px solid #e5e5e5;
  }
  .modal-return-container .content-section .entry-address .select-box {
    width: 100%;
  }
  .modal-return-container .content-section .entry-address .select-box .input-select-inline {
    font-size: 14px;
    padding-left: 10px;
    height: 50px;
    box-shadow: 0 0 0 1px #c4c4c4;
  }
  .modal-return-container .content-section .dynamic-form .toggle-box {
    padding: 0;
  }
  .modal-return-container .content-section .dynamic-form .return-reason {
    padding: 24px 0 0;
  }
  .modal-return-container .content-section .dynamic-form .return-reason .field-header {
    margin-bottom: 20px;
  }
  .modal-return-container .content-section .dynamic-form .return-reason .field-header .title {
    font-weight: 600;
  }
  .modal-return-container .content-section .dynamic-form .return-reason .select-box .input-select-inline {
    height: 50px;
    font-size: 14px;
    color: #333;
  }
  .modal-return-container .content-section .dynamic-form .return-reason .input-textfield textarea.input-text {
    height: 160px;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.35;
    padding: 16px;
  }
  .modal-return-container .content-section .dynamic-form .return-reason .input-textfield textarea.input-text::placeholder {
    color: #999;
  }
  .modal-return-container .content-section .dynamic-form .summary {
    border-top: none;
  }
  .modal-return-container .content-section .dynamic-form .summary .check-refund {
    padding: 0 0 15px;
  }
  .modal-return-container .content-section .dynamic-form .summary .check-refund .button {
    font-size: 12px;
  }
  .modal-return-container .content-section .dynamic-form .summary .field-summary {
    padding-bottom: 15px;
  }
  .modal-return-container .content-section .dynamic-form .summary .field-summary .label {
    font-size: 14px;
    font-weight: bold;
  }
  .modal-return-container .content-section .dynamic-form .summary .field-summary .value {
    font-size: 12px;
    font-weight: 500;
  }
  .modal-return-container .content-section .dynamic-form .notice-wrap {
    padding: 15px 0;
  }
  .modal-return-container .content-section .dynamic-form .notice-wrap .notice-text {
    font-size: 13px;
    line-height: 20px;
    color: #9b9b9b;
  }
  .modal-return-container .content-section .dynamic-form .notice-wrap .notice-text:before {
    content: '-';
  }
  .modal-return-container .content-section .dynamic-form .entry-field-action {
    padding: 24px 0 8px;
  }
  .modal-return-container .content-section .dynamic-form .entry-field-action .exchange-submit {
    width: 100%;
    max-width: 100%;
    height: 50px;
    border: none;
  }
  .modal-return-container .order-product-list .icon ~ .product-option-selector {
    padding-left: 25px;
  }
  .modal-return-container .order-product-list.confirm-products .order-product-item {
    padding-top: 0;
    padding-bottom: 0;
  }
  .modal-return-container .order-product-list.confirm-products .order-product-item .icon {
    top: 30px;
  }
  .modal-return-container .order-product-list.confirm-products .order-product-item .normal-product {
    display: none;
  }
  .modal-return-container .order-product-list.confirm-products .order-product-item .product-mini {
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .modal-return-container .order-product-list.confirm-products .order-product-item:not(:last-child) .product-mini {
    border-bottom: 1px solid #d8d8d8;
  }
  .helpdesk-page .customer-content-section .customer-content-header {
    margin-bottom: 75px;
  }
  #helpDesk-product .helpDest-modal-tab {
    margin: 24px 16px 0;
  }
  #helpDesk-product .content-section {
    height: calc(100% - 77px);
    padding: 0 16px;
  }
  #helpDesk-product .content-section form {
    height: calc(100% - 90px);
  }
  #helpDesk-product .order-product-list {
    height: 100%;
    max-height: inherit;
    margin: 0;
  }
  #helpDesk-product .order-product-list.search {
    height: calc(100% - 75px);
  }
  #helpDesk-product .order-product-list .order-product-item .product-mini .product-name {
    font-size: 14px;
  }
  #helpDesk-product .order-product-list .order-product-item .product-mini .image-url {
    flex: 0 1 100%;
    max-width: 90px;
    max-height: 90px;
    margin-left: 0;
    margin-right: 17px;
  }
  #helpDesk-product .order-product-list .order-product-item .product-mini .product-options {
    font-size: 13px;
  }
  #helpDesk-product .content-action {
    left: 0;
    padding: 0px 20px 20px;
  }
  #helpDesk-product .product-search-wrap {
    padding-top: 16px;
    border-bottom: none;
  }
  #helpDesk-product .product-search-wrap .default-search {
    font-size: 13px;
  }
  #helpDesk-order .helpDest-modal-tab {
    margin: 24px 16px 0;
  }
  #helpDesk-order .content-section {
    height: calc(100% - 65px);
    padding: 0 16px;
  }
  #helpDesk-order .content-section form {
    height: calc(100% - 65px);
  }
  #helpDesk-order .product-selector {
    height: 100%;
    max-height: calc(100% - 65px);
    margin: 20px 0 0;
  }
  #helpDesk-order .product-selector .order-item {
    border: none;
  }
  #helpDesk-order .product-selector .order-item .i-radio .order-summary > div {
    flex-wrap: wrap;
  }
  #helpDesk-order .product-selector .order-item .i-radio .order-summary .data.order-date {
    padding-bottom: 4px;
  }
  #helpDesk-order .product-selector .order-item .i-radio .order-summary .data.order-number {
    padding-bottom: 4px;
  }
  #helpDesk-order .product-selector .order-item .order-product {
    padding-left: 0;
  }
  #helpDesk-order .product-selector .order-item .order-product .product-mini .product-mini-details .product-name {
    font-size: 16px;
    padding-bottom: 8px;
  }
  #helpDesk-order .product-selector .order-item .order-product .product-mini .product-mini-details .product-options {
    padding: 0px;
  }
  #helpDesk-order .product-selector .order-item .order-product .product-mini .product-mini-details .product-price {
    font-size: 13px;
  }
  #helpDesk-order .product-selector .order-item .order-product .product-mini .order-list-more {
    padding-bottom: 0;
  }
  #helpDesk-order .product-selector .order-item .order-product .gift-mini-wrap .gift-mini {
    margin: 0;
  }
  #helpDesk-order .content-action {
    left: 0;
    padding: 0px 20px 20px;
  }
  .modal-address-container .manage-account .i-checkbox .text {
    color: #9b9b9b;
  }
  .modal-address-container .manage-account .i-checkbox.checked .text {
    color: #111;
  }
  .modal-address-container .manage-account .entry-field-action {
    padding: 16px 16px 24px;
  }
  .modal-address-container .manage-account .entry-field-action .button {
    width: calc(50% - 4px);
    height: auto;
    font-size: 14px;
    margin: 0;
  }
  .modal-address-container .manage-account .entry-field-action .button.primary {
    margin-left: auto;
  }
}

/* Reponsive 768px */
@media screen and (min-width: 768px) {
  .customer-product {
    margin: 18px 0 36px;
  }
  .customer-product .product-mini {
    padding: 18px 0 0;
    gap: 20px;
  }
  .customer-product .product-mini:last-child {
    border-bottom: none;
  }
  .customer-product .product-mini + .product-mini {
    margin-top: 36px;
    padding-top: 36px;
    border-top: 1px solid #e6e6e6;
  }
  .customer-product .addon-mini {
    margin-top: 16px;
    padding: 24px 16px;
    gap: 20px;
    background-color: #f7f7f7;
  }
  .customer-product .addon-mini + .product-mini {
    margin-top: 36px;
    padding-top: 36px;
    border-top: 1px solid #e6e6e6;
  }
  .customer-product .addon-mini .product-image-wrap {
    max-width: 100px;
  }
  .customer-product .addon-mini .product-mini-details .product-name a {
    padding-top: 0;
  }
  .customer-product .product-image-wrap {
    width: 100%;
    max-width: 120px;
  }
  .customer-product .product-image-wrap .image-url {
    display: block;
    max-width: auto;
  }
  .customer-product .image-url {
    max-width: 120px;
    width: 100%;
  }
  .customer-product .product-mini-details .product-name {
    padding-top: 6px;
    font-size: 18px;
    line-height: 20px;
  }
  .customer-product .product-mini-details .product-model {
    font-size: 12px;
    line-height: 20px;
    color: #9b9b9b;
  }
  .customer-product .product-mini-details .product-options {
    margin-top: 15px;
    font-size: 12px;
    line-height: 1.35;
  }
  .customer-product .product-mini-details .product-options .changed-item {
    display: block;
  }
  .customer-product .product-mini-details .product-options .changed-item::before {
    display: none;
  }
  .customer-product .product-mini-details .product-price {
    margin-top: 8px;
  }
  .customer-container .customer-content-header {
    display: block;
    border-bottom: 3px solid #000;
  }
  .customer-container .customer-content-header .title {
    font-size: 24px;
    font-weight: bold;
    line-height: 1;
    color: #111111;
    letter-spacing: -.025em;
    margin-bottom: 24px;
  }
  .customer-container .customer-content-header .title-notice {
    margin-top: -10px;
    padding-bottom: 30px;
    font-size: 16px;
    font-weight: 500;
  }
  .customer-container .customer-content-action {
    position: absolute;
    top: 0;
    right: 0;
  }
  .customer-container .customer-content-action .button {
    width: 160px;
    line-height: 40px;
    color: #fff;
    background: #000;
    padding: 0;
    font-weight: 500;
  }
  .customer-container .customer-content-action .button svg {
    font-size: 14px;
    transform: rotate(180deg);
    margin-left: 10px;
  }
  .customer-container .customer-content-action.helpDesk-btn .button {
    width: 140px;
    font-size: 16px;
    font-weight: 600;
    line-height: 50px;
    background: #0063BA;
  }
  .customer-container .delivery-tab-wrap {
    overflow: hidden;
  }
  .customer-container .delivery-tab-wrap li {
    float: left;
  }
  .customer-container .delivery-tab-wrap li .anchor {
    display: inline-block;
    width: 160px;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    font-weight: 500;
    color: #9b9b9b;
    text-align: center;
    border: 1px solid #c4c4c4;
  }
  .customer-container .delivery-tab-wrap li .anchor.active {
    color: #fff;
    background: #000;
    border: none;
  }
  .customer-container .delivery-tab-wrap li:not(:first-child) {
    margin-left: -1px;
  }
  .customer-container .customer-content-section {
    position: relative;
  }
  .customer-container .customer-content-section .content-section-header {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    border-bottom: 2px solid #111111;
  }
  .customer-container .customer-content-section .content-section-header .content-section-title {
    font-size: 22px;
    font-weight: bold;
    padding-bottom: 30px;
  }
  .customer-container .customer-content-section .content-section-header .sort-tabs {
    margin-left: auto;
    margin-right: 15px;
    margin-bottom: 20px;
    line-height: 1;
  }
  .customer-container .customer-content-section .content-section-header .sort-tabs .sort-item {
    font-size: 14px;
    font-weight: 500;
    color: #111111;
  }
  .customer-container .customer-content-section .content-section-header .sort-tabs .sort-item:not(:first-child):before {
    content: '';
    display: inline-block;
    width: 1px;
    height: 14px;
    background: #c4c4c4;
    vertical-align: top;
    margin: 0 10px;
  }
  .customer-container .customer-content-section .content-section-header .sort-tabs .sort-item.active {
    font-weight: bold;
  }
  .customer-container .customer-content-section .content-section-header .link {
    font-size: 14px;
    font-weight: 500;
    color: #111111;
    margin-bottom: 20px;
  }
  .customer-container .customer-content-section .content-section-header .link .icon {
    margin-left: 8px;
  }
  .customer-container .customer-order-search {
    background-color: #fff;
  }
  .customer-container .customer-order-search .order-search-content {
    padding: 30px;
    margin: 0;
    border: 1px solid #e6e6e6;
  }
  .customer-container .customer-order-search .order-search-content .col-selector-date {
    height: 40px;
  }
  .customer-container .customer-order-search .order-search-content .col-selector-date > .row {
    width: 320px;
    height: 100%;
    border: 1px solid #e5e5e5;
    background-color: #ffffff;
  }
  .customer-container .customer-order-search .order-search-content .col-selector-date > .row li:not(:first-child) {
    border-left: 1px solid #e5e5e5;
  }
  .customer-container .customer-order-search .order-search-content .col-selector-date .anchor {
    height: 100%;
    font-size: 14px;
    line-height: 1;
    letter-spacing: -.025em;
    color: #9b9b9b;
    background-color: #ffffff;
  }
  .customer-container .customer-order-search .order-search-content .col-selector-date .anchor.active {
    color: #000000;
    border: 1px solid #000;
    z-index: 2;
  }
  .customer-container .customer-order-search .order-search-content .col-input-date .bridge {
    width: 16px;
    height: 40px;
  }
  .customer-container .customer-order-search .order-search-content .col-input-date .input-text {
    width: 205px;
    border: 1px solid #e5e5e5;
  }
  .customer-container .customer-order-search .order-search-content .col-input-date .input-text.date {
    padding-left: 45px;
    background-position: left 14px center;
    background-repeat: no-repeat;
    background-size: 20px 20px;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIGZpbGw9IiM5YjliOWIiIGlkPSJjYWxlbmRhciIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiIHdpZHRoPSIyMHB4IiBoZWlnaHQ9IjIwcHgiIHZpZXdCb3g9IjAgMCAyMCAyMCIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgMjAgMjAiIHhtbDpzcGFjZT0icHJlc2VydmUiPgo8Zz4KCTxwYXRoIGZpbGw9Im5vbmUiIGQ9Ik0xLDE5aDE4VjdIMVYxOXogTTE0LjE4MSwxMC4wMzJoMS42OHYxLjc0NmgtMS42OFYxMC4wMzJ6IE0xNC4xODEsMTQuMzk4aDEuNjh2MS43NDVoLTEuNjhWMTQuMzk4eiYjMTA7JiM5OyYjOTsgTTkuMTYsMTAuMDMyaDEuNjc5djEuNzQ2SDkuMTZWMTAuMDMyeiBNOS4xNiwxNC4zOThoMS42Nzl2MS43NDVIOS4xNlYxNC4zOTh6IE00LjE5NCwxMC4wMzJoMS42Nzl2MS43NDZINC4xOTRWMTAuMDMyeiYjMTA7JiM5OyYjOTsgTTQuMTk0LDE0LjM5OGgxLjY3OXYxLjc0NUg0LjE5NFYxNC4zOTh6Ii8+Cgk8cG9seWdvbiBmaWxsPSJub25lIiBwb2ludHM9IjE0LjQzLDQgMTQuNDMsMiAxMC41LDIgMTAuNSw0IDkuNSw0IDkuNSwyIDUuNTcsMiA1LjU3LDQgNC41Nyw0IDQuNTcsMiAxLDIgMSw2IDE5LDYgMTksMiAxNS40MywyICYjMTA7JiM5OyYjOTsxNS40Myw0Ii8+Cgk8cmVjdCB4PSI0LjE5NCIgeT0iMTQuMzk4IiB3aWR0aD0iMS42NzkiIGhlaWdodD0iMS43NDUiLz4KCTxyZWN0IHg9IjkuMTYiIHk9IjE0LjM5OCIgd2lkdGg9IjEuNjc5IiBoZWlnaHQ9IjEuNzQ1Ii8+Cgk8cmVjdCB4PSIxNC4xODEiIHk9IjE0LjM5OCIgd2lkdGg9IjEuNjgiIGhlaWdodD0iMS43NDUiLz4KCTxyZWN0IHg9IjQuMTk0IiB5PSIxMC4wMzIiIHdpZHRoPSIxLjY3OSIgaGVpZ2h0PSIxLjc0NiIvPgoJPHJlY3QgeD0iOS4xNiIgeT0iMTAuMDMyIiB3aWR0aD0iMS42NzkiIGhlaWdodD0iMS43NDYiLz4KCTxyZWN0IHg9IjE0LjE4MSIgeT0iMTAuMDMyIiB3aWR0aD0iMS42OCIgaGVpZ2h0PSIxLjc0NiIvPgoJPHBhdGggZD0iTTE1LjQzLDBoLTF2MUgxMC41VjBoLTF2MUg1LjU3VjBoLTF2MUgwdjV2MXYxM2gyMFY3VjZWMWgtNC41N1YweiBNMTksMTlIMVY3aDE4VjE5eiBNMTksMnY0SDFWMmgzLjU3djJoMVYySDkuNXYyaDFWMiYjMTA7JiM5OyYjOTtoMy45M3YyaDFWMkgxOXoiLz4KPC9nPgo8L3N2Zz4=);
  }
  .customer-container .customer-order-search .order-search-content .col-input-date .button-submit {
    margin-left: auto;
    padding: 9px 0;
    width: 130px;
  }
  .customer-container .customer-order-search .order-search-content .col-search-action {
    display: inline-block;
    padding: 0;
  }
  .customer-container .customer-order-search .order-search-content .col-search-action > button {
    display: inline-block;
    width: 120px;
    height: 40px;
    font-size: 14px;
    font-weight: 500;
    background: #0063BA;
    margin: 0;
    padding: 0;
  }
  .customer-container .customer-order-search .order-search-content .col-search-action > button.trigger-renew {
    color: #000;
    background: #fff;
    border: 1px solid #c4c4c4;
    margin-left: 5px;
  }
  .customer-container .customer-order-search .order-search-content .search-date-notice {
    margin: 14px 10px 0;
    font-size: 12px;
    width: 100%;
  }
  .customer-container .shipping-delivery-process .process-title {
    font-size: 22px;
    font-weight: bold;
    padding-bottom: 30px;
  }
  .customer-container .shipping-delivery-process .process-list-content .process-list {
    border: 1px solid #c4c4c4;
    margin: 0;
  }
  .customer-container .shipping-delivery-process .process-list-content .process-list .process-item {
    flex-basis: 20%;
    max-width: 20%;
    padding: 40px 0 20px;
    text-align: center;
  }
  .customer-container .shipping-delivery-process .process-list-content .process-list .process-item:not(:last-child) {
    position: relative;
    border-right: 1px solid #c4c4c4;
  }
  .customer-container .shipping-delivery-process .process-list-content .process-list .process-item:not(:last-child):after {
    content: '';
    width: 20%;
    height: 10%;
    position: absolute;
    top: 50%;
    right: -10%;
    transform: translateY(-50%);
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' id='icon-orderprocess-arrow-pc' viewBox='0 0 40 12'%3E%3Cg%3E%3Cpath d='M40,9.7L40,9.7L40,9.7L40,9.7l-8.8-8.5c-0.5-0.5-1.4-0.5-2,0L38,9.7H1c-0.6,0-1,0.4-1,1v0.5h40L40,9.7L40,9.7 z'%3E%3C/path%3E%3C/g%3E%3C/svg%3E") no-repeat 100%/100%;
  }
  .customer-container .shipping-delivery-process .process-list-content .process-list .process-item .process-subject {
    font-size: 18px;
    font-weight: bold;
    color: #111111;
  }
  .customer-container .shipping-delivery-process .process-list-content .process-list .process-item .process-subject .step {
    display: block;
    width: 60px;
    font-size: 12px;
    font-weight: 500;
    line-height: 22px;
    text-align: center;
    color: #fff;
    background: #000;
    margin: 0 auto 20px;
    border-radius: 11px;
  }
  .customer-container .shipping-delivery-process .process-list-content .process-list .process-item .process-descr {
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    color: #757575;
    padding-top: 20px;
  }
  .customer-container .shipping-delivery-process .process-list-content .notice-text {
    padding-top: 10px;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    color: #111111;
  }
  .customer-container .shipping-delivery-process .process-list-content .notice-text:before {
    content: '';
    display: inline-block;
    width: 10px;
    height: 10px;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' id='icon-search-check' viewBox='0 0 16 12'%3E%3Cpolygon class='st0 svg-search-check' points='14,0 6.01,7.99 2,3.99 0,5.99 4.01,9.99 4,10 6,12 16,2'%3E%3C/polygon%3E%3C/svg%3E") no-repeat center;
    margin-right: 10px;
    vertical-align: middle;
  }
  .customer-container .shipping-delivery-process .process-list-content .notice-text:not(:nth-last-child(-n+2)) {
    padding-top: 30px;
  }
  .customer-container .empty-content {
    margin-top: 24px;
    padding: 64px 0;
  }
  .customer-container .empty-content .text {
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    color: #666;
  }
  .customer-container .empty-content .go-pay-history {
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    color: #111111;
    margin: 40px 0 115px;
  }
  .customer-container .empty-content .go-pay-history svg {
    width: 15px;
    height: 15px;
    vertical-align: top;
  }
  .customer-container .empty-content .icon {
    width: 115px;
    height: 115px;
    overflow: hidden;
  }
  .customer-container .empty-content .icon + .text {
    color: #000;
    padding: 40px 0 30px;
  }
  .customer-container .empty-content .text {
    font-size: 18px;
  }
  .customer-container .empty-content .text .button {
    width: 160px;
    line-height: 50px;
    padding: 0;
  }
  .customer-container .i-checkbox {
    font-size: 14px;
  }
  .customer-container .pagination {
    margin: 40px auto 70px;
  }
  .customer-container .pagination .button-pager {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    font-size: 14px;
    line-height: 1;
    color: #9b9b9b;
    border: 1px solid #d8d8d8;
  }
  .customer-container .pagination .button-pager.active {
    z-index: 2;
    color: #ffffff;
    border-color: #111111;
    background-color: #000000;
  }
  .customer-container .pagination .button-pager.jump {
    color: #000000;
  }
  .customer-container .pagination .button-pager:not(:last-child) {
    margin-right: -1px;
  }
  .customer-container .customer-nav {
    position: relative;
    width: 276px;
    max-width: 28%;
  }
  .customer-container .customer-nav .fixit-container {
    height: 100%;
    background: #fff;
  }
  .customer-container .customer-nav .customer-nav-container {
    padding: 80px 36px 40px;
  }
  .customer-container .customer-nav .customer-nav-container .account-profile {
    margin-bottom: 30px;
  }
  .customer-container .customer-nav .customer-nav-container .account-profile h1 {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 50px;
  }
  .customer-container .customer-nav .customer-nav-container .account-profile .name {
    display: block;
    line-height: 1;
    font-size: 16px;
    padding-top: 10px;
  }
  .customer-container .customer-nav .customer-nav-container .account-profile .name strong {
    font-weight: 700;
  }
  .customer-container .customer-nav .customer-nav-container .account-profile .rank-wrap {
    padding-top: 9px;
  }
  .customer-container .customer-nav .customer-nav-container .account-profile .rank-wrap strong {
    font-weight: bold;
  }
  .customer-container .customer-nav .customer-nav-container .account-profile .rank-wrap .icon {
    font-size: 30px;
    margin-right: 5px;
  }
  .customer-container .customer-nav .customer-nav-container .customer-nav-group:not(:first-child) {
    padding: 20px 0;
  }
  .customer-container .customer-nav .customer-nav-container .customer-nav-title {
    font-size: 18px;
    min-height: auto;
  }
  .customer-container .customer-nav .customer-nav-container .customer-nav-title .active {
    color: #0063BA;
  }
  .customer-container .customer-nav .customer-nav-container .customer-nav-title .icon {
    display: none;
  }
  .customer-container .customer-nav .customer-nav-container .customer-nav-title:after {
    display: none;
  }
  .customer-container .customer-nav .customer-nav-container .customer-nav-list {
    margin-top: 24px;
    font-size: 15px;
  }
  .customer-container .customer-nav .customer-nav-container .customer-nav-list li a.active {
    color: #111111;
    font-weight: bold;
  }
  .customer-container .customer-nav .customer-nav-container .customer-nav-list li:not(:first-child) {
    margin-top: 16px;
  }
  .customer-container .customer-nav .customer-nav-container .other-nav-link {
    font-size: 14px;
    line-height: 1;
    letter-spacing: -.025em;
    color: #383838;
    margin-left: -.5em;
  }
  .customer-container .customer-content {
    width: calc(100% - 276px);
    padding: 80px 30px 50px;
  }
  .customer-container .activity-summary {
    margin: 0 0 70px 0;
  }
  .customer-container .activity-summary .summary-item {
    padding: 21px 0;
  }
  .customer-container .activity-summary .summary-item span {
    font-size: 16px;
  }
  .customer-container .activity-summary .summary-item .count {
    padding-bottom: 12px;
    font-size: 22px;
  }
  .customer-container .review-page .customer-offer-container {
    margin-bottom: 60px;
  }
  .customer-order-container .customer-order + .payment-method-item {
    border-top: 1px solid #e5e5e5;
  }
  .customer-order-container .customer-order .customer-order-header {
    height: 55px;
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: -.025em;
    color: #111111;
    border-bottom: 1px solid #e5e5e5;
  }
  .customer-order-container .customer-order .customer-order-header .customer-order-number {
    width: 100%;
    justify-content: space-between;
  }
  .customer-order-container .customer-order .customer-order-header .customer-order-number .order-numb-wrap + .order-numb-wrap:before {
    content: '|';
    display: inline-block;
    color: #c4c4c4;
    margin: 0 20px;
  }
  .customer-order-container .customer-order .customer-order-header .customer-order-number span {
    font-size: 14px;
    font-weight: 500;
    color: #111;
  }
  .customer-order-container .customer-order .customer-order-header .customer-order-number span.title {
    color: #666;
    margin-right: 12px;
  }
  .customer-order-container .customer-order .customer-order-header .customer-order-number .order-number {
    font-weight: 600;
  }
  .customer-order-container .customer-order .customer-order-header .customer-order-number .right_info {
    display: flex;
    align-items: center;
  }
  .customer-order-container .customer-order .customer-order-header .customer-order-number .right_info .orderDetailBtn,
  .customer-order-container .customer-order .customer-order-header .customer-order-number .right_info .exchangeDetailBtn {
    font-size: 14px;
    font-weight: 500;
    color: #111;
  }
  .customer-order-container .customer-order .customer-order-header .customer-order-number .right_info .orderDetailBtn .text,
  .customer-order-container .customer-order .customer-order-header .customer-order-number .right_info .exchangeDetailBtn .text {
    margin: 0 6px;
  }
  .customer-order-container .customer-order .customer-order-header .customer-order-number .right_info .orderDetailBtn .icon,
  .customer-order-container .customer-order .customer-order-header .customer-order-number .right_info .exchangeDetailBtn .icon {
    font-size: 16px;
  }
  .customer-order-container .customer-order .customer-order-header .customer-order-number .right_info .orderDetailBtn .icon.icon-rotate-h,
  .customer-order-container .customer-order .customer-order-header .customer-order-number .right_info .exchangeDetailBtn .icon.icon-rotate-h {
    font-size: 10px;
  }
  .customer-order-container .customer-order .order-state .state {
    font-size: 16px;
  }
  .customer-order-container .customer-order .order-state .actions .anchor {
    width: 100%;
    height: 40px;
    font-size: 14px;
    font-weight: 500;
    line-height: 40px;
    color: #111111;
    padding: 0;
    background-color: #fff;
    border: 1px solid #c4c4c4;
  }
  .customer-order-container .customer-order .order-state .actions .anchor.button-secondary {
    color: #0063BA;
    background-color: #fff;
    border: 1px solid #0063BA;
  }
  .customer-order-container .customer-order:last-child {
    border-bottom: 1px solid #e5e5e5;
  }
  .customer-order-container .order-detail-header {
    margin-bottom: 30px;
  }
  .customer-order-container .order-detail-header .order-normal-data {
    margin: 0;
  }
  .customer-order-container .order-detail-header .order-normal-data .order-number {
    margin-bottom: 10px;
    font-size: 20px;
    font-weight: 500;
    line-height: 22px;
    color: #000000;
  }
  .customer-order-container .order-detail-header .order-normal-data .order-date {
    font-size: 14px;
    line-height: 1;
    color: #9b9b9b;
  }
  .customer-order-container .order-detail-header .button {
    padding: 15px;
    font-weight: normal;
  }
  .customer-order-container .order-detail-data .order-payment-content .order-total-item {
    margin-bottom: 18px;
  }
  .customer-order-container .order-detail-data .order-payment-content .order-total-item .label {
    font-size: 14px;
    line-height: 1;
    letter-spacing: -.025em;
    color: #9b9b9b;
    white-space: nowrap;
  }
  .customer-order-container .order-detail-data .order-payment-content .order-total-item .value {
    font-size: 16px;
    line-height: 1.2;
    letter-spacing: -.025em;
    color: #000000;
    text-align: right;
  }
  .customer-order-container .order-detail-data .order-payment-content .order-total-item .value .retail {
    color: #9b9b9b;
    text-decoration: line-through;
    white-space: nowrap;
  }
  .customer-order-container .order-detail-data .order-payment-content .order-total-item .value .sale {
    margin-left: 5px;
    white-space: nowrap;
  }
  .customer-order-container .order-detail-data .order-payment-content .order-total-highlight {
    padding-top: 18px;
    border-top: 1px solid #d8d8d8;
  }
  .customer-order-container .order-detail-data .order-payment-content .order-total-highlight .label {
    font-size: 14px;
    line-height: 1;
    letter-spacing: -.025em;
  }
  .customer-order-container .order-detail-data .order-payment-content .order-total-highlight .value {
    font-size: 18px;
    line-height: 1;
    letter-spacing: -.025em;
  }
  .customer-order-container .order-detail-data .order-shipping-info p {
    margin: 0;
    font-size: 14px;
    line-height: 18px;
    color: #000000;
    word-break: keep-all;
    word-wrap: break-word;
    overflow-wrap: break-word;
  }
  .customer-order-container .order-detail-data .order-shipping-info p:not(:first-child) {
    margin-top: 6px;
  }
  .customer-order-container .order-detail-data .order-payment-info {
    margin-top: -10px;
    font-size: 14px;
    line-height: 18px;
  }
  .customer-order-container .order-detail-data .order-payment-info dl {
    margin: 0;
  }
  .customer-order-container .order-detail-data .order-payment-info .info-label {
    margin-top: 10px;
    -webkit-flex-basis: 88px;
    -ms-flex-preferred-size: 88px;
    flex-basis: 88px;
    max-width: 88px;
  }
  .customer-order-container .order-detail-data .order-payment-info .info-value {
    margin-top: 10px;
    -webkit-flex-basis: calc(100% - 88px);
    -ms-flex-preferred-size: calc(100% - 88px);
    flex-basis: calc(100% - 88px);
    max-width: calc(100% - 88px);
    font-weight: 500;
  }
  .customer-order-container .order-detail-product {
    margin-top: 30px;
    background-color: #ffffff;
  }
  .customer-order-container .order-detail-product > .title {
    margin: 0;
    padding-left: 30px;
    height: 64px;
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    color: #000000;
  }
  .customer-order-container .order-detail-product .order-detail-product-content {
    border-top: 1px solid #d8d8d8;
  }
  .customer-order-container .order-detail-product .order-detail-product-content .product-item .product-mini {
    padding: 30px;
  }
  .customer-order-container .order-detail-product .order-detail-product-content .product-item .product-mini .product-mini {
    padding: 0;
  }
  .customer-order-container .order-detail-product .order-detail-product-content .product-item .addon-mini {
    padding: 0 30px 30px;
  }
  .customer-order-container .order-detail-product .order-detail-product-content .product-item .addon-mini .product-mini {
    padding: 20px;
  }
  .customer-order-container .order-detail-product .order-detail-product-content .product-item:not(.addon):not(:first-child) {
    border-top: 1px solid #d8d8d8;
  }
  .customer-order-container .order-detail-product .order-detail-product-content .col-state .state {
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    color: #0063BA;
    text-align: center;
  }
  .customer-order-container .order-detail-product .order-detail-product-content .col-state .actions {
    width: 100%;
  }
  .customer-order-container .order-detail-product .order-detail-product-content .col-state .actions .col-12:not(:first-child) {
    margin-top: 5px;
  }
  .customer-order-container .order-detail-product .order-detail-product-content .col-state .actions .col-12:not(:first-child) .button {
    margin: 0;
  }
  .customer-order-container .order-detail-product .order-detail-product-content .col-state .button {
    margin-top: 20px;
    padding: 9px 0;
    width: 100px;
    line-height: 1;
    font-weight: normal;
  }
  .customer-credits-container .customer-content-descr {
    margin-bottom: 40px;
  }
  .customer-credits-container .customer-credits .credits-logs {
    font-size: 14px;
    line-height: 1;
    color: #000000;
    text-align: center;
    border-top: 1px solid #d8d8d8;
  }
  .customer-credits-container .customer-credits .credits-logs thead th {
    height: 46px;
  }
  .customer-credits-container .customer-credits .credits-logs tbody td {
    height: 76px;
  }
  .customer-credits-container .customer-credits .credits-logs .date {
    width: 190px;
  }
  .customer-credits-container .customer-credits .credits-logs .log {
    width: 200px;
  }
  .customer-restock-container .customer-restock-header {
    height: 46px;
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    color: #000000;
    border-bottom: 1px solid #d8d8d8;
    background-color: #fff;
  }
  .customer-restock-container .customer-restock-header > .row {
    height: 100%;
  }
  .customer-restock-container .customer-restock-header > .row > [class*="col-"] {
    height: 100%;
  }
  .customer-restock-container .customer-restock-header .col-date {
    -webkit-flex-basis: 18.8%;
    -ms-flex-preferred-size: 18.8%;
    flex-basis: 18.8%;
    max-width: 18.8%;
  }
  .customer-restock-container .customer-restock-header .col-state {
    -webkit-flex-basis: 37.6%;
    -ms-flex-preferred-size: 37.6%;
    flex-basis: 37.6%;
    max-width: 37.6%;
  }
  .customer-restock-container .customer-restock {
    font-size: 14px;
    line-height: 1;
    color: #000000;
    background-color: #ffffff;
  }
  .customer-restock-container .customer-restock:not(:first-child) {
    border-top: 0;
  }
  .empty-draw .empty-content {
    padding: 0;
  }
  .empty-draw .empty-content .text {
    padding: 120px 0;
    border-bottom: 1px solid #e5e5e5;
  }
  .draw-notice-wrap .draw-notice-text {
    margin: 0;
    font-size: 14px;
    line-height: 30px;
    font-weight: 500;
    letter-spacing: -.025em;
    color: #666;
    vertical-align: middle;
  }
  .draw-notice-wrap .draw-notice-text:before {
    content: '·';
    display: inline-block;
    margin-right: 10px;
  }
  .customer-draw-container .customer-content-filter {
    border-bottom: 3px solid #111111;
  }
  .customer-draw-container .customer-content-filter .filter-list li .anchor {
    width: 160px;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    font-weight: 500;
    border: 1px solid #c4c4c4;
    color: #9b9b9b;
    text-align: center;
  }
  .customer-draw-container .customer-content-filter .filter-list li .anchor.active {
    font-weight: bold;
    color: #fff;
    background: #111111;
    border: none;
  }
  .customer-draw-container .customer-content-filter .filter-list li:not(:first-child) {
    margin-left: -2px;
  }
  .customer-draw-container .draw-filter-title-wrap {
    border-bottom: 1px solid #111111;
  }
  .customer-draw-container .draw-filter-title-wrap ul li {
    font-size: 16px;
    line-height: 55px;
    font-weight: 500;
    text-align: center;
  }
  .customer-draw-container .draw-filter-title-wrap ul li:first-child {
    width: 160px;
  }
  .customer-draw-container .draw-filter-title-wrap ul li:nth-child(2) {
    margin: 0 auto;
  }
  .customer-draw-container .draw-filter-title-wrap ul li:nth-child(3) {
    width: 190px;
  }
  .customer-draw-container .draw-filter-title-wrap ul li:last-child {
    width: 190px;
  }
  .customer-draw-container .col-data {
    font-size: 14px;
    line-height: 22px;
  }
  .customer-draw-container .customer-draw-header {
    display: none;
    height: 45px;
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    color: #000000;
    border: 1px solid #d8d8d8;
    border-bottom: 0;
  }
  .customer-draw-container .customer-draw-header .row {
    height: 100%;
  }
  .customer-draw-container .customer-draw {
    border: 1px solid #d8d8d8;
    background-color: #ffffff;
  }
  .customer-draw-container .customer-draw .col-data {
    border-bottom: 1px solid #d8d8d8;
  }
  .customer-draw-container .customer-draw .col-date .date-info {
    font-size: 14px;
  }
  .customer-draw-container .customer-draw .col-state .result {
    font-size: 16px;
  }
  .customer-draw-container .customer-draw:not(:first-child) {
    border-top: 0;
  }
  .customer-offer-container .customer-coupon-intro .text {
    font-size: 18px;
  }
  .customer-offer-container .customer-coupon-intro .descr-text {
    font-size: 14px;
  }
  .customer-offer-container .customer-offer-header {
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: -.025em;
    color: #111111;
    text-align: center;
    border-bottom: 1px solid #111111;
  }
  .customer-offer-container .customer-offer-header .col-data {
    -webkit-flex-basis: 20%;
    -ms-flex-preferred-size: 20%;
    flex-basis: 20%;
    max-width: 240px;
    height: 60px;
  }
  .customer-offer-container .customer-offer-content {
    font-size: 14px;
    line-height: 22px;
    letter-spacing: -.025em;
    color: #111111;
    word-break: keep-all;
    word-wrap: break-word;
    overflow-wrap: break-word;
  }
  .customer-offer-container .history-title-wrap .data-title.date {
    width: 16.66667%;
  }
  .customer-offer-container .history-title-wrap .data-title.type {
    width: 25%;
  }
  .customer-offer-container .history-title-wrap .data-title.saving {
    width: 16.66667%;
  }
  .customer-offer-container .history-title-wrap .data-title.reason {
    width: 16.66667%;
  }
  .customer-offer-container .history-title-wrap .data-title.price {
    width: 25%;
  }
  .customer-wish-container > .row {
    padding: 24px 0 0;
  }
  .customer-wish-container .plp-grid-item .product-tile {
    padding: 0;
  }
  .customer-wish-container .plp-grid-item .product-tile-main .product-wish {
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 1;
  }
  .customer-wish-container .plp-grid-item .product-tile-details {
    margin: 0;
    font-size: 14px;
    line-height: 20px;
  }
  .customer-wish-container .plp-grid-item .product-tile-details .name {
    margin: 20px 0 16px;
    padding: 0;
    text-align: left;
  }
  .customer-wish-container .plp-grid-item .product-tile-details .name .text-link {
    font-size: 14px;
    line-height: 22px;
    letter-spacing: unset;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
  }
  .customer-wish-container .plp-grid-item .product-tile-details .price {
    margin: 0;
    text-align: left;
    padding-top: 5px;
  }
  .customer-wish-container .plp-grid-item .product-tile-details .price span {
    font-size: 14px;
    letter-spacing: unset;
  }
  .customer-wish-container .plp-grid-item .product-tile-details .price .retail {
    font-weight: 500;
    color: #9e9e9e;
    margin-right: 20px;
  }
  .customer-wish-container .plp-grid-item .product-tile-details .price .sale {
    font-weight: bold;
    color: #111111;
  }
  .customer-wish-container .plp-grid-item .product-tile-details .price .rate {
    font-weight: bold;
    color: #d31717;
  }
  .customer-wish-container .plp-grid-item .product-tile-details .closed-message .closed-text {
    font-size: 14px;
    line-height: 20px;
  }
  .customer-wish-container .plp-grid-item .product-tile-details .closed-message .descr-text {
    font-size: 14px;
    line-height: 20px;
  }
  .customer-wish-container .plp-grid-item .product-tile-actions {
    text-align: left;
  }
  .customer-wish-container .plp-grid-item .product-tile-actions .button {
    width: 100%;
    height: 40px;
    font-size: 14px;
    border-color: #c4c4c4;
    font-weight: 500;
  }
  .customer-helpDesk-container.help-list {
    padding: 66px 0 0;
  }
  .customer-helpDesk-container .customer-helpDesk-header {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.35;
    letter-spacing: -.025em;
    color: #111111;
    border-top: 2px solid #111111;
    border-bottom: 1px solid #111111;
  }
  .customer-helpDesk-container .customer-helpDesk-header .row {
    height: 55px;
  }
  .customer-helpDesk-container .customer-helpDesk-header .row [class*="col"] {
    height: 100%;
  }
  .customer-helpDesk-container .customer-helpDesk-header .row .col-type {
    width: 120px;
  }
  .customer-helpDesk-container .customer-helpDesk-header .row .col-state {
    width: 120px;
  }
  .customer-helpDesk-container .customer-helpDesk-header .row .col-date {
    width: 100px;
  }
  .customer-helpDesk-container .customer-helpDesk-header .row .col-file {
    width: 80px;
  }
  .customer-helpDesk-container .customer-helpDesk-header .row .col-icon {
    width: 40px;
  }
  .customer-helpDesk-container .helpDesk-item {
    font-size: 14px;
    line-height: 22px;
  }
  .customer-helpDesk-container .helpDesk-item .question-content {
    font-size: 14px;
    line-height: 22px;
  }
  .customer-helpDesk-container .helpDesk-item .answer .answer-content {
    font-size: 14px;
    line-height: 22px;
  }
  .customer-helpDesk-container .customer-helpDesk-write .inquire-selector {
    margin-left: -6px;
    margin-right: -6px;
    margin-bottom: 10px;
  }
  .customer-helpDesk-container .customer-helpDesk-write .inquire-selector > [class*="col"] {
    padding-left: 6px;
    padding-right: 6px;
  }
  .customer-helpDesk-container .customer-helpDesk-write .inquire-selector .select-box:before {
    right: 20px;
  }
  .customer-helpDesk-container .customer-helpDesk-write select {
    height: 50px;
    font-size: 14px;
    font-weight: 500;
    padding: 0 15px;
  }
  .customer-helpDesk-container .customer-helpDesk-write .reChoiceBtn {
    padding-top: 10px;
  }
  .customer-helpDesk-container .customer-helpDesk-write .selection-product .product-item {
    position: relative;
    padding: 16px;
  }
  .customer-helpDesk-container .customer-helpDesk-write .selection-product .product-item .col-item-media {
    -webkit-flex-basis: 100px;
    -ms-flex-preferred-size: 100px;
    flex-basis: 100px;
    max-width: 100px;
    margin-right: 20px;
  }
  .customer-helpDesk-container .customer-helpDesk-write .selection-product .product-item .ratio-standard::before {
    padding-bottom: 100%;
  }
  .customer-helpDesk-container .customer-helpDesk-write .selection-product .product-item .col-item-action {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 24px;
    height: 24px;
    background-color: #757575;
    justify-content: center;
  }
  .customer-helpDesk-container .customer-helpDesk-write .selection-product .product-item .col-item-action svg {
    color: #fff;
    width: 18px;
    height: 18px;
  }
  .customer-helpDesk-container .customer-helpDesk-write .input-area .input-textarea {
    padding: 16px;
    height: 300px;
    font-size: 14px;
    line-height: 1.35;
    margin: 0;
  }
  .customer-helpDesk-container .customer-helpDesk-write .file-upload .placeholder {
    float: left;
    margin: 0;
    padding: 18px 20px;
    width: calc(100% - 340px);
    height: 50px;
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    text-overflow: ellipsis;
    white-space: nowrap;
    border: 1px solid #c4c4c4;
    overflow: hidden;
  }
  .customer-helpDesk-container .customer-helpDesk-write .file-upload .placeholder .file-name {
    display: none;
  }
  .customer-helpDesk-container .customer-helpDesk-write .file-upload .placeholder .file-name:not(:empty) {
    display: block;
  }
  .customer-helpDesk-container .customer-helpDesk-write .file-upload .placeholder .file-name:not(:empty) + .empty {
    display: none;
  }
  .customer-helpDesk-container .customer-helpDesk-write .file-upload .placeholder .empty {
    color: #9b9b9b;
  }
  .customer-helpDesk-container .customer-helpDesk-write .file-upload .button-file-upload {
    float: left;
    margin-left: 10px;
    width: 160px;
    height: 50px;
    padding: 17px 25px;
    background: transparent;
    border: 1px solid #111111;
    color: #111111;
  }
  .customer-helpDesk-container .customer-helpDesk-write .file-upload .descr-text {
    padding-top: 20px;
    padding-left: 20px;
  }
  .customer-helpDesk-container .customer-helpDesk-write .write-action {
    padding-left: 150px;
    margin-top: 14px;
  }
  .customer-helpDesk-container .customer-helpDesk-write .write-action .button {
    width: 200px;
  }
  .uk-modal.modal-account-address, .uk-modal.modal-account-wish, .uk-modal.modal-account-order, .uk-modal.modal-order-cancel, .uk-modal.modal-order-return {
    padding: 90px 32px;
  }
  .uk-modal.modal-account-address .uk-modal-dialog, .uk-modal.modal-account-wish .uk-modal-dialog, .uk-modal.modal-account-order .uk-modal-dialog, .uk-modal.modal-order-cancel .uk-modal-dialog, .uk-modal.modal-order-return .uk-modal-dialog {
    max-width: 520px;
  }
  .uk-modal .uk-modal-dialog {
    padding: 0;
  }
  .uk-modal .uk-modal-dialog .uk-modal-footer {
    margin: 0;
  }
  .uk-modal .uk-modal-dialog .uk-modal-footer button {
    margin: 0;
  }
  .uk-modal.modal-account-address .uk-close {
    top: 30px;
    right: 40px;
    width: 20px;
    height: 20px;
  }
  .uk-modal.modal-account-address .uk-close:after {
    width: 20px;
    height: 20px;
    color: #333;
  }
  .uk-modal.modal-account-address .order-modal-container .field-title:after {
    content: '*';
    color: #D31717;
    margin-left: 3px;
  }
  .uk-modal.modal-order-cancel .uk-modal-dialog, .uk-modal.modal-order-return .uk-modal-dialog {
    max-width: 720px;
  }
  .order-modal-container .content-title {
    font-size: 24px;
    font-weight: 700;
    text-align: left;
    border-bottom: 2px solid #141414;
    padding: 30px 0 20px;
    margin: 0 40px;
  }
  .order-modal-container .product-search-wrap {
    padding: 0 40px;
  }
  .order-modal-container .tab-box .tab-item {
    height: 50px;
    font-size: 14px;
  }
  .order-modal-container .tab-box .tab-content {
    margin-top: 20px;
  }
  .order-modal-container .entry-field-group .field-header .descr-text {
    margin-left: 10px;
    font-size: 12px;
  }
  .order-modal-container .entry-field-group .field-header.flex-direction-col .descr-text {
    margin-top: 10px;
    margin-left: 0;
    line-height: 1.3;
  }
  .order-modal-container .entry-field-group .payment-method-item .payment-item {
    padding-left: 20px;
  }
  .order-modal-container .entry-field-group .payment-method-item .payment-item .icon {
    margin-right: 20px;
    font-size: 24px;
  }
  .order-modal-container .entry-field-group .payment-method-item .payment-item .text {
    font-size: 16px;
  }
  .order-modal-container .entry-field-group.summary + .entry-field-action {
    border-top: 1px solid #d8d8d8;
  }
  .order-modal-container .field-row .field-descr {
    padding-top: 8px;
    font-size: 12px;
    line-height: 20px;
  }
  .order-modal-container .field-row .field-summary .label {
    font-size: 14px;
  }
  .order-modal-container .field-row .field-summary .value {
    font-size: 16px;
  }
  .order-modal-container .field-row .input-select-inline {
    padding-left: 20px;
    height: 50px;
  }
  .order-modal-container .field-row .input-text {
    padding-left: 10px;
    height: 50px;
  }
  .order-modal-container .field-row .print-messag, .order-modal-container .field-row .error-message, .order-modal-container .field-row .parsley-required {
    padding-top: 8px;
    font-size: 12px;
  }
  .order-modal-container .field-row.address-search .field-label {
    width: calc(100% - 120px);
    margin-right: 10px;
  }
  .order-modal-container .field-row.address-search .button {
    width: 110px;
    height: 50px;
    font-size: 14px;
    font-weight: normal;
    color: #000;
    background: #fff;
    border: 1px solid #000;
  }
  .order-modal-container .field-row.address-search .button:hover {
    color: #fff;
    background: #000;
  }
  .order-modal-container .field-row.address-search .result-wrap {
    top: 60px;
  }
  .order-modal-container .order-product-list .descr-message {
    margin-top: -10px;
    padding: 0 38px 30px;
  }
  .order-modal-container .order-product-list .descr-message .text {
    font-size: 14px;
    line-height: 20px;
  }
  .order-modal-container .order-product-list .order-product-item {
    padding: 20px 0;
  }
  .order-modal-container .order-product-list .order-product-item .input-select-inline {
    padding-left: 16px;
    height: 50px;
  }
  .order-modal-container .order-product-list .order-product-item .product-mini .image-url {
    max-width: 100px;
  }
  .order-modal-container .order-product-list .order-product-item .product-mini .product-name {
    max-width: calc(100% - 100px);
    font-size: 16px;
    font-weight: 600;
    line-height: 1.35;
    color: #333;
  }
  .order-modal-container .order-product-list .order-product-item .product-mini .product-options {
    margin-top: 0px;
    font-weight: 500;
    color: #9b9b9b;
    padding-bottom: 40px;
  }
  .order-modal-container .order-product-list .order-product-item .product-mini .product-price {
    margin-top: 0px;
    font-size: 18px;
    font-weight: bold;
    line-height: 22px;
    color: #111111;
  }
  .order-modal-container .order-product-list .order-product-item .product-mini .input-select-inline {
    height: 48px;
    font-size: 14px;
  }
  .order-modal-container .order-product-list .order-product-item .product-mini .return-options {
    font-size: 13px;
    font-weight: 400;
    line-height: 1.35;
    color: #111111;
    padding-top: 4px;
  }
  .order-modal-container .order-product-list .order-product-item .product-mini .return-options b {
    font-weight: 600;
  }
  .order-modal-container .order-product-list .order-product-item .product-mini .return-options p + p {
    padding-top: 6px;
  }
  .order-modal-container .order-product-list .order-product-item .product-option-selector {
    margin-top: 12px;
  }
  .order-modal-container .order-product-list .order-product-item .product-option-selector .select-box {
    max-width: 280px;
    width: 100%;
  }
  .order-modal-container .order-product-list .order-product-item.addon-mini {
    border: none !important;
    padding: 0;
  }
  .order-modal-container .order-product-list .order-product-item.addon-mini .product-mini {
    padding: 20px;
  }
  .order-modal-container .order-product-list .order-product-item .error-message {
    padding-top: 8px;
    font-size: 12px;
  }
  .order-modal-container .total-selector {
    font-size: 16px;
  }
  .modal-address-container .manage-account {
    padding: 30px 40px 0;
  }
}

/* Reponsive 768px ~ 1024px */
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .customer-container .activity-summary {
    border: 1px solid #e6e6e6;
    background: #fff;
    padding: 24px 20px;
    margin-bottom: 40px;
  }
  .customer-container .activity-summary .summary-item {
    padding: 12px 0;
    flex-basis: 50%;
    max-width: 50%;
  }
  .customer-container .activity-summary .summary-item.customer-barcode-info {
    flex-basis: 100%;
    max-width: 100%;
    flex-direction: column;
    margin: 0;
    padding: 0 0 30px;
  }
  .customer-container .activity-summary .summary-item a {
    margin-bottom: 8px;
  }
  .customer-container .activity-summary .summary-item span {
    font-size: 13px;
    line-height: 1.3;
    color: #333;
  }
  .customer-container .activity-summary .summary-item .count {
    font-size: 18px;
    font-weight: 700;
  }
  .customer-container .activity-summary .summary-item + .summary-item {
    background: #f4f4f4;
    border: none;
    border-bottom: 2px solid #fff;
  }
  .customer-container .activity-summary .summary-item:nth-child(even) {
    border-right: 2px solid #fff;
  }
  .customer-container .activity-summary .summary-item .rank-wrap {
    width: 100%;
    max-width: 100%;
    padding-right: 0;
    padding-bottom: 16px;
  }
  .customer-container .activity-summary .summary-item .rank-wrap .customer-rank-info {
    width: 100%;
  }
  .customer-container .activity-summary .summary-item .rank-wrap .customer-rank-info .rank-icon-wrap {
    padding-right: 25px;
  }
  .customer-container .activity-summary .summary-item .rank-wrap .customer-rank-info .customer-rank-notice {
    display: flex;
    width: 100%;
    justify-content: space-between;
  }
  .customer-container .activity-summary .summary-item .rank-wrap .customer-rank-info .customer-rank-notice .membership-link {
    margin: 0;
  }
  .customer-container .activity-summary .summary-item .rank-wrap .customer-rank-info .customer-rank-notice .membership-link span {
    font-size: 12px;
  }
  .customer-container .activity-summary .summary-item .rank-step-wrap {
    width: 100%;
  }
  .customer-container .activity-summary .summary-item .rank-step-wrap .progress-wrap .gage {
    height: 10px;
    border-radius: 5px;
  }
  .customer-container .activity-summary .summary-item .rank-step-wrap .progress-step-wrap li {
    font-size: 12px;
  }
  .customer-container .activity-summary .summary-item .rank-step-wrap .rank-step-notice {
    font-size: 12px;
    padding-top: 14px;
  }
  .customer-container .activity-summary .summary-item .rank-step-wrap .rank-step-notice span, .customer-container .activity-summary .summary-item .rank-step-wrap .rank-step-notice b {
    font-size: 12px;
  }
  .customer-order-container .customer-order .customer-order-header {
    border-bottom: 1px solid #d8d8d8;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .customer-order-container .customer-order .customer-order-header.returned .customer-order-number span:not(.order-number) {
    display: none;
  }
  .customer-order-container .customer-order .customer-order-header .customer-order-number {
    display: block;
  }
  .customer-order-container .customer-order .customer-order-header .customer-order-number .date {
    font-size: 12px;
    font-weight: 500;
    color: #111111;
  }
  .customer-order-container .customer-order .customer-order-header .customer-order-number .order-number {
    display: block;
    color: #111111;
    font-size: 12px;
    font-weight: bold;
    padding-top: 7px;
    margin: 0;
  }
  .customer-order-container .customer-order .customer-order-header .link .text {
    color: #111111;
    font-size: 12px;
  }
  .customer-order-container .customer-order .customer-order-header .link .icon {
    color: #111111;
    font-size: 8px;
  }
  .customer-order-container .customer-order .order-summary {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 54px;
    border-top: 1px solid #111;
    border-bottom: 1px solid #d8d8d8;
  }
  .customer-order-container .customer-order .order-summary .date {
    font-size: 14px;
    font-weight: 500;
    color: #111111;
  }
  .customer-order-container .customer-order .order-summary .order-number {
    display: block;
    color: #111111;
    font-size: 14px;
    font-weight: bold;
    padding-top: 7px;
  }
  .customer-order-container .customer-order .order-summary .link .text {
    margin-right: .25em;
    color: #111111;
  }
  .customer-order-container .customer-order .order-summary .link .icon {
    color: #111111;
    margin-top: 0;
    font-size: 8px;
  }
  .customer-order-container .customer-order .order-product {
    padding: 0;
  }
  .customer-order-container .customer-order .order-product .product-mini {
    margin: 0;
  }
  .customer-order-container .customer-order .order-product .product-mini .image-url {
    margin: 0;
  }
  .customer-order-container .customer-order .order-tracking {
    display: block;
    padding-bottom: 20px;
  }
  .customer-order-container .customer-order .order-state {
    padding: 0;
  }
  .customer-order-container .customer-order .order-state .state {
    width: 100%;
    font-size: 12px;
    font-weight: bold;
    text-align: left;
    padding: 20px 0;
  }
  .customer-order-container .customer-order .order-state .actions {
    width: 100%;
    justify-content: start;
    padding: 16px 0;
    border-top: 1px solid #e6e6e6;
  }
  .customer-order-container .customer-order .order-state .actions .flex-justify-center {
    width: 100%;
  }
  .customer-order-container .customer-order .order-state .actions .anchor {
    width: calc(100% - 6px);
    font-size: 14px;
    font-weight: 500;
    line-height: 48px;
    color: #111;
    padding: 0;
    border: 1px solid #c4c4c4;
  }
  .customer-order-container .customer-order .order-state .actions .anchor.button-secondary {
    color: #0063BA;
    border: 1px solid #0063BA;
  }
  .customer-order-container .customer-order .order-state .actions[type="RETURNABLE"] .col-6:last-child {
    justify-self: self-end;
  }
  .customer-order-container .customer-order .order-state .actions[type="RETURNABLE"] .anchor {
    width: calc(100% - 6px);
    font-size: 14px;
    font-weight: 500;
    line-height: 48px;
    color: #111111;
    background: #fff;
    border: 1px solid #c4c4c4;
  }
  .customer-order-container .customer-order .order-state .actions .review-check .flex-justify-center {
    justify-content: end;
  }
  .customer-order-container .customer-order .order-state .actions .col-6:first-child {
    align-items: start;
    width: 100%;
  }
  .customer-order-container .order-detail-data {
    padding: 20px;
    border: 1px solid #d8d8d8;
    background-color: #fff;
  }
  .customer-order-container .order-detail-data .order-payment-content .order-info-section {
    padding-top: 0;
    padding-left: 20px;
    padding-right: 20px;
    border: 0;
    background-color: transparent;
  }
  .customer-order-container .order-detail-data .order-payment-content .order-total-item {
    margin-bottom: 18px;
  }
  .customer-order-container .order-detail-data .order-payment-content .order-total-item .label {
    font-size: 14px;
    line-height: 1;
    letter-spacing: -.025em;
    color: #9b9b9b;
    white-space: nowrap;
  }
  .customer-order-container .order-detail-data .order-payment-content .order-total-item .value {
    font-size: 16px;
    line-height: 1.2;
    letter-spacing: -.025em;
    color: #000000;
    text-align: right;
  }
  .customer-order-container .order-detail-data .order-payment-content .order-total-item .value .retail {
    color: #9b9b9b;
    text-decoration: line-through;
    white-space: nowrap;
  }
  .customer-order-container .order-detail-data .order-payment-content .order-total-item .value .sale {
    margin-left: 5px;
    white-space: nowrap;
  }
  .customer-order-container .order-detail-data .order-payment-content .order-total-highlight {
    padding-top: 18px;
    border-top: 1px solid #d8d8d8;
  }
  .customer-order-container .order-detail-data .order-payment-content .order-total-highlight .label {
    font-size: 14px;
    line-height: 1;
    letter-spacing: -.025em;
  }
  .customer-order-container .order-detail-data .order-payment-content .order-total-highlight .value {
    font-size: 18px;
    line-height: 1;
    letter-spacing: -.025em;
  }
  .customer-order-container .order-detail-data .order-info-container {
    padding: 0 20px;
    border: 1px solid #d8d8d8;
    background-color: #ffffff;
  }
  .customer-order-container .order-detail-data .order-info-section {
    padding: 20px 0;
  }
  .customer-order-container .order-detail-data .order-info-section .info-title {
    margin-bottom: 24px;
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    color: #9b9b9b;
  }
  .customer-order-container .order-detail-data .order-info-section:not(:first-child) {
    border-top: 1px solid #d8d8d8;
  }
  .customer-order-container .order-detail-product .order-detail-product-content .col-state {
    padding: 20px 30px 30px;
    width: 100%;
    border-top: 1px solid #d8d8d8;
  }
  .customer-order-container .order-detail-product .order-detail-product-content .col-state .button {
    width: 100%;
  }
  .customer-offline-order .customer-product .product-mini-details .product-options {
    padding: 0;
    color: #9b9b9b;
  }
  .customer-offline-order .customer-product .product-name .model {
    padding-bottom: 5px;
  }
  .customer-restock-container .customer-restock .col-date {
    padding-left: 16px;
    height: 54px;
    background-color: #fff;
  }
  .customer-restock-container .customer-restock .col-product .product-mini {
    padding: 20px 16px;
  }
  .customer-restock-container .customer-restock .col-state {
    padding: 16px 16px 30px;
    border-top: 1px solid #d8d8d8;
  }
  .customer-restock-container .customer-restock .col-state > .row {
    width: 100%;
  }
  .customer-restock-container .customer-restock .col-state .button {
    margin-top: 16px;
    padding: 9px 0;
    width: 100%;
  }
  .customer-offer-container .customer-offer-content .offer-data {
    width: 100%;
  }
  .customer-offer-container .customer-offer-content .offer-data .text {
    font-weight: 500;
  }
  .customer-offer-container .customer-offer-content .offer-content {
    font-weight: 500;
  }
  .customer-offer-container .customer-offer-content .offer-content .content-text {
    width: 100%;
  }
  .customer-offer-container .customer-offer-content .offer-code-action {
    width: 100%;
    padding: 10px 0;
    text-align: center;
  }
  .customer-offer-container .customer-offer-content .offer-code-action .button {
    width: 142px;
    height: 32px;
    line-height: 32px;
    font-size: 12px;
    color: #fff;
    background: #000;
    padding: 0;
    border: none;
  }
  .customer-product .state.display-medium-down {
    font-size: 15px;
    font-weight: 700;
    line-height: 1.35;
    padding: 16px 0 12px;
  }
  .customer-product .state.display-medium-down + .product-mini {
    padding-top: 0;
    border-top: none !important;
  }
  .customer-helpDesk-container .customer-helpDesk-write .field-row .field-label.two-label-wrap .two-label .field-sub-checkbox {
    padding: 12px 0 0;
  }
  .customer-helpDesk-container .customer-helpDesk-write .write-action {
    padding-left: 150px;
    margin: 14px 0 0;
  }
  .customer-helpDesk-container .customer-helpDesk-write .write-action .button {
    width: calc(50% - 4px);
    max-width: calc(50% - 4px);
    height: 50px;
    font-size: 16px;
    margin: 0;
  }
  .customer-helpDesk-container .customer-helpDesk-write .write-action .button.primary {
    margin-left: 8px;
  }
}

/* Reponsive 1025px */
@media screen and (min-width: 1025px) {
  .customer-container .activity-summary .summary-item {
    padding-left: 12px;
    padding-right: 12px;
  }
  .customer-container .activity-summary .summary-item + .summary-item {
    max-width: 150px;
  }
  .customer-container .customer-content-inner {
    margin-right: -24px;
  }
  .customer-order-container .customer-order .order-summary {
    max-width: 160px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .customer-order-container .customer-order .order-summary .date {
    color: #141414;
  }
  .customer-order-container .customer-order .order-summary .total-price {
    margin-top: 10px;
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: -.025em;
    color: #000000;
    display: none;
  }
  .customer-order-container .customer-order .order-summary .link {
    margin-top: 20px;
    border: 1px solid #d4d4d4;
    width: 100px;
    height: 36px;
    font-size: 12px;
    color: #111111;
    background-color: #fff;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .customer-order-container .customer-order .order-tracking {
    max-width: 240px;
  }
  .customer-order-container .customer-order .order-state {
    max-width: 160px;
  }
  .customer-order-container .customer-order .order-state .actions {
    margin-top: 12px;
  }
  .customer-order-container .customer-order .order-state .actions [class*="col-"]:not(:first-child) {
    margin-top: 12px;
  }
  .customer-order-container .order-detail-data {
    padding: 30px;
    background-color: #fff;
  }
  .customer-order-container .order-detail-data .order-payment-content {
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 356px;
  }
  .customer-order-container .order-detail-data .order-payment-content .order-total-item {
    margin-bottom: 18px;
  }
  .customer-order-container .order-detail-data .order-payment-content .order-total-item .label {
    font-size: 14px;
    line-height: 1;
    letter-spacing: -.025em;
    color: #9b9b9b;
    white-space: nowrap;
  }
  .customer-order-container .order-detail-data .order-payment-content .order-total-item .value {
    font-size: 16px;
    line-height: 1.2;
    letter-spacing: -.025em;
    color: #000000;
    text-align: right;
  }
  .customer-order-container .order-detail-data .order-payment-content .order-total-item .value .retail {
    color: #9b9b9b;
    text-decoration: line-through;
    white-space: nowrap;
  }
  .customer-order-container .order-detail-data .order-payment-content .order-total-item .value .sale {
    margin-left: 5px;
    white-space: nowrap;
  }
  .customer-order-container .order-detail-data .order-payment-content .order-total-highlight {
    padding-top: 18px;
    border-top: 1px solid #d8d8d8;
  }
  .customer-order-container .order-detail-data .order-payment-content .order-total-highlight .label {
    font-size: 14px;
    line-height: 1;
    letter-spacing: -.025em;
  }
  .customer-order-container .order-detail-data .order-payment-content .order-total-highlight .value {
    font-size: 18px;
    line-height: 1;
    letter-spacing: -.025em;
  }
  .customer-order-container .order-detail-data .order-info-section {
    padding: 30px;
    border: 1px solid #d8d8d8;
    background-color: #ffffff;
  }
  .customer-order-container .order-detail-data .order-info-section .info-title {
    margin-bottom: 24px;
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    color: #000000;
  }
  .customer-order-container .order-detail-data .order-info-section:not(:first-child) {
    margin-top: 16px;
  }
  .customer-order-container .order-detail-product .order-detail-product-content .col-state {
    width: 220px;
    border-left: 1px solid #d8d8d8;
  }
  .customer-restock-container .customer-restock {
    border-top: 0;
  }
  .customer-restock-container .customer-restock .col-date {
    -webkit-flex-basis: 18.8%;
    -ms-flex-preferred-size: 18.8%;
    flex-basis: 18.8%;
    max-width: 18.8%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .customer-restock-container .customer-restock .col-state {
    -webkit-flex-basis: 37.6%;
    -ms-flex-preferred-size: 37.6%;
    flex-basis: 37.6%;
    max-width: 37.6%;
  }
  .customer-restock-container .customer-restock .col-state > .row {
    width: 100%;
  }
  .customer-restock-container .customer-restock .col-state .button {
    padding: 9px 0;
    width: 100%;
    max-width: 100px;
  }
  .customer-account-container .customer-formbox {
    padding: 50px 0 70px;
  }
  .customer-account-container .customer-formbox .field-row .field-title {
    width: auto;
    font-size: 16px;
    line-height: 34px;
    font-weight: 600;
    color: #000000;
  }
  .customer-account-container .customer-formbox .input-textfield,
  .customer-account-container .customer-formbox .field-label {
    position: relative;
    margin-bottom: 7px;
  }
  .customer-account-container .customer-formbox .input-textfield label,
  .customer-account-container .customer-formbox .field-label label {
    display: block;
    font-size: 14px;
    line-height: 30px;
    font-weight: 500;
    color: #111111;
    transition-property: all;
    transition-timing-function: ease-in-out;
    transition-duration: 300ms;
  }
  .customer-account-container .customer-formbox .input-textfield input,
  .customer-account-container .customer-formbox .field-label input {
    width: 100%;
    height: 50px;
    font-size: 14px;
    padding: 0 15px;
    border: 1px solid #c4c4c4;
  }
  .customer-account-container .customer-formbox .input-textfield .error-message,
  .customer-account-container .customer-formbox .field-label .error-message {
    font-size: 12px;
    color: #c9192e;
  }
  .customer-account-container .customer-formbox .input-textfield .error-message.filled,
  .customer-account-container .customer-formbox .field-label .error-message.filled {
    margin-top: 10px;
  }
  .customer-account-container .customer-formbox .input-textfield .placeholder-text,
  .customer-account-container .customer-formbox .field-label .placeholder-text {
    position: absolute;
    top: 43px;
    left: 15px;
    font-size: 13px;
    line-height: 23px;
    color: #9b9b9b;
    z-index: 1;
  }
  .customer-account-container.update-account {
    padding: 0 0 30px;
  }
  .customer-account-container.update-account .customer-formbox {
    padding: 30px 0;
  }
  .customer-account-container.update-account .customer-formbox .account-fieldset + .account-fieldset .data-grid {
    display: none;
  }
  .customer-account-container.update-account .customer-formbox .account-fieldset .fieldset-legend {
    display: none;
  }
  .customer-account-container.update-account .customer-formbox .account-fieldset .field-row .field-title {
    line-height: 1;
  }
  .customer-account-container.update-account .customer-formbox .account-fieldset .field-row .field-title:after {
    display: none;
  }
  .customer-account-container.update-account .dynamic-form .input-textfield label:after,
  .customer-account-container.update-account .dynamic-form .field-label label:after {
    content: '*';
    color: #0063BA;
    margin-left: 3px;
  }
}

/* Reponsive 1440px */
@media screen and (max-width: 1440px) {
  .customer-container .customer-order-search .order-search-content .col-selector-date > .row {
    width: 100%;
    height: 100%;
    border: 1px solid #d8d8d8;
  }
  .customer-container .customer-order-search .order-search-content .col-selector-date > .row li:not(:first-child) {
    border-left: 1px solid #d8d8d8;
  }
  .customer-container .customer-order-search .order-search-content .col-selector-date .anchor {
    height: 100%;
  }
  .customer-container .customer-order-search .order-search-content .col-input-date .input-text {
    width: 50%;
  }
  .customer-container .customer-order-search .order-search-content .col-input-date .button-submit {
    margin-left: auto;
    padding: 9px 0;
    width: 130px;
  }
  .customer-container .customer-order-search .order-search-content .col-search-action {
    display: block;
  }
  .customer-container .customer-order-search .order-search-content .col-search-action button {
    width: calc(50% - 4px);
  }
  .customer-container .customer-order-search .order-search-content .search-date-notice {
    margin: 14px 10px 0;
    font-size: 12px;
    letter-spacing: -0.5px;
    width: 100%;
  }
}

/* Reponsive 1440px */
@media screen and (min-width: 1440px) {
  .customer-container .activity-summary .summary-item .label .icon {
    margin-right: 20px;
    font-size: 24px;
    stroke: #000;
  }
  .customer-container .activity-summary .summary-item .label .text {
    font-size: 16px;
  }
  .customer-draw-container .col-data {
    -webkit-flex-basis: 160px;
    -ms-flex-preferred-size: 160px;
    flex-basis: 160px;
    max-width: 160px;
  }
  .customer-draw-container .col-state {
    -webkit-flex-basis: 160px;
    -ms-flex-preferred-size: 160px;
    flex-basis: 150px;
    max-width: 150px;
  }
  .customer-draw-container .col-date {
    -webkit-flex-basis: 260px;
    -ms-flex-preferred-size: 260px;
    flex-basis: 260px;
    max-width: 260px;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  .customer-draw-container .customer-draw-header {
    display: block;
  }
  .customer-draw-container .customer-draw {
    text-align: center;
  }
  .customer-draw-container .customer-draw .col-product,
  .customer-draw-container .customer-draw .col-date,
  .customer-draw-container .customer-draw .col-state {
    border-left: 1px solid #d8d8d8;
  }
  .customer-draw-container .customer-draw .col-data {
    height: auto;
    border-bottom: 0;
  }
  .customer-draw-container .customer-draw .col-product {
    padding-left: 30px;
    padding-right: 30px;
    text-align: left;
  }
  .customer-draw-container .customer-draw .col-date {
    padding: 0;
    border-top: 0;
  }
  .customer-draw-container .customer-draw .col-date .date-info {
    height: 74px;
  }
  .customer-draw-container .customer-draw .col-date .date-info dt {
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: -.025em;
  }
  .customer-draw-container .customer-draw .col-date .date-info dd {
    margin-top: 8px;
    color: #9b9b9b;
    font-size: 12px;
  }
  .customer-draw-container .customer-draw .col-date .date-info.announcement {
    height: 60px;
  }
  .customer-draw-container .customer-draw .col-date .date-info:not(:first-child) {
    margin-top: 0;
    border-top: 1px solid #d8d8d8;
  }
  .customer-draw-container .customer-draw .col-state {
    padding: 0;
    border-top: 0;
  }
  .customer-draw-container .customer-draw .col-state .action {
    padding-bottom: 0;
  }
  .customer-draw-container .customer-draw .col-state .action .button {
    margin: 0 auto;
    padding-top: 9px;
    padding-bottom: 9px;
    width: 105px;
    line-height: 1;
    font-size: 13px;
  }
}

/* MY PAGE landing */
.customer-landing {
  max-width: 1024px;
  margin: 0 auto;
}

.customer-info-title {
  padding: 30px 0;
  margin: 0 1%;
}

.customer-info-title .title-name {
  font-size: 32px;
  line-height: 32px;
  color: #111111;
}

.customer-info-title .logout {
  margin-top: 21px;
}

.customer-info-title .btn-logout {
  font-size: 16px;
  color: #79aecf;
}

.customer-navi-tab {
  padding-bottom: 70px;
}

.customer-navi-tab .customer-tab-list {
  margin: -20px 0 0;
}

.customer-navi-tab .customer-tab-list li {
  margin-top: 20px;
  width: calc(100% / 2);
  padding: 0 1%;
  position: relative;
}

.customer-navi-tab .customer-tab-list li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  background: #ffffff;
  padding: 0 59px 0 50px;
}

.customer-navi-tab .customer-tab-list li a .icon-area {
  padding-top: 30px;
}

.customer-navi-tab .customer-tab-list li a .icon-area .icon {
  width: 28px;
  height: 28px;
  color: #000000;
}

.customer-navi-tab .customer-tab-list li a .txt-area {
  width: 100%;
  padding-left: 20px;
}

.customer-navi-tab .customer-tab-list li a .txt-area .title {
  font-size: 19px;
  line-height: 28px;
  color: #111111;
  padding: 23px 0 8px;
  font-weight: bold;
}

.customer-navi-tab .customer-tab-list li a .txt-area .txt {
  font-size: 14px;
  line-height: 21px;
  color: #9b9b9b;
  border-top: solid 1px #d8d8d8;
  padding: 8px 0 27px;
}

.customer-navi-tab .customer-tab-list li a:hover .icon-area .icon {
  color: #ca1d31;
}

.customer-navi-tab .customer-tab-list li a:hover:before {
  display: block;
  content: '';
  border-top: solid 3px #0063BA;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}

.page-util {
  display: none;
}

/* Responsive : 960px */
@media (max-width: 960px) {
  .customer-landing {
    padding: 0 10px;
  }
  .customer-info-title {
    padding: 20px 0;
    margin: 0;
  }
  .customer-info-title .title-name {
    font-size: 26px;
    line-height: 26px;
    color: #111111;
  }
  .customer-info-title .logout {
    margin-top: 15px;
  }
  .customer-navi-tab {
    padding-bottom: 40px;
  }
  .customer-navi-tab .customer-tab-list {
    display: block;
  }
  .customer-navi-tab .customer-tab-list li {
    width: 100%;
    padding: 0;
  }
  .customer-navi-tab .customer-tab-list li a {
    padding: 0 20px;
  }
  .customer-navi-tab .customer-tab-list li a .icon-area {
    padding-top: 30px;
  }
  .customer-navi-tab .customer-tab-list li a .icon-area .icon {
    width: 22px;
    height: 22px;
  }
  .customer-navi-tab .customer-tab-list li a .txt-area {
    padding-left: 18px;
  }
  .customer-navi-tab .customer-tab-list li a .txt-area .title {
    font-size: 14px;
    line-height: 21px;
    padding: 26px 0 0;
  }
  .customer-navi-tab .customer-tab-list li a .txt-area .txt {
    font-size: 12px;
    line-height: 23px;
    letter-spacing: 0;
    border-top: 0;
    padding: 0 0 25px;
  }
  .customer-navi-tab .customer-tab-list li:hover .icon-area .icon {
    color: #ca1d31;
  }
  .page-util {
    display: block;
    background: #000;
  }
  .page-util .page-util-container .nav-content {
    margin: 0;
    background: #8d9293;
  }
  .page-util .page-util-container .nav-content .secondarynav-label {
    display: block;
    color: #ffffff;
    padding: 16px 10px;
    position: relative;
    cursor: pointer;
  }
  .page-util .page-util-container .nav-content .delimited {
    display: none;
  }
  .page-util .page-util-container .nav-content .delimited .nav-item-text {
    display: block;
    font-size: 13px;
    color: #ffffff;
    background: #1c1c1c;
    padding: 16px 10px;
    border-top: 1px dotted #3d3d3d;
  }
  .page-util .page-util-container .nav-content.active > .delimited {
    display: block;
  }
}

@media screen and (max-width: 480px) {
  .mileage-page .customer-content-section .customer-offer-container .pagination .btn-pagination {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
  }
  .mileage-page .customer-content-section .customer-offer-container .pagination .btn-pagination .paging {
    margin: 0;
  }
}

.customer-container .customer-content.cscenter {
  padding-bottom: 180px;
}

.customer-container .customer-content.cscenter .btn-pagination {
  margin: 0 auto;
}

.customer-container .customer-content.cscenter .customer-content-section.notice-section .customer-content-header {
  border-bottom: none;
}

.customer-container .cscenter-section-header .section-title {
  margin-bottom: 0;
  font-weight: 600;
  line-height: 1;
  color: #141414;
}

.customer-container .cscenter-section-header .anchor {
  line-height: 1;
  color: #000000;
}

.customer-container .cscenter-section-header .anchor .icon {
  font-size: .75em;
}

.customer-container .cscenter-section-header .anchor .icon.backarrow {
  margin-left: 10px;
  transform: rotate(180deg);
}

.customer-container .customer-nav .customer-nav-group .customer-nav-title {
  font-weight: bold;
}

.customer-container .customer-nav .customer-nav-group .customer-nav-title a {
  color: #141414;
}

.customer-container .customer-nav .customer-nav-group .customer-nav-title a.active {
  text-decoration: none;
}

.customer-container .customer-nav .customer-nav-group .title {
  font-size: 28px;
  margin-bottom: 30px;
}

.customer-container .customer-nav .customer-nav-group .customer-nav-list li a {
  color: #757575;
}

.customer-container .customer-nav .sidebar-customer-helpDesk {
  margin-top: 30px;
  padding: 20px 0 25px;
  border: 1px solid #d8d8d8;
  text-align: center;
}

.customer-container .customer-nav .sidebar-customer-helpDesk .icon-call {
  font-size: 48px;
  color: #141414;
}

.customer-container .customer-nav .sidebar-customer-helpDesk .icon-call:before {
  content: '';
}

.customer-container .customer-nav .sidebar-customer-helpDesk .helpDesk-title {
  margin-top: 10px;
}

.customer-container .customer-nav .sidebar-customer-helpDesk .phone-number {
  margin: 10px 0;
}

.customer-container .customer-nav .sidebar-customer-helpDesk .phone-number a {
  color: #141414;
  font-size: 22px;
  font-weight: bold;
}

.customer-container .customer-nav .sidebar-customer-helpDesk .helpDesk-txt {
  line-height: 1.4;
}

.faq-search {
  margin: 32px auto;
  max-width: 640px;
}

.faq-search .search-field {
  position: relative;
}

.faq-search .search-field label {
  top: 21px;
  left: 20px;
  color: #999;
}

.faq-search .search-field input {
  height: 56px;
  border-color: #333;
  padding: 18.5px 20px;
}

.faq-search .search-field .btn_search {
  position: absolute;
  top: 17px;
  right: 20px;
  width: auto;
  height: auto;
  padding: 0;
  color: #111;
  font-size: 18px;
  background: none;
}

.faq-filter {
  margin-bottom: 24px;
}

.faq-filter > .flex {
  gap: 6px;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.faq-filter > .flex:-webkit-scrollbar {
  display: none;
}

.faq-filter .button {
  max-width: fit-content;
  padding: 0 24px;
  height: 50px;
  color: #999;
  font-size: 16px;
  font-weight: 500;
  border: 1px solid #c4c4c4;
  border-radius: 25px;
  background-color: #fff;
}

.faq-filter .button.active {
  color: #0063BA;
  border-color: #0063BA;
}

.faq-list-container {
  background: #fff;
  margin-bottom: 70px;
}

.faq-list-content {
  border-top: 1px solid #e6e6e6;
}

.faq-list-content .faq-item {
  border-bottom: 1px solid #e6e6e6;
}

.faq-list-content .faq-item .toggle-label {
  margin: 0;
  padding: 20px 0;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: -.025em;
  color: #000000;
}

.faq-list-content .faq-item .toggle-label .sort {
  color: #999;
  font-size: 13px;
  margin-bottom: 6px;
}

.faq-list-content .faq-item .toggle-label .text {
  font-size: 16px;
  font-weight: 500;
}

.faq-list-content .faq-item .toggle-label::after {
  right: 0;
}

.faq-list-content .faq-item .toggle-content {
  position: relative;
  padding: 20px;
  color: #333;
  letter-spacing: -.025em;
  background-color: #f4f4f4;
  line-height: 1.5;
}

.faq-list-content .faq-item .toggle-content a {
  color: #0063BA;
}

.faq-list-content .faq-item .toggle-content:not(.active) {
  display: none;
}

.notice-latest-container {
  background: #fff;
}

.notice-latest-content .notice-item {
  border-bottom: 1px solid #eeeeee;
}

.notice-latest-content .notice-item .subject {
  margin: 0;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: -.025em;
  color: #000000;
}

.notice-latest-content .notice-item .subject a {
  display: inline-block;
  max-width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  vertical-align: middle;
  overflow: hidden;
  color: #141414;
}

.notice-latest-content .notice-item .subject::before {
  content: '';
  display: inline-block;
  width: 4px;
  height: 4px;
  vertical-align: middle;
  border-radius: 50%;
}

.notice-list-container {
  background: #fff;
  border-top: 3px solid #111111;
}

.notice-list-container .notice-filter-area {
  margin: 32px 0 24px;
  gap: 6px;
}

.notice-list-container .notice-filter-area .button {
  max-width: 160px;
  height: 50px;
  color: #999;
  font-size: 16px;
  font-weight: 600;
  border: 1px solid #c4c4c4;
  border-radius: 25px;
}

.notice-list-container .notice-filter-area .button.active {
  color: #0063BA;
  border-color: #0063BA;
}

.notice-list-container .col-number {
  -webkit-flex-basis: 100px;
  -ms-flex-preferred-size: 100px;
  flex-basis: 100px;
  text-align: center;
}

.notice-list-container .notice-list-header {
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  color: #000000;
  text-align: center;
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #111111;
}

.notice-list-container .notice-item {
  padding: 20px 0;
  min-height: 60px;
  font-size: 14px;
  line-height: 20px;
  color: #666;
  border-bottom: 1px solid #e6e6e6;
}

.notice-list-container .notice-item .col-date {
  margin-top: 4px;
  color: #757575;
}

.notice-list-container .notice-item a {
  font-size: 16px;
  font-weight: 500;
  word-break: break-all;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

.notice-list-container .notice-item.stock {
  background-color: #f4f4f4;
}

.notice-list-container .notice-item.stock a {
  font-weight: 600;
}

.notice-content-container {
  background: #fff;
}

.notice-content-container .notice-content-header .subject {
  font-weight: 400;
  line-height: 22px;
  letter-spacing: -.025em;
  color: #141414;
}

.notice-content-container .notice-content-header .date {
  line-height: 1;
}

.notice-content-container .view-contents {
  letter-spacing: -.025em;
  color: #757575;
  border-bottom: 1px solid #eeeeee;
}

.notice-content-container .view-contents p, .notice-content-container .view-contents ul, .notice-content-container .view-contents ol, .notice-content-container .view-contents dl, .notice-content-container .view-contents blockquote, .notice-content-container .view-contents pre, .notice-content-container .view-contents address, .notice-content-container .view-contents fieldset, .notice-content-container .view-contents figure {
  margin: 0;
}

.notice-content-container .content-action {
  text-align: center;
}

.notice-content-container .content-action .button {
  margin: 0 auto;
}

.customer-question {
  margin-top: 50px;
  text-align: center;
}

.customer-question .tit {
  margin-top: 10px;
}

.customer-question .btn-link {
  margin-top: 20px;
  background: #0063BA;
}

.policy-selector-content,
.customer-policy {
  background: #fff;
  padding: 24px;
  letter-spacing: -.025em;
  color: #000000;
  word-break: keep-all;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

.policy-selector-content *,
.customer-policy * {
  line-height: 1.6em;
  margin-bottom: 15px;
}

.policy-selector-content a,
.customer-policy a {
  color: #79aecf;
  text-decoration: underline;
}

.policy-selector-content table,
.customer-policy table {
  border-collapse: collapse;
  width: 100%;
}

.policy-selector-content table p, .policy-selector-content table ul, .policy-selector-content table ol, .policy-selector-content table dl, .policy-selector-content table blockquote, .policy-selector-content table pre, .policy-selector-content table address, .policy-selector-content table fieldset, .policy-selector-content table figure,
.customer-policy table p,
.customer-policy table ul,
.customer-policy table ol,
.customer-policy table dl,
.customer-policy table blockquote,
.customer-policy table pre,
.customer-policy table address,
.customer-policy table fieldset,
.customer-policy table figure {
  margin: 0;
}

.policy-selector-content table th, .policy-selector-content table td,
.customer-policy table th,
.customer-policy table td {
  border: 1px solid #d8d8d8;
}

.policy-selector-content table th p:not(:last-child), .policy-selector-content table td p:not(:last-child),
.customer-policy table th p:not(:last-child),
.customer-policy table td p:not(:last-child) {
  margin-bottom: 6px;
}

.policy-selector-content table thead th, .policy-selector-content table thead td,
.customer-policy table thead th,
.customer-policy table thead td {
  font-weight: 600;
  background-color: #f1f2f3;
}

.policy-selector-content .text-semibold,
.customer-policy .text-semibold {
  margin-top: 80px;
}

.policy-selector-content .customer-select,
.customer-policy .customer-select {
  width: 50%;
  margin-bottom: 0;
}

.policy-selector-content .customer-select .input-select-inline,
.customer-policy .customer-select .input-select-inline {
  padding: 10px 20px 10px 15px;
  width: 100%;
  margin-bottom: 0;
  font-size: 14px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='17px' height='9px'%3E%3Cpath fill-rule='evenodd' fill='rgb(117, 117, 117)' d='M16.242,2.353 L8.751,8.742 L8.250,8.314 L7.748,8.742 L0.258,2.353 L2.131,0.756 L8.250,5.975 L14.369,0.756 L16.242,2.353 Z'/%3E%3C/svg%3E") no-repeat 97% center;
  background-size: 13px 9px;
}

.policy-content-container .customer-content-tab {
  position: relative;
}

.policy-content-container .customer-content-tab::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 2px;
  border-bottom: 2px solid #0063BA;
}

.policy-content-container .customer-content-tab li {
  width: 100%;
  max-width: 360px;
  border: 1px solid #b5b5b5;
  background: #fff;
}

.policy-content-container .customer-content-tab li.uk-active {
  position: relative;
  border-color: #0063BA;
  border-bottom-color: #fff;
}

.policy-content-container .customer-content-tab li.uk-active::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: calc(100% + 1px);
  border: 1px solid #0063BA;
  border-bottom-color: #fff;
  border-bottom-width: 2px;
  z-index: 1;
}

.policy-content-container .customer-content-tab li.uk-active a {
  font-weight: bold;
  color: #0063BA;
}

.policy-content-container .customer-content-tab li a {
  display: block;
  width: 100%;
  padding: 15px 0;
  text-align: center;
  font-size: 16px;
  color: #757575;
}

.membership-info-container .membership-header {
  margin-top: 40px;
  margin-bottom: 80px;
  text-align: center;
}

.membership-info-container .membership-header p {
  margin: 24px 0 15px;
  font-size: 36px;
  font-weight: 600;
  line-height: 1.35;
}

.membership-info-container .membership-header span {
  color: #666;
}

.membership-info-container .membership-content {
  margin-bottom: 80px;
}

.membership-info-container .membership-content .membership-content-tit {
  padding: 34px 24px 24px;
  border-top: 1px solid #111;
}

.membership-info-container .membership-content .membership-content-tit h2 {
  font-size: 20px;
  font-weight: bold;
}

.membership-info-container .membership-content .membership-content-tit span {
  display: inline-block;
  margin-top: 8px;
  color: #999;
}

.membership-info-container .membership-content .membership-list {
  margin-top: 16px;
}

.membership-info-container .membership-content .membership-list ul {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.membership-info-container .membership-content .membership-list ul li {
  width: calc(33.333% - 20px);
  padding: 32px 32px 24px;
  background-color: #f0f7ff;
  border-radius: 8px;
}

.membership-info-container .membership-content .membership-list ul li .item-tit {
  font-size: 16px;
  font-weight: bold;
}

.membership-info-container .membership-content .membership-list ul li .item-dec {
  display: inline-block;
  margin-top: 12px;
}

.membership-info-container .membership-content .membership-list ul li .item-rule {
  display: block;
  margin-top: 6px;
  color: #757575;
}

.membership-info-container .membership-content .membership-list ul li .icon {
  font-size: 40px;
  color: #333;
}

.membership-info-container .membership-content .membership-grade table {
  width: 100%;
  font-size: 16px;
  text-align: center;
  border-collapse: collapse;
}

.membership-info-container .membership-content .membership-grade table th {
  padding: 24px 0;
  background-color: #f7f7f7;
  border-top: 1px solid #d9d9d9;
  border-right: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
}

.membership-info-container .membership-content .membership-grade table th:last-child {
  border-right: none;
}

.membership-info-container .membership-content .membership-grade table th .icon {
  display: block;
  margin: 0 auto;
  font-size: 72px;
}

.membership-info-container .membership-content .membership-grade table th span {
  display: inline-block;
  margin-top: 16px;
}

.membership-info-container .membership-content .membership-grade table th.basic {
  color: #1c86c2;
}

.membership-info-container .membership-content .membership-grade table th.silver {
  color: #bfbfbf;
}

.membership-info-container .membership-content .membership-grade table th.gold {
  color: #e5b81d;
}

.membership-info-container .membership-content .membership-grade table th.vip {
  color: #1baa2c;
}

.membership-info-container .membership-content .membership-grade table td {
  padding: 40px 0;
  border-right: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
}

.membership-info-container .membership-content .membership-grade table td:last-child {
  border-right: none;
}

.membership-info-container .membership-content .membership-grade table td .benefit-box {
  display: flex;
  width: 88px;
  height: 55px;
  margin: 0 auto 14px;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20width%3D%2289%22%20height%3D%2251%22%20viewBox%3D%220%200%2089%2051%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M87.4919%201.33643V19.4214C84.663%2019.8991%2082.5016%2022.3669%2082.5016%2025.3364C82.5016%2028.3059%2084.663%2030.7727%2087.4919%2031.2505V49.3364H1.49188V31.2505C4.32073%2030.7727%206.48212%2028.3059%206.48212%2025.3364C6.48212%2022.3669%204.32081%2019.8991%201.49188%2019.4214V1.33643H87.4919Z%22%20fill%3D%22%23C4C4C4%22%20stroke%3D%22%23C4C4C4%22%20stroke-width%3D%222%22%2F%3E%3C%2Fsvg%3E");
  background-size: 88px 55px;
  background-repeat: no-repeat;
}

.membership-info-container .membership-content .membership-grade table td .benefit-box.small-percent {
  font-size: 20px;
  font-weight: bold;
}

.membership-info-container .membership-content .membership-grade table td span {
  display: inline-block;
  margin-top: 4px;
  font-size: 14px;
  color: #757575;
}

.membership-info-container .membership-content .membership-grade table .coupon-row td {
  font-size: 16px;
}

.membership-info-container .membership-content .membership-grade table .birthday-row .icon {
  display: block;
  margin: 0 auto 16px;
  font-size: 40px;
  color: #999;
}

.membership-info-container .membership-content .membership-grade-mo .grade-item {
  margin-bottom: 16px;
  padding: 20px 16px;
  border: 1px solid #e6e6e6;
  border-radius: 12px;
}

.membership-info-container .membership-content .membership-grade-mo .grade-item .flex {
  margin-bottom: 16px;
}

.membership-info-container .membership-content .membership-grade-mo .grade-item .flex .icon {
  margin-right: 10px;
  font-size: 40px;
}

.membership-info-container .membership-content .membership-grade-mo .grade-item .flex span.grade-item-tit {
  display: block;
  margin-bottom: 4px;
  font-size: 16px;
  font-weight: bold;
}

.membership-info-container .membership-content .membership-grade-mo .grade-item .flex span.grade-item-desc {
  font-size: 14px;
  color: #111;
}

.membership-info-container .membership-content .membership-grade-mo .grade-item .flex.basic {
  color: #1c86c2;
}

.membership-info-container .membership-content .membership-grade-mo .grade-item .flex.silver {
  color: #bfbfbf;
}

.membership-info-container .membership-content .membership-grade-mo .grade-item .flex.gold {
  color: #e5b81d;
}

.membership-info-container .membership-content .membership-grade-mo .grade-item .flex.vip {
  color: #1baa2c;
}

.membership-info-container .membership-content .membership-grade-mo .grade-item ul {
  padding-top: 16px;
  padding-left: 16px;
  border-top: 1px solid #d9d9d9;
}

.membership-info-container .membership-content .membership-grade-mo .grade-item ul li {
  font-size: 12px;
  font-weight: 500;
  list-style: disc;
}

.membership-info-container .membership-content .membership-grade-mo .grade-item ul li:not(:last-child) {
  margin-bottom: 8px;
}

.membership-info-container .membership-content .membership-grade-mo .grade-item ul li span {
  display: inline-block;
  margin-top: 3px;
  color: #757575;
}

.membership-info-container .membership-info-notice {
  padding: 50px;
  background-color: #f6f6f6;
}

.membership-info-container .membership-info-notice h2 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 16px;
}

.membership-info-container .membership-info-notice ul {
  padding-left: 20px;
}

.membership-info-container .membership-info-notice ul li {
  line-height: 1.6;
  list-style: disc;
  color: #666;
}

.membership-info-container .membership-info-notice .caution-list {
  margin-top: 40px;
}

.membership-info-container .register-button {
  max-width: 400px;
  height: 60px;
  margin: 80px auto 0;
}

.company-container {
  padding: 80px 0;
}

.company-container .customer-content-header {
  margin: 0;
  border-bottom: none;
}

.company-container .customer-content-tab {
  position: relative;
  margin: 40px 0;
}

.company-container .customer-content-tab::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 2px;
  border-bottom: 2px solid #0063BA;
}

.company-container .customer-content-tab li {
  width: 100%;
  border: 1px solid #b5b5b5;
  background: #fff;
}

.company-container .customer-content-tab li.uk-active {
  position: relative;
  border-color: #0063BA;
  border-bottom-color: #fff;
}

.company-container .customer-content-tab li.uk-active::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: calc(100% + 1px);
  border: 1px solid #0063BA;
  border-bottom-color: #fff;
  border-bottom-width: 2px;
  z-index: 1;
}

.company-container .customer-content-tab li.uk-active a {
  font-weight: 600;
  color: #0063BA;
}

.company-container .customer-content-tab li a {
  display: block;
  width: 100%;
  height: 60px;
  align-content: center;
  text-align: center;
  font-size: 18px;
  color: #757575;
}

/* Reponsive 767px */
@media screen and (max-width: 767px) {
  .customer-container .customer-content.cscenter {
    padding: 30px 0 100px;
  }
  .customer-container .customer-content.cscenter .pagination {
    padding: 32px 0 0;
  }
  .customer-container .customer-content.cscenter .customer-content-section:not(.faq-section) .customer-content-header {
    margin-bottom: 0;
  }
  .customer-container .customer-content.cscenter .customer-content-section:not(.faq-section) .customer-content-header.cscenter-content-header {
    margin-bottom: 20px;
  }
  .customer-container .customer-content.cscenter-main .customer-content-section .cscenter-section-header {
    padding-bottom: 0;
  }
  .customer-container .customer-content.cscenter-main .customer-content-section .cscenter-section-header .section-title {
    border: none;
    padding-bottom: 15px;
  }
  .customer-container .customer-content.cscenter-main .customer-content-section .faq-list-container:before {
    content: none;
  }
  .customer-container .customer-content-header {
    margin-bottom: 20px;
  }
  .customer-container .customer-nav .customer-nav-group:last-child {
    border-top: unset !important;
    margin-top: unset !important;
  }
  .customer-container .cscenter-section-header {
    margin-bottom: 0;
    padding-bottom: 16px;
    border-bottom: 3px solid #141414;
  }
  .customer-container .cscenter-section-header .section-title {
    font-size: 16px;
    font-weight: bold;
  }
  .customer-container .cscenter-section-header .anchor {
    font-size: 12px;
  }
  .customer-container .cscenter-section-header.notice-title {
    margin: 30px 15px 0;
  }
  .customer-container .cscenter-section-header.notice-title .anchor {
    border-bottom: 1px solid #111111;
  }
  .faq-section {
    padding: 0 16px;
  }
  .faq-section .customer-content-header,
  .faq-section .cscenter-section-header {
    margin-left: 0px;
    margin-right: 0px;
  }
  .faq-section .main-section-header {
    margin: 0 16px;
  }
  .faq-section .customer-content-header {
    margin-bottom: 20px;
    padding-bottom: 0;
    border: none;
  }
  .faq-search {
    margin: 0 0 24px;
  }
  .faq-search .search-field input {
    height: 50px;
    padding: 18px 16px;
  }
  .faq-search .search-field label {
    top: 18px;
    left: 16px;
  }
  .faq-search .search-field .btn_search {
    top: 13px;
    right: 13px;
  }
  .faq-filter {
    margin: 0 0 24px;
  }
  .faq-filter > .flex {
    gap: 4px;
    flex-wrap: nowrap;
    white-space: nowrap;
    overflow-x: auto;
  }
  .faq-filter .button {
    height: 40px;
    font-size: 13px;
  }
  .faq-list-content .faq-item .toggle-label {
    padding: 16px 22px 16px 0;
  }
  .faq-list-content .faq-item .toggle-label .sort {
    font-size: 13px;
  }
  .faq-list-content .faq-item .toggle-label .text {
    font-size: 15px;
  }
  .faq-list-content .faq-item .toggle-content {
    padding: 20px 16px;
  }
  .notice-section .board-view {
    border-top: 1px solid #141414;
    margin: 0 16px;
  }
  .notice-latest-content .notice-item {
    padding: 15px 0;
    margin: 0 15px;
    border-bottom: 1px solid #eeeeee;
    flex-wrap: wrap;
  }
  .notice-latest-content .notice-item .subject {
    width: 100%;
    font-size: 13px;
    line-height: 19px;
  }
  .notice-latest-content .notice-item .subject::before {
    content: none;
  }
  .notice-latest-content .notice-item .date {
    font-size: 12px;
    color: #9b9b9b;
    margin-top: 3px;
  }
  .about-intro-section {
    position: relative;
    margin-top: 50px;
    margin-bottom: 67px;
    padding-left: 16px;
    overflow: hidden;
  }
  .about-intro-section .intro-pictures {
    margin: 0 0 0 auto;
    width: 304px;
  }
  .about-intro-section .intro-pictures > .row {
    width: 134%;
  }
  .about-intro-section .intro-pictures [class*="picture-"] {
    position: relative;
  }
  .about-intro-section .intro-pictures [class*="picture-"]::before {
    content: '';
    display: block;
    width: 100%;
  }
  .about-intro-section .intro-pictures img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .about-intro-section .intro-pictures .picture-01 {
    width: 100%;
  }
  .about-intro-section .intro-pictures .picture-01::before {
    padding-bottom: 68.62745%;
  }
  .about-intro-section .intro-pictures .picture-02 {
    width: 78.43137%;
  }
  .about-intro-section .intro-pictures .picture-02::before {
    padding-bottom: 100%;
  }
  .about-intro-section .intro-pictures .picture-03 {
    width: 55.88235%;
  }
  .about-intro-section .intro-pictures .picture-03::before {
    padding-bottom: 140.35087%;
  }
  .about-intro-section .intro-pictures .picture-04 {
    width: 97.05882%;
  }
  .about-intro-section .intro-pictures .picture-04::before {
    padding-bottom: 70.70707%;
  }
  .about-intro-section .intro-header {
    position: absolute;
    top: 0;
    left: 0;
    padding: 20px 16px 90px;
    z-index: 5;
  }
  .about-intro-section .intro-header .title {
    margin-bottom: 20px;
    font-size: 50px;
    font-weight: 600;
    line-height: .9;
    letter-spacing: -.025em;
    color: #000000;
  }
  .about-intro-section .intro-header .descr-text {
    font-size: 16px;
    line-height: 22px;
    letter-spacing: -.025em;
    color: #000000;
  }
  .about-intro-section .intro-header .link {
    margin-top: 25px;
    font-size: 12px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: -.025em;
    color: #000000;
  }
  .about-intro-section .intro-header .link .icon {
    margin-left: .25em;
    font-size: .75em;
  }
  .notice-list-container {
    border-top: 0;
    margin: 0 16px;
  }
  .notice-list-container .notice-filter-area {
    margin: 0 0 24px;
    gap: 4px;
  }
  .notice-list-container .notice-filter-area .button {
    max-width: 50%;
    height: 40px;
    font-size: 13px;
  }
  .notice-list-container .col-number {
    max-width: 52px;
  }
  .notice-list-container .notice-list-header {
    padding: 14px 0;
    border-color: #111;
    border-bottom-color: #e6e6e6;
  }
  .notice-list-container .notice-item {
    padding: 16px 0;
    padding-right: 20px;
  }
  .notice-list-container .notice-item .col-number {
    color: #111;
    font-size: 12px;
    font-weight: 600;
    justify-content: start;
  }
  .notice-list-container .notice-item a {
    font-size: 15px;
    line-height: 1.4;
  }
  .notice-list-container .notice-item .col-date {
    margin-top: 6px;
    color: #999;
    font-size: 12px;
    font-weight: 600;
  }
  .notice-content-container {
    padding: 0;
  }
  .notice-content-container .notice-content-header {
    padding: 24px 0 16px;
    border-bottom: 1px solid #e6e6e6;
  }
  .notice-content-container .notice-content-header .subject {
    color: #111;
    font-size: 16px;
    font-weight: 500;
  }
  .notice-content-container .notice-content-header .date {
    color: #999;
    font-size: 12px;
    font-weight: 600;
  }
  .notice-content-container .view-contents {
    padding: 24px 0;
    font-size: 12px;
    line-height: 17px;
  }
  .notice-content-container .content-action {
    padding: 24px 0 0;
  }
  .notice-content-container .content-action .button {
    max-width: 240px;
    margin: 0 auto;
    height: 40px;
    font-size: 14px;
  }
  .customer-question {
    margin-top: 0;
    margin-bottom: 50px;
    font-size: 13px;
  }
  .customer-question .tit {
    font-size: 18px;
  }
  .customer-question .btn-link {
    padding: 10px;
    font-size: 13px;
  }
  .policy-content-container {
    padding: 0;
    padding-top: 20px;
  }
  .policy-content-container .customer-content-tab {
    margin: 0 15px;
  }
  .policy-content-container .customer-content-tab li {
    width: 50%;
    border: none;
  }
  .policy-content-container .customer-content-tab li a {
    font-size: 15px;
    font-weight: bold;
  }
  .policy-content-container .customer-content-tab li.uk-active a {
    color: #111;
  }
  .policy-content-container .customer-content-tab li.uk-active::after {
    height: 100%;
    border: none;
    border-bottom: 2px solid #0063BA;
  }
  .policy-content-container .customer-content-tab::after {
    border-bottom: 1px solid #eee;
  }
  .policy-selector-content,
  .customer-policy {
    padding: 24px 16px;
    font-size: 12px;
    line-height: 17px;
  }
  .policy-selector-content .table_scroll_wrap,
  .customer-policy .table_scroll_wrap {
    overflow-x: auto;
  }
  .policy-selector-content table,
  .customer-policy table {
    border-left: 0;
    border-right: 0;
    width: auto;
    table-layout: fixed;
  }
  .policy-selector-content table thead, .policy-selector-content table tbody,
  .customer-policy table thead,
  .customer-policy table tbody {
    width: 100%;
    margin-bottom: 0;
  }
  .policy-selector-content table th, .policy-selector-content table td,
  .customer-policy table th,
  .customer-policy table td {
    padding: 12px 16px;
  }
  .policy-selector-content .customer-select,
  .customer-policy .customer-select {
    width: 100%;
    margin-bottom: 30px;
  }
  .policy-selector-content .customer-select .input-select-inline,
  .customer-policy .customer-select .input-select-inline {
    padding: 7px 20px 7px 15px;
    font-size: 12px;
  }
  .membership-info-container {
    padding: 0 16px;
  }
  .membership-info-container .membership-header {
    margin-top: 0;
    margin-bottom: 30px;
  }
  .membership-info-container .membership-header p {
    font-size: 24px;
  }
  .membership-info-container .membership-header span {
    margin-top: 12px;
    font-size: 12px;
  }
  .membership-info-container .membership-content {
    margin-bottom: 30px;
    padding: 0 16px;
  }
  .membership-info-container .membership-content .membership-content-tit {
    padding: 20px 0 15px;
  }
  .membership-info-container .membership-content .membership-content-tit h2 {
    font-size: 18px;
  }
  .membership-info-container .membership-content .membership-content-tit span {
    font-size: 12px;
  }
  .membership-info-container .membership-content .membership-list {
    margin-top: 8px;
  }
  .membership-info-container .membership-content .membership-list ul {
    gap: 16px;
    flex-direction: column;
  }
  .membership-info-container .membership-content .membership-list ul li {
    width: 100%;
    padding: 24px 20px 20px;
    line-height: 17px;
  }
  .membership-info-container .membership-content .membership-list ul li .item-tit {
    font-size: 14px;
  }
  .membership-info-container .membership-content .membership-list ul li .item-dec {
    margin-top: 8px;
    font-size: 12px;
  }
  .membership-info-container .membership-content .membership-list ul li .item-rule {
    font-size: 12px;
  }
  .membership-info-container .membership-content .membership-list ul li .icon {
    font-size: 32px;
  }
  .membership-info-container .membership-info-notice {
    padding: 32px 16px;
  }
  .membership-info-container .membership-info-notice h2 {
    font-size: 14px;
    margin-bottom: 10px;
  }
  .membership-info-container .membership-info-notice ul li {
    font-size: 12px;
  }
  .membership-info-container .register-button {
    max-width: calc(100% - 32px);
    margin: 30px auto;
    height: 40px;
  }
  .company-container {
    padding: 32px 0 64px;
  }
  .company-container .customer-content-tab {
    margin: 0 15px;
  }
  .company-container .customer-content-tab li {
    width: 50%;
    border: none;
  }
  .company-container .customer-content-tab li a {
    color: #999;
    font-size: 15px;
    font-weight: 600;
  }
  .company-container .customer-content-tab li.uk-active a {
    color: #111;
  }
  .company-container .customer-content-tab li.uk-active::after {
    height: 100%;
    border: none;
    border-bottom: 2px solid #0063BA;
  }
  .company-container .customer-content-tab::after {
    border-bottom: 1px solid #eee;
  }
}

/* Reponsive 768px */
@media screen and (min-width: 768px) {
  .customer-container .cscenter-section-header {
    margin-bottom: 30px;
  }
  .customer-container .cscenter-section-header .anchor {
    font-size: 14px;
  }
  .customer-container .cscenter-section-header.notice-title {
    margin-top: 70px;
  }
  .faq-filter-title {
    font-size: 24px;
    text-align: center;
  }
  .notice-section .pagination {
    margin-top: 50px;
  }
  .notice-latest-content {
    border-top: 4px solid #141414;
  }
  .notice-latest-content .notice-item {
    height: 60px;
    padding: 25px 18px 25px 30px;
    border-bottom: 1px solid #eeeeee;
  }
  .notice-latest-content .notice-item .subject {
    width: calc(100% - 80px);
    line-height: 24px;
  }
  .notice-latest-content .notice-item .date {
    font-size: 14px;
    line-height: 1;
    letter-spacing: -.025em;
    color: #757575;
  }
  .about-intro-section {
    position: relative;
    margin-top: 80px;
  }
  .about-intro-section .intro-pictures img {
    display: block;
    width: 100%;
  }
  .about-intro-section .intro-header {
    padding: 22px 10px 90px;
    z-index: 5;
  }
  .about-intro-section .intro-header .title {
    margin-bottom: 40px;
    margin-left: -10px;
    font-size: 100px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: -.025em;
    color: #000000;
  }
  .about-intro-section .intro-header .descr-text {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -.025em;
    color: #000000;
  }
  .about-intro-section .intro-header .link {
    margin-top: 35px;
    font-size: 14px;
    line-height: 1;
    letter-spacing: -.025em;
    color: #000000;
  }
  .about-intro-section .intro-header .link .icon {
    margin-left: .25em;
    font-size: .75em;
  }
  .notice-list-container .col-number {
    max-width: 100px;
  }
  .notice-list-container .notice-list-header {
    height: 60px;
  }
  .notice-list-container .notice-item {
    padding: 18px 0;
  }
  .notice-content-container .notice-content-header {
    padding: 24px 32px;
    min-height: 58px;
    border-top: 3px solid #111;
    border-bottom: 1px solid #e6e6e6;
  }
  .notice-content-container .notice-content-header .subject {
    margin-bottom: 8px;
    font-size: 20px;
  }
  .notice-content-container .notice-content-header .date {
    font-size: 14px;
    color: #999;
  }
  .notice-content-container .view-contents {
    padding: 24px 32px;
    color: #666;
    font-size: 14px;
    line-height: 1.6;
    border-color: #e6e6e6;
  }
  .notice-content-container .content-action {
    margin-top: 24px;
  }
  .notice-content-container .content-action .button {
    margin: 0 0 0 auto;
    max-width: 160px;
    height: 48px;
    font-size: 16px;
  }
  .policy-content-container {
    padding: 80px 36px 110px;
  }
  .policy-content-container .customer-content-header {
    padding-bottom: 24px;
    width: 100%;
  }
  .policy-content-container .customer-content-header:not(.not-border-bottom) {
    border-bottom: 0;
  }
  .policy-content-container .customer-content-header .title {
    margin: 0 auto;
  }
  .policy-selector-content,
  .customer-policy {
    margin-top: 24px;
    font-size: 14px;
    line-height: 24px;
  }
  .policy-selector-content table th, .policy-selector-content table td,
  .customer-policy table th,
  .customer-policy table td {
    padding: 12px 16px;
  }
}

/* Reponsive 768px ~ 1024px */
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .about-intro-section {
    position: relative;
    margin-top: 80px;
    margin-right: -30px;
    overflow: hidden;
  }
  .about-intro-section .intro-pictures {
    margin: 0 0 0 auto;
    width: 510px;
  }
  .about-intro-section .intro-pictures > .row {
    width: 134%;
  }
  .about-intro-section .intro-pictures [class*="picture-"] {
    position: relative;
  }
  .about-intro-section .intro-pictures [class*="picture-"]::before {
    content: '';
    display: block;
    width: 100%;
  }
  .about-intro-section .intro-pictures img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .about-intro-section .intro-pictures .picture-01 {
    width: 100%;
  }
  .about-intro-section .intro-pictures .picture-01::before {
    padding-bottom: 68.62745%;
  }
  .about-intro-section .intro-pictures .picture-02 {
    width: 78.43137%;
  }
  .about-intro-section .intro-pictures .picture-02::before {
    padding-bottom: 100%;
  }
  .about-intro-section .intro-pictures .picture-03 {
    width: 55.88235%;
  }
  .about-intro-section .intro-pictures .picture-03::before {
    padding-bottom: 140.35087%;
  }
  .about-intro-section .intro-pictures .picture-04 {
    width: 97.05882%;
  }
  .about-intro-section .intro-pictures .picture-04::before {
    padding-bottom: 70.70707%;
  }
  .about-intro-section .intro-header {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
  }
  .notice-list-container .notice-item .col-date {
    margin-top: 4px;
  }
}

/* Reponsive 1025px */
@media screen and (min-width: 1025px) {
  .about-intro-section .intro-pictures [class*="picture-"] {
    position: absolute;
  }
  .about-intro-section .intro-pictures .picture-01 {
    bottom: 0;
    right: 29.13533834586466%;
    width: 290px;
    z-index: 2;
  }
  .about-intro-section .intro-pictures .picture-02 {
    top: 0;
    left: 46.05263157894737%;
    width: 190px;
    z-index: 4;
  }
  .about-intro-section .intro-pictures .picture-03 {
    bottom: 0;
    left: 20.86466165413534%;
    width: 200px;
  }
  .about-intro-section .intro-pictures .picture-04 {
    top: 110px;
    right: 0;
    width: 340px;
    z-index: 3;
  }
  .about-intro-section .intro-header {
    position: relative;
  }
  .notice-list-container .col-date {
    -webkit-flex-basis: 150px;
    -ms-flex-preferred-size: 150px;
    flex-basis: 150px;
    max-width: 150px;
    text-align: center;
  }
}

.gp {
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 9999;
  display: none;
  width: 100%;
  height: 100%;
}

.gp.fix-header {
  position: relative;
  height: auto;
}

.gp.layer {
  width: auto;
  height: auto;
}

.gp .gp-overlay-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.gp .gp-fix-header-container {
  width: 100%;
  overflow: hidden;
}

.gp .gp-content-container {
  display: none;
  position: relative;
  box-sizing: border-box;
  line-height: 1.4;
}

.gp .gp-content-container .gp-content {
  box-sizing: border-box;
  overflow: hidden;
  width: 100%;
  /* height: 100%; */
  height: initial;
  /* popup only */
}

.gp .gp-content-container .gp-content .view {
  width: 100%;
}

.gp .gp-content-container .gp-content .view .slider-content-wrapper {
  margin-top: 0 !important;
  background: #fff;
}

.gp .gp-content-container .gp-content .view .slider-content-wrapper .slick-arrow.slick-prev, .gp .gp-content-container .gp-content .view .slider-content-wrapper .slick-arrow.slick-next {
  display: none !important;
}

.gp .gp-content-container .gp-content .view .slider-content-wrapper .slick-dots {
  left: 20px !important;
  right: auto !important;
}

.gp .gp-content-container .gp-content .view .slider-content-wrapper .slide-item .slider-contents {
  padding: 0 20px;
}

.gp .gp-content-container .gp-content .view .slider-content-wrapper .slide-item .slider-contents p {
  margin-bottom: 0;
}

.gp .gp-content-container .gp-content .view .slider-content-wrapper .slide-item .slider-contents .body-type-micro {
  font-size: 13px;
  margin-top: 5px;
}

.gp .gp-content-container .gp-close {
  height: 57px;
  line-height: 57px;
}

.gp .gp-content-container .gp-close.overlay {
  position: absolute;
  height: auto;
  line-height: 1;
}

.gp .gp-content-container .gp-close span[class^="icon-"] {
  font-size: 15px;
  line-height: 0;
  padding: 3px 0px;
  vertical-align: middle;
  color: #999;
}

.gp .gp-content-container .gp-close .close-container {
  display: block;
  margin-right: 0;
  padding: 0 20px;
}

.gp .gp-content-container .gp-close .close-container .close-group {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.gp .gp-content-container .gp-close .close-container .close-group .input-checkbox {
  align-content: center;
  color: #999;
}

.gp .gp-content-container .gp-close .close-container .close-group .close {
  color: #1f1f1f;
  font-size: 13px;
}

.gp .gp-content-container .gp-close .close-container .close-group .close .icon {
  width: 20px;
  height: 20px;
  color: #000;
}

.gp .gp-content-container .gp-close .close-container.slide-close {
  display: block;
  margin-right: 0;
  padding: 0 20px;
}

.gp .gp-content-container .gp-close .close-container.slide-close .close-group {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.gp .gp-content-container .gp-close .close-container.slide-close .close-group .input-checkbox {
  align-content: center;
}

.gp .gp-content-container .gp-close .close-container.slide-close .close-group .input-checkbox label i {
  display: none;
}

.gp .gp-content-container .gp-close.iconClose .close-container {
  padding: 0;
}

.gp .gp-content-container .gp-close.iconClose .close-container .close-group {
  justify-content: end;
}

.gp .gp-content-container .gp-close.iconClose .close-container .close-group .close .icon {
  width: 20px;
  height: 20px;
  color: #111111;
}

.gp .gp-type-1 .title {
  text-align: justify;
  text-justify: inter-word;
  text-align-last: justify;
  /* for IE9 */
  -ms-text-align-last: center;
  color: #0063BA;
}

.gp .gp-type-1 .title:after {
  content: ".";
  display: inline-block;
  width: 100%;
  height: 0;
  visibility: hidden;
}

.gp .gp-type-1 .sub-title {
  text-align: justify;
  color: #0063BA;
}

.content-container {
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.content-container .content-title {
  font-size: 30px;
  color: #2b2b2b;
  padding-bottom: 24px;
}

.content-container .content_wrap {
  padding: 0 20px;
}

.content-container .image-container {
  width: 100%;
  text-align: center;
}

.content-container .image-container img {
  width: 100%;
}

.content-container .tab-container .content-title {
  display: none;
}

.content-container .tab-title-container {
  margin: 0px auto 20px auto;
  text-align: center;
}

.content-container .content-container {
  margin-bottom: 0px;
}

.content-container.category-banner .primary-image {
  position: absolute;
  left: 33.33334%;
  width: 33.33334%;
  text-align: center;
}

.content-container.category-banner .product-item.margin-item {
  margin-right: 33.33334%;
}

.content-container .header-title {
  color: #2b2b2b;
  padding-bottom: 20px;
  font-size: 24px;
  display: block;
}

.content-container .imageList-container {
  display: none;
  margin-left: auto;
  margin-right: auto;
}

.content-container .imageList-container .image-item {
  position: relative;
}

.content-container .imageList-container .image-item .hover {
  position: absolute;
  top: 0px;
  left: 0px;
  display: none;
  width: 100%;
}

.content-container .imageList-container .image-item img {
  width: 100%;
}

.content-container .text-banner-container {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  max-width: 1800px;
}

.content-container .text-banner-container.onlySlide .text-wrap {
  width: calc(100% - 40px);
}

.content-container .text-banner-container li:not(:first-child) {
  display: none;
}

.content-container .text-banner-container li[aria-hidden="true"] {
  display: none !important;
}

.content-container .text-banner-container .text-wrap {
  display: block;
  width: calc(100% - 112px);
  margin: 0 auto;
  height: 45px;
}

.content-container .text-banner-container .text-wrap .text-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 50px;
  text-align: left;
}

.content-container .text-banner-container .text-wrap .text-content * {
  display: inline;
  word-break: break-all;
  font-size: 14px;
  color: #ffffff;
  line-height: 16px;
}

.content-container .text-banner-container .text-wrap .text-content * * {
  font-style: normal;
  font-size: inherit;
}

.content-container .text-banner-container .bx-wrapper {
  height: 50px;
}

.content-container .text-banner-container .bx-wrapper .bx-viewport {
  display: initial;
  height: 50px;
}

.content-container .text-banner-container .bx-controls-direction {
  display: none;
}

.content-container .text-banner-container .bxslider-controls a {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  outline: 0;
  display: block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  color: #fff;
  z-index: 100;
}

.content-container .text-banner-container .bxslider-controls .btn-prev {
  left: 10px;
}

.content-container .text-banner-container .bxslider-controls .btn-prev .icon {
  transform: rotate(-180deg);
}

.content-container .text-banner-container .bxslider-controls .btn-next {
  right: 10px;
}

.global-img-text-banner .content-container .text-banner-container {
  max-width: 100%;
}

.main_contents .row {
  margin-left: -15px;
  margin-right: -15px;
}

.main_contents .col,
.main_contents [class*=" col-"],
.main_contents [class^="col-"] {
  padding-left: 15px;
  padding-right: 15px;
}

.slider-content-wrapper {
  margin-bottom: 26px;
}

.slider-content-wrapper .slide-item {
  position: relative;
}

.slider-content-wrapper .slide-item a:hover {
  color: inherit;
}

.slider-content-wrapper .slide-item img {
  width: 100%;
}

.slider-content-wrapper .slide-item .contents {
  width: 100%;
  height: 100%;
}

.slider-content-wrapper .slide-item .contents .title {
  font-size: 36px;
  margin-top: 30px;
  font-family: "Helvetica Neue", "맑은 고딕", Dotum;
}

.slider-content-wrapper .slide-item .contents .sub-title {
  margin: 10px 0 40px;
  font-size: 17px;
}

.slider-content-wrapper .slide-item .slider-contents {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  flex-direction: column;
  padding: 6.25vw 12.6vw;
}

.slider-content-wrapper .slide-item .slider-contents p {
  font-size: 0.938vw;
}

.slider-content-wrapper .slide-item .slider-contents p:not(:last-child) {
  margin-bottom: 14px;
}

.slider-content-wrapper .slide-item .slider-contents p.top_text {
  font-size: 1.042vw;
}

.slider-content-wrapper .slide-item .slider-contents p.text-bold {
  font-size: 3.333vw;
}

.slider-content-wrapper .slide-item .slider-contents .tile-list-item .button {
  min-width: 180px;
  padding: 16px 20px;
}

.slider-content-wrapper .slide-item .slider-contents .tile-list-item .button:hover {
  background-color: transparent;
}

.slider-content-wrapper .slick-arrow {
  z-index: 1;
  position: absolute;
  top: 50%;
  margin-top: -0.5em;
  font-size: 1.563vw;
  color: #fff;
}

.slider-content-wrapper .slick-arrow.slick-prev {
  left: 5.625vw;
}

.slider-content-wrapper .slick-arrow.slick-next {
  right: 5.625vw;
}

.slider-content-wrapper .slick-dots {
  position: inherit !important;
}

.slider-content-wrapper .slide-custom-pager {
  position: absolute;
  bottom: 9.375vw;
  left: 12.6vw;
  gap: 0 12px;
}

.slider-content-wrapper .slide-custom-pager.flex-justify-center {
  left: 0;
  width: 100%;
}

.slider-content-wrapper .slide-custom-pager.flex-justify-end {
  right: 12.6vw;
}

.slider-content-wrapper .slide-custom-pager .slider-pager {
  font-size: 0.833vw;
  font-weight: bold;
  letter-spacing: 2px;
  color: rgba(255, 255, 255, 0.7);
}

.slider-content-wrapper .slide-custom-pager .slider-pager .active {
  color: #fff;
}

.slider-content-wrapper .slide-custom-pager .slider-pager ul li {
  display: none;
}

.slider-content-wrapper .slide-custom-pager .slider-pager ul li.slick-active {
  display: inline-block;
}

.slider-content-wrapper .slide-custom-pager .slideProgress {
  position: relative;
  width: 7.813vw;
  height: 2px;
  background: rgba(255, 255, 255, 0.7);
}

.slider-content-wrapper .slide-custom-pager .slideProgress .current {
  position: absolute;
  top: 0;
  left: 0;
  height: 2px;
  width: auto;
  background: #fff;
}

.slider-content-wrapper .progress-animation {
  position: relative;
  bottom: 0;
  left: calc(50% - 1);
}

.product_story ul {
  margin-left: -15px;
  margin-right: -15px;
}

.product_story ul li {
  padding-left: 15px;
  padding-right: 15px;
}

.product_story img {
  width: 100%;
}

.product_story dl {
  margin-top: 31px;
  margin-bottom: 17px;
  color: #2b2b2b;
  text-align: center;
}

.product_story dl dt {
  font-size: 22px;
  line-height: 31px;
  font-weight: bold;
  font-family: "Helvetica Neue", "맑은 고딕", Dotum;
}

.product_story dl dd {
  font-size: 16px;
  line-height: 23px;
  min-height: 46px;
}

.product_story .button {
  max-width: 160px;
  margin: auto;
}

.product-slider-wrap {
  margin: 0 auto;
}

.product-slider-wrap .content-title {
  position: relative;
  padding-bottom: 40px;
  margin: 0 auto;
}

.product-slider-wrap .content-title h2 {
  font-size: 42px;
  line-height: 1.2;
  font-weight: bold;
}

.product-slider-wrap .content-title h2 span {
  position: relative;
}

.product-slider-wrap .content-title h2 span::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 3px;
  right: 0;
  height: 50%;
  width: calc(100% - 6px);
  background-color: #bef9c3;
  z-index: -1;
}

.product-slider-wrap .content-title .category-sub-title {
  font-size: 20px;
  line-height: 1.2;
  color: #666;
  padding-top: 24px;
  margin: 0;
}

.product-slider-wrap .content-title .btn-view {
  position: absolute;
  right: 0;
  bottom: 50px;
  display: block;
  font-size: 20px;
  line-height: 1.2;
}

.product-slider-wrap .content-title .btn-view .icon {
  width: 9px;
  height: 16px;
  vertical-align: baseline;
  margin-left: 10px;
}

.product-slider-wrap .product-slider {
  position: relative;
  margin: 0 auto;
  overflow: hidden;
}

.product-slider-wrap .product-slider .item-list-wrap {
  display: flex;
  flex-wrap: nowrap;
}

.product-slider-wrap .product-slider .item-list-wrap .slide {
  float: none;
}

.product-slider-wrap .product-slider .categorySliderProgress {
  position: relative;
  height: 2px;
  margin-top: 24px;
  background: none;
}

.product-slider-wrap .product-slider .categorySliderProgress::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #e5e5e5;
}

.product-slider-wrap .product-slider .categorySliderProgress .swiper-pagination-progressbar-fill {
  background: #141414;
  z-index: 1;
}

.product-slider-wrap .product-slider .ratio-standard::before {
  padding-bottom: 100%;
}

.product-slider-wrap .product-slider .product-tile-main .product-wish {
  position: absolute;
  top: 12px;
  right: 10px;
  z-index: 1;
}

.product-slider-wrap .product-slider .product-tile-main .product-wish .wish-delete_btn {
  display: flex;
  margin: 0;
  background: transparent;
}

.product-slider-wrap .product-slider .product-tile-details {
  position: static;
  word-break: break-all;
  max-width: 100%;
  font-size: 16px;
}

.product-slider-wrap .product-slider .product-tile-details .name {
  color: #111111;
  text-align: left;
  padding: 0;
}

.product-slider-wrap .product-slider .product-tile-details .name a {
  font-size: 16px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.product-slider-wrap .product-slider .product-tile-details .price {
  font-family: "Pretendard", "Helvetica Neue", "맑은 고딕", Dotum;
}

.product-slider-wrap .product-slider .product-tile-details .price span {
  letter-spacing: -0.35px;
}

.product-slider-wrap .product-slider .product-tile-details .price .retail {
  color: #9e9e9e;
  margin-right: 5px;
  display: none !important;
}

.product-slider-wrap .product-slider .product-tile-details .price .sale {
  font-weight: 600;
  color: #111111;
  margin-right: 5px;
}

.product-slider-wrap .product-slider .product-tile-details .price .rate {
  font-weight: 600;
}

.product-slider-wrap .product-slider .product-tile-details .btn-cart {
  background-color: transparent;
  position: absolute;
  right: 3.3%;
  bottom: 9px;
}

.product-slider-wrap .product-slider .product-tile-details .btn-cart button {
  border: 0;
  padding: 0;
  min-width: auto;
}

.product-slider-wrap .product-slider .product-tile-details .btn-cart button:hover, .product-slider-wrap .product-slider .product-tile-details .btn-cart button.active, .product-slider-wrap .product-slider .product-tile-details .btn-cart button.uk-active {
  background-color: transparent;
  color: #000000;
}

.product-slider-wrap .product-slider .product-tile-swatches,
.product-slider-wrap .product-slider .product-tile-keyword,
.product-slider-wrap .product-slider .quickveiwBtn {
  display: none;
}

.product-slider-wrap .product-slider .bx-controls {
  display: none;
  margin-top: 30px;
}

.product-slider-wrap .product-slider .bx-controls .bx-pager-link {
  width: 10px !important;
  height: 10px !important;
  border-radius: 50% !important;
  border: none !important;
  margin: 0 3px !important;
}

.product-slider-wrap .product-slider .control-btn {
  position: absolute;
  top: calc(50% - 69px);
  width: 24px;
  height: 48px;
  margin-top: 6px;
  left: 25px;
  z-index: 1;
}

.product-slider-wrap .product-slider .control-btn .icon {
  width: 24px;
  height: 48px;
  color: #000;
}

.product-slider-wrap .product-slider .control-btn.btn-next {
  left: auto;
  right: 25px;
}

.product-slider-wrap .btnWrap {
  margin-top: 40px;
}

.product-slider-wrap .button-wrap {
  display: none;
}

.product-slider-wrap.mobile-hide-slider-wrap .btn-view {
  display: none;
}

.product-slider-wrap.mobile-hide-slider-wrap .button-wrap {
  display: block;
  padding: 0 16px;
  margin-top: 20px;
}

.product-slider-wrap.mobile-hide-slider-wrap .button-wrap .button {
  border-color: #c4c4c4;
}

.product-slider-wrap.mobile-hide-slider-wrap .mobile-hide-slider {
  padding: 0 16px;
}

.product-slider-wrap.mobile-hide-slider-wrap .mobile-hide-slider .mobile-list {
  display: flex;
  flex-wrap: wrap;
  gap: 30px 8px;
}

.product-slider-wrap.mobile-hide-slider-wrap .mobile-hide-slider .mobile-list li {
  width: calc(50% - 4px);
}

.product-slider-wrap.mobile-hide-slider-wrap .mobile-hide-slider .mobile-list li:nth-child(n + 5) {
  display: none;
}

.product-slider-wrap.mobile-hide-slider-wrap .mobile-hide-slider .categorySliderProgress {
  display: none;
}

.category-menu {
  position: relative;
  padding-top: 69px;
  margin-top: 69px;
}

.category-menu:after {
  content: "";
  position: absolute;
  top: 0;
  left: 2%;
  width: 96%;
  max-width: 1420px;
  margin: 0 auto;
  height: 1px;
  background: #9b9b9b;
}

.category-menu .row {
  margin: 0;
}

.category-menu .row > li {
  position: relative;
  overflow: hidden;
  max-width: 32%;
  width: 100%;
  margin: 0 1%;
}

.category-menu .row > li:first-child {
  margin-left: 0;
}

.category-menu .row > li:last-child {
  margin-right: 0;
}

.category-menu .row > li:hover img {
  transform: scale(1.05);
}

.category-menu .row > li::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.2);
}

.category-menu .row > li img {
  transition: all 0.3s ease-in;
}

.category-menu .row > li .contents {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}

.category-menu .row > li .contents h3 {
  font-size: 36px;
  line-height: 36px;
  font-weight: bold;
  margin-bottom: 10px;
}

.category-menu .row > li .contents h3 a {
  color: #fff;
}

.category-menu .row > li .contents li {
  margin-bottom: 4px;
}

.category-menu .row > li .contents li a {
  font-size: 14px;
  line-height: 23px;
  padding: 2px 12px;
  color: #fff;
  font-weight: bold;
  transition: all 0.25s ease-in-out;
}

.category-menu .row > li .contents li a:hover {
  background: #c9192e;
  color: #fff;
}

.mobile-sub-menu {
  padding: 0 16px;
  width: 100%;
  top: calc(env(safe-area-inset-top) + 61px);
  left: 0;
  z-index: 1000;
  background: #fff;
}

.mobile-sub-menu:after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 16px;
  background: #fff;
  top: -16px;
  left: 0;
}

.mobile-sub-menu.main-scroll {
  transition: all 0.2s;
}

.mobile-sub-menu .menu_wrap .swiper-slide {
  width: auto;
  padding: 0 16px;
}

.mobile-sub-menu .menu_wrap .label {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: center;
  text-align: center;
  height: 46px;
  font-size: 14px;
  font-weight: bold;
}

.mobile-sub-menu .menu_wrap .img-link {
  padding: 10px 0;
}

.mobile-sub-menu .menu_wrap .gnb-img-link {
  min-width: 26px;
}

.news-list {
  margin-bottom: 40px;
}

.news-list img {
  width: 100%;
}

.news-list .news-details {
  margin-top: 16px;
}

.news-list .news-details .title {
  font-size: 18px;
  line-height: 20px;
}

.news-list .news-details .title a {
  color: #2b2b2b;
}

.news-list .news-details .tag {
  display: inline-block;
  font-size: 18px;
  line-height: 26px;
  color: #9b9b9b;
  margin-top: 20px;
  text-transform: uppercase;
}

.event-list .row {
  margin-left: -15px;
  margin-right: -15px;
}

.event-list .row > li {
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 30px;
}

.event-list .row > li:hover .contents {
  background: #000;
  color: #fff;
  transition: all 0.3s ease-in-out;
}

.event-list .row > li .contents {
  padding: 20px 0;
}

.event-list .row > li .contents .title {
  font-size: 22px;
  line-height: 31px;
  font-weight: bold;
  margin-bottom: 7px;
  padding-bottom: 0;
}

.event-list .row > li .contents .description {
  font-size: 16px;
  line-height: 23px;
  padding-bottom: 0;
}

.mobile-menu-contents .menu_1depth .menu_2depth {
  display: none;
  background-color: #d6d6d6;
}

.mobile-menu-contents .menu_1depth .menu_2depth.active {
  display: block;
}

.mobile-menu-contents .menu_1depth li a,
.mobile-menu-contents .menu_1depth li button {
  display: block;
  width: 100%;
  text-align: left;
  font-size: 22px;
  color: #2b2b2b;
  padding: 12px 18px;
  border-bottom: 1px solid #9b9b9b;
}

.mobile-menu-contents .menu_1depth li a .icon,
.mobile-menu-contents .menu_1depth li button .icon {
  margin-top: 4px;
  float: right;
  font-size: 13px;
}

.mobile-menu-contents .style-menu {
  background: #000;
}

.mobile-menu-contents .style-menu img {
  width: 100%;
}

.mobile-menu-contents .style-menu li {
  padding: 0 2px;
  margin: 2px 0;
}

.mobile-menu-contents .style-menu li a {
  border: 1px solid #979797;
}

.category_leftBig_1x1 li img {
  width: 100%;
  max-height: 461px;
}

.custom_proSkate {
  padding: 0 127px;
}

.custom_proSkate .custom-header {
  margin: 27px 0;
}

.custom_proSkate .custom-header img {
  max-width: 228px;
  width: 100%;
}

.custom_proSkate .custom-header h2 {
  font-size: 36px;
  font-weight: bold;
  margin: 15px 0;
  font-family: "Helvetica Neue", "맑은 고딕", Dotum;
}

.custom_proSkate .custom-contents ul li {
  text-align: center;
}

.custom_proSkate .custom-contents ul li a {
  display: inline-block;
}

.custom_proSkate .custom-contents ul:not(:first-child) {
  margin-top: 34px;
}

.custom_proSkate .custom-contents ul:not(:first-child) li:first-child a {
  margin-left: 0;
  margin-right: -34%;
}

.custom_proSkate .custom-contents ul:not(:first-child) li a {
  margin-left: -34%;
}

.custom_proSkate .custom-contents .btn-wrap {
  margin: 40px 0;
}

.view-gallery {
  background: #000000;
  padding-bottom: 30px;
}

.view-gallery .title {
  padding: 12px 0 7px;
  text-align: center;
}

.view-gallery .title span {
  background: #ffffff;
  color: #ca1d31;
  font-size: 19px;
  font-family: "Helvetica Neue", "맑은 고딕", Dotum;
  line-height: 31px;
  padding: 3px 10px 2px;
}

.draw_contents_wrap .draw_CountDown {
  margin: 50px 0;
  padding: 25px 0;
  text-align: center;
  font-size: 50px;
  color: #fff;
  background-color: #000;
  font-weight: bold;
  font-family: "Helvetica Neue", "맑은 고딕", Dotum;
}

.imageList-container {
  margin: 50px 0;
}

.imageList-container .image-item img {
  width: 100%;
}

.imageList-container .image-item.uk-width-1-2:first-child {
  padding-right: 20px;
}

.imageList-container .image-item.uk-width-1-2:last-child {
  padding-left: 20px;
}

.hot_keyword {
  max-width: 1920px;
  margin: 0 auto;
}

.hot_keyword .title {
  font-size: 36px;
}

.hot_keyword ul {
  max-width: 60%;
  margin: 0 auto;
  padding: 5em 0 0 0;
}

.hot_keyword ul li {
  position: relative;
  display: inline-block;
  margin: 1.3em 1.7em;
}

.hot_keyword ul li a {
  font-size: 28px;
  color: #757575;
  line-height: 35px;
  transition: all 0.3s;
}

.hot_keyword ul li a span {
  display: inline-block;
  position: relative;
  z-index: 1;
  transition: all 0.3s;
}

.hot_keyword ul li a:after {
  display: block;
  content: "";
  position: absolute;
  left: -0.2em;
  right: -0.2em;
  bottom: -0.2em;
  height: 25px;
}

.hot_keyword ul li a:focus, .hot_keyword ul li a:hover {
  color: #141414;
  font-weight: 700;
}

.hot_keyword ul li a:focus span, .hot_keyword ul li a:hover span {
  transform: scale(1.25);
}

.hot_keyword ul li a:focus:after, .hot_keyword ul li a:hover:after {
  background-color: #76c975;
}

.keyword_list {
  max-width: 1920px;
  margin: 30px auto 0;
  padding-bottom: 20px;
}

.keyword_list .title {
  font-size: 40px;
}

.keyword_list ul {
  max-width: 100%;
  margin: 0 auto;
  padding: 48px 0 0 0;
}

.keyword_list ul li {
  position: relative;
  display: inline-block;
  margin: 12px;
}

.keyword_list ul li a {
  display: block;
  font-size: 28px;
  color: #000000;
  line-height: 35px;
  transition: all 0.3s;
  border: 1px solid #d2d2d2;
  border-radius: 50px;
  padding: 19px 40px;
}

.keyword_list ul li a span {
  display: inline-block;
  position: relative;
  z-index: 1;
}

.keyword_list ul li a:focus, .keyword_list ul li a:hover {
  font-weight: bold;
  border-color: #000;
  box-shadow: 2px 3px 5px #d9d9d9;
}

.main-event-imglist {
  max-width: 1780px;
  margin: 0 auto;
}

.main-event-imglist .h2_title {
  font-size: 36px;
  font-weight: 700;
  margin: 0 0 55px;
}

.main-event-imglist .tab_imageSlider {
  padding: 0;
  max-width: 1780px;
}

.main-event-imglist .tab_imageSlider .bx-wrapper .bx-controls {
  position: static;
}

.main-event-imglist .tab_imageSlider .bx-wrapper .bx-controls-direction a {
  width: 64px;
  height: 64px;
  margin-top: -32px;
  padding-top: 6px;
  color: #ccc;
  font-size: 1em;
  text-align: center;
  text-indent: -9999px;
}

.main-event-imglist .tab_imageSlider .bxslider-controls {
  display: none;
}

.main-event-imglist .tab_imageSlider .swipe-container img {
  width: 100%;
}

.main-event-imglist .tab_imageSlider.custom-controller-type-1 .bx-controls-direction {
  display: none;
}

.main-event-imglist .tab_imageSlider ul {
  display: flex;
  width: 10000%;
}

.main-event-imglist .tab_imageSlider ul li a {
  display: block;
  word-break: keep-all;
}

.main-event-imglist .tab_imageSlider ul li a:hover {
  color: inherit;
}

.main-event-imglist .tab_imageSlider .title {
  text-align: center;
  font-size: 30px;
  font-weight: bold;
  margin-top: 45px;
}

.main-event-imglist .tab_imageSlider .text-content {
  padding: 30px 26px;
  height: auto;
  margin-bottom: 0;
  font-size: 16px;
  color: #141414;
  line-height: 1.5em;
  text-align: center;
}

.main-event-imglist .tab_imageSlider .control-btn {
  position: absolute;
  top: calc(50% - 115px);
  width: 45px;
  height: 45px;
  left: 25px;
}

.main-event-imglist .tab_imageSlider .control-btn .icon {
  width: 45px;
  height: 45px;
  color: #141414;
}

.main-event-imglist .tab_imageSlider .control-btn.btn-next {
  left: auto;
  right: 25px;
}

.sub_topBanner {
  position: relative;
}

.sub_topBanner .dashboard-tiles-wrap {
  max-width: 100%;
}

.sub_topBanner .dashboard-tiles-wrap .ratio-sub-featured {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.sub_topBanner .dashboard-tiles-wrap .ratio-sub-featured .tile-overlay {
  padding: 30px 10%;
}

.app-category-slider {
  display: flex;
}

.app-category-slider .app-category-slider-img {
  position: relative;
  width: 50%;
  flex-basis: 50%;
}

.app-category-slider .app-category-slider-img img {
  width: 100%;
}

.app-category-slider .app-category-slider-img > a {
  display: block;
  position: relative;
}

.app-category-slider .app-category-slider-img .icon-app-only {
  position: absolute;
  bottom: 40px;
  right: 40px;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: #fff;
  text-align: center;
  font-size: 48px;
  padding-top: 6px;
}

.app-category-slider .app-category-slider-content {
  width: 50%;
  flex-basis: 50%;
  padding: 0 50px;
  overflow: hidden;
  flex-wrap: wrap;
}

.app-category-slider .app-category-slider-content .app-category-pc-content .title {
  font-size: 44px;
  padding-bottom: 25px;
  font-weight: bold;
}

.app-category-slider .app-category-slider-content .app-category-pc-content .des {
  font-size: 24px;
  padding-bottom: 78px;
  color: #666;
}

.app-category-slider .app-category-slider-content .product-slider-wrap {
  overflow: hidden;
}

.app-category-slider .app-category-slider-content .product-slider .control-btn,
.app-category-slider .app-category-slider-content .product-slider .product-tile-details .retail,
.app-category-slider .app-category-slider-content .product-slider .product-tile-review {
  display: none;
}

.app-category-slider .app-category-slider-content .appCategorySliderProgress {
  position: relative;
  top: -2px;
  height: 2px;
  background: none;
}

.app-category-slider .app-category-slider-content .appCategorySliderProgress::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #e5e5e5;
}

.app-category-slider .app-category-slider-content .appCategorySliderProgress .swiper-pagination-progressbar-fill {
  background: #141414;
  z-index: 1;
}

.app-category-slider .slide-custom-pager {
  display: none !important;
}

.app-category-slider-type2 .app-category-slider-title {
  padding-bottom: 40px;
}

.app-category-slider-type2 .app-category-slider-title .title {
  font-size: 42px;
  font-weight: bold;
  line-height: 1.2;
  color: #111111;
}

.app-category-slider-type2 .app-category-slider-title .sub-title {
  font-size: 20px;
  color: #666;
  padding-top: 24px;
}

.app-category-slider-type2 .app-category-slider-wrap .app-category-img-slide {
  position: relative;
  width: 44%;
  flex-basis: 44%;
}

.app-category-slider-type2 .app-category-slider-wrap .app-category-img-slide .img-slide-wrap {
  width: 100%;
}

.app-category-slider-type2 .app-category-slider-wrap .app-category-img-slide .slider-content-wrapper {
  margin-top: 0 !important;
  height: 100%;
}

.app-category-slider-type2 .app-category-slider-wrap .app-category-img-slide .slider-content-wrapper .st_component-slider {
  height: 100% !important;
}

.app-category-slider-type2 .app-category-slider-wrap .app-category-img-slide .slider-content-wrapper .st_component-slider .slick-list {
  height: 100% !important;
}

.app-category-slider-type2 .app-category-slider-wrap .app-category-img-slide .slider-content-wrapper .st_component-slider .slick-list .slick-track {
  height: 100% !important;
}

.app-category-slider-type2 .app-category-slider-wrap .app-category-img-slide .slider-content-wrapper .st_component-slider .slick-list .slick-track .slide-item {
  height: 100%;
}

.app-category-slider-type2 .app-category-slider-wrap .app-category-img-slide .slider-content-wrapper .st_component-slider .slick-list .slick-track .slide-item .slider-contents {
  padding: 60px 40px;
}

.app-category-slider-type2 .app-category-slider-wrap .app-category-img-slide .slider-content-wrapper .st_component-slider .slick-list .slick-track .slide-item .picture {
  height: 100%;
}

.app-category-slider-type2 .app-category-slider-wrap .app-category-img-slide .slider-content-wrapper .slick-arrow {
  display: none !important;
}

.app-category-slider-type2 .app-category-slider-wrap .app-category-img-slide .slider-content-wrapper .slick-dots {
  width: 100% !important;
  display: flex !important;
  padding: 0 25px;
  left: 0;
}

.app-category-slider-type2 .app-category-slider-wrap .app-category-img-slide .slider-content-wrapper .slick-dots li {
  display: flex !important;
  flex: 1;
  font-size: 0;
  height: 2px;
  background: rgba(196, 196, 196, 0.6);
}

.app-category-slider-type2 .app-category-slider-wrap .app-category-img-slide .slider-content-wrapper .slick-dots li:only-of-type {
  display: none !important;
}

.app-category-slider-type2 .app-category-slider-wrap .app-category-img-slide .slider-content-wrapper .slick-dots li.slick-active {
  background: #fff;
}

.app-category-slider-type2 .app-category-slider-wrap .app-category-img-slide .slider-content-wrapper .slick-dots li button {
  display: none;
}

.app-category-slider-type2 .app-category-slider-wrap .app-category-img-slide .slider-content-wrapper .slideProgress {
  display: none !important;
}

.app-category-slider-type2 .app-category-slider-wrap .app-category-img-slide .icon-app-only {
  position: absolute;
  bottom: 40px;
  right: 40px;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: #fff;
  text-align: center;
  font-size: 48px;
  padding-top: 6px;
}

.app-category-slider-type2 .app-category-slider-wrap .app-category-slider-content {
  width: 56%;
  flex-basis: 56%;
  padding-left: 1.9vw;
  overflow: hidden;
}

.app-category-slider-type2 .app-category-slider-wrap .app-category-slider-content .product-slider-wrap {
  height: 100%;
  overflow: hidden;
  margin: 0;
}

.app-category-slider-type2 .app-category-slider-wrap .app-category-slider-content .product-slider-wrap .product-slider {
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}

.app-category-slider-type2 .app-category-slider-wrap .app-category-slider-content .product-slider-wrap .product-slider .control-btn,
.app-category-slider-type2 .app-category-slider-wrap .app-category-slider-content .product-slider-wrap .product-slider .product-tile-details .retail,
.app-category-slider-type2 .app-category-slider-wrap .app-category-slider-content .product-slider-wrap .product-slider .product-tile-review {
  display: none;
}

.app-category-slider-type2 .app-category-slider-wrap .app-category-slider-content .swiper-wrapper {
  width: 100%;
}

.app-category-slider-type2 .app-category-slider-wrap .app-category-slider-content .swiper-slide {
  display: grid;
  grid-gap: 1vw;
  grid-template-columns: repeat(3, 1fr);
  padding-bottom: 10px;
}

.app-category-slider-type2 .app-category-slider-wrap .app-category-slider-content .swiper-slide .product-tile {
  display: flex;
}

.app-category-slider-type2 .app-category-slider-wrap .app-category-slider-content .swiper-slide .product-tile .quickveiwBtn {
  display: none;
}

.app-category-slider-type2 .app-category-slider-wrap .app-category-slider-content .appCategorySliderProgress-type2 {
  position: relative;
  top: -2px;
  height: 2px;
  background: none;
}

.app-category-slider-type2 .app-category-slider-wrap .app-category-slider-content .appCategorySliderProgress-type2::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #e5e5e5;
}

.app-category-slider-type2 .app-category-slider-wrap .app-category-slider-content .appCategorySliderProgress-type2 .swiper-pagination-progressbar-fill {
  background: #141414;
  z-index: 1;
}

.app-category-slider-type2 .slide-custom-pager {
  display: none !important;
}

.ranking-submain h2 {
  font-size: 42px;
  font-weight: bold;
  padding-bottom: 40px;
}

.ranking-submain .tab-title-container {
  margin-bottom: 24px;
}

.ranking-submain .tab-title-container ul {
  display: flex;
  gap: 12px;
}

.ranking-submain .tab-title-container ul .btn-tab {
  display: inline-block;
  float: none;
  margin: 0;
  padding: 0;
}

.ranking-submain .tab-title-container ul .btn-tab:hover {
  border: none;
}

.ranking-submain .tab-title-container ul .btn-tab a {
  display: inline-block;
  font-size: 18px;
  font-weight: 600;
  color: #999;
  padding: 10px 16px;
}

.ranking-submain .tab-title-container ul .btn-tab.active {
  border-bottom: none;
  margin: 0;
  padding: 0;
}

.ranking-submain .tab-title-container ul .btn-tab.active a {
  color: #fff;
  font-weight: bold;
  background: #0063ba;
  border-radius: 40px;
}

.ranking-submain .product-slider .rank-slide-wrap {
  width: 100%;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 40px 14px;
}

.ranking-submain .product-slider .slide {
  position: relative;
  margin: 0 !important;
}

.ranking-submain .product-slider .slide .ranking-count {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  width: 2.5vw;
  height: 2.5vw;
  line-height: 2.5vw;
  text-align: center;
  font-size: 1.25vw;
  font-weight: bold;
  color: #fff;
  background: #0063BA;
  border-radius: 0 0 1.25vw 0;
  z-index: 1;
}

.ranking-submain .product-slider .slide .product-tile-details .name .text-link {
  font-size: 16px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.ranking-submain .product-slider .slide .product-tile-details .price .sale {
  font-weight: bold;
}

.ranking-submain .rank-list-wrap .rank-item {
  position: relative;
  max-width: 20%;
  flex: 0 0 20%;
}

.ranking-submain .rank-list-wrap .rank-item .ranking-count {
  position: absolute;
  top: 0;
  left: 8px;
  display: inline-block;
  width: 48px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  font-size: 25px;
  font-weight: bold;
  color: #fff;
  background: #0063BA;
  border-radius: 0 0 24px 0;
  z-index: 1;
}

.ranking-submain .rank-list-wrap .rank-item .product-tile-details {
  position: static;
  word-break: break-all;
  margin-top: 16px;
  max-width: 100%;
  font-size: 16px;
}

.ranking-submain .rank-list-wrap .rank-item .product-tile-details .name {
  color: #111111;
  text-align: left;
  padding: 0;
}

.ranking-submain .rank-list-wrap .rank-item .product-tile-details .name a {
  font-size: 16px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.ranking-submain .rank-list-wrap .rank-item .product-tile-details .price {
  font-family: "Pretendard", "Helvetica Neue", "맑은 고딕", Dotum;
}

.ranking-submain .rank-list-wrap .rank-item .product-tile-details .price span {
  letter-spacing: -0.35px;
}

.ranking-submain .rank-list-wrap .rank-item .product-tile-details .price .retail {
  color: #9e9e9e;
  margin-right: 5px;
  display: none !important;
}

.ranking-submain .rank-list-wrap .rank-item .product-tile-details .price .sale {
  font-weight: 600;
  color: #111111;
  margin-right: 5px;
}

.ranking-submain .rank-list-wrap .rank-item .product-tile-details .price .rate {
  font-weight: 600;
}

.ranking-submain .rank-list-wrap .rank-item .product-tile-main .product-badges {
  display: none;
}

.sc-link-wrap {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  padding: 4.6875vw;
}

.img-link-slider,
.img-product-slider {
  position: relative;
  overflow: hidden;
}

.img-link-slider .img-product-slider-wrap,
.img-product-slider .img-product-slider-wrap {
  position: relative;
}

.img-link-slider .img-product-slider-wrap.type2 ul,
.img-product-slider .img-product-slider-wrap.type2 ul {
  display: flex;
}

.img-link-slider .img-product-slider-wrap.type2 .media-wrap,
.img-product-slider .img-product-slider-wrap.type2 .media-wrap {
  position: relative;
}

.img-link-slider .img-product-slider-wrap.type2 .media-wrap .text_wrap,
.img-product-slider .img-product-slider-wrap.type2 .media-wrap .text_wrap {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: start;
  align-items: end;
  padding: 40px;
}

.img-link-slider .img-product-slider-wrap.type2 .media-wrap .text_wrap .item_title,
.img-link-slider .img-product-slider-wrap.type2 .media-wrap .text_wrap .item_desc,
.img-product-slider .img-product-slider-wrap.type2 .media-wrap .text_wrap .item_title,
.img-product-slider .img-product-slider-wrap.type2 .media-wrap .text_wrap .item_desc {
  color: #fff;
}

.img-link-slider .img-product-slide a,
.img-link-slider .img-product-slide p,
.img-product-slider .img-product-slide a,
.img-product-slider .img-product-slide p {
  margin: 0;
  padding: 0;
  pointer-events: all;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.img-link-slider .title-wrap,
.img-product-slider .title-wrap {
  padding-bottom: 40px;
}

.img-link-slider .title-wrap .title,
.img-product-slider .title-wrap .title {
  font-size: 42px;
  font-weight: bold;
  line-height: 1.2;
  color: #333;
}

.img-link-slider .title-wrap .sub-title,
.img-product-slider .title-wrap .sub-title {
  font-size: 20px;
  line-height: 1.2;
  color: #666;
  padding-top: 24px;
}

.img-link-slider .text_wrap,
.img-product-slider .text_wrap {
  padding-top: 40px;
}

.img-link-slider .text_wrap .item_title,
.img-product-slider .text_wrap .item_title {
  font-size: 30px;
  font-weight: bold;
}

.img-link-slider .text_wrap .item_desc,
.img-product-slider .text_wrap .item_desc {
  font-size: 20px;
  margin-top: 20px;
}

.img-link-slider .product_list,
.img-product-slider .product_list {
  padding-top: 20px;
}

.img-link-slider .product_list .img-product-item,
.img-product-slider .product_list .img-product-item {
  padding-top: 20px;
  box-sizing: border-box;
}

.img-link-slider .product_list .img-product-item .product-item,
.img-product-slider .product_list .img-product-item .product-item {
  display: flex;
  align-items: center;
  margin: 0;
}

.img-link-slider .product_list .img-product-item .product-img-wrap,
.img-product-slider .product_list .img-product-item .product-img-wrap {
  position: relative;
  margin-right: 30px;
}

.img-link-slider .product_list .img-product-item .product-img-wrap .product-img,
.img-product-slider .product_list .img-product-item .product-img-wrap .product-img {
  max-width: 132px;
  width: 100%;
}

.img-link-slider .product_list .img-product-item .product-img-wrap .product-tile-overlay,
.img-product-slider .product_list .img-product-item .product-img-wrap .product-tile-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  line-height: 1;
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0.3);
}

.img-link-slider .product_list .img-product-item .product-img-wrap .product-tile-overlay .word-spacing-large,
.img-product-slider .product_list .img-product-item .product-img-wrap .product-tile-overlay .word-spacing-large {
  font-size: 20px;
  word-spacing: inherit;
}

.img-link-slider .product_list .img-product-item .product-details,
.img-product-slider .product_list .img-product-item .product-details {
  font-size: 16px;
  max-width: calc(100% - 162px);
}

.img-link-slider .product_list .img-product-item .product-details .name,
.img-product-slider .product_list .img-product-item .product-details .name {
  overflow: hidden;
  display: -webkit-box !important;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  margin-bottom: 20px;
}

.img-link-slider .product_list .img-product-item .product-details .price,
.img-product-slider .product_list .img-product-item .product-details .price {
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
}

.img-link-slider .product_list .img-product-item .product-details .price .retail,
.img-product-slider .product_list .img-product-item .product-details .price .retail {
  color: #e9e9e9;
  margin-right: 5px;
  display: none !important;
}

.img-link-slider .product_list .img-product-item .product-details .price .sale,
.img-product-slider .product_list .img-product-item .product-details .price .sale {
  font-weight: 600;
  color: #141414;
  margin-right: 5px;
}

.img-link-slider .product_list .img-product-item .product-details .price .rate,
.img-product-slider .product_list .img-product-item .product-details .price .rate {
  font-weight: 600;
  color: #e60023;
  margin-right: 5px;
}

.img-link-slider .control-btn,
.img-product-slider .control-btn {
  position: absolute;
  top: 23vw;
  z-index: 1;
  transform: translateY(-50%);
}

.img-link-slider .control-btn.btn-next,
.img-product-slider .control-btn.btn-next {
  left: auto;
  right: 25px;
}

.img-link-slider .control-btn.btn-prev,
.img-product-slider .control-btn.btn-prev {
  left: 25px;
}

.img-link-slider .control-btn .icon,
.img-product-slider .control-btn .icon {
  width: 45px;
  height: 45px;
  color: #141414;
}

.img-link-slider .control-btn.swiper-button-disabled,
.img-product-slider .control-btn.swiper-button-disabled {
  opacity: 0.3;
}

.img-link-slider .img-link-slider-wrap .img-link-slide a,
.img-product-slider .img-link-slider-wrap .img-link-slide a {
  position: relative;
  display: block;
}

.img-link-slider .img-link-slider-wrap .img-link-slide a img,
.img-product-slider .img-link-slider-wrap .img-link-slide a img {
  width: 100%;
}

.img-link-slider .img-link-slider-wrap .img-link-slide a p,
.img-product-slider .img-link-slider-wrap .img-link-slide a p {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  padding: 2.083vw;
  font-size: 1.563vw;
  color: #fff;
  font-weight: bold;
  align-items: end;
}

.coner-title-wrap {
  padding-bottom: 50px;
}

.coner-title-wrap .title {
  font-size: 42px;
  line-height: 1.2;
  font-weight: bold;
}

.coner-title-wrap .sub-title {
  font-size: 20px;
  line-height: 1.2;
  color: #666;
  margin-top: 20px;
}

.tab-category-slider .title-wrap {
  padding-bottom: 40px;
}

.tab-category-slider .tab-btn-wrap {
  padding-bottom: 24px;
}

.tab-category-slider .tab-btn-wrap ul {
  gap: 12px;
}

.tab-category-slider .tab-btn-wrap ul li a {
  display: inline-block;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.2;
  color: #9b9b9b;
}

.tab-category-slider .tab-btn-wrap ul li.active, .tab-category-slider .tab-btn-wrap ul li.uk-active {
  border: none;
}

.tab-category-slider .tab-btn-wrap ul li.active a, .tab-category-slider .tab-btn-wrap ul li.uk-active a {
  color: #fff;
  font-weight: bold;
  background-color: #0063BA;
  border-radius: 40px;
}

.tab-category-slider .tab-content-wrap {
  position: relative;
}

.tab-category-slider .tab-content-wrap.no-tab {
  margin-top: 4px;
}

.tab-category-slider .tab-content-wrap .tab-category-wrap {
  position: relative;
  width: 100%;
  background: #fff;
}

.tab-category-slider .tab-content-wrap .tab-category-wrap .tabCategorySlider-wrap {
  position: relative;
  margin: 0 auto;
}

.tab-category-slider .tab-content-wrap .tab-category-wrap .tabCategorySlider-wrap .tabCategorySlider {
  overflow: hidden;
}

.tab-category-slider .tab-content-wrap .tab-category-wrap .tabCategorySlider-wrap .categorySliderProgress {
  position: relative;
  height: 2px;
  margin-top: 24px;
  background: none;
}

.tab-category-slider .tab-content-wrap .tab-category-wrap .tabCategorySlider-wrap .categorySliderProgress::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #e5e5e5;
}

.tab-category-slider .tab-content-wrap .tab-category-wrap .tabCategorySlider-wrap .categorySliderProgress .swiper-pagination-progressbar-fill {
  background: #141414;
  z-index: 1;
}

.tab-category-slider .tab-content-wrap .tab-category-wrap .control-btn {
  position: absolute;
  top: calc(50% - 69px);
  width: 24px;
  height: 48px;
  margin-top: 6px;
  left: 25px;
  z-index: 1;
}

.tab-category-slider .tab-content-wrap .tab-category-wrap .control-btn .icon {
  width: 24px;
  height: 48px;
  color: #000;
}

.tab-category-slider .tab-content-wrap .tab-category-wrap .control-btn.btn-next {
  left: auto;
  right: 25px;
}

.dynamic-slider-wrap {
  max-width: 1800px;
  padding: 0 20px;
  margin: 0 auto;
}

.dynamic-slider-wrap .dynamic-slider .slide {
  position: relative;
}

.dynamic-slider-wrap .dynamic-slider .slide img {
  width: 100%;
}

.dynamic-slider-wrap .dynamic-slider .slide .slider-contents {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.dynamic-slider-wrap .dynamic-slider .slide .slider-contents .sub_text {
  font-size: 18px;
  margin-bottom: 0;
}

.dynamic-slider-wrap .dynamic-slider .slide .slider-contents .main_text {
  font-size: 34px;
  font-weight: bold;
}

.dynamic-slider-wrap .dynamic-slider .swiper-pagination {
  position: absolute;
  left: inherit;
  right: 28px;
  bottom: 20px;
  display: inline-block;
  width: auto;
  height: 34px;
  padding: 7px 14px;
  border-radius: 40px;
  background-color: rgba(0, 0, 0, 0.2);
  color: #fff;
  font-size: 16px;
}

.dynamic-slider-wrap .dynamic-slider .swiper-pagination span {
  color: rgba(255, 255, 255, 0.4);
}

.dynamic-slider-wrap .dynamic-slider .swiper-pagination span.current {
  color: #fff;
}

.dynamic-img-slider-wrap {
  max-width: 1800px;
  padding: 0 20px;
  margin: 0 auto;
}

.dynamic-img-slider-wrap .title {
  font-size: 42px;
  font-weight: bold;
  margin-bottom: 40px;
}

.dynamic-img-slider-wrap .dynamic-img-slider .slide .slider-contents {
  padding: 24px 0 5px;
}

.dynamic-img-slider-wrap .dynamic-img-slider .slide .slider-contents .main_text {
  font-size: 30px;
  font-weight: bold;
}

.dynamic-img-slider-wrap .dynamic-img-slider .slide .slider-contents .sub_text {
  margin-top: 12px;
  font-size: 20px;
}

.dynamic-img-slider-wrap .dynamic-img-slider .slide .slider-contents .keyword-wrap {
  display: flex;
  gap: 8px;
  margin-top: 20px;
  flex-wrap: wrap;
}

.dynamic-img-slider-wrap .dynamic-img-slider .slide .slider-contents .keyword-wrap .keyword-item {
  border: 1px solid #dbdbdb;
  border-radius: 20px;
  margin: 0;
  padding: 4px 14px;
}

.dynamic-img-slider-wrap .dynamic-img-slider .slide .slider-contents .keyword-wrap .keyword-item span {
  font-size: 16px;
}

.dynamic-img-banner-wrap {
  max-width: 1800px;
  padding: 0 20px;
  margin: 0 auto;
}

.dynamic-img-banner-wrap .dynamic-img-banner:not(:last-child) {
  margin-bottom: 150px;
}

.dynamic-img-banner-wrap .dynamic-img-banner .title-wrap {
  margin-bottom: 40px;
}

.dynamic-img-banner-wrap .dynamic-img-banner .title-wrap .title {
  font-size: 42px;
  font-weight: bold;
}

.dynamic-img-banner-wrap .dynamic-img-banner .title-wrap .sub-title {
  margin-top: 24px;
  font-size: 20px;
}

.review-slider-wrap {
  overflow: hidden;
}

.review-slider-wrap .title-wrap {
  padding-bottom: 50px;
}

.review-slider-wrap .title-wrap .title {
  font-size: 42px;
  font-weight: bold;
  line-height: 1.2;
}

.review-slider-wrap .review-slider {
  position: relative;
}

.review-slider-wrap .review-slider .slider_nav {
  position: absolute;
  top: -50px;
  right: 0;
  display: flex;
  gap: 16px;
}

.review-slider-wrap .review-slider .slider_nav button .icon {
  font-size: 18px;
}

.review-slider-wrap .review-slider .slider_nav button.review-slider-prev {
  transform: rotate(180deg);
}

.review-slider-wrap .review-slider .slider_nav button.swiper-button-disabled {
  color: #e5e5e5;
}

.review-slider-wrap .review-slider .review-best-item {
  cursor: pointer;
}

.review-slider-wrap .review-slider .review-img-wrap {
  position: relative;
  display: inline-block;
  width: 100%;
  padding-top: 100%;
  height: 0;
  overflow: hidden;
}

.review-slider-wrap .review-slider .review-img-wrap span {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.review-slider-wrap .review-slider .review-img-wrap span img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.review-slider-wrap .review-slider .review-content-wrap {
  padding: 24px 0;
}

.review-slider-wrap .review-slider .review-content-wrap .review_like_wrap {
  position: relative;
}

.review-slider-wrap .review-slider .review-content-wrap .review_like_wrap .like {
  position: relative;
  display: inline-block;
  text-align: left;
  width: 83px;
  height: 20px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23e5e5e5' viewBox='0 0 252 44' style='enable-background:new 0 0 252 44;' xml:space='preserve'%3E%3Cpath d='M19.5,37.7c1.5-1,3.5-0.9,5,0l8.2,5.1c2,1.2,4.3-0.6,3.8-2.8l-2.1-9.4c-0.4-1.8,0.2-3.8,1.6-5l7.2-6.4 c1.7-1.5,0.8-4.4-1.5-4.6l-9.5-0.8c-1.8-0.2-3.4-1.3-4.1-3l-3.7-8.9c-0.9-2.1-3.9-2.1-4.7,0l-3.7,8.9c-0.7,1.7-2.3,2.9-4.1,3 l-9.5,0.8c-2.3,0.2-3.2,3.1-1.5,4.6l7.2,6.4c1.4,1.2,2,3.2,1.6,5l-2.1,9.4c-0.5,2.3,1.9,4,3.8,2.8L19.5,37.7z'/%3E%3Cpath class='st0' d='M71.5,37.7c1.5-1,3.5-0.9,5,0l8.2,5.1c2,1.2,4.3-0.6,3.8-2.8l-2.1-9.4c-0.4-1.8,0.2-3.8,1.6-5l7.2-6.4 c1.7-1.5,0.8-4.4-1.5-4.6l-9.5-0.8c-1.8-0.2-3.4-1.3-4.1-3l-3.7-8.9c-0.9-2.1-3.9-2.1-4.7,0l-3.7,8.9c-0.7,1.7-2.3,2.9-4.1,3 l-9.5,0.8c-2.3,0.2-3.2,3.1-1.5,4.6l7.2,6.4c1.4,1.2,2,3.2,1.6,5l-2.1,9.4c-0.5,2.3,1.9,4,3.8,2.8L71.5,37.7z'/%3E%3Cpath class='st0' d='M123.5,37.7c1.5-1,3.5-0.9,5,0l8.2,5.1c2,1.2,4.3-0.6,3.8-2.8l-2.1-9.4c-0.4-1.8,0.2-3.8,1.6-5l7.2-6.4 c1.7-1.5,0.8-4.4-1.5-4.6l-9.5-0.8c-1.8-0.2-3.4-1.3-4.1-3l-3.7-8.9c-0.9-2.1-3.9-2.1-4.7,0l-3.7,8.9c-0.7,1.7-2.3,2.9-4.1,3 l-9.5,0.8c-2.3,0.2-3.2,3.1-1.5,4.6l7.2,6.4c1.4,1.2,2,3.2,1.6,5l-2.1,9.4c-0.5,2.3,1.9,4,3.8,2.8L123.5,37.7z'/%3E%3Cpath class='st0' d='M175.5,37.7c1.5-1,3.5-0.9,5,0l8.2,5.1c2,1.2,4.3-0.6,3.8-2.8l-2.1-9.4c-0.4-1.8,0.2-3.8,1.6-5l7.2-6.4 c1.7-1.5,0.8-4.4-1.5-4.6l-9.5-0.8c-1.8-0.2-3.4-1.3-4.1-3l-3.7-8.9c-0.9-2.1-3.9-2.1-4.7,0l-3.7,8.9c-0.7,1.7-2.3,2.9-4.1,3 l-9.5,0.8c-2.3,0.2-3.2,3.1-1.5,4.6l7.2,6.4c1.4,1.2,2,3.2,1.6,5l-2.1,9.4c-0.5,2.3,1.9,4,3.8,2.8L175.5,37.7z'/%3E%3Cpath class='st0' d='M227.5,37.7c1.5-1,3.5-0.9,5,0l8.2,5.1c2,1.2,4.3-0.6,3.8-2.8l-2.1-9.4c-0.4-1.8,0.2-3.8,1.6-5l7.2-6.4 c1.7-1.5,0.8-4.4-1.5-4.6l-9.5-0.8c-1.8-0.2-3.4-1.3-4.1-3l-3.7-8.9c-0.9-2.1-3.9-2.1-4.7,0l-3.7,8.9c-0.7,1.7-2.3,2.9-4.1,3 l-9.5,0.8c-2.3,0.2-3.2,3.1-1.5,4.6l7.2,6.4c1.4,1.2,2,3.2,1.6,5l-2.1,9.4c-0.5,2.3,1.9,4,3.8,2.8L227.5,37.7z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 83px;
  background-position: center;
  vertical-align: middle;
}

.review-slider-wrap .review-slider .review-content-wrap .review_like_wrap .like > span {
  position: absolute;
  width: 50%;
  height: 20px;
  display: inline-block;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%230063BA' viewBox='0 0 252 44' style='enable-background:new 0 0 252 44;' xml:space='preserve'%3E%3Cpath d='M19.5,37.7c1.5-1,3.5-0.9,5,0l8.2,5.1c2,1.2,4.3-0.6,3.8-2.8l-2.1-9.4c-0.4-1.8,0.2-3.8,1.6-5l7.2-6.4 c1.7-1.5,0.8-4.4-1.5-4.6l-9.5-0.8c-1.8-0.2-3.4-1.3-4.1-3l-3.7-8.9c-0.9-2.1-3.9-2.1-4.7,0l-3.7,8.9c-0.7,1.7-2.3,2.9-4.1,3 l-9.5,0.8c-2.3,0.2-3.2,3.1-1.5,4.6l7.2,6.4c1.4,1.2,2,3.2,1.6,5l-2.1,9.4c-0.5,2.3,1.9,4,3.8,2.8L19.5,37.7z'/%3E%3Cpath class='st0' d='M71.5,37.7c1.5-1,3.5-0.9,5,0l8.2,5.1c2,1.2,4.3-0.6,3.8-2.8l-2.1-9.4c-0.4-1.8,0.2-3.8,1.6-5l7.2-6.4 c1.7-1.5,0.8-4.4-1.5-4.6l-9.5-0.8c-1.8-0.2-3.4-1.3-4.1-3l-3.7-8.9c-0.9-2.1-3.9-2.1-4.7,0l-3.7,8.9c-0.7,1.7-2.3,2.9-4.1,3 l-9.5,0.8c-2.3,0.2-3.2,3.1-1.5,4.6l7.2,6.4c1.4,1.2,2,3.2,1.6,5l-2.1,9.4c-0.5,2.3,1.9,4,3.8,2.8L71.5,37.7z'/%3E%3Cpath class='st0' d='M123.5,37.7c1.5-1,3.5-0.9,5,0l8.2,5.1c2,1.2,4.3-0.6,3.8-2.8l-2.1-9.4c-0.4-1.8,0.2-3.8,1.6-5l7.2-6.4 c1.7-1.5,0.8-4.4-1.5-4.6l-9.5-0.8c-1.8-0.2-3.4-1.3-4.1-3l-3.7-8.9c-0.9-2.1-3.9-2.1-4.7,0l-3.7,8.9c-0.7,1.7-2.3,2.9-4.1,3 l-9.5,0.8c-2.3,0.2-3.2,3.1-1.5,4.6l7.2,6.4c1.4,1.2,2,3.2,1.6,5l-2.1,9.4c-0.5,2.3,1.9,4,3.8,2.8L123.5,37.7z'/%3E%3Cpath class='st0' d='M175.5,37.7c1.5-1,3.5-0.9,5,0l8.2,5.1c2,1.2,4.3-0.6,3.8-2.8l-2.1-9.4c-0.4-1.8,0.2-3.8,1.6-5l7.2-6.4 c1.7-1.5,0.8-4.4-1.5-4.6l-9.5-0.8c-1.8-0.2-3.4-1.3-4.1-3l-3.7-8.9c-0.9-2.1-3.9-2.1-4.7,0l-3.7,8.9c-0.7,1.7-2.3,2.9-4.1,3 l-9.5,0.8c-2.3,0.2-3.2,3.1-1.5,4.6l7.2,6.4c1.4,1.2,2,3.2,1.6,5l-2.1,9.4c-0.5,2.3,1.9,4,3.8,2.8L175.5,37.7z'/%3E%3Cpath class='st0' d='M227.5,37.7c1.5-1,3.5-0.9,5,0l8.2,5.1c2,1.2,4.3-0.6,3.8-2.8l-2.1-9.4c-0.4-1.8,0.2-3.8,1.6-5l7.2-6.4 c1.7-1.5,0.8-4.4-1.5-4.6l-9.5-0.8c-1.8-0.2-3.4-1.3-4.1-3l-3.7-8.9c-0.9-2.1-3.9-2.1-4.7,0l-3.7,8.9c-0.7,1.7-2.3,2.9-4.1,3 l-9.5,0.8c-2.3,0.2-3.2,3.1-1.5,4.6l7.2,6.4c1.4,1.2,2,3.2,1.6,5l-2.1,9.4c-0.5,2.3,1.9,4,3.8,2.8L227.5,37.7z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 83px;
}

.review-slider-wrap .review-slider .review-content-wrap .review_like_wrap .review-num {
  font-weight: 500;
  padding-left: 5px;
  line-height: 20px;
  vertical-align: middle;
}

.review-slider-wrap .review-slider .review-content-wrap .review-desc {
  display: -webkit-box;
  margin: 16px 0;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  color: #666;
  font-weight: 400;
  line-height: 1.5;
  min-height: 63px;
}

.review-slider-wrap .review-slider .review-content-wrap .review-product-link {
  display: flex;
  overflow: hidden;
  align-items: center;
}

.review-slider-wrap .review-slider .review-content-wrap .review-product-link img {
  width: 48px;
  height: 48px;
  border-radius: 50%;
}

.review-slider-wrap .review-slider .review-content-wrap .review-product-link span {
  font-weight: 500;
  margin-left: 8px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

/* media query */
/* Desktop and bigger */
@media (max-width: 960px) {
  .hot_keyword .title {
    font-size: 24px;
  }
  .hot_keyword ul {
    max-width: 100%;
    padding: 1.9em 3% 0;
  }
  .hot_keyword ul li {
    margin: 12px;
  }
  .hot_keyword ul li a {
    font-size: 15px;
    line-height: 18px;
  }
  .hot_keyword ul li a:after {
    display: block;
    content: "";
    left: -0.2em;
    right: -0.2em;
    bottom: -0.2em;
    height: 15px;
  }
  .hot_keyword ul li a:focus, .hot_keyword ul li a:hover {
    font-size: 22px;
  }
}

/* Tablet and bigger */
@media (max-width: 768px) {
  .content-container .content_wrap {
    padding: 0;
  }
  .imageList-container .image-item {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .imageList-container .image-item.uk-width-1-2:first-child {
    padding-right: 15px;
  }
  .imageList-container .image-item.uk-width-1-2:last-child {
    padding-left: 15px;
  }
  .review-slider-wrap {
    padding: 0 16px;
  }
  .review-slider-wrap .title-wrap {
    padding-bottom: 24px;
  }
  .review-slider-wrap .title-wrap .title {
    font-size: 25px;
  }
  .review-slider-wrap .review-slider {
    overflow: hidden;
  }
  .review-slider-wrap .review-slider .swiper-wrapper {
    flex-wrap: wrap;
  }
  .review-slider-wrap .review-slider .review-content-wrap {
    padding: 16px 0;
  }
  .review-slider-wrap .review-slider .review-content-wrap .review_like_wrap .review-num {
    font-size: 12px;
  }
  .review-slider-wrap .review-slider .review-content-wrap .review_like_wrap .review-stars-rating-icon {
    font-size: 10px;
    color: #0063BA;
    vertical-align: baseline;
  }
  .review-slider-wrap .review-slider .review-content-wrap .review-desc {
    margin: 10px 0;
    font-size: 13px;
    min-height: 58px;
  }
  .review-slider-wrap .review-slider .review-content-wrap .review-product-link img {
    width: 38px;
    height: 38px;
  }
  .review-slider-wrap .review-slider .review-content-wrap .review-product-link span {
    font-size: 12px;
  }
  .review-slider-wrap .review-slider .review-slider-swiper-pagination {
    margin-top: 16px;
    text-align: center;
  }
  .review-slider-wrap .review-slider .review-slider-swiper-pagination .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
    margin: 3px;
    opacity: 1;
    background: #eaeaea;
  }
  .review-slider-wrap .review-slider .review-slider-swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #0063ba;
  }
  .keyword_list {
    margin: 12px auto 0;
    padding: 0 16px 10px;
  }
  .keyword_list .title {
    font-size: 24px;
  }
  .keyword_list ul {
    padding-top: 30px;
    justify-content: left;
    margin-left: -5px;
  }
  .keyword_list ul li {
    margin: 5px;
  }
  .keyword_list ul li a {
    font-size: 16px;
    line-height: 20px;
    padding: 16px 20px;
  }
  .app-category-img-slide .slider-content-wrapper .slide-item .slider-contents {
    padding: 30px 20px;
  }
  .app-category-img-slide .slider-content-wrapper .slide-item .slider-contents .body-type-micro {
    margin: 0;
  }
  .product-slider-wrap .product-slider .categorySliderProgress {
    display: none;
  }
  .dynamic-slider-wrap .dynamic-slider .slide .slider-contents {
    justify-content: center;
    align-items: start;
    padding: 0 24px;
  }
  .dynamic-slider-wrap .dynamic-slider .slide .slider-contents .sub_text {
    font-size: 18px;
    margin-bottom: 0;
  }
  .dynamic-slider-wrap .dynamic-slider .slide .slider-contents .main_text {
    font-size: 34px;
    font-weight: bold;
  }
  .dynamic-slider-wrap .dynamic-slider .swiper-pagination {
    position: relative;
    right: inherit;
    bottom: inherit;
    width: 100%;
    height: auto;
    background: none;
    display: flex;
    gap: 6px;
    justify-content: center;
    margin: 20px 0 0;
    padding: 0;
  }
  .dynamic-slider-wrap .dynamic-slider .swiper-pagination .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
    margin: 0;
  }
  .dynamic-img-slider-wrap {
    padding: 0 0 0 16px;
  }
  .dynamic-img-slider-wrap .title {
    font-size: 25px;
    margin-bottom: 20px;
  }
  .dynamic-img-slider-wrap .swiper-slide {
    margin-right: 8px;
  }
  .dynamic-img-slider-wrap .dynamic-img-slider {
    padding-right: 16px;
  }
  .dynamic-img-slider-wrap .dynamic-img-slider .slide .slider-contents {
    padding: 16px 0;
  }
  .dynamic-img-slider-wrap .dynamic-img-slider .slide .slider-contents .main_text {
    font-size: 20px;
  }
  .dynamic-img-slider-wrap .dynamic-img-slider .slide .slider-contents .sub_text {
    font-size: 14px;
    margin-top: 16px;
  }
  .dynamic-img-slider-wrap .dynamic-img-slider .slide .slider-contents .keyword-wrap {
    margin-top: 16px;
  }
  .dynamic-img-slider-wrap .dynamic-img-slider .slide .slider-contents .keyword-wrap .keyword-item {
    padding: 8px 12px;
  }
  .dynamic-img-slider-wrap .dynamic-img-slider .slide .slider-contents .keyword-wrap .keyword-item span {
    font-size: 12px;
    font-weight: 400;
    color: #999;
  }
  .dynamic-img-banner-wrap {
    padding: 0 16px;
  }
  .dynamic-img-banner-wrap .dynamic-img-banner:not(:last-child) {
    margin-bottom: 64px;
  }
  .dynamic-img-banner-wrap .dynamic-img-banner .title-wrap {
    margin-bottom: 20px;
  }
  .dynamic-img-banner-wrap .dynamic-img-banner .title-wrap .title {
    font-size: 25px;
  }
  .dynamic-img-banner-wrap .dynamic-img-banner .title-wrap .sub-title {
    margin-top: 10px;
    font-size: 14px;
  }
  .img-link-slider .img-product-slider-wrap.type2 ul,
  .img-product-slider .img-product-slider-wrap.type2 ul {
    gap: 64px;
    flex-direction: column;
  }
  .img-link-slider .img-product-slider-wrap.type2 .media-wrap .text_wrap,
  .img-product-slider .img-product-slider-wrap.type2 .media-wrap .text_wrap {
    padding: 30px 20px;
  }
  .img-link-slider .img-product-slider-wrap.type2 .media-wrap .text_wrap .item_title,
  .img-product-slider .img-product-slider-wrap.type2 .media-wrap .text_wrap .item_title {
    font-size: 20px;
  }
}

@media (max-width: 767px) {
  .mobile-sub-menu {
    top: calc(env(safe-area-inset-top) + 61px);
  }
  .product-slider-wrap .content-title {
    padding: 0 20px 20px;
  }
  .product-slider-wrap .content-title h2 {
    font-size: 24px;
  }
  .product-slider-wrap .content-title .category-sub-title {
    font-size: 14px;
    padding-top: 15px;
  }
  .product-slider-wrap .content-title .btn-view {
    right: 16px;
    bottom: 20px;
    font-size: 14px;
    margin-top: 0;
  }
  .product-slider-wrap .content-title .btn-view .icon {
    margin: -3px 0 0 8px;
  }
  .product-slider-wrap .product-slider {
    padding: 0 16px;
  }
  .product-slider-wrap .product-slider .product-tile-details {
    font-size: 14px;
  }
  .product-slider-wrap .product-slider .product-tile-details .name {
    margin: 16px 0 10px;
  }
  .product-slider-wrap .product-slider .product-tile-details .name .text-link {
    font-size: 14px;
  }
  .product-slider-wrap .product-slider .product-tile-details .price {
    margin: 0;
  }
  .product-slider-wrap .product-slider .product-tile-details .price span {
    font-size: 14px;
  }
  .product-slider-wrap .product-slider .product-tile-details .price .sale {
    font-weight: bold;
  }
  .product-slider-wrap .product-slider .product-tile-details .price .rate {
    font-weight: bold;
  }
  .product-slider-wrap .product-slider .product-tile-details .price .retail {
    display: block;
  }
  .product-slider-wrap .product-slider .control-btn {
    display: none;
  }
  .category-slider .bx-viewport {
    overflow: visible !important;
  }
  .main-event-imglist {
    padding: 0;
    border-bottom: 0;
  }
  .main-event-imglist .h2_title {
    font-size: 24px;
    font-weight: 400;
    padding-left: 20px;
    margin: 0 0 25px;
  }
  .main-event-imglist .tab_imageSlider {
    padding: 0 0 0 20px;
  }
  .main-event-imglist .tab_imageSlider ul li {
    margin-right: 16px;
  }
  .main-event-imglist .tab_imageSlider .title {
    text-align: left;
    font-size: 19px;
    margin-top: 25px;
  }
  .main-event-imglist .tab_imageSlider .text-content {
    padding: 15px 0;
    font-size: 14px;
    text-align: left;
  }
  .main-event-imglist .tab_imageSlider .control-btn {
    display: none;
  }
  .app-category-menu-wrap {
    width: 100%;
    background: #fff;
  }
  .app-category-menu-wrap .app-category-menu-list {
    display: flex;
    margin: 0;
    padding: 0 8px;
    justify-content: space-evenly;
  }
  .app-category-menu-wrap .app-category-menu-list .app-category-menu {
    width: 16.6666%;
    flex-basis: 16.6666%;
    text-align: center;
  }
  .app-category-menu-wrap .app-category-menu-list .app-category-menu .app-category-menu-img img {
    display: inline-block;
    max-width: 48px;
    border-radius: 50%;
  }
  .app-category-menu-wrap .app-category-menu-list .app-category-menu span {
    display: inline-block;
    padding-top: 8px;
    font-size: 12px;
  }
  .app-category-menu-wrap .app-category-menu-list .app-category-menu span > span {
    display: block;
    padding: 0;
    font-size: 9px;
  }
  .hot_keyword .title {
    padding-left: 20px;
  }
  .hot_keyword .title span {
    font-size: 24px;
    font-weight: 400;
  }
  .hot_keyword ul {
    display: block;
    max-width: 100%;
    padding: 25px 20px 0;
  }
  .hot_keyword ul li {
    display: inline-block;
    margin: 0 10px 10px 0;
  }
  .hot_keyword ul li a {
    display: inline-block;
    font-size: 15px;
    font-weight: 400;
    border: 1px solid #000;
    border-radius: 28px;
    padding: 10px 18px;
  }
  .hot_keyword ul li a span {
    display: inline-block;
  }
  .hot_keyword ul li a:focus, .hot_keyword ul li a:hover {
    color: #141414;
    font-weight: 400;
    font-size: 15px;
  }
  .hot_keyword ul li a:focus span, .hot_keyword ul li a:hover span {
    transform: none;
  }
  .hot_keyword ul li a:focus:after, .hot_keyword ul li a:hover:after {
    background-color: transparent;
  }
  .app-category-slider {
    flex-direction: column;
  }
  .app-category-slider .app-category-slider-mo-title {
    padding: 0 20px 20px;
  }
  .app-category-slider .app-category-slider-mo-title h3 {
    font-size: 24px;
    line-height: 30px;
    font-weight: bold;
  }
  .app-category-slider .app-category-slider-mo-title p {
    font-size: 13px;
    line-height: 30px;
    color: #666;
  }
  .app-category-slider .app-category-slider-img {
    width: 100%;
    flex-basis: 100%;
  }
  .app-category-slider .app-category-slider-img .icon-app-only {
    bottom: 20px;
    right: 20px;
    width: 46px;
    height: 46px;
    font-size: 28px;
  }
  .app-category-slider .app-category-slider-content {
    width: 100%;
    flex-basis: 100%;
    padding: 0;
  }
  .app-category-slider .app-category-slider-content .product-slider {
    padding-top: 20px;
  }
  .app-category-slider .app-category-slider-content .appCategorySliderProgress {
    display: none;
  }
  .app-category-slider-type2 .app-category-slider-title {
    padding: 0 20px 20px;
  }
  .app-category-slider-type2 .app-category-slider-title .title {
    font-size: 24px;
  }
  .app-category-slider-type2 .app-category-slider-title .sub-title {
    font-size: 14px;
    padding-top: 15px;
  }
  .app-category-slider-type2 .app-category-slider-wrap {
    flex-direction: column;
  }
  .app-category-slider-type2 .app-category-slider-wrap .app-category-img-slide {
    width: 100%;
    flex-basis: 100%;
    padding: 0 16px;
  }
  .app-category-slider-type2 .app-category-slider-wrap .app-category-img-slide .slider-content-wrapper {
    margin-top: 0 !important;
  }
  .app-category-slider-type2 .app-category-slider-wrap .app-category-img-slide .slider-content-wrapper .slick-arrow {
    display: none !important;
  }
  .app-category-slider-type2 .app-category-slider-wrap .app-category-img-slide .slider-content-wrapper .slick-dots {
    width: 100% !important;
    display: flex !important;
    padding: 0 15px;
  }
  .app-category-slider-type2 .app-category-slider-wrap .app-category-img-slide .slider-content-wrapper .slick-dots li {
    display: flex !important;
    flex: 1;
    font-size: 0;
    height: 2px;
  }
  .app-category-slider-type2 .app-category-slider-wrap .app-category-img-slide .slider-content-wrapper .slick-dots li.slick-active {
    background: #fff;
  }
  .app-category-slider-type2 .app-category-slider-wrap .app-category-img-slide .slider-content-wrapper .slick-dots li button {
    display: none;
  }
  .app-category-slider-type2 .app-category-slider-wrap .app-category-img-slide .slider-content-wrapper .st_component-slider .slick-list .slick-track .slide-item .slider-contents {
    padding: 30px 20px;
  }
  .app-category-slider-type2 .app-category-slider-wrap .app-category-img-slide .slider-content-wrapper .st_component-slider .slick-list .slick-track .slide-item .slider-contents .text-bold {
    font-size: 25px;
  }
  .app-category-slider-type2 .app-category-slider-wrap .app-category-img-slide .slider-content-wrapper .st_component-slider .slick-list .slick-track .slide-item .slider-contents .body-type {
    font-size: 14px;
  }
  .app-category-slider-type2 .app-category-slider-wrap .app-category-img-slide .icon-app-only {
    bottom: 20px;
    right: 20px;
    width: 46px;
    height: 46px;
    font-size: 28px;
  }
  .app-category-slider-type2 .app-category-slider-wrap .app-category-slider-content {
    width: 100%;
    flex-basis: 100%;
    padding: 0;
  }
  .app-category-slider-type2 .app-category-slider-wrap .app-category-slider-content .product-slider {
    padding: 20px 16px 0;
  }
  .app-category-slider-type2 .app-category-slider-wrap .app-category-slider-content .swiper-wrapper {
    flex-wrap: unset;
    display: flex;
    margin: 0;
    padding: 0;
  }
  .app-category-slider-type2 .app-category-slider-wrap .app-category-slider-content .swiper-slide {
    display: flex;
  }
  .app-category-slider-type2 .app-category-slider-wrap .app-category-slider-content .appCategorySliderProgress-type2 {
    display: none;
  }
  .ranking-submain h2 {
    font-size: 25px;
    font-weight: 600;
    padding: 0 16px 34px;
  }
  .ranking-submain .tab-title-container {
    margin-bottom: 22px;
    padding-left: 16px;
  }
  .ranking-submain .tab-title-container ul {
    gap: 0;
    white-space: nowrap;
    overflow-x: auto;
  }
  .ranking-submain .tab-title-container ul .btn-tab a {
    font-size: 13px;
    padding: 7px 14px;
  }
  .ranking-submain .tab-title-container ul .btn-tab.active a {
    padding: 8px 16px;
  }
  .ranking-submain .product-slider-wrap {
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 0 0 10px 16px;
  }
  .ranking-submain .product-slider-wrap.rank-list-more .slide:nth-child(n + 9) {
    display: block;
  }
  .ranking-submain .product-slider-wrap.rank-list-more .rank-sub-more {
    display: none;
  }
  .ranking-submain .product-slider-wrap .rank-sub-more {
    display: block;
    width: calc(100% - 40px);
    margin: 0 20px;
    font-size: 14px;
    padding: 14px;
  }
  .ranking-submain .product-slider-wrap .rank-sub-more .icon {
    transform: rotate(270deg);
    font-size: 11px;
    margin-left: 5px;
  }
  .ranking-submain .product-slider-wrap .submain-ranking-slider {
    width: 726px !important;
    padding: 0;
  }
  .ranking-submain .product-slider-wrap .submain-ranking-slider .rank-slide-wrap {
    width: 100% !important;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 40px 8px;
    align-content: flex-start;
  }
  .ranking-submain .product-slider-wrap .submain-ranking-slider .rank-slide-wrap .slide {
    flex: 0 0 calc(20% - 10px);
    min-width: 132px;
    box-sizing: border-box;
  }
  .ranking-submain .product-slider-wrap .submain-ranking-slider .rank-slide-wrap .slide .ranking-count {
    top: 4px;
    left: 4px;
    width: 24px;
    height: 24px;
    line-height: 24px;
    font-size: 14px;
    border-radius: 4px;
  }
  .ranking-submain .product-slider-wrap .submain-ranking-slider .rank-slide-wrap .slide .product-tile-details {
    margin-top: 16px;
  }
  .ranking-submain .product-slider-wrap .submain-ranking-slider .rank-slide-wrap .slide .product-tile-details .name {
    margin: 0;
  }
  .ranking-submain .product-slider-wrap .submain-ranking-slider .rank-slide-wrap .slide .product-tile-details .name .text-link {
    font-size: 14px;
  }
  .ranking-submain .product-slider-wrap .submain-ranking-slider .rank-slide-wrap .slide .product-tile-details .price {
    margin-top: 10px;
    font-size: 14px;
  }
  .ranking-submain .product-slider-wrap .submain-ranking-slider .rank-slide-wrap .slide .product-tile-details .price span {
    font-size: 14px;
  }
  .img-link-slider,
  .img-product-slider {
    overflow: inherit;
    padding: 0 16px;
  }
  .img-link-slider .title-wrap,
  .img-product-slider .title-wrap {
    padding: 0 0 20px;
  }
  .img-link-slider .title-wrap .title,
  .img-product-slider .title-wrap .title {
    font-size: 25px;
  }
  .img-link-slider .title-wrap .sub-title,
  .img-product-slider .title-wrap .sub-title {
    font-size: 14px;
    padding-top: 10px;
  }
  .img-link-slider .text_wrap,
  .img-product-slider .text_wrap {
    padding-top: 25px;
  }
  .img-link-slider .text_wrap .item_title,
  .img-product-slider .text_wrap .item_title {
    font-size: 20px;
  }
  .img-link-slider .text_wrap .item_desc,
  .img-product-slider .text_wrap .item_desc {
    font-size: 14px;
    margin-top: 10px;
  }
  .img-link-slider .product_list,
  .img-product-slider .product_list {
    padding-top: 10px;
  }
  .img-link-slider .product_list .img-product-item,
  .img-product-slider .product_list .img-product-item {
    padding-top: 15px;
  }
  .img-link-slider .product_list .img-product-item .product-item,
  .img-product-slider .product_list .img-product-item .product-item {
    display: flex;
    align-items: center;
    margin: 0;
  }
  .img-link-slider .product_list .img-product-item .product-img-wrap,
  .img-product-slider .product_list .img-product-item .product-img-wrap {
    margin-right: 15px;
  }
  .img-link-slider .product_list .img-product-item .product-img-wrap .product-img,
  .img-product-slider .product_list .img-product-item .product-img-wrap .product-img {
    max-width: 75px;
  }
  .img-link-slider .product_list .img-product-item .product-img-wrap .product-tile-overlay .word-spacing-large,
  .img-product-slider .product_list .img-product-item .product-img-wrap .product-tile-overlay .word-spacing-large {
    font-size: 14px;
  }
  .img-link-slider .product_list .img-product-item .product-details,
  .img-product-slider .product_list .img-product-item .product-details {
    font-size: 14px;
    max-width: calc(100% - 90px);
  }
  .img-link-slider .product_list .img-product-item .product-details .name,
  .img-product-slider .product_list .img-product-item .product-details .name {
    margin-bottom: 10px;
  }
  .img-link-slider .product_list .img-product-item .product-details .price .retail,
  .img-product-slider .product_list .img-product-item .product-details .price .retail {
    margin-right: 5px;
  }
  .img-link-slider .product_list .img-product-item .product-details .price .sale,
  .img-product-slider .product_list .img-product-item .product-details .price .sale {
    margin-right: 5px;
  }
  .img-link-slider .product_list .img-product-item .product-details .price .rate,
  .img-product-slider .product_list .img-product-item .product-details .price .rate {
    margin-right: 5px;
  }
  .img-link-slider .img-link-slider-wrap .img-link-slide a p,
  .img-product-slider .img-link-slider-wrap .img-link-slide a p {
    padding: 30px 20px;
    font-size: 20px;
  }
  .coner-title-wrap {
    padding: 0 16px 16px;
  }
  .coner-title-wrap .title {
    font-size: 24px;
    line-height: 1.4;
    font-weight: bold;
  }
  .coner-title-wrap .sub-title {
    font-size: 14px;
    line-height: 1.4;
    margin-top: 15px;
  }
  .tab-category-slider .title-wrap {
    padding-bottom: 20px;
  }
  .tab-category-slider .tab-btn-wrap {
    padding: 0 16px 20px;
  }
  .tab-category-slider .tab-btn-wrap ul {
    gap: 0;
  }
  .tab-category-slider .tab-btn-wrap ul li a {
    padding: 7px 14px;
    font-size: 13px;
  }
  .tab-category-slider .tab-content-wrap.no-tab {
    margin-top: 0;
  }
  .tab-category-slider .tab-content-wrap .tab-category-wrap .control-btn {
    display: none;
  }
}

@media (max-width: 768px) {
  .content-container {
    overflow: hidden;
  }
  .content-container .text-banner-container .text-wrap {
    height: 40px;
    width: calc(100% - 30px);
  }
  .content-container .text-banner-container .text-wrap .text-content {
    height: 40px;
  }
  .content-container .text-banner-container .text-wrap .text-content * {
    font-size: 14px;
    line-height: normal;
  }
  .content-container .text-banner-container .text-wrap .text-content * * {
    font-size: inherit;
    font-style: normal;
  }
  .content-container .text-banner-container .bx-wrapper {
    height: 40px;
  }
  .content-container .text-banner-container .bx-wrapper .bx-viewport {
    height: 40px;
  }
  .main_contents .row {
    margin-left: 0;
    margin-right: 0;
  }
  .main_contents .col,
  .main_contents [class*=" col-"],
  .main_contents [class^="col-"] {
    padding-left: 5px;
    padding-right: 5px;
  }
  .mobile-top-line {
    position: relative;
  }
  .mobile-top-line:after {
    content: "";
    position: absolute;
    top: 0;
    left: 2%;
    width: 96%;
    max-width: 1420px;
    margin: 0 auto;
    height: 1px;
    background: #9b9b9b;
  }
  .slider_contents_1 {
    margin-bottom: 0;
  }
  .product_story li {
    margin-bottom: 30px;
    padding: 0 !important;
  }
  .product-slider-wrap .product-slider .bx-controls {
    margin-top: 0;
  }
  .event-list {
    margin: 5px;
  }
  .event-list .row > li {
    margin-bottom: 10px;
  }
  .news-list {
    margin: 5px 5px 40px 4px;
  }
  .news-list ul li {
    margin-bottom: 10px;
  }
  .slider-content-wrapper {
    margin-bottom: 26px;
  }
  .slider-content-wrapper .slide-item .slider-contents {
    padding: 35px 24px 70px;
  }
  .slider-content-wrapper .slide-item .slider-contents p {
    font-size: 14px;
  }
  .slider-content-wrapper .slide-item .slider-contents p.top_text {
    font-size: 13px;
  }
  .slider-content-wrapper .slide-item .slider-contents p.text-bold {
    font-size: 28px;
  }
  .slider-content-wrapper .slide-item .slider-contents p:not(:last-child) {
    margin-bottom: 8px;
  }
  .slider-content-wrapper .slide-item .slider-contents a {
    color: inherit;
  }
  .slider-content-wrapper .slide-item .contents .title {
    font-size: 36px;
    margin-top: 30px;
    font-family: "Helvetica Neue", "맑은 고딕", Dotum;
  }
  .slider-content-wrapper .slide-item .contents .sub-title {
    margin: 10px 0 40px;
    font-size: 17px;
  }
  .slider-content-wrapper .slide-item .contents .button {
    margin: 0 auto;
  }
  .slider-content-wrapper .slide-custom-pager {
    left: inherit !important;
    right: inherit !important;
    bottom: 16px;
    width: 100%;
    padding: 0 24px;
  }
  .slider-content-wrapper .slide-custom-pager .slider-pager {
    font-size: 13px;
    font-weight: 600;
  }
  .slider-content-wrapper .slide-custom-pager .slideProgress {
    width: 100%;
  }
  .view-gallery .col {
    padding-left: 0;
    padding-right: 0;
  }
  .sub_oneConer .dashboard-tiles-wrap .first-tile-coner,
  .sub_topBanner .dashboard-tiles-wrap .first-tile-coner,
  .sub_twoConer .dashboard-tiles-wrap .first-tile-coner {
    margin-bottom: 80px;
  }
  .sub_oneConer .dashboard-tiles-wrap p,
  .sub_topBanner .dashboard-tiles-wrap p,
  .sub_twoConer .dashboard-tiles-wrap p {
    margin: 0 0 20px;
  }
  .sub_oneConer .dashboard-tiles-wrap .ratio-sub-featured,
  .sub_topBanner .dashboard-tiles-wrap .ratio-sub-featured,
  .sub_twoConer .dashboard-tiles-wrap .ratio-sub-featured {
    position: relative;
  }
  .sub_oneConer .dashboard-tiles-wrap .ratio-sub-featured .tile-overlay,
  .sub_topBanner .dashboard-tiles-wrap .ratio-sub-featured .tile-overlay,
  .sub_twoConer .dashboard-tiles-wrap .ratio-sub-featured .tile-overlay {
    position: relative;
    padding: 20px 0px 25px;
    color: #141414;
    -webkit-box-align: start;
    -webkit-align-items: start;
    -ms-flex-align: start;
    align-items: start;
  }
  .sub_oneConer .dashboard-tiles-wrap .ratio-sub-featured .tile-overlay .tile-overlay,
  .sub_topBanner .dashboard-tiles-wrap .ratio-sub-featured .tile-overlay .tile-overlay,
  .sub_twoConer .dashboard-tiles-wrap .ratio-sub-featured .tile-overlay .tile-overlay {
    padding: 0;
  }
  .sub_oneConer .dashboard-tiles-wrap .ratio-sub-featured .tile-overlay .body-type-micro-fluid,
  .sub_topBanner .dashboard-tiles-wrap .ratio-sub-featured .tile-overlay .body-type-micro-fluid,
  .sub_twoConer .dashboard-tiles-wrap .ratio-sub-featured .tile-overlay .body-type-micro-fluid {
    font-size: 14px;
    color: #666;
  }
  .sub_oneConer .dashboard-tiles-wrap .ratio-sub-featured .ratio-media,
  .sub_topBanner .dashboard-tiles-wrap .ratio-sub-featured .ratio-media,
  .sub_twoConer .dashboard-tiles-wrap .ratio-sub-featured .ratio-media {
    padding: 0;
  }
  .sub_oneConer .dashboard-tiles-wrap .ratio-sub-featured:before,
  .sub_topBanner .dashboard-tiles-wrap .ratio-sub-featured:before,
  .sub_twoConer .dashboard-tiles-wrap .ratio-sub-featured:before {
    content: "";
    display: block;
    padding-bottom: 0;
    width: 100%;
  }
  .sub_topBanner .dashboard-tiles-wrap .tile-trigger {
    padding: 17px 16px;
  }
  .sub_topBanner .dashboard-tiles-wrap .tile-list li .button {
    background: #fff !important;
    color: #000 !important;
  }
  .sub_oneConer .dashboard-tiles-wrap .tile-trigger,
  .sub_twoConer .dashboard-tiles-wrap .tile-trigger {
    padding: 0 4.6875vw 22px;
  }
  .sub_oneConer .dashboard-tiles-wrap .tile-list li .button,
  .sub_twoConer .dashboard-tiles-wrap .tile-list li .button {
    border: 0;
    background: 0 !important;
    color: #000 !important;
    padding: 10px 0;
    text-align: left;
    text-decoration: underline;
  }
}

.ratio-fill {
  position: relative;
  height: 100%;
}

.ratio-fill .ratio-media {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.ratio-standard {
  position: relative;
}

.ratio-standard::before {
  content: '';
  display: block;
  padding-bottom: 125%;
  width: 100%;
}

.ratio-standard .ratio-media {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.ratio-featured {
  position: relative;
}

.ratio-featured:before {
  content: '';
  display: block;
  padding-bottom: 62.5%;
  width: 100%;
}

.ratio-featured .ratio-media {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.ratio-normal {
  position: relative;
}

.ratio-normal:before {
  content: '';
  display: block;
  padding-bottom: 31.25%;
  width: 100%;
}

.ratio-normal .ratio-media {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.ratio-media.fit {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover;";
}

.ratio-media.fit img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover;";
}

.ratio-media.fit video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover;";
  background-color: #000000;
}

.dashboard-tiles-wrap {
  margin: 0 auto;
  max-width: 1440px;
}

.dashboard-tiles-wrap [class*="heading-type"] {
  line-height: 1.2222em;
}

.dashboard-tiles-wrap [class*="body-type"] {
  line-height: 1.375em;
}

.dashboard-tiles-wrap p {
  margin: 0 0 14px;
}

.dashboard-tiles-wrap p:last-child {
  margin-bottom: 0;
}

.dashboard-tiles-wrap .icon-inline-cta {
  position: relative;
  height: 1.125em;
  display: inline-block;
  fill: currentColor;
}

.dashboard-tiles-wrap .link-underline:focus {
  text-decoration: underline;
}

.dashboard-tiles-wrap .link-underline:hover {
  text-decoration: underline;
}

.dashboard-tiles-wrap .link-primary:focus {
  opacity: .7;
}

.dashboard-tiles-wrap .link-primary:hover {
  opacity: .7;
}

.dashboard-tiles-wrap .link:focus {
  opacity: .7;
}

.dashboard-tiles-wrap .link:hover {
  opacity: .7;
}

.dashboard-tiles-wrap .button {
  min-width: 180px;
}

.dashboard-tiles-wrap .tile-overlay [class^=button] {
  pointer-events: auto;
}

.dashboard-tiles-wrap .tile-overlay a {
  pointer-events: auto;
}

.dashboard-tiles-wrap .tile-overlay button {
  pointer-events: auto;
}

.dashboard-tiles-wrap .product-badges {
  top: 30px;
  right: 30px;
}

.dashboard-tiles-wrap .product-wish {
  top: 30px;
  left: 30px;
}

.dashboard-tiles-wrap .product-tile-details {
  position: absolute;
  bottom: 30px;
  left: 30px;
  max-width: calc( 100% - 60px);
  line-height: 1.3333em;
}

.dashboard-tiles-wrap .product-tile-details .price {
  margin-top: 4px;
}

.dashboard-tiles-wrap .product-tile-details .price span:not(:last-child) {
  margin-right: .125em;
}

.dashboard-tiles-wrap .product-tile-details .price .rate {
  font-weight: 700;
}

.dashboard-tiles-wrap .media-tile {
  position: relative;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: -.025em;
  word-break: keep-all;
  word-wrap: break-word;
  overflow-wrap: break-word;
  overflow: hidden;
}

.dashboard-tiles-wrap .media-tile .tile-overlay {
  position: absolute;
  top: 0;
  left: 0;
  padding: 30px;
  width: 100%;
  height: 100%;
  pointer-events: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  z-index: 1;
}

.dashboard-tiles-wrap .media-tile .tile-overlay .spatial-tags-overlay {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
  pointer-events: none;
  overflow: hidden;
  opacity: 1;
  background-color: transparent;
  -webkit-transition: opacity 213ms ease-out,background-color 213ms ease-out;
  transition: opacity 213ms ease-out,background-color 213ms ease-out;
  pointer-events: auto;
}

.dashboard-tiles-wrap .media-tile .tile-overlay .spatial-tags-overlay .spatial-tag {
  position: absolute;
  width: 1.875em;
  height: 1.875em;
  font-size: 14px;
  color: #000000;
  pointer-events: auto;
  cursor: pointer;
}

.dashboard-tiles-wrap .media-tile .tile-overlay .spatial-tags-overlay .spatial-tag::before {
  content: '';
  position: absolute;
  width: 1.875em;
  height: 1.875em;
  border-radius: 100%;
  background-color: #ffffff;
  -webkit-transition: background-color 213ms ease-out;
  transition: background-color 213ms ease-out;
}

.dashboard-tiles-wrap .media-tile .tile-overlay .spatial-tags-overlay .spatial-tag::after {
  content: '';
  position: absolute;
  top: calc(100% + .625rem);
  left: 0;
  right: 0;
  margin: auto;
  width: 0;
  height: 0;
  border-left: .78125rem solid transparent;
  border-right: .78125rem solid transparent;
  border-bottom: .875rem solid #fff;
  opacity: 0;
  pointer-events: none;
  -webkit-transform: scale(0.85);
  transform: scale(0.85);
  -webkit-transform-origin: bottom;
  transform-origin: bottom;
  -webkit-transition: opacity 213ms ease-out,-webkit-transform 213ms ease-out;
  transition: opacity 213ms ease-out,-webkit-transform 213ms ease-out;
  transition: opacity 213ms ease-out,transform 213ms ease-out;
  transition: opacity 213ms ease-out,transform 213ms ease-out,-webkit-transform 213ms ease-out;
}

.dashboard-tiles-wrap .media-tile .tile-overlay .spatial-tags-overlay .spatial-tag.top-tooltip::after {
  top: auto;
  bottom: calc(100% + .625rem);
  border-top: .875rem solid #fff;
  border-bottom: none;
  -webkit-transform-origin: top;
  transform-origin: top;
}

.dashboard-tiles-wrap .media-tile .tile-overlay .spatial-tags-overlay .spatial-tag.top-tooltip .product-tooltip {
  top: auto;
  bottom: calc(100% + 1.5rem);
  -webkit-transform-origin: bottom;
  transform-origin: bottom;
}

.dashboard-tiles-wrap .media-tile .tile-overlay .spatial-tags-overlay .spatial-tag .spatial-tag-icon {
  display: block;
  -webkit-transition: -webkit-transform 213ms ease-out;
  transition: -webkit-transform 213ms ease-out;
  transition: transform 213ms ease-out;
  transition: transform 213ms ease-out,-webkit-transform 213ms ease-out;
  pointer-events: none;
  position: absolute;
  fill: currentColor;
}

.dashboard-tiles-wrap .media-tile .tile-overlay .spatial-tags-overlay .spatial-tag .spatial-tag-icon.open-icon {
  top: .25rem;
  left: .3rem;
  width: 1rem;
  height: 1rem;
}

.dashboard-tiles-wrap .media-tile .tile-overlay .spatial-tags-overlay .spatial-tag .spatial-tag-icon.close-icon {
  top: .4375rem;
  left: .4375rem;
  width: .75rem;
  height: .75rem;
  opacity: 0;
  visibility: hidden;
}

.dashboard-tiles-wrap .media-tile .tile-overlay .spatial-tags-overlay .spatial-tag .anchor {
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
}

.dashboard-tiles-wrap .media-tile .tile-overlay .spatial-tags-overlay .spatial-tag .product-tooltip {
  width: 20rem;
  height: 6.25rem;
  background: #fff;
  position: absolute;
  top: calc(100% + 3.125rem);
  left: -10rem;
  pointer-events: none;
  opacity: 0;
  -webkit-transform: scale(0.85);
  transform: scale(0.85);
  -webkit-transform-origin: top;
  transform-origin: top;
  -webkit-transition: opacity 213ms ease-out,-webkit-transform 213ms ease-out;
  transition: opacity 213ms ease-out,-webkit-transform 213ms ease-out;
  transition: opacity 213ms ease-out,transform 213ms ease-out;
  transition: opacity 213ms ease-out,transform 213ms ease-out,-webkit-transform 213ms ease-out;
}

.dashboard-tiles-wrap .media-tile .tile-overlay .spatial-tags-overlay .spatial-tag .product-tooltip .image-container {
  width: 5rem;
  height: 6.25rem;
}

.dashboard-tiles-wrap .media-tile .tile-overlay .spatial-tags-overlay .spatial-tag .product-tooltip .image-container img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.dashboard-tiles-wrap .media-tile .tile-overlay .spatial-tags-overlay .spatial-tag .product-tooltip .info {
  padding: .625rem;
  max-width: 13.125rem;
  color: #000000;
}

.dashboard-tiles-wrap .media-tile .tile-overlay .spatial-tags-overlay .spatial-tag .product-tooltip .tooltip-arrow {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  padding-right: .625rem;
}

.dashboard-tiles-wrap .media-tile .tile-overlay .spatial-tags-overlay.toggle-active {
  background-color: rgba(0, 0, 0, 0.3);
}

.dashboard-tiles-wrap .media-tile .tile-overlay .spatial-tags-overlay.toggle-active .spatial-tag {
  color: #ffffff;
}

.dashboard-tiles-wrap .media-tile .tile-overlay .spatial-tags-overlay.toggle-active .spatial-tag::before {
  background-color: #000000;
}

.dashboard-tiles-wrap .media-tile .tile-overlay .spatial-tags-overlay.toggle-active .spatial-tag::after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.dashboard-tiles-wrap .media-tile .tile-overlay .spatial-tags-overlay.toggle-active .spatial-tag .spatial-tag-icon {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.dashboard-tiles-wrap .media-tile .tile-overlay .spatial-tags-overlay.toggle-active .spatial-tag .spatial-tag-icon.open-icon {
  opacity: 0;
  visibility: hidden;
}

.dashboard-tiles-wrap .media-tile .tile-overlay .spatial-tags-overlay.toggle-active .spatial-tag .spatial-tag-icon.close-icon {
  opacity: 1;
  visibility: inherit;
}

.dashboard-tiles-wrap .media-tile .tile-overlay .spatial-tags-overlay.toggle-active .spatial-tag .product-tooltip {
  opacity: 1;
  pointer-events: auto;
  z-index: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.dashboard-tiles-wrap .media-tile .tile-text {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.dashboard-tiles-wrap .media-tile .tile-overlay.display-hover {
  pointer-events: auto;
  -webkit-transition: opacity 0.6s cubic-bezier(0.4, 0.9, 0.3, 1), background-color 0.6s cubic-bezier(0.4, 0.9, 0.3, 1);
  transition: opacity 0.6s cubic-bezier(0.4, 0.9, 0.3, 1), background-color 0.6s cubic-bezier(0.4, 0.9, 0.3, 1);
}

.dashboard-tiles-wrap .media-tile .tile-overlay.display-hover-none {
  pointer-events: auto;
}

.dashboard-tiles-wrap .text-tile > .tile-overlay {
  padding: 30px;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.dashboard-tiles-wrap .tile-list {
  margin: 0;
}

.dashboard-tiles-wrap .tile-list li:not(:first-child) {
  margin: 14px 0 0;
}

.dashboard-tiles-wrap svg + .link-text {
  margin-left: .5625em;
}

.dashboard-tiles-wrap .tile-trigger {
  padding: 22px 16px;
}

.dashboard-tiles-wrap .tile-trigger .tile-list li {
  margin-top: 0;
}

.dashboard-tiles-wrap .tile-trigger .tile-list li:not(:first-child) {
  margin-top: 3.125vw;
}

@media screen and (max-width: 767px) {
  .ratio-fill .ratio-media {
    position: relative;
  }
  .ratio-normal:before {
    content: '';
    display: block;
    padding-bottom: 62.5%;
    width: 100%;
  }
  .dashboard-tiles-wrap p {
    margin-bottom: 1.875vw;
  }
  .dashboard-tiles-wrap .product-badges {
    top: 4.6875vw;
    right: 4.6875vw;
  }
  .dashboard-tiles-wrap .product-wish {
    top: 4.6875vw;
    left: 4.6875vw;
  }
  .dashboard-tiles-wrap .product-tile-details {
    bottom: 4.6875vw;
    left: 4.6875vw;
    max-width: calc( 100% - 9.375vw);
    font-size: 12px;
  }
  .dashboard-tiles-wrap .media-tile {
    font-size: 12px;
  }
  .dashboard-tiles-wrap .media-tile .tile-overlay {
    padding: 4.6875vw;
  }
  .dashboard-tiles-wrap .text-tile > .tile-overlay {
    padding: 16px;
  }
  .brand-object-links {
    margin: 0 auto;
    padding: 22px 0;
  }
  .brand-object-links > .title {
    margin: 0;
    font-size: 24px;
    line-height: 1;
  }
  .brand-object-links > .content-community {
    padding: 20px 0 30px;
  }
  .brand-object-links .link-list {
    margin: 45px 16px 0;
  }
  .brand-object-links .link-list > li {
    margin: 0;
  }
  .brand-object-links .link-list > li:not(:first-child) {
    margin-top: 16px;
  }
  .brand-object-links .link-list .link {
    display: flex;
    height: 55px;
    font-size: 15px;
    font-weight: 600;
    line-height: 1;
    color: #ffffff;
    background-color: #000000;
  }
  .brand-object-links .object-list {
    margin: 20px auto 0;
    width: 100%;
  }
  .brand-object-links .object-list .item {
    display: inline-block;
    width: 120px;
    text-align: center;
  }
  .brand-object-links .object-list .item-label {
    margin-top: 10px;
    font-size: 12px;
    font-weight: 400;
    line-height: 1;
  }
}

@media screen and (min-width: 768px) {
  .dashboard-full {
    position: relative;
  }
  .dashboard-full::before {
    content: '';
    display: block;
    width: 100%;
    padding-bottom: 62.5%;
  }
  .dashboard-full .dashboard-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .dashboard-half .dashboard-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .dashboard-tile.grow-1 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 25%;
    -ms-flex: 1 0 25%;
    flex: 1 0 25%;
  }
  .dashboard-tile.grow-2 {
    -webkit-box-flex: 2;
    -webkit-flex: 2 0 50%;
    -ms-flex: 2 0 50%;
    flex: 2 0 50%;
  }
  .dashboard-tile.grow-3 {
    -webkit-box-flex: 3;
    -webkit-flex: 3 0 75%;
    -ms-flex: 3 0 75%;
    flex: 3 0 75%;
  }
  .dashboard-tile.grow-4 {
    -webkit-box-flex: 4;
    -webkit-flex: 4 0 100%;
    -ms-flex: 4 0 100%;
    flex: 4 0 100%;
  }
  .dashboard-tiles-wrap p {
    margin-bottom: .9722vw;
  }
  .dashboard-tiles-wrap .text-link:hover {
    text-decoration: underline;
  }
  .dashboard-tiles-wrap .product-badges {
    top: 2.0833vw;
    right: 2.0833vw;
  }
  .dashboard-tiles-wrap .product-wish {
    top: 2.0833vw;
    left: 2.0833vw;
  }
  .dashboard-tiles-wrap .product-tile-details {
    bottom: 2.0833vw;
    left: 2.0833vw;
    max-width: calc( 100% - 4.1666vw);
  }
  .dashboard-tiles-wrap .media-tile .tile-overlay {
    padding: 2.0833vw;
    background-color: transparent;
  }
  .dashboard-tiles-wrap .media-tile .tile-overlay:hover.display-hover {
    color: #ffffff;
    background-color: rgba(0, 0, 0, 0.75);
    opacity: 1;
  }
  .dashboard-tiles-wrap .media-tile .tile-overlay.display-hover {
    opacity: 0;
  }
  .dashboard-tiles-wrap .text-tile > .tile-overlay {
    padding: 2.0833vw;
    background-color: transparent;
  }
  .dashboard-tiles-wrap .tile-list li:not(:first-child) {
    margin-top: .9722vw;
  }
  .brand-object-links {
    margin: 0 auto;
    padding: 60px 0;
  }
  .brand-object-links > .title {
    margin: 0;
    font-size: 36px;
    line-height: 1;
  }
  .brand-object-links > .content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .brand-object-links > .content-community {
    padding: 40px 0 60px;
  }
  .brand-object-links .link-list {
    margin: 0;
  }
  .brand-object-links .link-list > li {
    margin: 20px 0 0;
  }
  .brand-object-links .link-list > li:not(:first-child) {
    margin-top: 16px;
  }
  .brand-object-links .link-list .link {
    display: inline-flex;
    font-size: 16px;
    font-weight: 600;
    line-height: 1;
  }
  .brand-object-links .link-list .link .icon {
    height: 1em;
  }
  .brand-object-links .link-list .link .text {
    margin-left: 9px;
  }
  .brand-object-links .link-list .link:hover {
    text-decoration: underline;
    opacity: .7;
  }
  .brand-object-links .object-list {
    margin: 20px auto 0;
    width: 100%;
  }
  .brand-object-links .object-list .item {
    display: inline-block;
    width: 180px;
    text-align: center;
  }
  .brand-object-links .object-list .item-label {
    font-size: 16px;
    font-weight: 600;
    line-height: 1;
  }
}

@media screen and (min-width: 1440px) {
  .dashboard-tiles-wrap p {
    margin-bottom: 14px;
  }
  .dashboard-tiles-wrap .button-wide-cta {
    font-size: 14px;
  }
  .dashboard-tiles-wrap .product-badges {
    top: 30px;
    right: 30px;
  }
  .dashboard-tiles-wrap .product-wish {
    top: 30px;
    left: 30px;
  }
  .dashboard-tiles-wrap .product-tile-details {
    bottom: 30px;
    left: 30px;
    max-width: calc( 100% - 60px);
  }
  .dashboard-tiles-wrap .media-tile .tile-overlay {
    padding: 50px;
  }
  .dashboard-tiles-wrap .tile-list li:not(:first-child) {
    margin-top: 14px;
  }
}

.uk-modal.modal-restock .uk-modal-dialog {
  max-width: 536px;
}

.uk-modal.modal-request-restock-success .uk-modal-dialog {
  max-width: 360px;
  border-radius: 8px;
}

.uk-modal.modal-request-restock-success .uk-modal-dialog .uk-close {
  right: 20px;
}

.request-restock-notify {
  padding: 10px 40px;
}

.request-restock-notify .modal-title {
  margin-top: 20px;
}

.request-restock-notify .modal-title h2 {
  font-size: 24px;
  font-weight: bold;
  padding-bottom: 20px;
  border-bottom: 2px solid #000;
}

.request-restock-notify .request-restock-section {
  padding-top: 24px;
}

.request-restock-notify .request-restock-section .product-variations .variation-selector.selector-size .col-12 {
  padding: 0;
}

.request-restock-notify .request-restock-section .restock-product-info-wrap .product-restock .product-image {
  width: 120px;
}

.request-restock-notify .request-restock-section .restock-product-info-wrap .product-restock .product-restock-details {
  width: calc(100% - 120px);
  padding-left: 20px;
}

.request-restock-notify .request-restock-section .restock-product-info-wrap .product-restock .product-restock-details .product-name {
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 16px;
}

.request-restock-notify .request-restock-section .restock-product-info-wrap .product-restock .product-restock-details .product-options .label {
  margin-right: 10px;
}

.request-restock-notify .request-restock-section .restock-product-info-wrap .product-restock .product-restock-details .product-options .value {
  color: #666;
}

.request-restock-notify .request-restock-section .restock-product-info-wrap .product-restock .product-restock-details .price-wrap {
  margin-top: 15px;
}

.request-restock-notify .request-restock-section .restock-product-info-wrap .product-restock .product-restock-details .price-wrap .price-sale {
  display: block;
  font-size: 14px;
  color: #9b9b9b;
  text-decoration: line-through;
  margin-bottom: .3em;
}

.request-restock-notify .request-restock-section .restock-product-info-wrap .product-restock .product-restock-details .price-wrap .price {
  margin-right: 10px;
  color: #000;
  font-size: 18px;
}

.request-restock-notify .request-restock-section .restock-product-info-wrap .product-restock .product-restock-details .price-wrap .disc-num {
  font-size: 18px;
  font-weight: bold;
  color: #d31717;
}

.request-restock-notify .request-restock-section .product-variations .variation-selector.selector-size {
  padding-top: 24px;
  margin-top: 24px;
  margin-bottom: 20px;
  border-top: 1px solid #e6e6e6;
}

.request-restock-notify .request-restock-section .product-variations .variation-selector.selector-size .label {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 16px;
}

.request-restock-notify .request-restock-section .request-restock-input {
  margin-top: 32px;
}

.request-restock-notify .request-restock-section .request-restock-input .input-label {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 16px;
}

.request-restock-notify .request-restock-section .request-restock-input .restock-sms-error-msg {
  display: none;
  font-size: 12px;
  color: #ca1d31;
  margin-top: 4px;
}

.request-restock-notify .request-restock-section .request-restock-input .input-field input {
  height: 48px;
  padding-left: 1em;
  width: 100%;
  line-height: 1.5;
  border: 1px solid #c4c4c4;
}

.request-restock-section .restock-guide {
  margin: 24px 0;
  padding-top: 20px;
  border-top: 1px solid #e5e5e5;
}

.request-restock-section .restock-guide .restock-guide-list > li {
  color: #666;
}

.request-restock-section .restock-guide .restock-guide-list > li:before {
  content: '-';
  display: inline-block;
  margin-right: 3px;
}

.request-restock-section .restock-btn-wrap {
  gap: 8px;
  margin-bottom: 24px;
}

.request-restock-section .restock-btn-wrap .button {
  height: 52px;
}

.request-restock-section .restock-btn-wrap .restock-cancel-btn {
  background-color: #c4c4c4;
  border-color: #c4c4c4;
  color: #fff;
}

.request-restock-success {
  padding: 20px;
}

.request-restock-success .contents {
  padding-top: 24px;
  text-align: center;
}

.request-restock-success .contents .result-message {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 16px;
}

.request-restock-success .contents .description {
  color: #999;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 24px;
}

.request-restock-success .contents .button {
  max-width: 100%;
  height: 50px;
  font-size: 16px;
}

/* Tablet and bigger */
@media (max-width: 768px) {
  .uk-modal.modal-restock .uk-modal-dialog .uk-close {
    top: 14px;
    right: 13px;
  }
  .request-restock-notify {
    padding: 0;
  }
  .request-restock-notify .modal-title {
    margin: 0;
  }
  .request-restock-notify .modal-title h2 {
    padding: 16px;
    font-weight: 500;
    font-size: 18px;
    border-bottom: 1px solid #e6e6e6;
  }
  .request-restock-notify .request-restock-section {
    padding: 24px 16px;
  }
  .request-restock-notify .request-restock-section .restock-product-info-wrap .product-restock {
    align-items: start;
  }
  .request-restock-notify .request-restock-section .restock-product-info-wrap .product-restock .product-image {
    width: 96px;
  }
  .request-restock-notify .request-restock-section .restock-product-info-wrap .product-restock .product-restock-details {
    width: calc(100% - 96px);
    padding-left: 16px;
  }
  .request-restock-notify .request-restock-section .restock-product-info-wrap .product-restock .product-restock-details .product-name {
    font-size: 16px;
    margin-bottom: 8px;
  }
  .request-restock-notify .request-restock-section .restock-product-info-wrap .product-restock .product-restock-details .product-options .value {
    font-size: 13px;
  }
  .request-restock-notify .request-restock-section .product-variations .variation-selector.selector-size {
    padding-top: 0;
    border: none;
  }
  .request-restock-notify .request-restock-section .product-variations .variation-selector.selector-size .label {
    font-size: 14px;
    font-size: 500;
  }
  .request-restock-notify .request-restock-section .request-restock-input .input-label {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 8px;
  }
  .request-restock-notify .request-restock-section .restock-guide {
    padding-top: 0;
    border: 0;
    line-height: 1.8;
  }
  .request-restock-notify .request-restock-section .restock-guide .restock-guide-list li::before {
    content: '·';
  }
  .request-restock-notify .request-restock-section .restock-btn-wrap {
    margin: 0;
  }
  .request-restock-notify .request-restock-section .restock-btn-wrap .button {
    height: 48px;
  }
}

.modal-quickview {
  padding: 20px;
}

.modal-quickview .uk-modal-dialog {
  width: 880px;
}

.modal-quickview .contents-wrap {
  padding: 40px 30px;
}

.modal-quickview .contents-wrap > .row > div.col-12 {
  position: relative;
}

.modal-quickview .contents-wrap > .row .app-only-badge {
  width: 41px;
  height: 47px;
  position: absolute;
  top: 0;
  right: 50px;
  z-index: 1;
  background-color: #000;
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.modal-quickview .contents-wrap > .row .app-only-badge .icon {
  width: 24px;
  height: 24px;
}

.modal-quickview .contents-wrap > .row .app-only-badge span {
  font-size: 10px;
  font-weight: 700;
}

.modal-quickview .contents-wrap .contents.margin-small {
  margin-top: 0;
}

.modal-quickview .contents-wrap .contents .col-lg-7,
.modal-quickview .contents-wrap .contents .col-lg-5 {
  -webkit-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%;
}

.modal-quickview .contents-wrap .quickView-modal-title {
  border-bottom: 2px solid #111111;
  margin-bottom: 30px;
}

.modal-quickview .contents-wrap .quickView-modal-title h2 {
  font-size: 24px;
  line-height: 34px;
  font-weight: 500;
  padding-bottom: 10px;
}

.modal-quickview .contents-wrap .col-md-7 {
  padding-right: 30px;
}

.modal-quickview .contents-wrap .img-detail_product {
  -webkit-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%;
  padding-right: 0;
}

.modal-quickview .contents-wrap .img-detail_product .product-gallery-wrap .bx-wrapper .bx-controls {
  display: none;
}

.modal-quickview .contents-wrap .img-detail_product .product-gallery-wrap .product-thumb {
  position: relative;
}

.modal-quickview .contents-wrap .img-detail_product .product-gallery-wrap .product-thumb .thumb-wrap {
  width: 100% !important;
}

.modal-quickview .contents-wrap .img-detail_product .product-gallery-wrap .product-thumb .thumb-wrap .thumb-list {
  float: none;
  width: auto;
  border: none;
  margin-left: 0;
  margin-bottom: 16px;
}

.modal-quickview .contents-wrap .img-detail_product .product-gallery-wrap .product-thumb .thumb-wrap .thumb-list::before {
  display: none;
}

.modal-quickview .contents-wrap .img-detail_product .product-gallery-wrap .product-thumb .thumb-wrap .thumb-list a {
  position: relative;
}

.modal-quickview .contents-wrap .product-information {
  padding: 0;
}

.modal-quickview .contents-wrap .product-information .product-summary {
  padding: 0;
  border: none;
}

.modal-quickview .contents-wrap .product-information .product-summary .product-unique {
  padding-bottom: 10px;
}

.modal-quickview .contents-wrap .product-information .product-summary .product-unique span {
  font-size: 14px;
  letter-spacing: unset;
}

.modal-quickview .contents-wrap .product-information .product-summary .product-name {
  font-size: 22px;
  line-height: 28px;
  padding-bottom: 40px;
  margin-bottom: 0;
}

.modal-quickview .contents-wrap .product-information .product-summary .product-price {
  margin: 0;
  overflow: hidden;
}

.modal-quickview .contents-wrap .product-information .product-summary .product-price .price-sale {
  float: left;
  margin-right: 15px;
}

.modal-quickview .contents-wrap .product-information .product-summary .product-review {
  padding: 20px 0;
  border-bottom: 1px solid #e9e9e9;
}

.modal-quickview .contents-wrap .product-information .product-summary .product-review .score {
  display: none;
}

.modal-quickview .contents-wrap .product-information .product-summary .product-review .review-num {
  display: none;
}

.modal-quickview .contents-wrap .product-information .product-variations .variation-information {
  padding: 20px 0 10px;
}

.modal-quickview .contents-wrap .product-information .product-variations .selector-color {
  margin-top: 5px;
}

.modal-quickview .contents-wrap .product-information .product-variations .selector-size .size-guide-wrap {
  display: none;
}

.modal-quickview .contents-wrap .product-information .product-variations .selector-size .variation-size {
  max-width: calc(25% + 1px);
}

.modal-quickview .contents-wrap .product-information .product-variations .quantity {
  padding: 25px 0;
}

.modal-quickview .contents-wrap .product-information .product-variations .quantity .btn-qty .label {
  width: 100px;
  height: 50px;
  margin: 0;
  border-color: #c4c4c4;
}

.modal-quickview .contents-wrap .product-information .product-variations .quantity .btn-qty .btn {
  width: 50px;
  height: 50px;
  border-color: #c4c4c4;
  font-size: 12px;
}

.modal-quickview .contents-wrap .product-information .status-wrap .product-variations-action {
  margin: 0;
}

.modal-quickview .contents-wrap .product-information .status-wrap .product-variations-action .btn-wrap {
  position: relative;
}

.modal-quickview .contents-wrap .product-information .status-wrap .product-variations-action .btn-wrap .comming .button {
  text-indent: -50px;
}

.modal-quickview .contents-wrap .product-information .status-wrap .product-variations-action .btn-wrap .comming .btn-wish {
  width: 50px;
  height: 50px;
}

.modal-quickview .contents-wrap .product-information .status-wrap .product-variations-action .btn-wrap .comming .btn-wish .wish-action {
  line-height: 50px;
}

.modal-quickview .contents-wrap .product-information .status-wrap .product-variations-action .btn-wrap .button {
  padding: 0;
  height: 50px;
  line-height: 50px;
  text-align: center;
  text-indent: 0;
}

.modal-quickview .contents-wrap .product-information .status-wrap .product-variations-action .action-buy {
  position: absolute;
  top: 0;
  right: 48px;
  z-index: 10;
}

.modal-quickview .contents-wrap .product-information .status-wrap .product-variations-action .action-buy .btn-buy {
  width: 143px;
}

.modal-quickview .contents-wrap .product-information .status-wrap .product-variations-action .action-cart {
  width: 100%;
  margin: 0;
}

.modal-quickview .contents-wrap .product-information .status-wrap .product-variations-action .action-cart .btn-cart {
  width: 145px;
}

.modal-quickview .contents-wrap .product-information .status-wrap .product-variations-action .action-cart .col-action-wish {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
}

.modal-quickview .contents-wrap .product-information .status-wrap .product-variations-action .action-cart .col-action-wish .btn-wish {
  width: 50px;
  height: 50px;
  padding: 10px 0 0 0;
}

.modal-quickview .contents-wrap .product-information .status-wrap .product-variations-action .action-cart .col-action-wish .btn-wish .wish-action {
  line-height: 50px;
  width: 100%;
  text-align: center;
}

.modal-quickview .contents-wrap .product-information .status-wrap .product-variations-action .store-pickup {
  flex-basis: unset;
}

.modal-quickview .contents-wrap .product-information .status-wrap .product-variations-action .store-pickup .text-info {
  display: none;
}

.modal-quickview .contents-wrap .product-information .status-wrap .product-variations-action .store-pickup.pickup-addon:after {
  content: '- 매장픽업 사은품은 매장 상황에 따라 조기 소진될 수 있으니, 매장에 문의 바랍니다.';
  display: block;
  padding-top: 15px;
  text-align: left;
  font-size: 12px;
  font-weight: 500;
  color: #e60023;
  line-height: normal;
}

.modal-quickview .contents-wrap .product-information .pdp-info {
  padding-bottom: 0;
}

.modal-quickview .contents-wrap .share-style {
  display: none;
}

.modal-quickview.cart_opt_chg .product-variations-action .btn-wrap .action-cart {
  margin-left: 0;
}

.modal-quickview.cart_opt_chg .mini-option-wrap {
  display: none;
}

.modal-quickview .pdp-gallery-fullview {
  padding: 0;
}

.modal-quickview .pdp-gallery-fullview .pdp-gallery-fullview-close {
  z-index: 1;
}

.modal-quickview .pdp-gallery-fullview .bxslider-controls .btn-prev {
  left: 25px;
}

.modal-quickview .pdp-gallery-fullview .bxslider-controls .btn-next {
  right: 25px;
}

.modal-quickview:not(.cart_opt_chg) .mini-option-wrap {
  position: inherit;
  padding: 10px 0;
}

/* Reponsive 767px */
@media screen and (max-width: 767px) {
  .modal-quickview {
    display: -webkit-box !important;
    padding: 0;
    padding-bottom: env(safe-area-inset-bottom);
  }
  .modal-quickview .uk-modal-dialog {
    width: 100%;
  }
  .modal-quickview .uk-close {
    top: 20px;
    right: 15px;
    max-width: 20px;
    max-height: 20px;
  }
  .modal-quickview .contents-wrap {
    padding: 35px 15px 20px;
  }
  .modal-quickview .contents-wrap > .row .app-only-badge {
    right: 20px;
  }
  .modal-quickview .contents-wrap .quickView-modal-title {
    margin-bottom: 20px;
  }
  .modal-quickview .contents-wrap .quickView-modal-title h2 {
    font-size: 20px;
    line-height: 30px;
    font-weight: bold;
    text-align: center;
  }
  .modal-quickview .contents-wrap .col-md-7 {
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding-right: 0;
  }
  .modal-quickview .contents-wrap .col-md-5 {
    width: 100%;
    max-width: 100%;
  }
  .modal-quickview .contents-wrap .img-detail_product .product-gallery-wrap .bx-wrapper .bx-controls {
    top: auto;
  }
  .modal-quickview .contents-wrap .product-information .pdp-info {
    padding-top: 20px;
  }
  .modal-quickview .contents-wrap .product-information .pdp-info .product-summary .product-unique span {
    font-size: 12px;
  }
  .modal-quickview .contents-wrap .product-information .pdp-info .product-summary .product-name {
    font-size: 16px;
    line-height: 20px;
    padding-bottom: 10px;
  }
  .modal-quickview .contents-wrap .product-information .pdp-info .product-summary .product-price {
    display: block;
    overflow: hidden;
    line-height: 1;
  }
  .modal-quickview .contents-wrap .product-information .pdp-info .product-summary .product-price .price {
    font-size: 14px;
    line-height: 1;
    vertical-align: top;
  }
  .modal-quickview .contents-wrap .product-information .pdp-info .product-summary .product-price .price-sale {
    font-size: 13px;
    line-height: 14px;
  }
  .modal-quickview .contents-wrap .product-information .pdp-info .product-summary .product-review {
    padding: 0;
    border: none;
  }
  .modal-quickview .contents-wrap .product-information .pdp-info .product-summary .product-review .review_go {
    padding: 10px 0;
  }
  .modal-quickview .contents-wrap .product-information .pdp-info .product-variations .variation-information .product-style {
    font-size: 12px;
  }
  .modal-quickview .contents-wrap .product-information .pdp-info .product-variations .selector-size {
    margin-top: 10px;
  }
  .modal-quickview .contents-wrap .product-information .pdp-info .product-variations .selector-size .tit {
    font-size: 12px;
    padding: 0 0 15px;
  }
  .modal-quickview .contents-wrap .product-information .pdp-info .product-variations .selector-size .variation-size {
    max-width: calc(100% / 4);
  }
  .modal-quickview .contents-wrap .product-information .pdp-info .product-variations .quantity .tit {
    font-size: 12px;
  }
  .modal-quickview .contents-wrap .product-information .pdp-info .status-wrap .product-variations-action .btn-wrap .button {
    height: 43px;
    line-height: 43px;
  }
  .modal-quickview .contents-wrap .product-information .pdp-info .status-wrap .product-variations-action .btn-wrap .comming .button {
    text-indent: -40px;
  }
  .modal-quickview .contents-wrap .product-information .pdp-info .status-wrap .product-variations-action .btn-wrap .comming .btn-wish {
    width: 43px;
    height: 43px;
  }
  .modal-quickview .contents-wrap .product-information .pdp-info .status-wrap .product-variations-action .btn-wrap .comming .btn-wish .wish-action {
    line-height: 41px;
  }
  .modal-quickview .contents-wrap .product-information .pdp-info .status-wrap .product-variations-action .btn-wrap .action-buy {
    position: relative;
    top: unset;
    right: unset;
    margin: 0;
  }
  .modal-quickview .contents-wrap .product-information .pdp-info .status-wrap .product-variations-action .btn-wrap .action-buy .btn-buy {
    width: calc(50% - 21px);
    position: absolute;
    top: 0;
    right: 43px;
    color: #fff;
    background: #000;
  }
  .modal-quickview .contents-wrap .product-information .pdp-info .status-wrap .product-variations-action .btn-wrap .action-cart .btn-cart {
    width: calc(50% - 21px);
    font-weight: bold;
    margin-top: -1px;
  }
  .modal-quickview .contents-wrap .product-information .pdp-info .status-wrap .product-variations-action .btn-wrap .action-cart .btn-cart:before {
    display: none;
  }
  .modal-quickview .contents-wrap .product-information .pdp-info .status-wrap .product-variations-action .btn-wrap .action-cart .col-action-wish {
    position: absolute;
    top: -1px;
    right: 1px;
  }
  .modal-quickview .contents-wrap .product-information .pdp-info .status-wrap .product-variations-action .btn-wrap .action-cart .col-action-wish .btn-wish {
    width: 43px;
    height: 43px;
    padding: 0;
  }
  .modal-quickview .contents-wrap .product-information .pdp-info .status-wrap .product-variations-action .btn-wrap .action-cart .col-action-wish .wish-action {
    line-height: 41px;
  }
  .modal-quickview .contents-wrap .product-information .pdp-info .status-wrap .product-variations-action .btn-wrap .store-pickup {
    position: relative;
    padding-bottom: 43px;
  }
  .modal-quickview .contents-wrap .product-information .pdp-info .status-wrap .product-variations-action .btn-wrap .store-pickup:after {
    font-size: 12px;
    padding: 20px 0 10px;
  }
  .modal-quickview .contents-wrap .product-information .pdp-info .status-wrap .product-variations-action .btn-wrap .store-pickup .pickup-wrap {
    position: absolute;
    bottom: 0;
    width: 100%;
  }
  .modal-quickview .contents-wrap .contents.margin-small {
    display: block;
  }
  .modal-quickview .contents-wrap .contents .col-12 {
    display: block;
  }
}

@media screen and (min-width: 768px) {
  .modal-quickview .contents-wrap .product-information .product-variations .selector-color {
    display: block;
    overflow: hidden;
  }
  .modal-quickview .contents-wrap .product-information .product-variations .selector-color .variation-color {
    float: left;
    margin-right: 2px;
  }
  .modal-quickview .contents-wrap .product-information .product-variations .selector-size .col-12 {
    margin-top: -28px;
  }
  .modal-quickview .contents-wrap .product-information .product-variations .selector-size .col-12.msg {
    margin-top: 0;
  }
}

/* Tablet and bigger */
@media (max-width: 768px) {
  .modal-quickview:not(.cart_opt_chg) .product-variations-action .btn-wrap .action-buy {
    display: none;
  }
  .modal-quickview:not(.cart_opt_chg) .product-variations-action .btn-wrap .action-cart {
    display: none;
  }
  .modal-quickview:not(.cart_opt_chg) .product-variations-action .btn-wrap .comming {
    display: none;
  }
  .modal-quickview:not(.cart_opt_chg) .product-variations-action .action-signin {
    display: none;
  }
  .modal-quickview:not(.cart_opt_chg) .contents-wrap .mini-option-wrap .product-information .pdp-info {
    padding: 15px 15px;
  }
  .modal-quickview:not(.cart_opt_chg) .contents-wrap .mini-option-wrap .product-variations .selector-size {
    margin-top: 0;
  }
  .modal-quickview:not(.cart_opt_chg) .contents-wrap .mini-option-wrap .product-variations .selector-size .variation-size {
    max-width: 100%;
  }
  .modal-quickview:not(.cart_opt_chg) .contents-wrap .mini-option-wrap .product-variations-action .btn-wrap .action-buy {
    display: block;
  }
  .modal-quickview:not(.cart_opt_chg) .contents-wrap .mini-option-wrap .product-variations-action .btn-wrap .action-cart {
    display: block;
  }
}

.uk-modal.modal-draw-policy {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.draw-policy-content .policy-title {
  font-weight: 600;
  letter-spacing: -.025em;
}

.draw-policy-content .policy-section .notification {
  letter-spacing: -.025em;
}

.draw-policy-content .policy-section .policy-content {
  background-color: #f4f4f4;
}

.draw-policy-content .policy-section .policy-content .highlight {
  color: #000000;
}

.draw-policy-content .policy-section .policy-content dl {
  margin: 0;
}

.draw-policy-content .policy-section .policy-content dt {
  font-weight: 600;
  line-height: 1;
  letter-spacing: -.025em;
}

.draw-policy-content .policy-section .policy-content dd {
  margin-top: 5px;
  letter-spacing: -.025em;
  color: #9b9b9b;
}

.draw-policy-content .policy-section .policy-data-table {
  width: 100%;
  border-collapse: collapse;
  word-break: keep-all;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

.draw-policy-content .policy-section .policy-data-table thead th {
  letter-spacing: -.025em;
  border-top: 1px solid #eeeeee;
  border-bottom: 1px solid #eeeeee;
  background-color: #f4f4f4;
}

.draw-policy-content .policy-section .policy-data-table tbody th, .draw-policy-content .policy-section .policy-data-table tbody td {
  letter-spacing: -.025em;
  text-align: center;
  border-bottom: 1px solid #eeeeee;
  background-color: #ffffff;
}

.draw-policy-content .policy-section .description {
  margin: 0;
  letter-spacing: -.025em;
  word-break: break-word;
  word-break: keep-all;
}

.draw-result-content .result-text {
  margin: 0;
  font-weight: 600;
  letter-spacing: -.025em;
  text-align: center;
}

.draw-result-content .descr-text {
  letter-spacing: -.025em;
  text-align: center;
}

.draw-result-content .draw-content-section .draw-data {
  width: 100%;
  border-collapse: collapse;
  border-top: 1px solid #eeeeee;
  table-layout: fixed;
}

.draw-result-content .draw-content-section .draw-data th {
  font-weight: 600;
  line-height: 1;
  letter-spacing: -.025em;
  text-align: left;
  vertical-align: middle;
  border-bottom: 1px solid #eeeeee;
  background-color: #f4f4f4;
}

.draw-result-content .draw-content-section .draw-data td {
  letter-spacing: -.025em;
  text-align: left;
  vertical-align: middle;
  border-bottom: 1px solid #eeeeee;
}

.slider-content-wrapper .slick-slide .picture img {
  display: block;
  width: 100%;
  object-position: top;
}

.limited-edition-container {
  margin: 0 auto;
}

.limited-edition-container .limited-edition-list .filter-list .filter-item {
  position: relative;
  font-weight: 600;
  line-height: 1;
  letter-spacing: -.025em;
}

.limited-edition-container .limited-edition-list .filter-list .filter-item::after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 100%;
  background: #000;
  height: 3px;
}

.limited-edition-container .limited-edition-list .filter-list .filter-item:not(.active) {
  color: #c4c4c4;
  text-decoration: none;
}

.limited-edition-container .limited-edition-list .filter-list .filter-item:not(.active)::after {
  display: none;
}

.limited-edition-container .limited-edition-list .list-content-container {
  padding: 0 15px;
}

.limited-edition-container .limited-edition-list .list-content-container .limited-edition-item {
  padding: 0 15px;
  position: relative;
}

.limited-edition-container .limited-edition-list .list-content-container .limited-edition-item .product-tile {
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
}

.limited-edition-container .limited-edition-list .list-content-container .limited-edition-item .product-countdown {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0.3);
}

.limited-edition-container .limited-edition-list .list-content-container .limited-edition-item .product-countdown .countdown-display {
  margin: 0 0 .1em;
  line-height: 1;
  letter-spacing: 1px;
}

.limited-edition-container .limited-edition-list .list-content-container .limited-edition-item .product-countdown .countdown-text {
  margin: 0;
  line-height: 1;
}

.limited-edition-container .limited-edition-list .list-content-container .limited-edition-item .product-application {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  line-height: 1;
  color: #000000;
}

.limited-edition-container .limited-edition-list .list-content-container .limited-edition-item .product-badge-date {
  position: absolute;
  top: 0;
  left: 0;
  font-weight: 600;
  line-height: 1;
  color: #ffffff;
  background-color: #000000;
}

.limited-edition-container .limited-edition-list .list-content-container .limited-edition-item .product-badge-date .month {
  padding-right: 60%;
  text-align: right;
}

.limited-edition-container .limited-edition-list .list-content-container .limited-edition-item .product-badge-date .day {
  margin-top: auto;
  text-align: right;
}

.limited-edition-container .limited-edition-list .list-content-container .limited-edition-item .product-badge-date::before {
  content: '';
  display: block;
  position: absolute;
  background-color: #ffffff;
}

.limited-edition-container .limited-edition-list .list-content-container .limited-edition-item .product-tile-details {
  position: relative;
  top: 0;
  left: 0;
  bottom: 0;
  margin-top: 30px;
  padding: 20px;
  max-width: 100%;
}

.limited-edition-container .limited-edition-list .list-content-container .limited-edition-item .product-tile-details .filter {
  position: absolute;
  top: 0;
  margin: 0;
  font-weight: 600;
  line-height: 1;
  letter-spacing: -.025em;
}

.limited-edition-container .limited-edition-list .list-content-container .limited-edition-item .product-tile-details .filter.draw {
  color: #0063BA;
}

.limited-edition-container .limited-edition-list .list-content-container .limited-edition-item .product-tile-details .name {
  letter-spacing: -.025em;
}

.limited-edition-container .limited-edition-content img {
  width: 100%;
}

.limited-edition-container .limited-edition-content .product-tile-details {
  position: static;
  bottom: 0;
  left: 0;
  max-width: 100%;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.limited-edition-container .limited-edition-content .product-tile-details .price {
  margin-top: auto;
}

.limited-edition-container .empty-container {
  margin-bottom: 80px;
  text-align: center;
}

.limited-edition-container .empty-container .empty-content-line {
  border-top: 1px solid #e5e5e5;
}

.limited-edition-container .empty-container .empty-content {
  padding: 100px 0;
}

.limited-edition-container .empty-container .empty-content .icon {
  font-size: 100px;
}

.limited-edition-container .empty-container .empty-content .text {
  margin: 40px 0 0;
  font-size: 16px;
  line-height: 1;
  letter-spacing: -.025em;
  color: #9b9b9b;
}

.limited-edition-container.set-full {
  padding-left: 0;
  padding-right: 0;
  max-width: 100%;
}

.limited-edition-content .product-tile {
  padding: 8px;
}

.draw-progress-guide {
  width: 100%;
}

.draw-progress-guide.pdp-details-section {
  border-top: 1px solid #e4e4e4;
}

.draw-progress-guide .draw-info {
  width: 100%;
  padding: 0 100px;
  margin-top: 70px;
  word-break: keep-all;
}

.draw-progress-guide .draw-info h3 {
  font-size: 30px;
  margin-bottom: 25px;
  font-weight: bold;
}

.draw-progress-guide .draw-info > p {
  font-size: 16px;
  margin-bottom: 15px;
  line-height: 1.5em;
}

.draw-progress-guide .draw-info dl dt {
  font-size: 16px;
  font-weight: bold;
  margin: 7px 0;
}

.draw-progress-guide .draw-info dl dd {
  margin: 7px 0 14px;
}

.draw-progress-guide .draw-info dl ul {
  padding-left: 18px;
}

.draw-progress-guide .draw-info dl ul li {
  list-style: disc;
  color: #757575;
  line-height: 1.5em;
}

.draw-progress-guide .draw-info .draw-progress {
  max-width: 600px;
  margin: 30px 0;
}

.draw-progress-guide .draw-info .draw-progress .row {
  padding: 15px 0;
  border-top: 1px solid #e4e4e4;
  align-items: center;
}

.draw-progress-guide .draw-info .draw-progress .row:last-child {
  border-bottom: 1px solid #e4e4e4;
}

.draw-progress-guide .draw-info .draw-progress .row .icon-area {
  padding: 20px;
  background: #f6f6f6;
  border-radius: 50%;
  margin-right: 28px;
}

.draw-progress-guide .draw-info .draw-progress .row .icon-area .icon {
  font-size: 32px;
}

.draw-progress-guide .draw-info .draw-progress .row dl {
  width: calc(100% - 100px);
}

.draw-progress-guide .draw-info .normal-guide {
  padding-left: 16px;
  line-height: 1.5;
}

.draw-progress-guide .draw-info .normal-guide li {
  list-style: disc;
  margin: 7px 0;
}

@media screen and (max-width: 767px) {
  .uk-modal.modal-draw-policy {
    background-color: #fff;
  }
  .uk-modal.modal-draw-policy .uk-modal-dialog {
    min-height: 100%;
    padding-bottom: calc(env(safe-area-inset-bottom) + 16px);
  }
  .draw-policy-content .policy-title {
    padding-top: 10px;
    padding-left: 30px;
    padding-right: 30px;
    height: 90px;
    font-size: 20px;
  }
  .draw-policy-content .policy-section {
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 80px;
  }
  .draw-policy-content .policy-section .notification {
    margin-bottom: 14px;
    font-size: 12px;
    line-height: 16px;
  }
  .draw-policy-content .policy-section .policy-content {
    padding: 16px;
  }
  .draw-policy-content .policy-section .policy-content dl {
    margin: 0;
  }
  .draw-policy-content .policy-section .policy-content dt {
    font-size: 12px;
  }
  .draw-policy-content .policy-section .policy-content dt:not(:first-child) {
    margin-top: 14px;
  }
  .draw-policy-content .policy-section .policy-content dd {
    font-size: 12px;
    line-height: 16px;
  }
  .draw-policy-content .policy-section .policy-data-table thead th {
    padding: 15px;
    font-size: 12px;
  }
  .draw-policy-content .policy-section .policy-data-table tbody th, .draw-policy-content .policy-section .policy-data-table tbody td {
    padding: 14px;
    font-size: 12px;
    line-height: 17px;
  }
  .draw-policy-content .policy-section .description {
    margin-top: 13px;
    font-size: 12px;
    line-height: 16px;
  }
  .draw-policy-content .policy-section .agree-policy-action {
    position: absolute;
    bottom: 24px;
    left: 15px;
    right: 15px;
    width: calc(100% - 30px);
  }
  .draw-result-content {
    padding: 37px 16px 16px;
  }
  .draw-result-content .result-text {
    font-size: 16px;
    line-height: 22px;
  }
  .draw-result-content .descr-text {
    margin: 7px 0 30px;
    font-size: 12px;
    line-height: 16px;
  }
  .draw-result-content .draw-content-section {
    margin-top: 22px;
  }
  .draw-result-content .draw-content-section .draw-data {
    margin-bottom: 30px;
  }
  .draw-result-content .draw-content-section .draw-data th {
    padding: 15px;
    width: 100px;
    font-size: 12px;
  }
  .draw-result-content .draw-content-section .draw-data td {
    padding: 15px;
    font-size: 12px;
    line-height: 17px;
  }
  .limited-edition-container {
    padding: 0 0 100px;
  }
  .limited-edition-container .slider-content-wrapper {
    margin-left: -16px;
    margin-right: -16px;
    border-bottom: 1px solid #eeeeee;
  }
  .limited-edition-container .limited-edition-list {
    padding: 0 15px;
  }
  .limited-edition-container .limited-edition-list .filter-list {
    margin: 30px 0;
  }
  .limited-edition-container .limited-edition-list .filter-list .filter-item {
    font-size: calc( 20px + 0.75*(100vw - 767px)/42.0625);
  }
  .limited-edition-container .limited-edition-list .filter-list .filter-item:not(:first-child) {
    margin-left: 11px;
  }
  .limited-edition-container .limited-edition-list .filter-list .filter-item:not(:last-child) {
    margin-right: 11px;
  }
  .limited-edition-container .limited-edition-list .list-content-container {
    padding: 0;
    margin-bottom: -40px;
    margin-top: 30px;
  }
  .limited-edition-container .limited-edition-list .list-content-container .limited-edition-item {
    padding: 0 6px;
    margin-bottom: 40px;
  }
  .limited-edition-container .limited-edition-list .list-content-container .limited-edition-item .product-countdown .countdown-display {
    font-size: 5.625vw;
  }
  .limited-edition-container .limited-edition-list .list-content-container .limited-edition-item .product-countdown .countdown-text {
    font-size: 2.5vw;
  }
  .limited-edition-container .limited-edition-list .list-content-container .limited-edition-item .product-application {
    padding: 1.25em 1.5em;
    font-size: calc( 16px + 0.75*(100vw - 767px)/42.0625);
  }
  .limited-edition-container .limited-edition-list .list-content-container .limited-edition-item .product-badge-date {
    padding: 10px;
    width: 45px;
    height: 45px;
    font-size: 11px;
  }
  .limited-edition-container .limited-edition-list .list-content-container .limited-edition-item .product-badge-date::before {
    top: 22px;
    left: 22px;
    margin: 0 -17px;
    width: 34px;
    height: 1px;
    border-radius: 1px;
    -webkit-transform: rotate(-48deg);
    transform: rotate(-48deg);
  }
  .limited-edition-container .limited-edition-list .list-content-container .limited-edition-item .product-tile-details {
    margin-top: 15px;
    padding: 10px 0;
  }
  .limited-edition-container .limited-edition-list .list-content-container .limited-edition-item .product-tile-details .filter {
    font-size: 11px;
  }
  .limited-edition-container .limited-edition-list .list-content-container .limited-edition-item .product-tile-details .name {
    margin-top: 7px;
    font-size: 12px;
    line-height: 17px;
  }
  .limited-edition-container .limited-edition-list .list-content-container .limited-edition-item .product-tile-details .name .text-link {
    display: inline-block;
    font-size: 12px;
    height: 30px;
  }
  .limited-edition-container .limited-edition-list .list-content-container .limited-edition-item .product-tile-details .name .model {
    display: block;
    color: #9b9b9b;
    margin-top: 5px;
  }
  .limited-edition-container .limited-edition-list .list-content-container .limited-edition-item .product-action {
    margin-top: 14px;
  }
  .limited-edition-container .limited-edition-list .list-content-container .limited-edition-item .product-action .button {
    width: 100%;
    font-size: 12px;
    min-width: auto;
    padding: 0;
    height: 35px;
    line-height: 35px;
  }
  .limited-edition-container .limited-edition-list .list-content-container .limited-edition-item .product-action .button .icon {
    margin-left: 10px;
  }
  .limited-edition-container .limited-edition-content .product-tile:not(:first-child) {
    margin-top: 70px;
  }
  .limited-edition-container .limited-edition-content .product-tile-details .name {
    margin-bottom: 6px;
    font-size: 12px;
    line-height: 17px;
  }
  .limited-edition-container .empty-container {
    margin-bottom: 0;
  }
  .limited-edition-container .empty-container .empty-content .icon {
    font-size: 60px;
  }
  .limited-edition-container .empty-container .empty-content .text {
    margin: 20px 0 0;
    font-size: 14px;
  }
  .limited-edition-container .marquee3k {
    margin: 60px 0;
  }
  .limited-edition-content .product-tile {
    padding: 4px;
  }
}

@media screen and (min-width: 768px) {
  .uk-modal.modal-draw-policy {
    padding: 90px 32px;
  }
  .uk-modal.modal-draw-policy .uk-modal-dialog {
    max-width: 464px;
  }
  .uk-modal.modal-draw-result {
    padding: 90px 32px;
  }
  .uk-modal.modal-draw-result .uk-modal-dialog {
    max-width: 464px;
  }
  .draw-policy-content .policy-title {
    margin: 0;
    padding-left: 38px;
    padding-right: 38px;
    height: 94px;
    font-size: 24px;
  }
  .draw-policy-content .policy-section {
    padding: 0 38px 38px;
  }
  .draw-policy-content .policy-section .notification {
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 20px;
  }
  .draw-policy-content .policy-section .policy-content {
    padding: 32px;
  }
  .draw-policy-content .policy-section .policy-content dl {
    margin: 0;
  }
  .draw-policy-content .policy-section .policy-content dt {
    font-size: 14px;
  }
  .draw-policy-content .policy-section .policy-content dt:not(:first-child) {
    margin-top: 16px;
  }
  .draw-policy-content .policy-section .policy-content dd {
    font-size: 14px;
    line-height: 20px;
  }
  .draw-policy-content .policy-section .policy-data-table thead th {
    padding: 15px;
    font-size: 14px;
  }
  .draw-policy-content .policy-section .policy-data-table tbody th, .draw-policy-content .policy-section .policy-data-table tbody td {
    padding: 25px;
    font-size: 14px;
    line-height: 20px;
  }
  .draw-policy-content .policy-section .description {
    margin-top: 20px;
    font-size: 14px;
    line-height: 20px;
  }
  .draw-policy-content .policy-section .agree-policy-action {
    margin-top: 32px;
  }
  .draw-result-content {
    padding: 34px 20px 20px;
  }
  .draw-result-content .result-text {
    font-size: 18px;
    line-height: 26px;
  }
  .draw-result-content .descr-text {
    margin: 16px 0 0;
    font-size: 14px;
    line-height: 20px;
  }
  .draw-result-content .draw-content-section {
    margin-top: 28px;
  }
  .draw-result-content .draw-content-section .draw-data {
    margin-bottom: 32px;
  }
  .draw-result-content .draw-content-section .draw-data th {
    padding: 18px;
    width: 120px;
    font-size: 14px;
  }
  .draw-result-content .draw-content-section .draw-data td {
    padding: 18px;
    font-size: 14px;
    line-height: 20px;
  }
  .limited-edition-container {
    padding-bottom: 100px;
  }
  .limited-edition-container .slider-content-wrapper {
    margin-top: 40px;
    margin-left: -20px;
    margin-right: -20px;
  }
  .limited-edition-container .marquee3k {
    margin: 120px 0;
  }
  .limited-edition-container .limited-edition-list {
    margin-top: 30px;
  }
  .limited-edition-container .limited-edition-list .filter-list {
    padding: 50px 10px 52px;
  }
  .limited-edition-container .limited-edition-list .filter-list .filter-item {
    font-size: 20px;
  }
  .limited-edition-container .limited-edition-list .filter-list .filter-item:not(:first-child) {
    margin-left: 40px;
  }
  .limited-edition-container .limited-edition-list .filter-list .filter-item:not(:last-child) {
    margin-right: 40px;
  }
  .limited-edition-container .limited-edition-list .list-content-container {
    margin-bottom: -80px;
  }
  .limited-edition-container .limited-edition-list .list-content-container .limited-edition-item {
    margin-bottom: 80px;
  }
  .limited-edition-container .limited-edition-list .list-content-container .limited-edition-item .product-countdown .countdown-display {
    font-size: 5.625vw;
  }
  .limited-edition-container .limited-edition-list .list-content-container .limited-edition-item .product-countdown .countdown-text {
    font-size: 2.5vw;
  }
  .limited-edition-container .limited-edition-list .list-content-container .limited-edition-item .product-application {
    padding: 1.25em 1.5em;
    font-size: calc( 16px + 1.5*(100vw - 767px)/42.0625);
  }
  .limited-edition-container .limited-edition-list .list-content-container .limited-edition-item .product-badge-date {
    padding: 15px;
    width: 80px;
    height: 80px;
    font-size: 20px;
  }
  .limited-edition-container .limited-edition-list .list-content-container .limited-edition-item .product-badge-date::before {
    top: 50%;
    left: 50%;
    margin: -1px -32px;
    width: 64px;
    height: 1px;
    border-radius: 2px;
    -webkit-transform: rotate(-48deg);
    transform: rotate(-48deg);
  }
  .limited-edition-container .limited-edition-list .list-content-container .limited-edition-item .product-tile-details .filter {
    font-size: 14px;
  }
  .limited-edition-container .limited-edition-list .list-content-container .limited-edition-item .product-tile-details .name {
    font-weight: bold;
  }
  .limited-edition-container .limited-edition-list .list-content-container .limited-edition-item .product-tile-details .name .text-link {
    font-size: 18px;
    letter-spacing: normal;
  }
  .limited-edition-container .limited-edition-list .list-content-container .limited-edition-item .product-tile-details .name .model {
    margin-top: 12px;
    font-size: 12px;
    display: block;
    color: #9b9b9b;
  }
  .limited-edition-container .limited-edition-list .list-content-container .limited-edition-item .product-action {
    padding: 0 20px;
  }
  .limited-edition-container .limited-edition-list .list-content-container .limited-edition-item .product-action .button {
    padding: 0;
    height: 40px;
    line-height: 40px;
    min-width: 120px;
    font-weight: normal;
  }
  .limited-edition-container .limited-edition-list .list-content-container .limited-edition-item .product-action .button .icon {
    font-size: 12px;
    margin-top: -2px;
    margin-left: 10px;
  }
  .limited-edition-container .limited-edition-list .list-content-container .limited-edition-item .product-action .button.check {
    background: #000;
    color: #fff;
  }
  .limited-edition-container .limited-edition-list .list-content-container .limited-edition-item .product-action .button.close {
    border-color: #c4c4c4;
    background: #f3f3f3;
    color: #9b9b9b;
  }
  .limited-edition-container .limited-edition-content .product-tile-details {
    position: static;
    bottom: 0;
    left: 0;
    margin-top: 20px;
    max-width: 100%;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .limited-edition-container .limited-edition-content .product-tile-details .name {
    margin-bottom: 12px;
    font-size: 16px;
    line-height: 26px;
  }
  .limited-edition-container .limited-edition-content .product-tile-details .price {
    margin-top: auto;
  }
}

@media screen and (min-width: 1025px) {
  .limited-edition-container .limited-edition-list .list-content-container .limited-edition-item .product-countdown .countdown-display {
    font-size: 28px;
  }
  .limited-edition-container .limited-edition-list .list-content-container .limited-edition-item .product-countdown .countdown-text {
    font-size: 25px;
  }
  .limited-edition-container .limited-edition-list .list-content-container .limited-edition-item .product-application {
    padding: 36px 40px;
    font-size: 24px;
  }
  .limited-edition-container .limited-edition-list .list-content-container .limited-edition-item .product-badge-date {
    padding: 15px;
    width: 80px;
    height: 80px;
  }
}

/* Tablet and bigger */
@media (max-width: 768px) {
  .draw-progress-guide .draw-info {
    padding: 0 34px;
  }
}

/*********************************************************************/
/* Category 서브메인 페이지
/*********************************************************************/
.pt_submain .content-container {
  margin-bottom: 150px;
}

.pt_submain .content-container[fieldname="상단 컨텐츠"] {
  margin-bottom: 120px;
}

.pt_submain .content-container:first-child {
  margin-bottom: 0;
}

.pt_submain .content-container:last-child {
  margin-bottom: 120px;
}

.pt_submain .sub_main_menu {
  width: 100%;
  left: 0;
  z-index: 2;
  background: #ffffff;
}

.pt_submain .four-division-tile {
  padding-top: 24px;
}

.pt_submain .four-division-tile .media-tile {
  font-size: 30px;
  font-weight: bold;
}

.pt_submain .tab-category-slider .tab-btn-wrap ul li a {
  font-size: 20px;
}

.pt_submain .tab-category-slider .title span {
  position: relative;
}

.pt_submain .tab-category-slider .title span::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 2px;
  right: 0;
  height: 50%;
  width: calc(100% - 3px);
  background-color: #bef9c3;
  z-index: -1;
}

.pt_submain .category-list.plp-content {
  max-width: 100%;
}

.pt_submain .category-list.plp-content .product-tile-details {
  position: relative;
  max-width: 100%;
  left: 0;
  bottom: 0;
}

.pt_submain .category-list.plp-content .product-tile-details .btn-cart button {
  min-width: auto;
}

.pt_submain .category-list.plp-content .product-tile-details .name .text-link {
  font-size: 18px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.pt_submain .tab-category-wrap .more-text .button {
  min-width: 420px;
  border-color: #c4c4c4;
  font-size: 18px;
  padding: 20px 24px;
  font-weight: 500;
}

.pt_submain .tab-category-wrap .more-text .button .icon {
  font-size: 16px;
}

.pt_submain.activity .content-container {
  margin-bottom: 50px;
}

.pt_submain.activity .content-container:first-child {
  margin-bottom: 30px;
}

.pt_submain.activity .content-container .sub_twoConer .dashboard-content {
  gap: 20px;
}

.pt_submain.activity .content-container .sub_twoConer .dashboard-content .col-12 {
  max-width: calc(50% - 10px);
}

.pt_submain.activity .content-container .sub_twoConer .dashboard-content .col-12 .text-bold {
  margin: 0 0 20px;
  font-size: 50px;
}

.pt_submain.activity .content-container .sub_twoConer .dashboard-content .col-12 .body-type-micro-fluid {
  opacity: 0.8;
  line-height: 1.5;
}

.sub_main_menu {
  padding: 0 16px;
  border-bottom: 1px solid #e5e5e5;
}

.sub_main_menu .menu_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1780px;
  margin: 0 auto;
  height: 102px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.sub_main_menu .menu_list .title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 30px;
  font-weight: bold;
  margin-right: 60px;
}

.sub_main_menu .menu_list .menu_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 10px;
  gap: 40px;
}

.sub_main_menu .menu_list .menu_wrap .menu {
  position: relative;
}

.sub_main_menu .menu_list .menu_wrap .menu .label {
  font-size: 20px;
  font-weight: bold;
  color: #bebebe;
}

@media screen and (min-width: 960px) {
  .sub_groobe .grb-item-box {
    width: 1780px !important;
  }
  .sub_groobe .grb-item-box.type-col .grb-list-wrap li {
    width: 300px !important;
    padding-left: 10px !important;
  }
  .sub_groobe .grb-item-box.type-col .grb-list-wrap li .grb-name {
    font-family: "Helvetica Neue", "맑은 고딕", Dotum;
  }
  .sub_groobe .grb-item-box.type-col .grb-list-wrap li .grb-name:hover {
    text-decoration: underline;
  }
  .sub_groobe .grb-item-box.type-col .grb-list-wrap li .grb-price {
    font-family: "Pretendard", "Helvetica Neue", "맑은 고딕", Dotum;
  }
  .sub_groobe .grb-item-box .grb-swiper-button {
    top: 215px !important;
  }
  .sub_groobe .grb-title {
    text-align: center !important;
    font-size: 36px !important;
    height: auto !important;
    line-height: 1 !important;
    margin-bottom: 70px;
  }
}

@media (max-width: 768px) {
  .pt_submain .content-container[fieldname="상단 컨텐츠"] {
    margin-bottom: 54px;
  }
  .pt_submain .category-slider .btn-view {
    text-decoration: underline;
  }
  .pt_submain.activity {
    padding-bottom: 70px;
  }
  .pt_submain.activity .content-container {
    margin-bottom: 28px;
  }
  .pt_submain.activity .content-container:first-child {
    margin-bottom: 28px;
  }
  .pt_submain.activity .content-container .sub_twoConer .dashboard-content {
    gap: 0;
  }
  .pt_submain.activity .content-container .sub_twoConer .dashboard-content .col-12 {
    max-width: 100%;
  }
  .pt_submain.activity .content-container .sub_twoConer .dashboard-content .col-12.first-tile-coner {
    margin-bottom: 28px;
  }
  .pt_submain.activity .content-container .sub_twoConer .dashboard-content .col-12 .text-bold {
    font-size: 20px;
  }
  .pt_submain.activity .content-container .sub_twoConer .dashboard-content .col-12 .body-type-micro-fluid {
    font-size: 13px;
    opacity: 1;
  }
  .pt_submain .sub_main_menu {
    position: relative;
    padding: 0;
  }
  .pt_submain .sub_main_menu .menu_list {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    padding: 0;
    height: 48px;
  }
  .pt_submain .sub_main_menu .menu_list .menu {
    margin-right: 0;
    flex: 0 0 auto;
  }
  .pt_submain .sub_main_menu .menu_list .menu a {
    display: inline-block;
    font-size: 14px;
    padding: 10px 16px;
  }
}

@media screen and (max-width: 767px) {
  .pt_submain .content-container {
    margin-bottom: 54px;
  }
  .pt_submain .content-container:first-child {
    margin-bottom: 0;
  }
  .pt_submain .content-container .four-division-tile {
    padding-top: 20px;
  }
  .pt_submain .content-container .four-division-tile .dashboard-tile .media-tile {
    font-size: 16px;
  }
  .pt_submain .tab-category-slider .tab-btn-wrap ul {
    gap: 30px;
    white-space: nowrap;
    overflow-y: hidden;
    padding: 0 15px 10px 0;
  }
  .pt_submain .tab-category-slider .tab-btn-wrap ul li a {
    font-size: 15px;
  }
  .pt_submain .category-list.plp-content .product-tile-details .name .text-link {
    font-size: 13px;
  }
  .pt_submain .tab-category-wrap .more-text .button {
    min-width: 200px;
    font-size: 13px;
    padding: 12px 24px;
  }
  .pt_submain .tab-category-wrap .more-text .button .icon {
    font-size: 14px;
  }
}

/* mediaquery */
/* Phone landscape and bigger */
@media (max-width: 480px) {
  .popup-layer-wrap {
    max-width: 100%;
    margin-left: -50%;
  }
  .popup-layer-wrap > * {
    padding: 10px 30px;
  }
  .popup-layer-wrap .layer-body {
    padding: 0 30px;
  }
}

/* Tablet and bigger */
@media (max-width: 768px) {
  .uk-grid {
    margin-left: 0;
  }
  .uk-grid > * {
    padding-left: 0;
  }
  .keyvisual-gallery .imgwrap {
    min-height: 400px;
  }
  .keyvisual-gallery .imgwrap > img {
    min-width: 630px;
  }
  .keyvisual-gallery .info > .tit {
    font-size: 40px;
  }
  .contents {
    width: 100%;
    padding: 0;
  }
  .contents.news {
    padding: 20px 0;
  }
  .contents.margin-large {
    margin-top: 0px;
  }
  .contents > .contents-title {
    padding-bottom: 30px;
    font-size: 26px;
  }
  .contents .product-detail_wrap {
    padding: 0;
  }
  .contents .product-detail_view {
    padding: 0;
  }
  .contents .list-type {
    margin-top: -20px;
  }
  .contents .list-type .product-item {
    margin-top: 20px;
  }
  .footer-contents {
    padding: 0 20px;
  }
  .company-agreement {
    margin-top: 20px;
  }
  .customer-update {
    padding: 10px 10px;
  }
  .customer .title {
    display: none;
  }
  .order-item-wrap {
    padding-bottom: 10px;
    /*
		&.return-reason-list{
			.return-reason-item{
				padding-top:0px;
				&:first-child {
					padding-top:20px
				}					
				.info-wrap{
					padding-left:15px;
				}				
			}
		}*/
    /*
		&.return-reason-list{
			.return-reason-item{
				padding-top:0px;
				&:first-child {
					padding-top:20px
				}
				.img-wrap{
					
				}
				.info-wrap{
					padding-left:85px;
				}
				.quantity-wrap{
					padding: 0px;
				}				
			}
		}
		*/
  }
  .order-item-wrap > .item-info, .order-item-wrap .item-status, .order-item-wrap .item-btn {
    display: block;
    width: 100%;
  }
  .order-item-wrap > .item-status {
    margin: 20px 0px 0px 20px;
  }
  .order-item-wrap > .item-btn {
    border-top: 1px solid #fafafa;
    margin-top: 20px;
    padding: 10px 0px 0px 0px;
    text-align: center;
  }
  /* checkout */
  .order-tab .body .order-field-container {
    padding: 10px 0px 0px;
  }
  .order-tab .footer {
    padding: 0px 30px 50px 30px;
  }
}

/* Desktop and bigger */
@media (max-width: 960px) {
  .order-wrap {
    padding: 0;
  }
  .order-tab {
    border-left: none;
    border-right: none;
  }
  .mypage-cart {
    padding-right: 0;
  }
  .mypage-cart .product-opt_cart {
    padding: 20px 40px 20px 20px;
  }
  .product-checkout {
    position: static;
    width: 100%;
    padding: 30px;
    margin-top: 0;
  }
  .product-checkout.checkout {
    margin-top: 10px;
  }
  .login {
    text-align: center;
  }
  .login > .btn-wrap {
    display: block;
    width: 100%;
    margin-top: 10px;
  }
  .item-container > .item-list-wrap {
    display: block;
    width: 100%;
  }
  .item-container > .product-checkout {
    display: block;
    width: 100%;
  }
  .order-wrap .product-checkout {
    float: none;
    width: 100%;
    margin: 0;
    padding: 0 20px;
  }
  .order-wrap .order-tab-wrap {
    margin-top: 12px;
  }
  .order-wrap .order-tab-wrap > .order-tab {
    width: 100%;
  }
  .order-checkout .contents-title .title {
    display: none;
  }
  .order-checkout .contents-title .checkout-status-wrap {
    float: none;
    text-align: center;
  }
}

/* Large screen and bigger */
/* customize */
/**************************
  skechers CSS 
***************************/
/* sc coner */
.ratio-fill {
  position: absolute;
  width: 50%;
}

.ratio-standard .ratio-media {
  background: #f4f4f4;
}

.ratio-standard .ratio-media img {
  width: 100%;
  background-blend-mode: darken;
  mix-blend-mode: darken;
}

.ratio-standard .ratio-media.fit video {
  background-color: transparent;
}

.ratio-standard .ratio-media.gif {
  display: flex;
}

.ratio-standard .ratio-media.gif img {
  margin: auto;
}

.dashboard-tiles-wrap {
  max-width: 1760px;
}

.dashboard-tiles-wrap [class*="heading-type"] {
  line-height: 1.1;
}

.dashboard-tiles-wrap [class*="body-type"] {
  line-height: 1.3;
}

.dashboard-tiles-wrap a {
  color: inherit;
}

.dashboard-tiles-wrap a:hover, .dashboard-tiles-wrap a:active {
  color: inherit;
}

.dashboard-tiles-wrap p:last-child {
  margin-bottom: 0;
}

.dashboard-tiles-wrap .icon-inline-cta {
  margin-top: -1px;
}

.dashboard-tiles-wrap .link {
  color: inherit;
}

.dashboard-tiles-wrap .tile-list li .button {
  padding: 13px 24px;
  font-size: 14px;
  font-weight: normal;
  border: 0;
  color: #000000;
}

.dashboard-tiles-wrap .tile-list li .button:hover {
  opacity: 0.65;
}

.dashboard-tiles-wrap .product-slider-empty p {
  text-align: center;
}

.coner-tile-wrap.coner-gap-30 .dashboard-content {
  gap: 30px;
}

.coner-tile-wrap.coner-gap-30 .dashboard-content .col-md-6 {
  max-width: calc(50% - 15px);
  flex-basis: calc(50% - 15px);
}

.pt_main .content-container {
  margin-bottom: 6.25vw;
}

.pt_main .content-container[fieldname^="mo_"] {
  margin: 0;
}

.pt_main .content-container.display-tablet-down {
  margin-bottom: 46px !important;
}

.pt_main .content-container .main_groobe.latest-items {
  margin: 0 auto;
  max-width: 1760px;
}

.pt_main .content-container .main_groobe.latest-items .width-xlarge {
  max-width: none;
}

.pt_main .content-container .main_groobe.latest-items .btn-prev,
.pt_main .content-container .main_groobe.latest-items .btn-next {
  position: absolute;
  top: calc(50% - 69px);
  width: 24px;
  height: 48px;
  margin-top: 6px;
  left: 25px;
  z-index: 1;
}

.pt_main .content-container .main_groobe.latest-items .btn-prev > svg,
.pt_main .content-container .main_groobe.latest-items .btn-next > svg {
  width: 24px;
  height: 48px;
  color: #000;
}

.pt_main .content-container .main_groobe.latest-items .btn-next {
  left: auto;
  right: 25px;
}

.pt_main .content-container .main_groobe.latest-items .bx-wrapper .bx-controls {
  display: none;
}

.pt_main .content-container .main_groobe.latest-items .swipe-container .slide > div {
  padding: 0;
}

.pt_main .content-container .main_groobe.latest-items .content-title {
  margin: 0;
}

.pt_main .content-container .main_groobe.latest-items .content-title h2 {
  font-size: 36px;
}

.pt_main .content-container .main_groobe.latest-items .slide .product-details .price {
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
}

.pt_main .content-container .main_groobe.latest-items .slide .product-details .price .retail {
  display: none;
}

.pt_main .content-container .main_groobe.latest-items .slide .product-details .price .disc-num {
  margin-right: 5px;
  margin-left: 0 !important;
}

.uk-modal.modal-lightbox {
  display: block;
}

.uk-modal .uk-modal-dialog-lightbox > .uk-close:first-child {
  position: absolute;
  top: 5px;
  right: 5px;
  margin: 0;
  float: none;
  background-color: #fff;
  padding: 10px;
}

/* category slide */
.category-slider {
  padding: 0px;
}

.category-slider.custom-controller-type-3 .bxslider-controls {
  display: block;
}

.category-slider.custom-controller-type-3 .bxslider-controls .btn-prev {
  position: absolute;
  left: -57px;
  top: 107px;
  color: #9b9b9b;
  font-size: 48px;
}

.category-slider.custom-controller-type-3 .bxslider-controls .btn-prev:hover {
  color: #0063BA;
}

.category-slider.custom-controller-type-3 .bxslider-controls .btn-next {
  position: absolute;
  right: -57px;
  top: 107px;
  color: #9b9b9b;
  font-size: 48px;
}

.category-slider.custom-controller-type-3 .bxslider-controls .btn-next:hover {
  color: #0063BA;
}

.four-division-tile .dashboard-content > .col-md-6 {
  max-width: calc(50% - 10px);
}

.four-division-tile .dashboard-content > .col-md-6 + .col-md-6 {
  margin-left: 20px;
}

.four-division-tile .dashboard-tile > .col-6 {
  max-width: calc(50% - 10px);
}

.four-division-tile .dashboard-tile > .col-6 + .col-6 {
  margin-left: 20px;
}

.customer-credit-history {
  display: none;
}

.header-app-open-content {
  display: none;
}

.header-app-open-content .header-app-open {
  position: relative;
  display: flex;
  height: 64px;
  padding: 0 16px;
  justify-content: space-between;
  align-items: center;
  background-color: #f5f6f8;
  word-break: keep-all;
}

.header-app-open-content .header-app-open .header-app-open-close {
  padding-right: 16px;
}

.header-app-open-content .header-app-open .header-app-open-close .icon {
  font-size: 24px;
  color: #434343;
}

.header-app-open-content .header-app-open .app-open-text {
  display: flex;
  align-items: center;
  font-size: 14px;
}

.header-app-open-content .header-app-open .app-open-text img {
  width: 40px;
  margin-right: 8px;
}

.header-app-open-content .header-app-open .header-app-btn {
  display: flex;
  height: 38px;
  width: 77px;
  color: #0063ba;
  border: 1px solid #0063ba;
  border-radius: 20px;
  font-size: 13px;
  font-weight: bold;
  align-items: center;
  justify-content: center;
}

:root {
  --sat: env(safe-area-inset-top);
  --sar: env(safe-area-inset-right);
  --sab: env(safe-area-inset-bottom);
  --sal: env(safe-area-inset-left);
}

.uk-tooltip {
  color: #fff;
  padding: 7px 10px;
}

.uk-notify-message-bottom-notice {
  padding: 0 10px;
  background: none;
  font-size: 13px;
  text-align: left;
}

.uk-notify-message-bottom-notice .notify_wrap {
  border-radius: 0;
  background: rgba(0, 0, 0, 0.9);
  color: #fff;
  padding: 24px;
  line-height: normal;
}

.uk-notify-message-bottom-notice .notify_wrap .title {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
}

.sub_tech_tab {
  margin-top: 1em;
  gap: 10px;
}

.sub_tech_tab > li {
  width: 14.285%;
}

.sub_tech_tab > li .wrap_in {
  background-repeat: no-repeat;
  background-position: left center;
  background-size: cover;
  height: 360px;
  position: relative;
  cursor: pointer;
}

.sub_tech_tab > li .wrap_in:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: .8;
  transition: .3s;
  border: 1px solid #000;
}

.sub_tech_tab > li .wrap_in .in {
  width: 100%;
  box-sizing: border-box;
  padding: 80px 24px;
  text-align: center;
  overflow: hidden;
  position: relative;
  color: #fff;
}

.sub_tech_tab > li .wrap_in .no {
  font-size: 32px;
  font-weight: bold;
  transition: .3s;
}

.sub_tech_tab > li .wrap_in .no:after {
  content: "";
  display: block;
  width: 1em;
  height: 1px;
  background: #fff;
  margin: 24px auto;
  transition: .3s;
}

.sub_tech_tab > li .wrap_in .t1 {
  font-size: 14px;
  transition: .3s;
  margin-bottom: 1em;
  font-weight: 600;
}

.sub_tech_tab > li .wrap_in .t2 {
  font-size: 24px;
  font-weight: bold;
  transition: .3s;
  display: flex;
  justify-content: center;
}

.sub_tech_tab > li .wrap_in .more {
  display: inline-block;
  margin-top: 1em;
  padding: .5em 1em;
  border: 1px solid #fff;
  color: #fff;
  font-size: .75em;
  transition: .3s;
  opacity: 0;
}

.sub_tech_tab > li .wrap_in .more .xi {
  margin-left: 1em;
  font-size: 1em;
}

.sub_tech_tab > li.on .wrap_in:before,
.sub_tech_tab > li:hover .wrap_in:before {
  background: #fff;
  border-color: #0063ba;
  border-width: 2px;
  opacity: 1;
}

.sub_tech_tab > li.on .wrap_in .in,
.sub_tech_tab > li:hover .wrap_in .in {
  color: #0063ba;
}

.sub_tech_tab > li.on .wrap_in .no:after,
.sub_tech_tab > li:hover .wrap_in .no:after {
  background: #0063ba;
  transform: scale(5, 1);
}

.sub_tech_tab > li.on .wrap_in .more,
.sub_tech_tab > li:hover .wrap_in .more {
  opacity: 1;
  border-color: #0063ba;
  background: #0063ba;
}

.sub_tech_tab:not(.st1) > li {
  opacity: 1;
  transform: translateY(0);
  transition: .2s;
}

.sub_tech_tab:not(.st1) > li:nth-child(2) {
  transition-delay: .2s;
}

.sub_tech_tab:not(.st1) > li:nth-child(3) {
  transition-delay: .4s;
}

.sub_tech_tab:not(.st1) > li:nth-child(4) {
  transition-delay: .6s;
}

.sub_tech_tab:not(.st1) > li:nth-child(5) {
  transition-delay: .8s;
}

.sub_tech_tab:not(.st1) > li:nth-child(6) {
  transition-delay: 1s;
}

.sub_tech_tab:not(.st1) > li:nth-child(7) {
  transition-delay: 1.2s;
}

.sub_tech_tab.st1 {
  margin-top: 3em;
  display: none;
}

.sub_tech_tab.st1.on {
  display: flex;
}

.sub_tech_tab.st1 > li .wrap_in {
  height: auto;
}

.sub_tech_tab.st1 > li .wrap_in .in {
  padding: 1em;
}

.sub_tech_tab.st1 > li .wrap_in:after {
  content: "\e92f";
  font-family: xeicon !important;
  position: absolute;
  top: -.75em;
  left: 50%;
  width: 2em;
  margin-left: -1em;
  text-align: center;
  line-height: 1;
  color: #0063ba;
  opacity: 0;
  transition: .3s;
}

.sub_tech_tab.st1 > li .wrap_in .t1 {
  margin-bottom: .75em;
}

.sub_tech_tab.st1 > li .wrap_in .t2 {
  font-size: 1em;
  line-height: 1.125em;
  height: 2.25em;
  width: 100%;
  justify-content: center;
}

.sub_tech_tab.st1 > li.on .wrap_in:before,
.sub_tech_tab.st1 > li:hover .wrap_in:before {
  opacity: 1;
  background: #0063ba;
  box-shadow: none;
}

.sub_tech_tab.st1 > li.on .wrap_in:after,
.sub_tech_tab.st1 > li:hover .wrap_in:after {
  opacity: 1;
}

.sub_tech_tab.st1 > li.on .wrap_in .in,
.sub_tech_tab.st1 > li:hover .wrap_in .in {
  color: #fff;
}

.sub_tech_con {
  padding-top: 3em;
  margin-top: 2em;
  text-align: center;
}

.sub_tech_con .t2 {
  font-size: 28px;
  font-weight: 700;
  text-align: left;
}

.sub_tech_con .con {
  margin-top: 32px;
}

.con_idx,
.con_idx2 {
  position: relative;
}

.con_idx > .idx,
.con_idx2 > .idx2 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  overflow: hidden;
  visibility: hidden;
  filter: alpha(opacity=0);
  opacity: 0;
  box-sizing: border-box;
}

.con_idx > .idx.on,
.con_idx2 > .idx2.on {
  position: relative;
  height: auto;
  visibility: visible;
  filter: alpha(opacity=100);
  opacity: 1;
}

#address_layer h2 {
  padding: 14px 16px;
  font-size: 18px;
  font-weight: 600;
  border-bottom: 1px solid #e6e6e6;
}

#address_layer .uk-close {
  top: 13px;
  right: 16px;
  margin: 0;
}

@media (hover: none) {
  a:hover {
    color: inherit;
  }
}

@media (pointer: coarse) {
  a:hover {
    color: inherit;
  }
}

@media all and (min-width: 961px) {
  .display-tablet-down {
    display: none !important;
  }
  .display-tablet-up {
    display: block !important;
  }
}

@media (max-width: 960px) {
  .display-tablet-down {
    display: block !important;
  }
  .display-tablet-up {
    display: none !important;
  }
}

@media screen and (max-width: 767px) {
  .pt_main .content-container[fieldname="mainslider"] {
    margin-bottom: 0;
  }
  .pt_main .content-container[fieldname="mainslider"] .slick-arrow {
    display: none !important;
  }
  .pt_main .content-container[fieldname="mainslider"] .slider-content-wrapper .slick-slide p {
    margin-bottom: 18px;
    font-size: 32px;
    line-height: 36px;
  }
  .pt_main .content-container[fieldname="mainslider"] .slider-content-wrapper .slick-slide p + p {
    font-size: 14px;
    line-height: 22px;
  }
  .pt_main .content-container[fieldname="mainslider"] .slider-content-wrapper .slick-slide.slick-active p {
    opacity: 1;
    transform: translateX(0);
  }
  .pt_main .content-container[fieldname="mainslider"] .slider-content-wrapper.global-text-banner-on .slick-slide .picture img,
  .pt_main .content-container[fieldname="mainslider"] .slider-content-wrapper.global-text-banner-on .slick-slide .picture video {
    height: unset;
  }
  .pt_main .content-container[fieldname="mainslider"] .slider-content-wrapper.global-text-banner-off .slick-slide .picture img,
  .pt_main .content-container[fieldname="mainslider"] .slider-content-wrapper.global-text-banner-off .slick-slide .picture video {
    height: unset;
  }
  .pt_main .content-container[fieldname="mainslider"] .slider-content-wrapper .slick-dots {
    display: block !important;
  }
  .pt_main .content-container[fieldname="mc_globalTextBanner"] {
    margin-bottom: 40px;
  }
  .pt_main .content-container[fieldname="mc_globalTextBanner"] + .pt_main .content-container[fieldname="mc_appCategoryMenu"] {
    margin-top: -40px;
  }
  .pt_main .content-container .main_groobe.latest-items {
    margin: 0 !important;
    padding: 0 !important;
  }
  .pt_main .content-container .main_groobe.latest-items .content-title {
    margin: 0;
  }
  .pt_main .content-container .main_groobe.latest-items .content-title h2 {
    text-align: left;
    padding-left: 20px;
    font-size: 24px;
  }
  .pt_main .content-container .main_groobe.latest-items .slide:first-child {
    margin-left: 15px;
  }
  .pt_main .content-container .main_groobe.latest-items .slide .product-details {
    margin-top: 18px;
  }
  .pt_main .content-container .main_groobe.latest-items .slide .product-details .name {
    margin-bottom: 10px;
  }
  .pt_main .content-container .main_groobe.latest-items .slide .product-details .price {
    font-size: 13px;
  }
  .ratio-fill {
    position: relative;
    width: 100%;
  }
  .coner-tile-wrap {
    display: block;
    padding: 0 20px;
  }
  .bread-crumb {
    display: none;
  }
  .pc-only {
    display: none !important;
  }
  .mobile-only {
    display: block !important;
  }
  .uk-dropdown.uk-datepicker.right-datepicker {
    left: unset !important;
    right: 30px;
  }
  .four-division-tile {
    padding: 0 20px;
  }
  .four-division-tile .dashboard-content > .col-md-6 {
    max-width: 100%;
  }
  .four-division-tile .dashboard-content > .col-md-6 + .col-md-6 {
    margin-left: 0px;
    margin-top: 7px;
  }
  .four-division-tile .dashboard-tile > .col-6 {
    max-width: calc(50% - 4px);
  }
  .four-division-tile .dashboard-tile > .col-6 + .col-6 {
    margin-left: 7px;
  }
}

/* Phone landscape and bigger */
@media (max-width: 480px) {
  .coner-tile-wrap .product-tile .ratio-standard .ratio-media img {
    width: 85%;
    margin: 5px auto 0;
  }
}

@media (max-width: 768px) {
  .content-area.show_tab_bar {
    margin-bottom: 50px;
  }
  .header_layout_1.main-sticky {
    transform: inherit;
  }
  .main_groobe.latest-items .btn-prev,
  .main_groobe.latest-items .btn-next {
    display: none;
  }
  .pt_main .content-container {
    margin-bottom: 64px;
  }
  .pt_main .content-container[fieldname="mainSlider"] {
    margin-bottom: 30px;
  }
  .pt_main .content-container[fieldname^="mo_"] {
    margin-bottom: 64px;
  }
  .pt_product {
    padding-bottom: 50px;
  }
  .coner-tile-wrap.coner-gap-30 .dashboard-content {
    gap: 20px;
  }
  .coner-tile-wrap.coner-gap-30 .dashboard-content .col-md-6 {
    max-width: 100%;
    flex-basis: 100%;
  }
  .sub_tech_tab {
    flex-direction: column;
    padding: 12px 16px;
    gap: 8px;
  }
  .sub_tech_tab > li {
    width: 100%;
  }
  .sub_tech_tab > li .wrap_in {
    height: auto;
    flex: none;
  }
  .sub_tech_tab > li .wrap_in .in {
    display: flex;
    align-items: center;
    padding: 0 12px;
    height: 50px;
  }
  .sub_tech_tab > li .wrap_in .in .t1 {
    display: none;
  }
  .sub_tech_tab > li .wrap_in .in .no {
    width: 2em;
    text-align: left;
    font-size: 13px;
  }
  .sub_tech_tab > li .wrap_in .in .no:after {
    display: none;
  }
  .sub_tech_tab > li .wrap_in .in .t2 {
    flex: 1 1 1%;
    height: auto;
    justify-content: flex-start;
    font-size: 13px;
  }
  .sub_tech_tab > li .wrap_in .in .more {
    width: 1.5em;
    margin-top: 0;
    text-align: center;
    padding: .5em;
    opacity: 1;
    border: none;
    text-align: center;
  }
  .sub_tech_tab > li .wrap_in .in .more > i:not(.xi) {
    display: none;
  }
  .sub_tech_tab > li .wrap_in .in .more .xi {
    margin-left: 0;
  }
  .sub_tech_tab > li.on .wrap_in:before,
  .sub_tech_tab > li:hover .wrap_in:before {
    border-width: 1px;
    opacity: .9;
  }
  .sub_tech_tab.st1 {
    font-size: .813em;
    justify-content: flex-start;
  }
  .sub_tech_tab.st1 > li .wrap_in {
    margin: 1px;
  }
  .sub_tech_tab.st1 > li .wrap_in:before {
    border: none;
  }
  .sub_tech_tab.st1 > li .wrap_in:after {
    display: none;
  }
  .sub_tech_tab.st1 > li {
    width: 25%;
  }
  .sub_tech_tab.st1 > li .wrap_in .in .t2 {
    height: 2.25em;
    justify-content: center;
  }
  .sub_tech_con {
    margin: 40px 0 0;
    padding: 0 16px;
  }
  .sub_tech_con .con {
    margin-top: 16px;
  }
  .sub_tech_con .t2 {
    font-size: 18px;
  }
}

video.video-js {
  visibility: hidden;
}

.video-js {
  color: #000000;
  background-color: #000000;
}

.video-js video {
  height: 100%;
  object-fit: cover;
}

.video-js .vjs-big-play-button {
  display: none;
}

.video-js .vjs-control-text {
  display: block;
  position: absolute;
  margin: -1px;
  padding: 0;
  width: 1px;
  height: 1px;
  border: 0;
  clip: rect(0 0 0 0);
  overflow: hidden;
}

.video-js .vjs-play-control {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: auto;
}

.video-js .vjs-play-control .vjs-icon-placeholder {
  display: block;
  width: 38px;
  height: 44px;
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' id='video--play' viewBox='0 0 25 28'%3E%3Cpath fill-rule='evenodd' fill='%23fff' d='M0 0v28l24.248-14z'%3E%3C/path%3E%3C/svg%3E");
}

.video-js .vjs-text-track-display,
.video-js .vjs-loading-spinner,
.video-js .vjs-time-control,
.video-js .vjs-spacer,
.video-js .vjs-hidden,
.video-js .vjs-control:not(.vjs-play-control) {
  display: none;
}

.video-js:not(.vjs-paused) .vjs-play-control {
  display: none;
}

.video-js.vjs-playing {
  background-color: transparent;
}

.pdp-media-gallery .video-js.gallery-media {
  height: 100%;
}

/*# sourceMappingURL=src/common.css.map */

/* Slider */
.brz_component-slider.slick-slider
{
    position: relative;
    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.brz_component-slider .slick-list{position: relative;display: block;overflow: hidden;margin: 0;padding: 0;}
.brz_component-slider .slick-list:focus{outline: none;}
.brz_component-slider .slick-list.dragging{cursor: pointer;cursor: hand;}

.brz_component-slider.slick-slider .slick-track,
.brz_component-slider.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.brz_component-slider .slider-slide{display:none;}
.brz_component-slider .slick-track{position: relative;top: 0;left: 0;display: block;}
.brz_component-slider .slick-track:before,
.brz_component-slider .slick-track:after{display: table;content: '';}
.brz_component-slider .slick-track:after{clear: both;}
.brz_component-slider .slick-loading .slick-track{visibility: hidden;}
.brz_component-slider .slick-slide{display: none;float: left;height: 100%;min-height: 1px;}
.brz_component-slider[dir='rtl'] .slick-slide{float: right;}
.brz_component-slider .slick-slide img{display: block;}
.brz_component-slider .slick-slide.slick-loading img{display: none;}
.brz_component-slider .slick-slide.dragging img{pointer-events: none;}
.brz_component-slider .slick-initialized .slick-slide{display: block;}
.brz_component-slider .slick-loading .slick-slide{visibility: hidden;}
.brz_component-slider .slick-vertical .slick-slide{display: block;height: auto;border: 1px solid transparent;}
.brz_component-slider .slick-arrow.slick-hidden {display: none;}
.brz_component-slider.slick-slider, 
.brz_component-slider .slick-slide {position: relative;padding: 0;margin: 0;overflow: hidden;}
.brz_component-slider .slick-slide .ls-bg {
    left: 0px;
    top: 0px;
    transform: none !important;
    -o-transform: none !important;
    -ms-transform: none !important;
    -moz-transform: none !important;
    -webkit-transform: none !important;
    width: 100%;
    height: 100%;
}
.brz_component-slider .slide-img,
.brz_component-slider .slide-link {
    /*position: absolute;*/
    width: 100% !important;
    height: 100% !important;
    left: 0 !important;
    top: 0 !important;
}
.brz_component-slider .slider-slide .slider-layer-link {position: absolute !important;left: 0;top: 0;}
.brz_component-slider .slider-slide .slider-layer-content {position: absolute !important;}
.brz_component-slider .slider-slide .slider-layer-link > .slider-layer-content {position: relative !important;left: 0;top: 0;} 

.brz_component-slider .slick-next, 
.brz_component-slider .slick-prev {
    width: 4em;height: 4em;font-size: 1em;margin: 0 2em;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.brz_component-slider .slick-prev {left:0;z-index: 100;}
.brz_component-slider .slick-next {right:0;z-index: 100;}

.brz_component-slider .slick-next:hover, 
.brz_component-slider .slick-prev:hover {border:none;}
/*
.brz_component-slider .slick-next:before,
.brz_component-slider .slick-prev:before {font-family: 'breeze' !important;font-size: 4em;color:#777;}

.brz_component-slider .slick-next:hover:before,
.brz_component-slider .slick-prev:hover:before {color:#000;}

.brz_component-slider .slick-prev:before {content: "\e902";}
.brz_component-slider .slick-next:before {content: "\e903";}
*/

.brz_component-slider .slick-next i:before,
.brz_component-slider .slick-prev i:before {color:#fff; filter: alpha(opacity=0.5); opacity: 0.5;}

.brz_component-slider .slick-next i:hover:before,
.brz_component-slider .slick-prev i:hover:before {alpha(opacity=0.7); opacity: 0.7;}

.brz_component-slider .slick-prev i {font-size:40px; content: "\e902";}
.brz_component-slider .slick-next i {font-size:40px; content: "\e903";}

.st_component-slider .slick-dots {
    bottom: 10px;
    /*background: rgba(256,256,256,0.5);*/
    position: absolute;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}
.st_component-slider .slick-dots li {
    display: inline-block;
}
.st_component-slider .slick-dots li button {    
    color:transparent;
    background-color: #dbdbdb;
    width: 8px;min-width: 8px;
    height: 8px;min-height: 8px;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -ms-border-radius: 4px;
    -khtml-border-radius: 4px;
    -o-border-radius: 4px;
    display: inline-block;
    margin: 0 5px;
    padding: 0;
    outline: none;
    border:1px solid rgba(255,255,255,0.7);
    font-size:0;
    line-height:0;
}
.st_component-slider .slick-dots li.slick-active button {background-color: #2b2b2b;}


/* default theme */
/*
.slick-loading .slick-list
{
    background: #fff url('//cdn.jsdelivr.net/jquery.slick/1.6.0/ajax-loader.gif') center center no-repeat;
}
*/


