@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,
.uk-modal-page body {
  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: #D3D3D3;
  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/b-commerce/assets/images/icon.png) no-repeat -102px -102px;
  background-size: 800px auto;
}

.bx-wrapper .bx-next {
  right: 10px;
  background: url(/cmsstatic/theme/b-commerce/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\9;
  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 */
/*********************************************************************/
/* vans common
/*********************************************************************/
/* laout width */
/*
		$breakpoint-small:480px !default;
		$breakpoint-medium:768px !default;
		$breakpoint-large:960px !default;
		$breakpoint-xlarge:1220px !default;
		*/
/* 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) */
body, button, input {
  font-size: 14px;
  font-family: "Noto Sans KR", "맑은 고딕", Dotum;
  color: #2b2b2b;
  line-height: 1.2;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Noto Sans KR", "맑은 고딕", Dotum;
  color: #2b2b2b;
  line-height: 1;
  margin: 0;
}

.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: 60px;
}

.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: 30px;
}

.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;
}

.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: 600;
}

.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: #f00;
}

.text-color-uiorange {
  color: #f5a623;
}

@media screen and (max-width: 767px) {
  .text-align-sm-center {
    text-align: center;
  }
}

@media screen and (min-width: 768px) {
  .link-underline:hover {
    text-decoration: underline;
  }
  .heading-type-mega-fluid {
    font-size: calc( 60px + 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: 24px;
  }
  .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: 'vans';
  src: url("data:application/x-font-ttf;charset=utf-8;base64,AAEAAAALAIAAAwAwT1MvMg8SBpgAAAC8AAAAYGNtYXB5CDUtAAABHAAAAMRnYXNwAAAAEAAAAeAAAAAIZ2x5Zid2cTkAAAHoAAAyXGhlYWQNomnaAAA0RAAAADZoaGVhB8IECAAANHwAAAAkaG10eBIAIUoAADSgAAABHGxvY2HQvd3GAAA1vAAAAJBtYXhwAFEBCgAANkwAAAAgbmFtZXBNDggAADZsAAABYnBvc3QAAwAAAAA30AAAACAAAwP4AZAABQAAApkCzAAAAI8CmQLMAAAB6wAzAQkAAAAAAAAAAAAAAAAAAAABEAAAAAAAAAAAAAAAAAAAAABAAADpdgPA/8AAQAPAAEAAAAABAAAAAAAAAAAAAAAgAAAAAAADAAAAAwAAABwAAQADAAAAHAADAAEAAAAcAAQAqAAAACYAIAAEAAYAAQAg6RDpFekZ6R7pJukr6TDpNOk+6UrpUeli6Wfpbul2//3//wAAAAAAIOkA6RTpGeke6SHpK+kw6TTpPulG6VDpVOll6WvpcP/9//8AAf/jFwQXARb+FvoW+Bb0FvAW7RbkFt0W2BbWFtQW0RbQAAMAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAEAAf//AA8AAQAAAAAAAAAAAAIAADc5AQAAAAABAAAAAAAAAAAAAgAANzkBAAAAAAEAAAAAAAAAAAACAAA3OQEAAAAABABVAIADqwMAABAAGwAlACkAAAEhIgYVERQWMyEyNjURNCYjBSEyFh0BITU0NjMBISImNREhERQGJzMVIwNV/VYkMjIkAqokMjIk/VYCqgkN/SoNCQKq/VYJDQLWDdurqwMAMiP+KiMyMiMB1iMyQA0IZGQIDf4ADQgBMv7OCA3mgAAAAwBOAEsDtQM1ACAAJAAtAAABISIGHQEzNSERITUjFQcOARceATMhMjY/AT4BNRE0JiMDITchJRc3JwcXIRUhA5X9Vg4SQAJq/ZZAegUCBAQQCQKqCA0FgAMDEg6Q/aZQAlr94S2Xly1J/uwBFAM1Eg5UNP5ANkuiBxMICAkGBqsECgUCAA4S/VZqty2Xly1KQAAAAAQAQQAHA6wDcgArAF4AawB6AAAlJyYGDwEuAScuASc3PgEvAS4BDwEOARceAxceAxcyFjMyNj8BNiYnDwEOASMxLgMnLgMnNDY/ATYyMzAWHwEWBg8BDgEXHgEXHgEXFjY/ATYWHwEeAQcBFTIeAhUzNC4CIxMzNCYnLgEjFTIWFx4BFQNMkBQ0EU4YUB8fNQ1NEgQOZw82F1IWFwEEIDVKLy5sdn5CAQIBFSUOMA4LFiQwBQkDPHNsYSsqRDAdBAYIUQEBAQMBZgIBAVUMBAgQPCUlXR0PIQtVAgQBjwIBAf7kSIFfOEBCcZdWxkAoJSVgNCdJHBwe4mYPBRFODjUfH1AYTRIzFY8VDA0xDycWQX92ay8uSjUgBAEYFlEXNRA7UQcIBB0xQysqYmt0PAIJBTABAQGPAgQBVQwhDx1dJCU9EAgFDFUCAQFmAgQBAstAN2CASVaYcUH+YDVgJSUoQB4dHEgoAAcANgAVA8oDawAEACkAMAA4AEsAVwBjAAATMxUjNSU1NCYvAS4BIyEiBg8BDgEVERQWMyEeAzMyPgI1NC4CJwMXIzUzMhYhMDY7ARUhNwMRMDYxITAUMRUiDgIVHAEXIQUiJjU0NjMyFhUUBgMHJwcXBxc3FzcnN7arqwJTCghMCCIQ/l4QIwdNBwsYEQF5DTA/TCo1XUUpHjNGKpdD4pwBAv5cAgHC/vhDWAECUjVdRSgB/qsCU09xcU9QcHAKRkUlRUUlRUYlRUUB6oCAI1MQLQ+bDxUVD5sPLRD+iBAYJT8tGihGXTUtUEIuCwEch4kCAomH/dcBYAICSyhGXTUFCwWrcU9PcXFPT3EBKkVFJUVFJUVFJUVFAAAABAAcAJUD5ALrABsAJwA0AEgAAAEUBiMiJjU0NjcVNycVDgEVFB4CMzI+AjUjBTI2NTQmIyIGFRQWEzIWFRQGIyImNTQ2MxMhIgYdATM1NDYzITIWHQEzNTQmAXJSOTlSRTKqqk1qIDdKKipKNyBAAUdHZGRHR2RkRyw/PywsPz8suf6OL0NAHhQBchUdQEMB6zlSUjk0Tgc0VlU2CHNPKko3ICA3SipWZEdGZGRGR2QBFT4sLD8/LCw+/p1DL0BAFR0dFUBAL0MAAAAABQCAAEADgANAAAsAFwAsADwATAAAATI2NTQmIyIGFRQWNzIWFRQGIyImNTQ2FyMiBh0BMzU0NjsBMhYdATM1NCYjEyEiBhURFBYzITI2NRE0JgMUBiMhIiY1ETQ2MyEyFhUCACg5OSgoOTkoExsbExMbG3TCIC0zDwvCCw80LiDK/aojMjIjAlYjMjIODQj9qggNDQgCVggNAa45KCg5OSgoOY8bExMbGxMTG7MuICcnCw8PCycnIC4BtjIj/aojMjIjAlYjMv1VCQwMCQJWCA0NCAADAFUAFQOrA2sAFAApAC8AAAEiDgIVFB4CMzI+AjU0LgIjESIuAjU0PgIzMh4CFRQOAiMTAScHFwECAFicdENDdJxYWJx0Q0N0nFhLhGM5OWOES0uEYzk5Y4RLy/7kejexAVMDa0N0nFhYnHRDQ3ScWFicdEP86jljhEtLhGM5OWOES0uEYzkCG/7iejawAVMAAAAABAArABUD0wNrABcAHAAoADQAAAEuASMhJy4BKwEVMxMeATMhMjY3EzYmJwMhJyEHARQGIyImNTQ2MzIWBRQGIyImNTQ2MzIWA80GEgr9RzsFFQ1lSMQFFg0B4Q4XBGoDAwas/ltnAlxQ/rwsHx8sLB8fLAGALB8fLCwfHywCrAkJkgwPVv4bDA8RDQFTChQI/r/+/v71HywsHx8sLB8fLCwfHywsAAAABQBLACEDoQN2AAwAGQAuAEMAWAAAATI2NTQmIyIGFRQWMzUyFhUUBiMiJjU0NjMXIyIGHQEzNTQ2OwEyFh0BMzU0JiMDIg4CFRQeAjMyPgI1NC4CIxEiLgI1ND4CMzIeAhUUDgIjAfMpODgpKDk5KBMbGxMTGhoTYcIgLTMPC8ILEDMuIF5YnHRDQ3ScWFicdENDdJxYS4RjOTljhEtLhGM5OWOESwG0OSgoOTkoKDmOGhMTGxsTExqzLSAnJwsPDwsnJyAtAedDdJtYWZt0Q0N0m1lYm3RD/Os5YoVLS4RiOTlihEtLhWI5AAABAOIA5QMeApsABQAACQEnBxcBAuL+xIg8xAF4Apv+w4c8xAF6AAAABgAm//EDzwOeAAwAGABBAE0AWQBlAAAlFAYjIiY1NDYzMhYVIRQGIyImNTQ2MzIWEy4BKwE8ATU0LgIjIg4CFRQWFSMnLgErARUzEx4BMyEyNjcTNiYnJTIWFRQGIyImNTQ2ASEnMx4BMzI2NzMHJTcXNyc3JwcnBxcHAdgsHh8sLB8eLAGALB4fLCwfHixxBhMKYChFXjU1XUUpAVk7BRYNZUjFBRUNAeIOFgVqAwMG/n1QcHBQT3FxASX+W2dHG4JSUoIcNlD+5UVFJkVFJkVFJUVFOx8rKx8fLCwfHysrHx8sLAIuCAkCAgE1XkUoKEVeNQECApINDlX+GgwOEA4BUwoUCNZwUE9xcU9QcP3o/kldXUn+7kVFJUVFJkVFJkVFAAEBKwDrAtUClQAUAAABIg4CFRQeAjMyPgI1NC4CIwIALE46ISE6TiwsTjohITpOLAKVITpOLCxOOiEhOk4sLE46IQAABACrABUDVQNrAA4ALAA2ADoAAAEVMzU+ATU0JiMiBhUUFgEjNTQuAiMiDgIdASMiBhURFBYzITI2NRE0JiMlNDYzMhYdASE1ASERIQHgQBceMiMjMh4BYmAgN0oqKko3IGARGRkRAlYRGRkR/kpSOTlS/uoBoP3WAioBDF9fCSsbIzIyIxsrAStgKko3ICA3SipgGRL+KxIZGRIB1RIZYDlSUjlgYP21AasAAAMAPABiA6YDNgAUADgAUAAAJSImNTQ2NycOARUUFjMyNjcnDgEjAS4BBwU1NCYrASIGFREUFjsBMjY9AQUWMjMyNjc+ATURNCYnAyUmIiMiBgcOAR0BIxEzFRQWFx4BNyURAegsPgYGPgcHZEZAXgo+BDwqAbIGDwj9eRMNeg4SEg56DRMChwMEAgUKBQYGBgY0/XkDBAIFCgUGBjo6BgYHDwcCh6I/LA0ZCxIPIhJHZFI9Eik4Ao8FAgK+Og0TEw3+vA0TEw06vgEDAwQOCAIOCA4E/gK/AQMDBQ0IRQEERQgNBQQDAr/+RgAABABVABUDqwNrABQAKQAuADoAAAEiDgIVFB4CMzI+AjU0LgIjESIuAjU0PgIzMh4CFRQOAiMDMxEjETcUBiMiJjU0NjMyFgIAWJx0Q0N0nFhYnHRDQ3ScWEuEYzk5Y4RLS4RjOTljhEsrVlZgHxYWHx8WFh8Da0N0nFhYnHRDQ3ScWFicdEP86jljhEtLhGM5OWOES0uEYzkBy/6rAVVgFh8fFhYfHwAAAQCMAD8DbwMiADAAABMeAxceAxcyNj8BNiYvASYGDwEOAScxLgEnLgEnMSY2PwE+AS8BLgEPAQ4BF4wEHjNHLS1mcXg/DRgJMQcGDI8LHAlVBAwGH1chIToRAwIEVQkDCGcIHA1RDxABAsM/eHFmLS1HMh8EDw9RDRwJZggCClUEAgMSOSEhVx8GDARVChsLjwwGBzAKGA0AAAAABABP//8D2AOGACQAOABEAEoAAAEUBiMhIiY1ETQ2MyE1ISIGFREUFjMhFSMVITUjNSEyNj0BIxUnMj4CNTQuAiMiDgIVFB4CEzIWFRQGIyImNTQ2FycHJwcXA2UNCf1WCQ0NCQEA/wAkMjIkATLdAgDcATEkMkCNNV5FKChFXjU1XUUpKUVdNVBwcFBPcXHPJII1JFkBKgkNDQkBqgkNQDIk/lYkMo5HR44yJEBAXClFXTU1XkUoKEVeNTVdRSkBwHBQT3FxT1BwhySDNSRZAAUAVQAfA6sDYQADAAcAKABIAGIAAAEUNBUHMxUjEyIGBzM+ATMyFhUUBgcOARUzNDAxMDQ1NDY3PgE1NCYjJSEiBhURFBY7ARQwMRceATMyNj8BMDQxMzI2NRE0JiMTFAYrASIGDwEnLgErASImNRE0NjMhMhYVEQIjS0tLKgV1CEsDESEPJhcUHRVLFg4mE00xAVP9ViQyMiS/gQUKBgYKBYG/JDIyJBYNCb8LFwhsawkXC78JDQ0JAqoJDQGQAQMCMEsBqyFiEScVIRMbERg7HgEBAR0dDCQvFD5DoTIj/dUjMgFlBAMDBGUBMiMCKyMy/YAJDAkIVFQICQwJAisIDQ0I/dUAAAMAAAAaA+sDYAApAEAAXQAAAS4BBxE0JiMhIgYVEQcOARUUFh8BHgEzMDIxMjY/ASEyNj8BPgE1NCYnARUzNTMRDgEPASM+ATU0JiMhIgYHETMBISIGDwEnNz4BMyEyFhUUBisBFSEyNj8BPgEXBwPhHVEoGRL9qxIZlwQFBQWaBAwGAQcMBD0B3AYMBd8FBQUF/dSA1gQHA1QYAgM4KP7GBw4H1QEp/iMHDQQxa4kIFAoBOg0TEw29AT0GDAVfFj0bvAGAHhUKAYwSGRkS/kmWBQwGBwsFlwQFBgVFBQTgBAwGBwwEAaCVlf5qAwUEVAcQCSg4AgIBev2KBgU3aYkICBMNDRNABQRgFQoMvAAABABDACoDwwNUACQANAA4ADwAAAEUBiMhIiY1ETQ2OwE1IyIGFREUFjMhFSMVITUjNSEyNj0BIxUTISIGFREUFjMhMjY1ETQmBxUhNRE1IRUDWAwJ/VUIDQ0I1tYjMjIjATLcAgDdATIkMUA4/mYVHh4VAZoVHh4i/oABgAFUCQwMCQGrCQxAMiP+VSMyjkdHjjIjKysCAB4V/uYVHh4VARoVHkBKSv8AdnYAAAEAVwCcA5QDAAAFAAAlATcXARcBbv7pPNsB6T2cARc82gHrPQAAAAADAFUAlQOrAusADgAdACsAABMhMjY1NCYjISIGFRQWMwUhIgYVFBYzITI2NTQmIxEhIgYVFBYzITI2NTQmgAMAEhkZEv0AEhkZEgMA/QASGRkSAwASGRkS/QASGRkSAwASGRkClhkSERkZERIZqxkSEhkZEhIZ/v8ZEhEZGRESGQAAAAAEADkATAPHAzQADwATABgAJAAAJQEuASMiBgcBBhYzITI2JyUJASEBMxUjNRMUBiMiJjU0NjMyFgPH/lIFDQcHDQX+UgoNFANgFA0K/M0BbAFt/ScBTEBASxkSEhkZEhIZdQKuCQgICf1SERgYERcCR/25AZXV1f7WEhkZEhEZGQAAAAABATkAQALHA0AAFgAAJREzNyM1NDYzNzUuASMiBh0BIxUzETMCO3YSiBoqSAk6Jk5hdnaMQAFeiVceJAF6AQRdV2WJ/qIAAAAFACsAlQPVAusAEgAeACoANgBKAAABJz4BNTQmIyIGFRQWMzI2Nxc3JyImNTQ2MzIWFRQGBTI2NTQmIyIGFRQWEzIWFRQGIyImNTQ2EyEiBh0BMzU0NjMhMhYdATM1NCYBl1QLDVk/P1lZPxcqEVUt1CQ0NCQkNDQBw0dkZEdHZGRHLD8/LCw/P+X+ji9DQB0VAXIUHkBDAZdVEikXP1lZPz9YDAxVLVAzJCQ0NCQkM1JkR0dkZEdHZAEWPywsPz8sLD/+nEMvQEAVHR0VQEAvQwAAAAUAgABAA4ADQABHAJAApACwALwAAAEuAScuAScuAScuAScuASMiBgcOAQcOAQcOAQcOAQcOARUUFhceARceARceARceARceATMyNjc+ATc+ATc+ATc+ATc+ATU0JgMOAQcOAQcOAQcOAQcOASMiJicuAScuAScuAScuAScuATU0Njc+ATc+ATc+ATc+ATc+ATMyFhceARceARceARceARceARUUBgcBIg4CFRQeAjMyPgI1NC4CAyImNTQ2MzIWFRQGExQGIyImNTQ2MzIWA34CCQcHFRAQIRMTLB8eMk5OMh4fLBITIRAQFQgHCQIBAQEBAgkHCBUQECETEiwfHjJOTjIeHywTEyEQEBUHBwkCAQEBRgIIBAUNCgoVDgohHB4wTU0wHhwhCg4UCwoNBQQIAgEBAQECCAQFDQoLFA4KIRweME1NMB4cIQoOFQoKDQUECAIBAQEB/scpSDUfHzVIKSlINR8fNUgpNUtLNTVLS8YbExMbGxMTGwJeHywSEyIQEBQIBwkCAQEBAQIJBwgUEBAiExIsHx4yTk4yHh8sExMhEBAVBwcJAgEBAQECCQcHFRAQIhITLB8eMk5OMv7lHCELDRUKCg0FBAgCAQEBAQIIBAUNCgoVDQshHB4wTU0wHhwhCg4UCwoNBQQIAgEBAQECCAQFDQoLFA4KIRweME1NMB4BYB81SCkpSDUfHzVIKSlINR/+u0s1NUtLNTVLAU0TGxsTExsbAAAGAHsAaAN+Ay8AIgBZAJYAwAEEAQcAAAEiDgIVFB4CFwcGFhceATMyNj8BHgEzMj4CNTQuAiMDFAYHDgErASImJy4BPQEjIiYnLgEnJjQ1PAE3PgE3PgE7ATIWFx4BFxQWFRQGFQ4BBw4BKwEVFw4BDwEGJicuAS8BIwcOAQcOAS8BIiYnLgE1NDY/ATU0NjUwNjc0Njc+ATM6ATMyFhcyFhceARUeARUXBzcOAQcOASsBIjQjIiYnLgEvATU0Njc+ATsBMhYXHgEdATMyFhcyFh8BBzcUBg8BDgEnLgEvAQcVFAYHDgErASImJy4BLwE1NDY3PgE7ATIWFx4BHQE3PgE3NhYfAR4BFxYUFRQGDwEXHgEVFAYHJTMnAfxPjWg9Gi9CKCQCAgICBAICAwKcESMRUI1oPT1ojVDDAwICBgQDAwYDAgMnAgUCAgMBAQEBAQEDBgNzAgUCAgMBAQEBAgECBgMnwAIDAgQDCQMCAwENSw4BAwIDCAQDAwMBAgEBAUECAQEDAQIFAgEBAQIEAgECAQEBAQFFBIoBAQECBgReAQECBAECAwEBAgIDBgMEAwYCAgNKAwQCAQIBBwWXAwIDAwkEAgMBMxYCAgMGAwMEBgIBAQECAwICBgQDAwYDAgJDAQMBBQkEAgIBAQECAi43AQIBAf50MBgDLy9Tbz8pS0I3FIgDBgICAQEBagMCL1NvPz9vUy/+fwMGAwIDAwIDBgOGAQECAwIBAwIBAwIBAgECAwIBAQMCAgMBAgMBAQMBAgKGCQIDAQECAQIBBAIdHQIEAQIBAgIEAgIEAgIDAo8BAQMBAQEBAwEBAQIBAgEBAQEBAwGYCAEBAgECAwEBAQEDAgKZBAYCAgMDAgIGBIYBAgIBBwgDAgMBAgMBAgEDAUYXJQMGAwIDAwIBAgEElwQGAgIDAwICBgQ5RQECAQEBBAIBAwIBAwIDBgIwSwIFAgIEATc1AAAGAEsAIAOgA3UACwAYACQAagCLAK0AAAEUBiMiJjU0NjMyFjciBhUUFjMyNjU0JiMXFAYjIiY1NDYzMhYFJjY3MDY1NC4CIyIOAgcOAxUUFjEeAQ8BBhYzMjYzNz4BMzIWFzAWMzgBMTI+Ajc+ATE+ATMyFh8BFjIzMjYvAQUiJicuASMiBg8BNzYmJy4BNTQ+AjMyHgIVFA4CIyUXJy4BIyoBBz4BNTQuAiMiBgc+ATMyHgIVFAYHDgEXAScZERIZGRIRGWsSGRkSEhkZEsAZEhEZGRESGQEjAgEEKDZcfUY0X1E/FCxKNh0oBAECJQIFBQIDAXwDCAQHDQVsMTVgUT8UBwgFDQcECAN8AQMBBgUCJf4rHFAXDxwICREIHgkGAwgHHCtMZTk5ZUwrK0xlOQGYCR4IEQkECQUDAzVdfEcNGQ0mdEQ5ZUssGQoIAwYBdREZGRESGRkZGRIRGRkREhkrERkZERIZGSsIGAhsMEd8XTUdNUotFD9RXzQwbAgXCX0GCQEmAQEDAikeN0suAgQCAgEBJQEIB338GQsGBAMCCR8TLxIQUx86ZUssLEtlOjllSyzqIAoCAgEPHxBHfF02AwEyPCtMZTkcTxcTLhMAAAAFAIAAVQOAAysAGAAfACcAMQA1AAABJy4BIyEiBg8BDgEVERQWMyEyNjURNCYnJxchNTMeAQU+ATUzFSE3ASERPAE1IRwBFQUzFSMDbVIHJRH+RBElB1IICxkSAqoSGQsIi0r+9L0BBP47AQS+/vRJAiP9gAKA/cCrqwJgpBAXFxCkEDAR/nESGRkSAY8RMBCIlZgBAgICAgGYk/2vAXoBAgEBAgGHgAAJAAAAdQQAAyAACwAXAEMASgBWAGkAdQCBAI0AAAE3FzcnNycHJwcXBwUUBiMiJjU0NjMyFgEhIgYdASMiBg8BDgEPAQ4BHQEUFjsBFBYzMjY1IRQWMzI2NTMyNjURNCYjBTI2MTMVBxMiJjU0NjMyFhUUBjcuASMiBgcjNTQ2PwE+ATczFSMFIiY1NDYzMhYVFAY3Iy4BIyIGByERIREHFAYjIiY1NDYzMhYCWVRULVRULVRULVRU/rwSDg0TEw0OEgL2/ZoOFXgSIwc5Bx4OEw4UGRIdSzU1SwFjSzU1SzMOFBQO/P0BAnewIxomJhobJSVUETokIzsQGgYDEwgRCNgeAfQbJSUbGiYmeycQOyMkOhH+2QIrdRMNDhISDg0TAaJUVC1UVS1UVC1VVNoNExMNDhISAh0UDjMXEIYRJgsOCykRaRIZNUtLNTVLSzUVDgHmDhSXAoAB/qsmGhslJRsaJoAdIyMdUwQNAg8GEQmVgCYaGyUlGxomgB0jIx0Bq/5VQA0TEw0OEhIAAAAACAAAAHUEAAMgAAsANwA+AEoAXQBpAHUAgQAANxQGIyImNTQ2MzIWASEiBh0BIyIGDwEOAQ8BDgEdARQWOwEUFjMyNjUhFBYzMjY1MzI2NRE0JiMFMjYxMxUHEyImNTQ2MzIWFRQGNy4BIyIGByM1NDY/AT4BNzMVIwUiJjU0NjMyFhUUBjcjLgEjIgYHIREhEQcUBiMiJjU0NjMyFugSDg0TEw0OEgL2/ZoOFXgSIwc5Bx4OEw4UGRIdSzU1SwFjSzU1SzMOFBQO/P0BAnewIxomJhobJSVUETokIzsQGgYDEwgRCNgeAfQbJSUbGiYmeycQOyMkOhH+2QIrdRMNDhISDg0T9Q0TEw0OEhICHRQOMxcQhhEmCw4LKRFpEhk1S0s1NUtLNRUOAeYOFJcCgAH+qyYaGyUlGxomgB0jIx1TBA0CDwYRCZWAJhobJSUbGiaAHSMjHQGr/lVADRMTDQ4SEgAHADwABwPEA3kAAwAoADAAOABLAFcAXQAAEzMVIyU1NCYvAS4BIyEiBg8BDgEVERQWMyEeAzMyPgI1NC4CJwMXIzUzMhYXIT4BOwEVITcHPAE1IRwBHQEiJiMiDgIHIREBIiY1NDYzMhYVFAYvAQcXNye8q6sCUwsHTQciEf5fESIHTQgKGBABZgouQlIuNV1GKBswQyeXQuKcAQIB/lsBAgHB/vhDVwJTAwUDNFxFKQL+uAJIT3FxT09xcXY1JFmnJAH5gINyESwPmw8VFQ+bDywR/okRFytJNh4oRV41K05BLwwBO4aIAQEBAYiGyQEBAQEBAWgBJ0NbMwFf/dlwUE9xcU9QcJo0JFmnJAAAAAUAOAAgA80DgABFAEoATwBUAFgAAAE1NCYvAS4BIyEiBg8BDgEdAQ4DFRQeAjsBFTcnFSMiLgI1NDY3FRQWMyEyNj0BHgEVFA4CIxUyPgI1NC4CJycjNTMXJTMVIzcDESERITczFSMDIAIBUAQQCf6gCg8EUAECJT0tGSpJYTc+1tY+Kko3IDouEw0CAA0TMTwfN0oqN2FJKRkuQCZUrHww/pd9rC9DAcD+QD+AgAJvUAQHA6EICgoIoQMHBFMOMkBNKjdhSCpLa2pKIDdJKjldGqkNExMNrBlfOypJNyBAKkhhNytOQTEPcWBgYGBg/lwBBP78u2sABgBRACcDpgNZAAQAMQA5AEAAVgBiAAATMxUjNQEnPgE1NCYnNTQmLwEuASMhIgYPAQ4BFREUFjMhHgEzMjY3Fx4BMzI2NzY0JwEXIzUzMhYVITQ2OwEVIQEUFhchETA0MSEwFDEVLgEjIg4CFRciJjU0NjMyFhUUBtGqqgLVURIVMCkKB00IIhD+XhAiCEwIChcRAZMbVjMiPRlRBAwGBwsFCQn+5kPinAEC/lwCAcL++AFABAT+pAJSDBkOKko3IMs5UlI5OlJSAdiAgP6GUBo8IjRYHIAQLQ+bDxUVD5sPLRD+iREYJi4VElEEBQUEChoKArmHiQEBAQGJ/pYPGw4BYAICYwMEIDhKKoxSOjpSUjo6UgAAAAUAKwAVA9UDawAcACcANwBDAEkAAAERNCYjISIGFREUFjMhFB4CMzI+AjU0LgInASEyFh0BITU0NjMRIiY1ESEVJiIjIg4CByEBIiY1NDYzMhYVFAYvAQcXNycDKy0g/ZkfLS0fAV4pRV01NV5FKBktPyX9TAJnBQj9gAcFBQcCgAYKBixRQS8K/pkCXk9xcU9QcHB2NSRZpiQCBgEYIC0tIP5EIC01XUUpKUVdNSpMPy8NASUIBVdXBQj+KggFASVzAR0zRir/AHFPUHBwUE9xmjUkWackAAMAVQBAA6sDQAAdACcAKwAAASM1NC4CIyIOAh0BIyIGFREUFjMhMjY1ETQmIyU0NjMyFh0BITUBIREhA4CrITpOLCxOOiGrEhkZEgMAEhkZEv3rVz4+V/7WAgD9KgLWAkArLE45IiI5TiwrGRL+VhIZGRIBqhIZKz1YWD0rK/4VAYAAAAQATP//A7QDgQAPABgALQA5AAA3ITI2NRE0JiMhIgYVERQWEzMVMzUzESERARE3JwcRDgEHIRUhHgEzMjY1NCYnByImNTQ2MzIWFRQGdgIAEhkZEv4AERkZJ6qAq/4rAoWjH8QYJQj9wAJACjgjLD8qISARGRkREhkZvxkSAgARGRkR/gASGQIVlZX+KwHV/fsCH1s4bv28CCUYQCEqPi0jOAqQGRIRGRkREhkAAAAAAgBgAEIDfgNgABgALQAAJSc+ATU0LgIjIg4CFRQeAjMyNjcXNwE0PgIzMh4CFRQOAiMiLgI1A367ISc2XXxHRn1cNjZcfUY7ayu8PP03KUVdNTVeRSgoRV41NV1FKX68K2s7Rn1cNjZcfUZHfF02JyG7PAGNNV1FKSlFXTU1XUYoKEZdNQAAAAEAbAA+A5QDNQAoAAABLgEjJQMmIgcDBSIGBwYWHwEDBhYXFjI/ARceATMyNjc+AScDNz4BJwOUAgsH/uxYBCAEWP7sBwsCAgQF31QCBQUGDQbh4QMGAwQGAwUFAlTfBQQCAh4GCAIBBw0N/vkCCAYHDQSk/vgHDQQEBKGhAgICAgQNBwEIpAQNBwAAAQDtAMIC/gLTAAsAAAEnBycHFwcXNxc3JwL+PM3MPMzMPMzNPMwClzzMzDzMzTzMzDzNAAMAVQAVA6QDawBNAJwAoAAAExEUFjsBMhYXHgEXHgEXHgMXHgEzMjY3PgE3NCYnLgExMCYnFzI2Nz4BNzYmJy4DJy4BJy4BIyIGBw4BBw4BBw4BBw4BKwEiBhUXPgE3PgE3PgE3PgEzNjIXHgEXHgMXHgEHDgEHDgErATAiMSMiBgcGFhceAzMwFhceARUUBgcwBiMuAScuAycuAScuAScuAScRBzMRI1UTDbcNHAgCBQMIGRYTOzouBhQdDgwXCggeAQoHBhExGJkVJBAZIwoIAwcDGh8hChM0DwwXCAcNBQQ4JjNrFBMxFgEFArYNE+gOEgQNHwsUajMoOQMFFgcNGgwKICAZAwMCBQYWEAoVCAcFyAoSBAQECAEiKCABDwUBBA0EAQEFEAUGLjo6ERMUBgUJBgsnGKlrawLc/nUNEw0IAQgFDCASDzAuJgUQEwkJBzAdEiMKCRY7HQELChEwIBo/Egg/T1AYLyAGBAMBAQEKBwkTBAQWGQIFEw4dBBAFDw4CBBMJBwsBAwURGxhPTz8IBygQFR8KBwQMCAoYCQIpLygUCAIOBwoXBAEDDAQGJS8uDhAYCwcMBgsVBAFPA/61AAAAAAIAVQAVA6sDawAUABoAAAEiDgIVFB4CMzI+AjU0LgIjAyc3FwEXAgBYnHRDQ3ScWFicdENDdJxYUbE3egEcNwNrQ3ScWFicdENDdJxYWJx0Q/17sDZ6AR43AAAAAQEqAEcCwQNGACkAAAEhIgYVERQWOwEOAQcOASMOARUUFh8BMBYzFjI3PgM3MDY8ATEuASMCmf65ERcXEZcBFhIUPgEDBAMCaQcDAwgDRFItEAEBARcQA0YXEf66EBcePRwfOgMIBQQGA3cGAQI1c29iJGJ1YhEXAAAAAAMAQwATA5IDaQBNAFIAoQAAAS4BJy4BIwc+ATUwNjc+ATUuAScuASMiBgcOAwcOAQcOAQcOASsBIgYVERQWOwEyFhceARceARceARceATMyNjc+ATc+Azc+AScBIxEzESUOAwcOAQcGIiciJicuAScuAScuAScRPgE3PgE3PgE3PgM3PgE3MBYzHgEVFAYHDgExIg4CBw4BFx4BOwEwNjEzMhYXHgEXFgYHA5IKIxkQJBWZGDERBgcKAR8HCxYMDh4TBi86OhMXGAgDBQMHHA63DRISDbcCBAIWMRMUajQmOAQFDQcIFwwONRMKICAZBAcDCP1ba2sCaQMaHyEJDBoNBxYFAzonM2oUCx8OAxIOGCYMBgkEBxMUETo5LwYFEAUBAQQNBAEFDwEgKCICCAQFBBIJyQUHCBQLEBYGBQIDAdggMBEKCwEdOgEWCQojEh0wBwkJExAFJi8vDxIgDAUIAgcNEw3+dQ4TBQIZFgQEEwkHCgEBAQMEBiAvGE9PQAgSPxr+6gFK/rbDCD9PTxgbEQUDAQsHCRMEAg4PBRAEAU8EFQsFDQcKGQ8PLi8lBQUMAwEEFwoHDwEIFCgvKQIKFwoJDAEEBwofFRAoBwAABQB8AHUDbwM/ACQANwBFAGoAkAAAATQuAiMiDgIVFB4CFx4BFxYUBzAGBwYWNz4DNzE+ATUFIyImPQE0NjMyFh0BMzIWFRQGNxQGIyImPQE0NjMyFhUXFAYHIgYjIiYvARUUBiMiJj0BNDY3MjYzMhYfATU0NjMyFh0BNzIWFRQGKwEVMzIWFRQGKwEiJj0BOAExNTQ2OwEyFhUUBisBFTMDbzxmik5OiWc7L1VzRAoUBAIBBQEBBB4PSllZHiko/fJLCAsLCAgMNwkLC0UMCAgMDAgIDLQHBgIDAQUIA00MCAgMCAYBBAEFCANNCwkIC3oIDAwINzcIDAwISwgMDAhLCAwMCDc3Ag0/b1QwMFRvPzlmUTYJAggIBxQHHQQHGg0GLT5IIi1dM2UMCJYIDAwIggwICAwUCAwMCJYIDAwIlgcKAgEEBGldCAwMCJYGCwIBBQNpXQgMDAiWXwwICAwjDAgIDAwIS0sIDAwICAwjAAAAAQDVAZUDKwHrAAQAABMhFSE11QJW/aoB61ZWAAEBKwBKAtoDMQAFAAAlJwkBNwEBZzwBN/7JPAFzSj0BNwE3PP6NAAABAVcApAKxAuAABQAAJSc3JzcBAZM84eE8AR6kPOLiPP7iAAAEAFUAawOrAxUACwAcAC0ANwAAARQGIyImNTQ2MzIWNyEiBhURFBYzITI2NRE0JiMHEScmIg8BJy4BIyIGBwERIQExARcHFzcXFSEDLSUbGiYmGhslU/0AEhkZEgMAEhkZEhW3ChoKSHkFCwcGDAT+/QLW/SoBGWNMLavO/SoCVRomJhobJSWlGRH9qhEZGRECVhEZQP5LtwkJSHkEBQUE/v4Bz/3WARljTC2rzhoAAAEAywCgAyAC9QALAAABIREjESEVIREzESEDIP8AVf8AAQBVAQAB9QEA/wBV/wABAAAAAAABASoASgLaAzEABQAAJQkBFwkBAp3+jQFzPf7IAThKAXQBczz+yf7JAAAAAAQAawAtA4kDUwAgADUASgBfAAAlJz4BNTQuAiMiDgIVFB4CMzI2NxceATMyNjc2NCclIi4CNTQ+AjMyHgIVFA4CIwMOAQcGFhceATMyNjc+ATc+AScuARcUBiMiBhUUFjMyPgI1NCYjIgYVA4mPJSk6Y4ZMTIVkOTlkhUxBdTCOBg8JCBAGDAz+UDpmTSwsTWY6OmdMLS1MZzpaKD8QAwgKAgUCCA0DDTAfCgcEBBT+ZkcLDw8LLlI9Iw8LCg91jy5zQEyFZDk5ZIVMTIZjOismjgYGBgYNIwxXLExnOjpmTSwsTWY6OmdMLAHlEkEqChMEAQEJCCAyDgUTCgoH0UdmDwoLDyM9Ui4LDw8LAAAAAwBkAEADewNgAA0ALgBCAAABISIGFRQWMyEyNjU0JgEnPgE1NC4CIyIOAhUUHgIzMjY3Fx4BMzI2NzY0JyUiLgI1ND4CMzIeAhUUDgICaP7VDRMTDQErDRMTAQaQKC45ZIZLTIZjOjpjhkxDeDCPBQwGBgwFCQn+WD9uUjAwUm4/Pm5TLy9TbgIREg4NExMNDhL+Zo8weENMhmM6OmOGTEyFZDktKZAEBQUEChoKTC9Tbj4/blIwMFJuPz5uUy8AAgBVAEwDqwM4ACgASwAAATIWFRQGBw4BBw4DBy4DJy4BJy4BNTQ2MzIWFx4BMzI2Nz4BMzUiBgcuASMiDgIVFBYXMR4DMzI+AjcxPgE1NC4CIwK7SGgHBgEBAQxabWsdHWttWgwBAQEGB2hIKEgZCRsODxoJGUgoOWEhIWE5MVhBJgkJDnWJehMTeol1DgkJJkFYMQL4Z0kRIRACBAIibm9dEhJdb24iAgQCECERSWcjHwsNDQsfI0AxKSkxJkFYMRgtFS6OhmBgho4uFS0YMVhBJgABAFUASwOrAzcAIQAAATQuAiMiBgcuASMiDgIVFBYXMR4DMzI+AjcxPgEDqyZBWDE5YSEhYTkxWEEmCQkOdYl6ExN6iXUOCQkCRzJXQSYxKCgxJkFXMhgtFC+OhmBgho4vFC0AAwBkAEADewNgAB8AQABUAAABIzU0JiMiBh0BIyIGFRQWOwEVFBYzMjY9ATMyNjU0JgEnPgE1NC4CIyIOAhUUHgIzMjY3Fx4BMzI2NzY0JyUiLgI1ND4CMzIeAhUUDgICaHUTDQ4Sdg0TEw12Eg4NE3UNExMBBpAoLjlkhktMhmM6OmOGTEN4MI8FDAYGDAUJCf5YP25SMDBSbj8+blMvL1NuAhF2DRMTDXYSDg0TdQ0TEw11Ew0OEv5mjzB4Q0yGYzo6Y4ZMTIVkOS0pkAQFBQQKGgpML1NuPj9uUjAwUm4/Pm5TLwAAAAEBSACkAqMC4AAFAAAlCQEXBxcCZ/7hAR884uKkAR4BHjzi4gAAAAABASABVQLLAisAAgAAARc3ASDV1gIr1tYAAAAAAQEgAVUCywIrAAIAAAEnBwLL1tUBVdbWAAAAAAIAVQATA6sDbQAVAD4AAAkBHgEXESM1NCYrASIGHQEjET4BNwE1IgYHAQ4BFREUFjsBMjY9ATQ2OwEyFh0BFBY7ATI2NRE0JicBLgEjMQIAAWIDBQHKPCt0KzzKAQUDAWIHDwX+jAwQFxD8EBcXEHQQFxcQ/BAXEAz+jAUPBwMj/p4DDgT+p9krPDwr2QFZBA4DAWJKBQb+jAsnEP6NEBYWEPMQFxcQ8xAWFhABcxAnCwF0BgUAAAACAHUAHwN1A24AKQAuAAABFR4DFRQOAiMiLgI1ND4CNzUOAxUUHgIzMj4CNTQuAiczESMRAqAiNycVMld0Q0J0VzMWJzciME45Hz1ojE9QjGg8HzhP+kBAAvZJFTpFUCpCdVcyMld1QipQRToVSRdHWWg4UIxoPDxojFA4aFlHj/5WAaoAAAAAAQDlASADIQJ6AAUAAAkBNxc3FwID/uI84uI8ASABHjzi4jwAAQDlARMDIQJuAAUAAAEnBycJAQLl4uI8AR4BHgET4uI9AR7+4gAAAAMAgAFrA4ACFQALABcAIwAAARQGIyImNTQ2MzIWBRQGIyImNTQ2MzIWBRQGIyImNTQ2MzIWASsyJCMyMiMkMgEqMiMjMjIjIzIBKzIjJDIyJCMyAcAjMjIjIzIyIyMyMiMjMjIjIzIyIyMyMgAAAAAEAIUASwN7AyAAGwAhAC8AMwAAATgBMTc+ATU0Ji8BJiIHAQ4BHQEUFjsBMjY3AQEjNQEXAQE3NjIfAR4BFRQGDwEnAyEVIQLcfgsLCwtaFUAV/fkFBRMNlwYMBAGK/lJpAWpp/pYBLmcEBwRbAgEBAmdqLQFM/rQB3n4KHA8PGwpbFRX9+QUMBpcNEwUEAYr+rWoBaWn+lgIAaAQEWwIEAQIEAmdp/gBAAAAAAgBVABUDqwNrABQAOwAAASIOAhUUHgIzMj4CNTQuAiMTFhQHDgEjIiYvAQcOASMiJicmND8BJyY0NzYyHwE3NjIXFhQPARcCAFicdENDdJxYWJx0Q0N0nFi2CAgFCwYGCwWKigULBgYLBQgIi4sICAkaCYqKCRoJCAiLiwNrQ3ScWFicdENDdJxYWJx0Q/3KCBoJBAQEBIuLBAQEBAkaCIuKCRoICQmKigkJCBoJiosAAAAAAQEHAMAC+QK5ACYAAAE3NjQnJiIPAScmIgcGFB8BBwYUFx4BMzI2PwEXHgEzMjY3NjQvAQIg2QcHBhMH2dkHEwYHB9nZBwcDCAUECATZ2QQIBAUIAwcH2QHA2QcTBgcH2dkHBwYTB9nZBxMGBAMDBNnZBAMDBAYTB9kAAAEAAAABAAANjDMTXw889QALBAAAAAAA1UGSpwAAAADVQZKnAAD/8QQAA54AAAAIAAIAAAAAAAAAAQAAA8D/wAAABAAAAAAABAAAAQAAAAAAAAAAAAAAAAAAAEcEAAAAAAAAAAAAAAACAAAABAAAVQQAAE4EAABBBAAANgQAABwEAACABAAAVQQAACsEAABLBAAA4gQAACYEAAErBAAAqwQAADwEAABVBAAAjAQAAE8EAABVBAAAAAQAAEMEAABXBAAAVQQAADkEAAE5BAAAKwQAAIAEAAB7BAAASwQAAIAEAAAABAAAAAQAADwEAAA4BAAAUQQAACsEAABVBAAATAQAAGAEAABsBAAA7QQAAFUEAABVBAABKgQAAEMEAAB8BAAA1QQAASsEAAFXBAAAVQQAAMsEAAEqBAAAawQAAGQEAABVBAAAVQQAAGQEAAFIBAABIAQAASAEAABVBAAAdQQAAOUEAADlBAAAgAQAAIUEAABVBAABBwAAAAAACgAUAB4AYACqAV4B7AJSArwDBgNaA9AD5AR2BJgE7gVkBbgGBgZuBvIHegfQB+QIJghoCIwI9goMC3oMZAy4DYAOMg66DzYPwhAuEHAQyBEMEVIRbBJQEn4SvBOkFF4UbBSAFJIU6hUEFRoVohYCFmwWnhcSFyYXNBdCF54X4hf0GAgYQBiWGPAZLgABAAAARwEIAAkAAAAAAAIAAAAAAAAAAAAAAAAAAAAAAAAADgCuAAEAAAAAAAEABAAAAAEAAAAAAAIABwBFAAEAAAAAAAMABAAtAAEAAAAAAAQABABaAAEAAAAAAAUACwAMAAEAAAAAAAYABAA5AAEAAAAAAAoAGgBmAAMAAQQJAAEACAAEAAMAAQQJAAIADgBMAAMAAQQJAAMACAAxAAMAAQQJAAQACABeAAMAAQQJAAUAFgAXAAMAAQQJAAYACAA9AAMAAQQJAAoANACAdmFucwB2AGEAbgBzVmVyc2lvbiAxLjAAVgBlAHIAcwBpAG8AbgAgADEALgAwdmFucwB2AGEAbgBzdmFucwB2AGEAbgBzUmVndWxhcgBSAGUAZwB1AGwAYQBydmFucwB2AGEAbgBzRm9udCBnZW5lcmF0ZWQgYnkgSWNvTW9vbi4ARgBvAG4AdAAgAGcAZQBuAGUAcgBhAHQAZQBkACAAYgB5ACAASQBjAG8ATQBvAG8AbgAuAAAAAwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA==") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'ITC Franklin Gothic Std';
  font-style: normal;
  font-weight: 400;
  src: url("/cmsstatic/theme/b-commerce/assets/fonts/ITCfrank/ITCFranklinGothicStd-BkCd.woff") format("woff");
}

@font-face {
  font-family: 'ITC Franklin Gothic Std';
  font-style: normal;
  font-weight: 400;
  src: url("/cmsstatic/theme/b-commerce/assets/fonts/ITCfrank/ITCFranklinGothicStd-BkCp.woff") format("woff");
}

@font-face {
  font-family: 'ITC Franklin Gothic Std';
  font-style: normal;
  font-weight: 400;
  src: url("/cmsstatic/theme/b-commerce/assets/fonts/ITCfrank/ITCFranklinGothicStd-BkXCp.woff") format("woff");
}

@font-face {
  font-family: 'ITC Franklin Gothic Std';
  font-style: normal;
  font-weight: 400;
  src: url("/cmsstatic/theme/b-commerce/assets/fonts/ITCfrank/ITCFranklinGothicStd-Book.woff") format("woff");
}

@font-face {
  font-family: 'ITC Franklin Gothic Std';
  font-style: italic;
  font-weight: 400;
  src: url("/cmsstatic/theme/b-commerce/assets/fonts/ITCfrank/ITCFranklinGothicStd-BkCdIt.woff") format("woff");
}

@font-face {
  font-family: 'ITC Franklin Gothic Std';
  font-style: italic;
  font-weight: 400;
  src: url("/cmsstatic/theme/b-commerce/assets/fonts/ITCfrank/ITCFranklinGothicStd-BkCpIt.woff") format("woff");
}

@font-face {
  font-family: 'ITC Franklin Gothic Std';
  font-style: italic;
  font-weight: 400;
  src: url("/cmsstatic/theme/b-commerce/assets/fonts/ITCfrank/ITCFranklinGothicStd-BookIt.woff") format("woff");
}

@font-face {
  font-family: 'ITC Franklin Gothic Std';
  font-style: normal;
  font-weight: 500;
  src: url("/cmsstatic/theme/b-commerce/assets/fonts/ITCfrank/ITCFranklinGothicStd-MdCd.woff") format("woff");
}

@font-face {
  font-family: 'ITC Franklin Gothic Std';
  font-style: normal;
  font-weight: 500;
  src: url("/cmsstatic/theme/b-commerce/assets/fonts/ITCfrank/ITCFranklinGothicStd-Med.woff") format("woff");
}

@font-face {
  font-family: 'ITC Franklin Gothic Std';
  font-style: italic;
  font-weight: 500;
  src: url("/cmsstatic/theme/b-commerce/assets/fonts/ITCfrank/ITCFranklinGothicStd-MdCdIt.woff") format("woff");
}

@font-face {
  font-family: 'ITC Franklin Gothic Std';
  font-style: italic;
  font-weight: 500;
  src: url("/cmsstatic/theme/b-commerce/assets/fonts/ITCfrank/ITCFranklinGothicStd-MedIt.woff") format("woff");
}

@font-face {
  font-family: 'ITC Franklin Gothic Std';
  font-style: normal;
  font-weight: 600;
  src: url("/cmsstatic/theme/b-commerce/assets/fonts/ITCfrank/ITCFranklinGothicStd-DmCd.woff") format("woff");
}

@font-face {
  font-family: 'ITC Franklin Gothic Std';
  font-style: normal;
  font-weight: 600;
  src: url("/cmsstatic/theme/b-commerce/assets/fonts/ITCfrank/ITCFranklinGothicStd-DmCp.woff") format("woff");
}

@font-face {
  font-family: 'ITC Franklin Gothic Std';
  font-style: normal;
  font-weight: 600;
  src: url("/cmsstatic/theme/b-commerce/assets/fonts/ITCfrank/ITCFranklinGothicStd-DmXCp.woff") format("woff");
}

@font-face {
  font-family: 'ITC Franklin Gothic Std';
  font-style: italic;
  font-weight: 600;
  src: url("/cmsstatic/theme/b-commerce/assets/fonts/ITCfrank/ITCFranklinGothicStd-DemiIt.woff") format("woff");
}

@font-face {
  font-family: 'ITC Franklin Gothic Std';
  font-style: italic;
  font-weight: 600;
  src: url("/cmsstatic/theme/b-commerce/assets/fonts/ITCfrank/ITCFranklinGothicStd-DmCdIt.woff") format("woff");
}

@font-face {
  font-family: 'ITC Franklin Gothic Std';
  font-style: italic;
  font-weight: 600;
  src: url("/cmsstatic/theme/b-commerce/assets/fonts/ITCfrank/ITCFranklinGothicStd-DmCpIt.woff") format("woff");
}

@font-face {
  font-family: 'ITC Franklin Gothic Std';
  font-style: normal;
  font-weight: 750;
  src: url("/cmsstatic/theme/b-commerce/assets/fonts/ITCfrank/ITCFranklinGothicStd-Hvy.woff") format("woff");
}

@font-face {
  font-family: 'ITC Franklin Gothic Std';
  font-style: italic;
  font-weight: 750;
  src: url("/cmsstatic/theme/b-commerce/assets/fonts/ITCfrank/ITCFranklinGothicStd-HvyIt.woff") format("woff");
}

@font-face {
  font-family: "URWFranklinGothicW01-De_927774";
  src: url("https://image.vans.co.kr/cmsstatic/theme/b-commerce/assets/fonts/c40605b0-5302-4f69-9ad6-dd7f8f27f1a0.eot?#iefix");
  src: url("https://image.vans.co.kr/cmsstatic/theme/b-commerce/assets/fonts/c40605b0-5302-4f69-9ad6-dd7f8f27f1a0.eot?#iefix") format("eot"), url("https://image.vans.co.kr/cmsstatic/theme/b-commerce/assets/fonts/011200c5-40ca-4ab0-98e6-d675a122d5e0.woff2") format("woff2"), url("https://image.vans.co.kr/cmsstatic/theme/b-commerce/assets/fonts/447deeb7-22d1-417c-add1-e22d48b874df.woff") format("woff"), url("https://image.vans.co.kr/cmsstatic/theme/b-commerce/assets/fonts/b222db6a-478d-4191-a8cb-5d4020b858a7.ttf") format("truetype"), url("https://image.vans.co.kr/cmsstatic/theme/b-commerce/assets/fonts/0439968a-ef1e-4f09-a523-d77031577e51.svg#0439968a-ef1e-4f09-a523-d77031577e51") format("svg");
}

@font-face {
  font-family: "ITCfrank-dmcd";
  src: url("/cmsstatic/theme/b-commerce/assets/fonts/itcfranklingothicstd-dmcd-webfont.woff") format("woff");
}

@font-face {
  font-family: "fannDoren";
  font-weight: 400;
  src: url("/cmsstatic/theme/b-commerce/assets/fonts/fannDoren/FannDorenGrotesque-Regular.woff") format("woff"), url("/cmsstatic/theme/b-commerce/assets/fonts/fannDoren/FannDorenGrotesque-Regular.woff2") format("woff2");
}

@font-face {
  font-family: "fannDoren";
  font-weight: 500;
  src: url("/cmsstatic/theme/b-commerce/assets/fonts/fannDoren/FannDorenCondensed-Medium.woff") format("woff"), url("/cmsstatic/theme/b-commerce/assets/fonts/fannDoren/FannDorenCondensed-Medium.woff2") format("woff2");
}

@font-face {
  font-family: "fannDoren";
  font-weight: 700;
  src: url("/cmsstatic/theme/b-commerce/assets/fonts/fannDoren/FannDorenCondensed-Bold.woff") format("woff"), url("/cmsstatic/theme/b-commerce/assets/fonts/fannDoren/FannDorenCondensed-Bold.woff2") format("woff2");
}

@font-face {
  font-family: "FannDorenGrotesque";
  font-weight: 500;
  src: url("/cmsstatic/theme/b-commerce/assets/fonts/fannDoren/FannDorenGrotesque-Medium.woff") format("woff"), url("/cmsstatic/theme/b-commerce/assets/fonts/fannDoren/FannDorenGrotesque-Medium.woff2") format("woff2");
}

@font-face {
  font-family: 'Noto Sans KR';
  font-style: normal;
  font-weight: 100;
  src: url("/cmsstatic/theme/b-commerce/assets/fonts/NotoSans/NotoSans-Thin.eot");
  src: url("/cmsstatic/theme/b-commerce/assets/fonts/NotoSans/NotoSans-Thin.eot?#iefix") format("embedded-opentype"), url("/cmsstatic/theme/b-commerce/assets/fonts/NotoSans/NotoSans-Thin.otf") format("opentype"), url("/cmsstatic/theme/b-commerce/assets/fonts/NotoSans/NotoSans-Thin.woff2") format("woff2"), url("/cmsstatic/theme/b-commerce/assets/fonts/NotoSans/NotoSans-Thin.woff") format("woff");
}

@font-face {
  font-family: 'Noto Sans KR';
  font-style: normal;
  font-weight: 300;
  src: url("/cmsstatic/theme/b-commerce/assets/fonts/NotoSans/NotoSans-Light.eot");
  src: url("/cmsstatic/theme/b-commerce/assets/fonts/NotoSans/NotoSans-Light.eot?#iefix") format("embedded-opentype"), url("/cmsstatic/theme/b-commerce/assets/fonts/NotoSans/NotoSans-Light.otf") format("opentype"), url("/cmsstatic/theme/b-commerce/assets/fonts/NotoSans/NotoSans-Light.woff2") format("woff2"), url("/cmsstatic/theme/b-commerce/assets/fonts/NotoSans/NotoSans-Light.woff") format("woff");
}

@font-face {
  font-family: 'Noto Sans KR';
  font-style: normal;
  font-weight: 400;
  src: url("/cmsstatic/theme/b-commerce/assets/fonts/NotoSans/NotoSans-Regular.eot");
  src: url("/cmsstatic/theme/b-commerce/assets/fonts/NotoSans/NotoSans-Regular.eot?#iefix") format("embedded-opentype"), url("/cmsstatic/theme/b-commerce/assets/fonts/NotoSans/NotoSans-Regular.otf") format("opentype"), url("/cmsstatic/theme/b-commerce/assets/fonts/NotoSans/NotoSans-Regular.woff2") format("woff2"), url("/cmsstatic/theme/b-commerce/assets/fonts/NotoSans/NotoSans-Regular.woff") format("woff");
}

@font-face {
  font-family: 'Noto Sans KR';
  font-style: normal;
  font-weight: 500;
  src: url("/cmsstatic/theme/b-commerce/assets/fonts/NotoSans/NotoSans-Medium.eot");
  src: url("/cmsstatic/theme/b-commerce/assets/fonts/NotoSans/NotoSans-Medium.eot?#iefix") format("embedded-opentype"), url("/cmsstatic/theme/b-commerce/assets/fonts/NotoSans/NotoSans-Medium.otf") format("opentype"), url("/cmsstatic/theme/b-commerce/assets/fonts/NotoSans/NotoSans-Medium.woff2") format("woff2"), url("/cmsstatic/theme/b-commerce/assets/fonts/NotoSans/NotoSans-Medium.woff") format("woff");
}

@font-face {
  font-family: 'Noto Sans KR';
  font-style: normal;
  font-weight: 700;
  src: url("/cmsstatic/theme/b-commerce/assets/fonts/NotoSans/NotoSans-Bold.eot");
  src: url("/cmsstatic/theme/b-commerce/assets/fonts/NotoSans/NotoSans-Bold.eot?#iefix") format("embedded-opentype"), url("/cmsstatic/theme/b-commerce/assets/fonts/NotoSans/NotoSans-Bold.otf") format("opentype"), url("/cmsstatic/theme/b-commerce/assets/fonts/NotoSans/NotoSans-Bold.woff2") format("woff2"), url("/cmsstatic/theme/b-commerce/assets/fonts/NotoSans/NotoSans-Bold.woff") format("woff");
}

@font-face {
  font-family: 'Noto Sans KR';
  font-style: normal;
  font-weight: 900;
  src: url("/cmsstatic/theme/b-commerce/assets/fonts/NotoSans/NotoSans-Black.eot");
  src: url("/cmsstatic/theme/b-commerce/assets/fonts/NotoSans/NotoSans-Black.eot?#iefix") format("embedded-opentype"), url("/cmsstatic/theme/b-commerce/assets/fonts/NotoSans/NotoSans-Black.otf") format("opentype"), url("/cmsstatic/theme/b-commerce/assets/fonts/NotoSans/NotoSans-Black.woff2") format("woff2"), url("/cmsstatic/theme/b-commerce/assets/fonts/NotoSans/NotoSans-Black.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("https://image.vans.co.kr/cmsstatic/theme/2/icon-vans.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: 19px;
  background-position: -22px -320px;
  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: #c9192e;
}

.st-badge-container.text {
  padding-bottom: 8px;
  display: block;
}

.st-badge-container.text [class^="st-badge-"] {
  background: none;
  color: #c9192e;
  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 #a5a5a5;
  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: #589bc8;
}

.icon_map_marker {
  display: inline-block;
  width: 24px;
  height: 37px;
  background-color: #589bc8;
}

.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: "Noto Sans KR", "맑은 고딕", 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 #dedfda;
  font-size: 12px;
}

.uk-accordion.uk-accordion-collapse .uk-accordion-title {
  margin-bottom: 0px;
  padding: 10px 15px;
  border-top: 1px solid #dedfda;
  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: #c9192e;
}

.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: #2b2b2b;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  border: 1px solid #dedfda;
  -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: 250px;
  height: 150px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -75px 0 0 -125px;
  padding-top: 20px;
  text-align: center;
  background-color: #ffffff;
}

.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 #d1d1d1;
}

.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: #2b2b2b;
  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 */
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;
}

/* input - float label type css */
.field-row {
  text-align: left;
}

.field-row.field-title-bold .input-textfield label {
  font-weight: bold;
}

.field-row .input-textfield {
  position: relative;
  margin-bottom: 7px;
}

.field-row .input-textfield.focus label {
  top: -10px;
  left: 13px;
  font-size: 12px;
  min-width: 75px;
  padding-right: 20px;
  z-index: 1;
}

.field-row .input-textfield.focus label::after {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -2px;
  height: 1px;
  width: 100%;
  border-top: 1px solid #fff;
  z-index: -1;
}

.field-row .input-textfield.value label {
  top: -10px;
  left: 13px;
  font-size: 12px;
  min-width: 75px;
  padding-right: 20px;
  z-index: 1;
}

.field-row .input-textfield.value label::after {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -2px;
  height: 1px;
  width: 100%;
  border-top: 1px solid #fff;
  z-index: -1;
}

.field-row .input-textfield label {
  position: absolute;
  top: 9px;
  left: 17px;
  font-size: 13px;
  line-height: 23px;
  transition-property: all;
  transition-timing-function: ease-in-out;
  transition-duration: 300ms;
}

.field-row .input-textfield input {
  width: 100%;
  height: 40px;
  font-size: 13px;
  padding: 0 17px;
  border: 1px solid #737680;
}

.field-row .input-textfield .error-message {
  font-size: 12px;
  color: #c9192e;
}

.field-row .input-textfield .error-message.filled {
  margin-top: 10px;
}

.field-row .input-textfield .placeholder-text {
  font-size: 13px;
  line-height: 23px;
  color: #737680;
  margin-top: 2px;
}

.field-row .i-checkbox {
  margin: 4px 0;
}

.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: transparent;
}

.field-row .i-checkbox .icon {
  margin-right: 4px;
  padding: 2px;
  width: 20px;
  height: 20px;
  vertical-align: top;
  border: 1px solid #979797;
}

.field-row .i-checkbox .text {
  font-size: 13px;
  vertical-align: middle;
}

.field-row.select-field label {
  display: block;
}

.field-row.select-field select {
  height: 40px;
  border: 1px solid #737673;
  font-size: 13px;
}

.field-row .radio-tabs {
  margin-bottom: 10px;
}

.field-row .radio-tabs .i-selector {
  position: relative;
}

.field-row .radio-tabs .i-selector .label {
  width: 100%;
  height: 40px;
  line-height: 1;
  color: #383838;
  background-color: #f4f4f4;
  border: 1px solid #737680;
}

.field-row .radio-tabs .i-selector input {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  visibility: hidden;
}

.field-row .radio-tabs .i-selector input:checked + .label {
  color: #fff;
  background-color: #000;
  z-index: 2;
}

.field-row .radio-tabs .i-selector:not(:first-child) .label {
  border-left: none;
}

.field-row .radio-tabs .error-message {
  width: 100%;
  margin-top: 5px;
}

.field-row .radio-tabs .placeholder-text {
  font-size: 13px;
  line-height: 23px;
  color: #737680;
  margin-top: 2px;
}

.field-row .radio-tabs .descr-message {
  display: none;
  font-size: 12px;
  margin: 5px 0;
}

.input-price {
  padding: 0 5px;
  height: 25px;
  border: 1px solid #dedfda;
  color: #9b9b9b;
}

.input-price.small {
  width: 100px;
}

.input-price.medium {
  width: 200px;
}

.input-price.large {
  width: 300px;
}

.input-radio > input {
  position: absolute;
  left: 0;
  opacity: 0;
  filter: alpha(opacity=0);
}

.input-radio > label {
  display: inline-block;
  line-height: 20px;
  cursor: pointer;
}

.input-radio > label:after {
  content: "";
  display: block;
  clear: both;
}

.input-radio > label > i {
  margin-right: 5px;
}

.input-radio > label > .label {
  font-size: 13px;
}

.input-radio > input {
  -webkit-appearance: checkbox;
  left: -1000px;
}

.input-radio > label {
  display: table;
}

.input-radio > label > i {
  margin-right: 10px;
  display: table-cell;
}

.input-radio > label > .label {
  display: table-cell;
  vertical-align: middle;
}

.input-radio:hover i {
  background-position: -54px -279px;
}

.input-radio.checked i {
  background-position: -88px -279px;
}

.input-radio.disabled i {
  background-position: -121px -279px;
}

.input-radio.button {
  float: left;
  display: inline-block;
  border: 1px solid #a5a5a5;
  height: 40px;
  margin: -1px 0 0 -1px;
  box-sizing: border-box;
  background-color: #EBEBEB;
  color: #a5a5a5;
  padding-top: 8px;
}

.input-radio.button.checked {
  border: 2px solid #c9192e;
  background-color: #ffffff;
  color: #c9192e;
}

.input-radio.button > label {
  width: 100%;
}

.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 -320px;
}

.input-checkbox.checked i {
  background-position: -89px -320px;
}

.input-checkbox.disabled i {
  background-position: -122px -320px;
}

.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 #c9192e;
  text-align: center;
  color: #c9192e;
  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: #c9192e;
  cursor: pointer;
}

.input-textarea {
  width: 100%;
  min-height: 130px;
  position: relative;
  margin: 10px 0;
}

.input-textarea > label {
  position: absolute;
  padding: 15px;
  color: #9b9b9b;
}

.input-textarea > label.err {
  color: #CA3838;
}

.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: "Noto Sans KR", "맑은 고딕", 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: #d1d1d1;
}

.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: #ffffff;
  padding: 0 16px;
  border: 1px solid #2b2b2b;
  font-size: 14px;
  outline: none;
  color: #383838;
}

select::-ms-expand {
  display: none;
}

.select-box {
  position: relative;
  display: inline-block;
  width: 70px;
  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.width-full {
  width: 100%;
}

.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: #a5a5a5;
}

.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: #CA3838;
}

.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 #d1d1d1;
  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: 40px;
  margin: 0;
}

.select-box > select:disabled {
  opacity: 0.4;
  background: #eee;
}

.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;
}

.search-field.active {
  display: block;
}

.search-field .input-textfield {
  width: 100%;
  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;*/
  position: absolute;
  top: 0;
  right: 0;
  width: 16.66666%;
  height: 40px;
  margin: 0;
  border: 0;
  padding: 0;
  flex-direction: row;
  color: #fff;
}

.search-field .btn_search i {
  display: none;
}

.search-field .re_search {
  width: 68px;
  display: inline-block;
  padding: 0 !important;
  text-align: center;
  line-height: 36px;
  height: 36px;
  background-color: #000;
  margin: 0;
  border: 0;
  color: #fff;
}

.search-field .result-wrap {
  display: none;
  width: 100%;
  overflow-y: auto;
  position: absolute;
  top: 39px;
  left: 0;
  max-height: 230px;
  border: 1px solid #737680;
  border-top: 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 #737680;
}

.search-field .result-wrap .list {
  text-align: left;
  padding: 10px 5px;
  border-top: 1px solid #737680;
}

.search-field .result-wrap .list > a {
  display: inline-block;
  width: 100%;
  padding: 10px 8px;
  color: #c9192e;
  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;
  color: #c9192e;
}

.search-field .result-wrap .list .address-wrap .zip-code .postcode6 {
  color: #9b9b9b;
}

.search-field .result-wrap .list .address-wrap dl {
  margin-top: 3px;
}

.search-field .result-wrap .list .address-wrap dl .addr-type {
  display: inline-block;
  width: 60px;
  font-size: 12px;
  margin-top: 7px;
}

.search-field .result-wrap .list .address-wrap dl .addr {
  width: calc(100% - 65px);
  display: inline-block;
  font-size: 14px;
  color: #383838;
}

/* 배송 주소 검색 결과 전용 */
.search-field.shipping-address .result-wrap:after {
  border-bottom: 0;
}

.input-textfield {
  display: inline-block;
  position: relative;
  /* 세로 사이즈 */
  /* 가로 사이즈 */
}

.input-textfield > label {
  position: absolute;
  top: 13px;
  left: 13px;
  font-size: 14px;
  cursor: inherit;
}

.input-textfield > label.err {
  color: #CA3838;
}

.input-textfield > input {
  width: 100%;
  height: 40px;
  border: 1px solid #2b2b2b;
  padding: 9px 12px;
  outline: none;
  box-sizing: border-box;
  font-size: 16px;
}

.input-textfield > .btn-wrap {
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -10px;
  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.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: #d1d1d1;
}

.input-textfield.error > input, .input-textfield.server-error > input {
  border-color: #CA3838;
  background: #fde7e9;
}

.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: 30px;
}

.input-textfield.small > label {
  top: 10px;
  left: 8px;
}

.input-textfield.large > input {
  padding: 11px 12px;
  height: auto;
}

.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 15px;
}

.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 5px;
}

.range .slider-range .range-handler {
  position: absolute;
  top: -7px;
  margin-left: -10px;
  width: 16px;
  height: 16px;
  background-color: #2b2b2b;
  border-radius: 50%;
  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: #2b2b2b;
}

.range .slider-text {
  text-align: center;
  margin-bottom: 16px;
}

.range .slider-text .input-textfield {
  width: 127px;
}

.range .slider-text .input-textfield > input {
  border-color: #979797;
  text-align: center;
  font-size: 14px;
  color: #666;
}

.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 {
  font-size: 14px;
  color: #CA3838;
  display: block;
}

.uk-form-row > label.uk-form-label {
  display: block;
  margin-bottom: 8px;
  font-size: 11px;
}

.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;
}

.uk-form-row .server-error .server-error-message {
  display: block;
}

/*
label{

}
input[type='text'], input[type='email'], input[type='search'], input[type='password']{
	width: 100%;
	height: 36px;
	box-sizing:border-box;
	margin-bottom:15px;
}
button{
	width: 100%;
	margin-bottom:15px;
}
*/
/* 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: 34px;
  border: 1px solid #d1d1d1;
  text-align: center;
  background: #f7f7f7;
  font-size: 13px;
  line-height: 34px;
  color: #9b9b9b;
  cursor: pointer;
}

.radio-style input[type=radio]:not(old):checked + label {
  background: #c9192e;
  border-color: #c9192e;
  color: #ffffff;
}

/* Phone landscape and bigger */
/* Tablet and bigger */
@media (max-width: 768px) {
  .search-field {
    position: relative;
    display: table;
    width: 100%;
    margin: 0;
    padding: 0;
    border: 0;
    z-index: 1;
  }
  .search-field.active {
    display: block;
  }
  .search-field .input-textfield {
    display: table-cell;
    box-sizing: border-box;
  }
  .search-field .input-textfield.large label {
    left: 52px;
  }
  .search-field .input-textfield.large input {
    padding-left: 51px;
    border-right-width: 0;
    border-left-width: 0;
  }
  .search-field .input-textfield.focus > input {
    border-color: #2c3b59;
  }
  .search-field .btn-search-mobile {
    position: absolute;
    top: 0;
    left: 10px;
    width: 40px;
    background-color: transparent;
    color: #9b9b9b;
  }
  .search-field .btn-search-mobile i {
    display: block;
    font-size: 16px;
  }
  .search-field .btn-search-mobile .text {
    display: none;
  }
  .range .slider-text .input-textfield {
    width: calc(50% - 10px);
  }
  .range .slider-text .input-textfield > input {
    font-size: 13px;
  }
  /*
	.select-box {
		.select-head {
			height: 48px;
			padding: 17px 11px;
		}
	}
	*/
}

/* Desktop and bigger */
@media (max-width: 960px) {
  /*
	select {
		color: $primary-color;
		border: 1px solid $border-3;
	}

	.select-box {
		// > select {height:48px; font-size:13px;}
		&:before {
			position:absolute;
			top: 50%;
			right:15px;
			content: "";
			display: inline-block;
			width: 8px;
			height: 8px;
			margin-top:-6px;
			border-right: 2px solid  $primary-color;
			border-top: 2px solid  $primary-color;
			transform: rotate(135deg);
			color: $primary-color;
		}
		.select-head {
			> i {display:none;}
		}
	}
	*/
}

.btn-link, .button {
  font-size: 16px;
  display: inline-block;
  padding: 20px 25px;
  margin: 0;
  border: 0;
  color: #fff;
  background-color: #000;
  font-style: normal;
  cursor: pointer;
  line-height: 100%;
  -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:hover, .btn-link.active, .btn-link.uk-active, .button:hover, .button.active, .button.uk-active {
  background-color: #c9192e;
  color: #fff;
}

.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: #c9192e;
  color: #fff;
}

.btn-link.primary:hover, .btn-link.primary.active, .btn-link.primary.uk-active, .button.primary:hover, .button.primary.active, .button.primary.uk-active {
  background-color: #b90000;
}

.btn-link.line, .button.line {
  border: 2px solid #2b2b2b;
  color: #000000;
  background-color: transparent;
  line-height: 0.9;
  z-index: 1;
  position: relative;
}

.btn-link.line:hover, .btn-link.line.active, .btn-link.line.uk-active, .button.line:hover, .button.line.active, .button.line.uk-active {
  border-color: #000;
  color: #fff;
  background-color: #000;
}

.btn-link.line-thin, .button.line-thin {
  position: relative;
  color: #000000;
  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.line-thin:before, .button.line-thin:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 1px solid #2b2b2b;
  margin-left: -1px;
}

.btn-link.line-thin:hover, .btn-link.line-thin.active, .btn-link.line-thin.uk-active, .button.line-thin:hover, .button.line-thin.active, .button.line-thin.uk-active {
  color: #fff;
  background-color: #000;
}

.btn-link.line-thin:hover:before, .btn-link.line-thin.active:before, .btn-link.line-thin.uk-active:before, .button.line-thin:hover:before, .button.line-thin.active:before, .button.line-thin.uk-active:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 1px solid #000;
  z-index: 2;
}

.btn-link.disabled, .btn-link:disabled, .button.disabled, .button:disabled {
  color: #ebebeb;
  background-color: #a5a5a5;
  cursor: default;
  border-color: #a5a5a5;
}

.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: #f5ca0f;
  color: #000;
  padding: 15px 25px;
}

.btn-link.button-kakaotalk i, .button.button-kakaotalk i {
  font-size: 26px;
  vertical-align: sub;
}

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: #347298;
  text-decoration: none;
  outline: none;
}

a:hover, a:active {
  text-decoration: none;
  color: #c9192e;
}

a > .disabled {
  color: #a5a5a5;
}

.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;
}

.btn-qty > * {
  float: left;
}

.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;
  min-width: 62px;
  height: 30px;
  padding: 9px 0 0 0;
  font-size: 12px;
  background-color: transperant;
  color: #606060;
  text-align: center;
}

.sort-tabs .sort-item:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 1px solid #d1d1d1;
  margin-left: -1px;
}

.sort-tabs .sort-item:first-child:before {
  margin-left: 0;
}

.sort-tabs .sort-item.active, .sort-tabs .sort-item.uk-active {
  color: #000000;
}

.sort-tabs .sort-item.active:before, .sort-tabs .sort-item.uk-active:before {
  border: 2px solid #000000;
  z-index: 2;
}

.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: table;
  margin: 10px auto 80px;
  border-collapse: collapse;
  text-align: center;
}

.btn-pagination.more {
  display: block;
}

.btn-pagination .paging {
  display: table-cell;
  width: 45px;
  height: 45px;
  padding: 0;
  border: 1px solid #d1d1d1;
  text-align: center;
  vertical-align: middle;
  background-color: #ffffff;
  color: #000000;
}

.btn-pagination .paging:hover {
  background-color: #dedfda;
}

.btn-pagination .paging.active {
  border-color: #383838;
  color: #ffffff;
  background-color: #383838;
  font-weight: bold;
}

.btn-pagination .paging .icon-ic-first-page,
.btn-pagination .paging .icon-ic-last-page {
  font-weight: bold;
}

/* font-color */
.font-color-1 {
  color: #383838 !important;
}

.font-color-2 {
  color: #2b2b2b !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-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: #2b2b2b;
}

p,
ul,
ol,
dl,
blockquote,
pre,
address,
fieldset,
figure {
  margin: 0;
}

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

.wrapper {
  min-height: 100%;
}

.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: 998;
}

.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;
}

/* responsive */
.mobile-only {
  display: none !important;
}

.pc-only {
  display: block !important;
}

.mobile-br {
  display: none !important;
}

/* loading */
.loading {
  z-index: 11000;
}

.loading .contents {
  padding-top: 0;
  background-color: inherit;
}

.loading .dim {
  opacity: 0.5;
  background-color: #fff;
}

.loading img {
  display: inline-block;
}

/* 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: #2b2b2b;
  letter-spacing: -0.5px;
}

.product-item .item-info .item-marketing {
  display: block;
  position: relative;
  color: #589bc8;
  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: #c9192e;
}

.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: #c9192e;
  cursor: pointer;
}

.product-item .item-marketing-price {
  color: #c9192e;
  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;
}

.blind {
  overflow: hidden;
  position: absolute;
  clip: rect(0 0 0 0);
  width: 1px;
  height: 1px;
  margin: -1px;
}

.uk-scroll-lock {
  overflow: hidden;
  position: fixed;
  width: 100%;
  height: 100%;
}

.uk-scroll-lock body {
  overflow-x: hidden;
  overflow-y: scroll;
  position: relative;
}

#offer-product-modal {
  -webkit-overflow-scrolling: touch;
  overscroll-behavior: contain;
}

#offer-product-modal *:focus {
  outline: none;
}

#offer-product-modal *:focus-visible {
  outline: 1px solid #000;
}

#offer-product-modal .offer-product-modal {
  overflow: hidden;
  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 {
  overflow: auto;
  margin-right: -20px !important;
  padding-right: 20px !important;
  max-height: calc(100vh - 142px);
  max-height: calc(100dvh - 142px);
}

#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;
}

#offer-product-modal .offer-product-modal .contents .offer-product-list-wrap .product-item .product-details {
  flex: 1;
}

#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: "Noto Sans KR", "맑은 고딕", Dotum;
  font-size: 15px;
}

#offer-product-modal .offer-product-modal .contents .offer-product-list-wrap .product-item .product-details .price .retail {
  display: block;
  color: #757575;
  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: #2b2b2b;
}

#offer-product-modal .offer-product-modal .contents .offer-product-list-wrap .product-item .product-details .price .rate {
  margin-left: 8px;
  font-weight: 700;
  color: #c9192e;
}

#offer-product-modal .offer-product-modal .contents .offer-product-list-wrap .offer-product-empty {
  min-height: 200px;
}

#offer-product-modal .offer-product-modal .next-trigger {
  padding-bottom: 24px;
}

@-webkit-keyframes skeletonAni {
  0% {
    left: -20%;
  }
  100% {
    left: 120%;
  }
}

@keyframes skeletonAni {
  0% {
    left: -20%;
  }
  100% {
    left: 120%;
  }
}

.skeleton-item .img-thumb {
  padding-top: 100%;
}

.skeleton-item .product-details .name {
  width: 120px;
}

.skeleton-item .product-details .price {
  width: 80px;
}

.skeleton-item .box-skeleton {
  position: relative;
  width: 100%;
  overflow: hidden;
  border-radius: 8px;
  background-color: #f1f2ed;
  color: transparent;
}

.skeleton-item .box-skeleton::before {
  content: '';
  position: absolute;
  width: 20%;
  height: 100%;
  top: 0;
  left: -20%;
  animation-name: skeletonAni;
  animation-duration: 2s;
  animation-play-state: running;
  animation-iteration-count: infinite;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.7) 100%);
}

/* media query */
/* Phone landscape and bigger */
/* Tablet and bigger */
@media (max-width: 768px) {
  #offer-product-modal .offer-product-modal {
    overflow: hidden;
  }
  #offer-product-modal .offer-product-modal .contents {
    max-width: calc(100% - 20px);
    max-height: inherit;
    padding-right: 20px !important;
  }
}

/* Desktop and bigger */
.uk-modal {
  z-index: 10000;
  overflow: auto;
  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: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #000000;
  word-break: keep-all;
  word-wrap: break-word;
  overflow-wrap: break-word;
  background-color: rgba(0, 0, 0, 0.7);
  -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 .uk-modal-dialog {
  padding: 0;
  max-width: 928px;
}

.uk-modal .uk-modal-dialog {
  position: relative;
  margin: 0 auto;
  padding: 20px;
  width: 100%;
  max-width: 464px;
  min-height: 100px;
  border-radius: 0;
  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;
  -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-bottom: 20px;
  height: 60px;
  font-size: 24px;
  line-height: 1;
  color: #000000;
}

.uk-modal .uk-modal-dialog .uk-modal-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;
  min-height: 100px;
  height: 1px;
  font-size: 18px;
  font-weight: normal;
  line-height: 1.25;
  letter-spacing: -.025em;
  text-align: center;
  word-break: keep-all;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

.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;
  margin-top: 20px;
  margin-left: -5px;
  margin-right: -5px;
}

.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;
  margin-left: 5px;
  margin-right: 5px;
  height: 50px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: -.025em;
  color: inherit;
  text-align: center;
  text-transform: uppercase;
  border: 1px solid;
  background-color: #ffffff;
}

.uk-modal .uk-modal-dialog .uk-modal-footer .uk-button.uk-button-primary {
  color: #ffffff;
  border-color: #c9192e;
  background-color: #c9192e;
}

.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;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg'  viewBox='0 0 37 37'%3E%3Cpath fill='%23000' d='M36.533 3.533L33 0 18.267 14.733 3.533 0 0 3.533l14.733 14.734L0 33l3.533 3.533L18.267 21.8 33 36.533 36.533 33 21.8 18.267z' /%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-notify {
  z-index: 10010;
}

@media screen and (max-width: 767px) {
  .uk-modal.window-modal.uk-open .uk-modal-dialog {
    top: 0 !important;
    max-width: 100%;
  }
  .uk-modal.window-modal .uk-close {
    width: 60px;
    height: 60px;
  }
  .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-footer {
    margin-top: 16px;
  }
  .uk-modal .uk-modal-dialog .uk-modal-footer .uk-button {
    height: 55px;
  }
  .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;
  }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .uk-modal.modal-quickview {
    display: block !important;
  }
  .uk-modal.modal-quickview .uk-modal-dialog {
    margin: 50px auto !important;
  }
  .uk-modal.modal-quickview .uk-modal-dialog .contents-wrap article .col-12 {
    display: block !important;
  }
}

header {
  position: relative;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 100;
  background: #fff;
  transition: all 0.5s;
}

header .contents {
  padding: 25px 70px 0 70px;
  margin: 0 auto;
}

header .contents .header-logo {
  padding-bottom: 16px;
}

header .contents .header-logo img {
  max-width: 149px;
  width: 100%;
}

header .contents .header-mymenu {
  margin-bottom: 18px;
}

header .contents .header-mymenu li {
  display: list-item;
}

header .contents .header-mymenu li:not(:last-child) {
  margin-right: 22px;
}

header .contents .header-mymenu li a {
  display: inline-block;
  line-height: 28px;
  color: #9b9b9b;
  font-size: 14px;
  font-weight: 500;
}

header .contents .header-mymenu li a .icon {
  width: 13px;
  height: 13px;
  margin-bottom: 2px;
}

header .contents .header-menuWrap {
  display: flex;
  z-index: 9999;
}

header .contents .header-menuWrap .header-gnb {
  display: flex;
}

header .contents .header-menuWrap .header-gnb .gnb-hr {
  display: none;
}

header .contents .header-menuWrap .header-gnb .twoDepth_wrap {
  display: none;
  position: absolute;
  top: 127px;
  left: 0;
  right: 0;
  width: 100%;
  background: #000;
  text-align: center;
  z-index: 9999;
}

header .contents .header-menuWrap .header-gnb .twoDepth_wrap .inner_wrap {
  overflow: hidden;
  display: inline-block;
  padding: 35px 0;
}

header .contents .header-menuWrap .header-gnb .twoDepth_wrap .inner_wrap .gnb-style-menu {
  float: left;
  max-width: 720px;
  margin-left: 70px;
}

header .contents .header-menuWrap .header-gnb .twoDepth_wrap .inner_wrap .gnb-style-menu ul {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}

header .contents .header-menuWrap .header-gnb .twoDepth_wrap .inner_wrap .gnb-style-menu ul li {
  text-align: center;
}

header .contents .header-menuWrap .header-gnb ul li {
  list-style: none;
  display: list-item;
  padding-right: 8px;
}

header .contents .header-menuWrap .header-gnb ul li a {
  display: inline-block;
  font-size: 16px;
  line-height: 40px;
  color: #2b2b2b;
  font-weight: bold;
}

header .contents .header-menuWrap .header-gnb ul li a .icon {
  width: 6px;
  height: 4px;
  margin-left: 2px;
  margin-bottom: 4px;
  stroke: #000;
}

header .contents .header-menuWrap .header-gnb ul li.onedepth {
  padding-bottom: 16px;
  white-space: nowrap;
}

header .contents .header-menuWrap .header-gnb ul li.onedepth > a:hover {
  color: #ca1d31;
}

header .contents .header-menuWrap .header-gnb ul li.onedepth > a:hover .icon {
  stroke: #ca1d31;
}

header .contents .header-menuWrap .header-gnb ul li.onedepth > a span {
  font-family: "fannDoren", "Noto Sans KR", "맑은 고딕", Dotum;
  font-size: 15px;
  -webkit-font-smoothing: auto;
}

header .contents .header-menuWrap .header-gnb ul li.onedepth.twoDepth_hover:hover > a span {
  position: relative;
}

header .contents .header-menuWrap .header-gnb ul li.onedepth.twoDepth_hover:hover > a span::after {
  content: '';
  display: inline-block;
  width: 12px;
  height: 12px;
  background: #000;
  transform: rotate(-45deg);
  position: absolute;
  bottom: -32px;
  left: 50%;
  margin-left: -6px;
}

header .contents .header-menuWrap .header-gnb ul li.onedepth.twoDepth_hover:hover .twoDepth_wrap {
  display: block;
}

header .contents .header-menuWrap .header-gnb ul li.onedepth:not(:first-child):before {
  content: '/';
  display: inline-block;
  font-size: 16px;
  margin-right: 8px;
}

header .contents .header-menuWrap .header-gnb ul li.onedepth:first-child {
  margin-left: 0;
}

header .contents .header-menuWrap .header-gnb ul li.onedepth ul.twoDepth li {
  float: left;
}

header .contents .header-menuWrap .header-gnb ul li.onedepth ul li {
  margin-left: 0;
  float: none;
}

header .contents .header-menuWrap .header-gnb ul.mo-utilMenu {
  display: none;
}

header .contents .header-menuWrap .header-gnb ul.twoDepth_area {
  float: left;
  text-align: left;
}

header .contents .header-menuWrap .header-gnb ul.twoDepth_area .twoDepth {
  display: inline-block;
}

header .contents .header-menuWrap .header-gnb ul.twoDepth_area .twoDepth:not(:last-child) {
  margin-right: 72px;
  vertical-align: top;
}

header .contents .header-menuWrap .header-gnb ul.twoDepth_area .twoDepth.backBtn {
  display: none;
}

header .contents .header-menuWrap .header-gnb ul.twoDepth_area .twoDepth a {
  color: #fff;
  font-size: 16px;
  line-height: 23px;
}

header .contents .header-menuWrap .header-gnb ul.twoDepth_area .twoDepth .threeDepth_wrap {
  margin-top: 13px;
}

header .contents .header-menuWrap .header-gnb ul.twoDepth_area .twoDepth .threeDepth_wrap .threeDepth a {
  color: #79aecf;
  font-size: 14px;
  line-height: 28px;
}

header .contents .header-menuWrap .header-gnb ul.twoDepth_area .twoDepth .threeDepth_wrap .threeDepth a:hover {
  color: #d51920;
}

header .contents .header-menuWrap .header-gnb .custome_otw_menu {
  display: flex;
  align-items: center;
  margin-left: 2.5vw;
  padding-bottom: 16px;
  white-space: nowrap;
}

header .contents .header-menuWrap .header-gnb .custome_otw_menu > div:not(:last-child)::after {
  content: '/';
  display: inline-block;
  font-size: 16px;
  margin-right: 8px;
}

header .contents .header-menuWrap .header-gnb .custome_otw_menu > div:not(:last-child) a {
  padding-right: 8px;
}

header .contents .header-menuWrap .header-gnb .custome_otw_menu a {
  color: #141414;
}

header .contents .header-menuWrap .header-gnb .custome_otw_menu .custome_menu .icon {
  width: 60px;
  height: 18px;
}

header .contents .header-menuWrap .header-gnb .custome_otw_menu .otw_menu .icon {
  width: 44px;
  height: 15px;
}

header .contents .header-menuWrap .search {
  position: relative;
  margin-left: 30px;
}

header .contents .header-menuWrap .search input {
  width: 100%;
  width: 140px;
  height: 40px;
  border: none;
  border-bottom: 1px solid #737680;
  line-height: 40px;
  padding: 0 10px;
  font-size: 16px;
  box-sizing: border-box;
}

header .contents .header-menuWrap .search button {
  position: absolute;
  right: 10px;
  line-height: 40px;
}

header .contents .header-menuWrap .search button .icon {
  width: 17px;
  height: 16px;
  color: #737880;
}

header .search-wrap {
  width: 100%;
  max-width: 1300px;
  margin-left: calc(50% - 650px);
  position: absolute;
  top: 0;
  display: none;
}

header .search-wrap.active {
  display: block;
}

header .search-wrap .search-layer {
  display: none;
  position: absolute;
  top: 112px;
  right: 0;
  width: 100%;
  max-width: 352px;
  background: rgba(0, 0, 0, 0.8);
  padding: 0 10px;
  z-index: 9999;
}

header .search-wrap .search-layer.active {
  display: block;
}

header .search-wrap .search-layer .search-input-wrap {
  display: none;
}

header .search-wrap .search-layer .search-input-wrap .input-textfield {
  flex-basis: 60%;
  padding-right: 10px;
}

header .search-wrap .search-layer .search-input-wrap .input-textfield input {
  height: 40px;
}

header .search-wrap .search-layer .search-input-wrap .btnWrap {
  flex-basis: 40%;
}

header .search-wrap .search-layer .search-input-wrap .btnWrap .button {
  width: 100%;
  padding: 0;
  line-height: 42px;
}

header .search-wrap .search-layer .search-result {
  font-family: "Noto Sans KR", "맑은 고딕", Dotum;
  display: none;
}

header .search-wrap .search-layer .search-result .search-text-wrap {
  position: relative;
  padding: 12px 10px;
  border-bottom: 1px dotted #979797;
}

header .search-wrap .search-layer .search-result .search-text-wrap .closeBtn {
  color: #fff;
  position: absolute;
  top: 0;
  right: 0;
}

header .search-wrap .search-layer .search-result .search-text-wrap .closeBtn .icon {
  width: 19px;
  height: 19px;
}

header .search-wrap .search-layer .search-result .search-text-wrap .search-text {
  font-size: 16px;
  line-height: 23px;
  color: #9b9b9b;
}

header .search-wrap .search-layer .search-result .search-text-wrap .search-text span {
  color: #fff;
}

header .search-wrap .search-layer .search-result .header-search-results-list {
  padding: 13px 10px 5px 10px;
  border-bottom: 1px dotted #979797;
}

header .search-wrap .search-layer .search-result .header-search-results-list li {
  margin-bottom: 9px;
}

header .search-wrap .search-layer .search-result .header-search-results-list li a {
  font-size: 16px;
  line-height: 23px;
  color: #fff;
}

header .search-wrap .search-layer .search-result .search-featured {
  display: none;
}

header .search-wrap .search-layer .search-result .search-featured .title {
  font-family: "Noto Sans KR", "맑은 고딕", Dotum;
  color: #fff;
  font-size: 16px;
  padding: 9px 0;
}

header .search-wrap .search-layer .search-result .search-featured .product-suggestions .col-product-suggestion {
  display: block;
  overflow: hidden;
  padding: 8px;
}

header .search-wrap .search-layer .search-result .search-featured .product-suggestions .col-product-suggestion:not(:last-child) {
  border-bottom: 1px dotted #979797;
}

header .search-wrap .search-layer .search-result .search-featured .product-suggestions .col-product-suggestion .product-tile .product-tile-main {
  max-width: 76px;
  width: 100%;
}

header .search-wrap .search-layer .search-result .search-featured .product-suggestions .col-product-suggestion .product-details {
  margin-left: 14px;
  padding: 2px 0;
  color: #9b9b9b;
  font-size: 14px;
  line-height: 16px;
}

header .search-wrap .search-layer .search-result .search-featured .product-suggestions .col-product-suggestion .product-details .name {
  margin-bottom: 5px;
}

header .search-wrap .search-layer .search-result .search-featured .product-suggestions .col-product-suggestion .product-details .name a {
  color: #9b9b9b;
}

header .mo-navigation {
  display: none;
  z-index: 999;
  overflow: hidden;
}

header .mo-navigation li {
  width: 52px;
  height: 52px;
  border-left: 1px solid #ccc;
}

header .mo-navigation li button {
  width: 52px;
  height: 52px;
  font-size: 20px;
}

header .mo-navigation li button.mobile-menu.active {
  background: #000;
  color: #fff;
}

header .mo-navigation li button.mobile-search.active {
  background: #000;
  color: #fff;
}

header .mo-navigation li a {
  display: inline-block;
  text-align: center;
  width: 100%;
  line-height: 52px;
  font-size: 20px;
  color: #2b2b2b;
}

.checkout-header {
  padding: 23px 0;
  box-shadow: 0 5px 20px 0 rgba(28, 28, 28, 0.1);
  font-family: "Noto Sans KR", "맑은 고딕", Dotum;
  overflow: overlay;
}

.checkout-header .contents {
  max-width: 1440px;
  padding: 0 40px;
  margin: 0 auto;
  align-items: center;
}

.checkout-header .contents .header-logo {
  width: 136px;
}

.checkout-header .contents .header-logo img {
  width: 100%;
}

.checkout-header .contents .checkout-status {
  margin-left: 30px;
  -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;
}

.checkout-header .contents .checkout-status li {
  font-size: 18px;
  line-height: 20px;
  margin-left: 75px;
}

.checkout-header .contents .checkout-status li .num {
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 28px;
  text-align: center;
  background: #f1f2ed;
  margin-right: 8px;
}

.checkout-header .contents .checkout-status li.active .num {
  background: #000;
  color: #fff;
}

.checkout-header .contents .checkout-status li.active span {
  color: #c9192e;
  font-weight: bold;
}

@media (max-width: 1500px) {
  header .contents .header-menuWrap .header-gnb .twoDepth_wrap .twoDepth_area {
    float: none;
    text-align: center;
  }
  header .contents .header-menuWrap .header-gnb .twoDepth_wrap .twoDepth_area li {
    text-align: left;
  }
  header .contents .header-menuWrap .header-gnb .twoDepth_wrap .inner_wrap .gnb-style-menu {
    float: none !important;
    width: 100%;
    margin-left: 0;
    margin-top: 30px;
    max-width: 100%;
  }
}

@media (max-width: 1220px) {
  header .contents {
    padding: 13px 15px 0 15px;
  }
  header .contents .header-logo img {
    max-width: 100px;
  }
  header .contents .header-mymenu {
    margin-bottom: 10px;
  }
  header .contents .header-menuWrap .header-gnb ul li {
    padding-right: 7px;
  }
  header .contents .header-menuWrap .header-gnb ul li a {
    font-size: 15px;
  }
  header .contents .header-menuWrap .header-gnb ul li.onedepth.twoDepth_hover:hover span {
    position: relative;
  }
  header .contents .header-menuWrap .header-gnb ul li.onedepth.twoDepth_hover:hover span::after {
    bottom: -36px;
  }
  header .contents .header-menuWrap .header-gnb ul li .twoDepth_wrap {
    top: 115px;
  }
  header .contents .header-menuWrap .search {
    margin-left: 20px;
  }
  header .contents .header-menuWrap .search input {
    width: auto;
    max-width: 160px;
    font-size: 14px;
    height: 35px;
    line-height: 35px;
  }
  header .search-wrap {
    margin-left: 0;
  }
  header .search-wrap .search-layer {
    top: 88px;
    right: 10px;
  }
}

@media (max-width: 960px) {
  header .contents {
    padding: 0;
    border-bottom: 1px solid #ccc;
  }
  header .contents .header-logo {
    display: inline-block;
    padding: 12px;
  }
  header .contents .header-logo img {
    max-width: 68px;
  }
  header .contents .header-navigation .header-mymenu {
    display: none;
  }
  header .contents .header-navigation .header-menuWrap {
    position: fixed;
    top: 52px;
    left: -100%;
    bottom: 0;
    width: 100%;
    background: black;
    transition: left .3s;
  }
  header .contents .header-navigation .header-menuWrap.active {
    left: 0;
  }
  header .contents .header-navigation .header-menuWrap .header-gnb {
    position: relative;
    width: 100%;
    overflow: auto;
    overflow-x: hidden;
    flex-direction: column;
  }
  header .contents .header-navigation .header-menuWrap .header-gnb ul {
    display: flex;
    flex-direction: column;
  }
  header .contents .header-navigation .header-menuWrap .header-gnb ul li {
    display: block;
    padding-right: 0;
  }
  header .contents .header-navigation .header-menuWrap .header-gnb ul li:not(:first-child):before {
    display: none;
  }
  header .contents .header-navigation .header-menuWrap .header-gnb ul li a {
    display: block;
    position: relative;
    font-size: 17px;
    line-height: 50px;
    color: #fff;
    border-bottom: 1px solid #444;
    padding: 0 25px;
  }
  header .contents .header-navigation .header-menuWrap .header-gnb ul li a .icon {
    position: absolute;
    top: 50%;
    margin-top: -6px;
    right: 25px;
    width: 12px;
    height: 12px;
    margin-bottom: 2px;
    stroke: #fff;
  }
  header .contents .header-navigation .header-menuWrap .header-gnb ul li.onedepth {
    padding-bottom: 0;
    padding-right: 0;
  }
  header .contents .header-navigation .header-menuWrap .header-gnb ul li.onedepth.twoDepth_hover:hover span::after {
    display: none;
  }
  header .contents .header-navigation .header-menuWrap .header-gnb ul li.onedepth.twoDepth_hover:hover .twoDepth_wrap {
    display: none;
  }
  header .contents .header-navigation .header-menuWrap .header-gnb ul li.backBtn {
    display: block;
  }
  header .contents .header-navigation .header-menuWrap .header-gnb ul li.backBtn a {
    font-size: 14px;
  }
  header .contents .header-navigation .header-menuWrap .header-gnb ul li.backBtn a .icon {
    position: relative;
    right: 0;
    margin-top: -1px;
    margin-right: 3px;
    stroke: #fff;
  }
  header .contents .header-navigation .header-menuWrap .header-gnb ul li .twoDepth_wrap {
    display: block;
    position: absolute;
    left: auto;
    top: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: #000;
    padding: 0;
    overflow: auto;
    z-index: 10;
    transition: all .3s;
    transform: translateX(200%);
  }
  header .contents .header-navigation .header-menuWrap .header-gnb ul li .twoDepth_wrap.active {
    transform: translateX(0);
  }
  header .contents .header-navigation .header-menuWrap .header-gnb ul li .twoDepth_wrap .inner_wrap {
    display: block;
    padding: 0;
  }
  header .contents .header-navigation .header-menuWrap .header-gnb ul li .twoDepth_wrap .inner_wrap .twoDepth_area .twoDepth {
    padding-right: 0;
    width: 100%;
  }
  header .contents .header-navigation .header-menuWrap .header-gnb ul li .twoDepth_wrap .inner_wrap .twoDepth_area .twoDepth.backBtn {
    display: block;
  }
  header .contents .header-navigation .header-menuWrap .header-gnb ul li .twoDepth_wrap .inner_wrap .twoDepth_area .twoDepth.backBtn a {
    line-height: 28px;
    padding: 13px 25px 12px;
  }
  header .contents .header-navigation .header-menuWrap .header-gnb ul li .twoDepth_wrap .inner_wrap .twoDepth_area .twoDepth.backBtn a span ::after {
    display: none;
  }
  header .contents .header-navigation .header-menuWrap .header-gnb ul li .twoDepth_wrap .inner_wrap .twoDepth_area .twoDepth .threeDepth_wrap {
    margin-top: 0;
  }
  header .contents .header-navigation .header-menuWrap .header-gnb ul li .twoDepth_wrap .inner_wrap .twoDepth_area .twoDepth .threeDepth_wrap .threeDepth a {
    font-size: 12px;
    line-height: 12px;
    color: #79aecf;
    padding-left: 37px;
  }
  header .contents .header-navigation .header-menuWrap .header-gnb ul li .twoDepth_wrap .inner_wrap .twoDepth_area .twoDepth a {
    padding: 13px 25px;
  }
  header .contents .header-navigation .header-menuWrap .header-gnb ul li .twoDepth_wrap .inner_wrap .gnb-style-menu {
    display: none;
  }
  header .contents .header-navigation .header-menuWrap .header-gnb ul.mo-utilMenu {
    display: block;
  }
  header .contents .header-navigation .header-menuWrap .header-gnb ul.mo-utilMenu li a {
    font-size: 14px;
  }
  header .contents .header-navigation .header-menuWrap .header-gnb ul.mo-utilMenu li a .icon {
    position: relative;
    margin-left: 0;
    margin-top: 1px;
    margin-right: 11px;
    left: 0;
  }
  header .contents .header-navigation .header-menuWrap .header-gnb .custome_otw_menu {
    padding: 85px 25px 40px;
    border-bottom: 1px solid #444;
    flex-direction: column;
    align-items: start;
    margin: 0;
  }
  header .contents .header-navigation .header-menuWrap .header-gnb .custome_otw_menu > div:not(:last-child)::after {
    display: none;
  }
  header .contents .header-navigation .header-menuWrap .header-gnb .custome_otw_menu a {
    color: #fff;
  }
  header .contents .header-navigation .header-menuWrap .header-gnb .custome_otw_menu .custome_menu {
    margin-bottom: 20px;
  }
  header .contents .header-navigation .header-menuWrap .header-gnb .custome_otw_menu .custome_menu .icon {
    width: 86px;
    height: 26px;
  }
  header .contents .header-navigation .header-menuWrap .header-gnb .custome_otw_menu .otw_menu .icon {
    width: 62px;
    height: 23px;
  }
  header .contents .header-navigation .header-menuWrap .search {
    display: none;
  }
  header .contents .mo-navigation {
    display: flex;
  }
  header .search-wrap {
    margin: 0;
  }
  header .search-wrap .search-layer {
    top: 52px;
    right: 0;
    max-width: 100%;
  }
  header .search-wrap .search-layer .search-input-wrap {
    display: block;
    padding: 10px 0;
  }
  header .search-wrap .search-layer .search-input-wrap form {
    display: flex;
    width: 100%;
  }
  header .search-wrap .search-layer .search-input-wrap .btnWrap {
    display: inline-block;
  }
}

@media (max-width: 768px) {
  .checkout-header {
    padding: 10px 0 5px;
  }
  .checkout-header .contents {
    -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;
    max-width: 1360px;
    padding: 10px 20px;
    margin: 0 auto;
    align-items: center;
  }
  .checkout-header .contents .checkout-status {
    margin: 10px 0;
  }
  .checkout-header .contents .checkout-status li {
    font-size: 14px;
    margin-left: 20px;
  }
  .checkout-header .contents .checkout-status li:first-child {
    margin-left: 0;
  }
}

@media (max-width: 767px) {
  header .contents .header-navigation .header-menuWrap {
    background-color: #000000CC;
  }
  header .contents .header-navigation .header-menuWrap .header-gnb {
    padding: 45px 6% 165px 6%;
  }
  header .contents .header-navigation .header-menuWrap .header-gnb .gnb-hr {
    display: block;
    width: 0;
    margin: 0;
    transition: width 0.2s, transform 0.2s;
  }
  header .contents .header-navigation .header-menuWrap .header-gnb ul li a {
    border-bottom: none;
    padding: 0;
    line-height: unset;
  }
  header .contents .header-navigation .header-menuWrap .header-gnb ul li a .icon {
    right: 0;
  }
  header .contents .header-navigation .header-menuWrap .header-gnb ul li a span {
    font-family: "FannDorenGrotesque", "Noto Sans KR";
    font-weight: 500;
    font-size: 16px;
  }
  header .contents .header-navigation .header-menuWrap .header-gnb ul li.onedepth {
    padding: 10.5px 0;
  }
  header .contents .header-navigation .header-menuWrap .header-gnb ul li.onedepth:hover > a .icon {
    stroke: #ffffff;
  }
  header .contents .header-navigation .header-menuWrap .header-gnb ul li.onedepth:hover > a > span span {
    color: #ffffff;
    transform: rotate(-3deg);
  }
  header .contents .header-navigation .header-menuWrap .header-gnb ul li.onedepth:hover > a > span .gnb-hr {
    width: 100%;
    transform: rotate(-3deg);
  }
  header .contents .header-navigation .header-menuWrap .header-gnb ul li.onedepth > a > span {
    display: block;
    width: fit-content;
  }
  header .contents .header-navigation .header-menuWrap .header-gnb ul li.onedepth > a > span span {
    display: inline-block;
    border-bottom: 1px solid transparent;
    transition: transform 0.2s;
    -webkit-font-smoothing: antialiased;
  }
  header .contents .header-navigation .header-menuWrap .header-gnb ul li.onedepth > a.hover {
    color: #ffffff;
  }
  header .contents .header-navigation .header-menuWrap .header-gnb ul li.onedepth > a.hover .icon {
    stroke: #ffffff;
  }
  header .contents .header-navigation .header-menuWrap .header-gnb ul li.backBtn a {
    font-size: 16px;
  }
  header .contents .header-navigation .header-menuWrap .header-gnb ul li.backBtn a .icon {
    margin-right: 2px;
  }
  header .contents .header-navigation .header-menuWrap .header-gnb ul li .twoDepth_wrap {
    background: transparent;
  }
  header .contents .header-navigation .header-menuWrap .header-gnb ul li .twoDepth_wrap .inner_wrap {
    padding: 42px 0 60px 0;
  }
  header .contents .header-navigation .header-menuWrap .header-gnb ul li .twoDepth_wrap .inner_wrap .twoDepth_area .twoDepth a {
    padding-left: 45px;
  }
  header .contents .header-navigation .header-menuWrap .header-gnb ul li .twoDepth_wrap .inner_wrap .twoDepth_area .twoDepth a span {
    display: inline-block;
  }
  header .contents .header-navigation .header-menuWrap .header-gnb ul li .twoDepth_wrap .inner_wrap .twoDepth_area .twoDepth.backBtn:hover a span .gnb-hr {
    width: 100%;
  }
  header .contents .header-navigation .header-menuWrap .header-gnb ul li .twoDepth_wrap .inner_wrap .twoDepth_area .twoDepth.backBtn a span {
    display: inline-block;
    position: relative;
    width: fit-content;
    font-weight: 400;
    font-family: "fannDoren", "Noto Sans KR", "맑은 고딕", Dotum;
  }
  header .contents .header-navigation .header-menuWrap .header-gnb ul li .twoDepth_wrap .inner_wrap .twoDepth_area .twoDepth.backBtn a span .gnb-hr {
    position: absolute;
    bottom: 3px;
  }
  header .contents .header-navigation .header-menuWrap .header-gnb ul li .twoDepth_wrap .inner_wrap .twoDepth_area .twoDepth:not(:first-child):not(.twoDepth_end) {
    padding-bottom: 33px;
  }
  header .contents .header-navigation .header-menuWrap .header-gnb ul li .twoDepth_wrap .inner_wrap .twoDepth_area .twoDepth.twoDepth_end:hover a span {
    transform: rotate(-3deg);
  }
  header .contents .header-navigation .header-menuWrap .header-gnb ul li .twoDepth_wrap .inner_wrap .twoDepth_area .twoDepth.twoDepth_end:hover a .gnb-hr {
    width: 100%;
    transform: rotate(-3deg);
  }
  header .contents .header-navigation .header-menuWrap .header-gnb ul li .twoDepth_wrap .inner_wrap .twoDepth_area .twoDepth.twoDepth_end a {
    display: inline-block;
  }
  header .contents .header-navigation .header-menuWrap .header-gnb ul li .twoDepth_wrap .inner_wrap .twoDepth_area .twoDepth .threeDepth_wrap {
    margin-top: 5px;
  }
  header .contents .header-navigation .header-menuWrap .header-gnb ul li .twoDepth_wrap .inner_wrap .twoDepth_area .twoDepth .threeDepth_wrap .threeDepth:hover a span {
    transform: rotate(-3deg);
  }
  header .contents .header-navigation .header-menuWrap .header-gnb ul li .twoDepth_wrap .inner_wrap .twoDepth_area .twoDepth .threeDepth_wrap .threeDepth:hover a .gnb-hr {
    width: 100%;
    transform: rotate(-3deg);
  }
  header .contents .header-navigation .header-menuWrap .header-gnb ul li .twoDepth_wrap .inner_wrap .twoDepth_area .twoDepth .threeDepth_wrap .threeDepth a {
    display: inline-block;
    padding: 7px 45px 7px;
    line-height: 17px;
  }
  header .contents .header-navigation .header-menuWrap .header-gnb ul li .twoDepth_wrap .inner_wrap .twoDepth_area .twoDepth .threeDepth_wrap .threeDepth a span {
    display: inline-block;
    color: #ffffff;
    font-family: "fannDoren", "Noto Sans KR", "맑은 고딕", Dotum;
    font-weight: normal;
    font-size: 16px;
  }
  header .contents .header-navigation .header-menuWrap .header-gnb ul.mo-utilMenu li {
    padding: 12px 0;
  }
  header .contents .header-navigation .header-menuWrap .header-gnb ul.mo-utilMenu li:hover a .gnb-hr {
    width: 100%;
  }
  header .contents .header-navigation .header-menuWrap .header-gnb ul.mo-utilMenu li a {
    display: inline-block;
  }
  header .contents .header-navigation .header-menuWrap .header-gnb ul.mo-utilMenu li a span {
    display: inline-block;
    font-size: 14px;
  }
  header .contents .header-navigation .header-menuWrap .header-gnb .custome_otw_menu {
    padding: 100px 0 48px;
    border-bottom: none;
  }
}

@media (max-width: 480px) {
  .checkout-header {
    padding: 10px 0 5px;
  }
  .checkout-header .contents .checkout-status {
    margin: 10px 0;
  }
  .checkout-header .contents .checkout-status li {
    font-size: 14px;
    margin-left: 8px;
  }
  .checkout-header .contents .checkout-status li .num {
    width: 20px;
    height: 20px;
    line-height: 18px;
    margin-right: 4px;
  }
  .checkout-header .contents .checkout-status li:first-child {
    margin-left: 0;
  }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  header .contents .header-logo img {
    width: auto !important;
  }
}

footer {
  position: relative;
  clear: both;
  min-height: 150px;
  margin: 0 auto;
  padding: 60px 10px;
  font-size: 12px;
  color: #92929D;
  background: #1c1c1c;
}

.footer-contents {
  max-width: 1440px;
  margin: 0 auto 0 auto;
  line-height: 18px;
}

.footer-contents:after {
  content: '';
  display: block;
  clear: both;
}

.footer-contents .company:before {
  content: '';
  display: block;
  margin-top: 20px;
}

.footer-contents .company .footer-sns {
  margin-top: 20px;
}

.footer-contents .company .footer-sns > a {
  margin-left: 13px;
}

.footer-contents .company .footer-sns > a:first-child {
  margin-left: 0;
}

.footer-contents .company a {
  color: #92929D;
}

.footer-contents .footer-nav {
  color: #92929D;
}

.footer-contents .footer-nav:before {
  content: '';
  display: block;
  margin-top: 20px;
}

.footer-contents .footer-nav:after {
  content: '';
  display: block;
  clear: both;
}

.footer-contents .footer-nav dt {
  padding-bottom: 5px;
  font-weight: bold;
  color: #ffffff;
}

.footer-contents .footer-nav dd {
  margin-top: 8px;
}

.footer-contents .footer-nav a {
  color: #589bc6;
}

.footer-contents .footer-nav a:hover {
  color: #c9192e;
}

.footer-contents .com-divider {
  padding-left: 4px;
}

.footer-contents .copyright {
  color: #92929D;
}

.footer-contents .copyright .copy {
  display: inline-block;
  margin-top: 20px;
}

.footer-contents .copyright:before {
  content: '';
  display: block;
  margin-top: 20px;
}

.footer-contents .copyright a {
  color: #92929D;
}

.footer-contents .newsletter-box .newsletter-conts .btn_join {
  vertical-align: top;
}

.scrollup-always {
  width: 48px;
  height: 48px;
  line-height: 46px;
  cursor: pointer;
  background: #fff;
  border: 1px solid #000;
  color: #9b9b9b;
  text-align: center;
  font-size: 18px;
  box-sizing: border-box;
  color: #000;
}

.scrollup-always:hover {
  border: 1px solid #c9192e;
  background: #c9192e;
  color: #ffffff;
}

/* 공유하기 버튼 */
.share-btns {
  width: 48px;
  height: 48px;
  border: 1px solid #000;
  background-color: #fff;
  color: #fff;
  margin-bottom: 10px;
}

.share-btns .share-btn {
  display: block;
  text-align: center;
  width: 100%;
  height: 100%;
  line-height: 42px;
  color: #000;
  font-size: 16px;
}

.share-btns .share-btn .icon {
  margin-right: 2px;
}

.share-btns:hover {
  border: 1px solid #c9192e;
  background: #c9192e;
}

.share-btns:hover .share-btn {
  color: #ffffff;
}

/* 공유하기 팝업 */
#share-popup .uk-modal-dialog {
  max-width: 360px;
}

#share-popup .uk-modal-dialog .uk-close {
  width: 20px;
  height: 20px;
  top: 20px;
  right: 20px;
}

#share-popup .uk-modal-dialog .uk-close::after {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' id='icon-close-X' viewBox='0 0 32 32'%3E%3Cg%3E%3Cpolygon points='32,0.8 31.2,0 16,15.2 0.8,0 0,0.8 15.2,16 0,31.2 0.8,32 16,16.8 31.2,32 32,31.2 16.8,16 '%3E%3C/polygon%3E%3C/g%3E%3C/svg%3E");
  width: 20px;
  height: 20px;
}

#share-popup .uk-modal-dialog .share-cont {
  padding: 16px;
}

#share-popup .uk-modal-dialog .share-cont .pop-title {
  margin: 10px 0 20px;
  font-weight: bold;
}

#share-popup .uk-modal-dialog .share-cont .product-variations-share .product-variations-share-list {
  display: inline-block;
  overflow: hidden;
}

#share-popup .uk-modal-dialog .share-cont .product-variations-share .product-variations-share-list li {
  float: left;
  margin: 0 4px;
}

#share-popup .uk-modal-dialog .share-cont .product-variations-share .product-variations-share-list li span {
  display: block;
  font-size: 13px;
  margin-top: 10px;
}

#share-popup .uk-modal-dialog .share-cont .product-variations-share .product-variations-share-list li a {
  display: inline-block;
  text-align: center;
}

#share-popup .uk-modal-dialog .share-cont .product-variations-share .product-variations-share-list li a.share-copy > div {
  background-color: #999999;
  border: 1px solid #c5c5c5;
}

#share-popup .uk-modal-dialog .share-cont .product-variations-share .product-variations-share-list li a.share-copy .icon {
  font-size: 20px;
}

#share-popup .uk-modal-dialog .share-cont .product-variations-share .product-variations-share-list li a span {
  color: #000;
  letter-spacing: -0.1px;
}

#share-popup .uk-modal-dialog .share-cont .product-variations-share .product-variations-share-list li a > div {
  display: flex;
  width: 46px;
  height: 46px;
  justify-content: center;
  align-items: center;
}

#share-popup .uk-modal-dialog .share-cont .product-variations-share .product-variations-share-list li a > div .icon {
  font-size: 26px;
}

#share-popup .uk-modal-dialog .share-cont .product-variations-share .product-variations-share-list li a > div:hover {
  color: inherit;
}

#share-popup .uk-modal-dialog .share-cont .product-variations-share .product-variations-share-list li a > div.share-kakao {
  background-color: #fae101;
  color: #000;
}

#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: #3ba3f6;
  color: #3ba3f6;
}

#share-popup .uk-modal-dialog .share-cont .product-variations-share .product-variations-share-list li a > div.share-sms .icon {
  font-size: 24px;
}

/* FAB */
.fab-wrap {
  position: fixed;
  bottom: 82px;
  right: 20px;
  z-index: 1000;
}

/* 기획전 페이지 프로모션 팝업 */
.promotion-popup {
  display: none;
  width: 48px;
  height: 48px;
  border: 1px solid #000;
  background: #fff;
  overflow: hidden;
  margin-bottom: 10px;
}

.promotion-popup .promotion-popup-btn {
  display: block;
  text-align: center;
  width: 100%;
  height: 100%;
  line-height: 46px;
  color: #141414;
  font-size: 25px;
}

.promotion-popup .promotion-popup-btn:hover {
  border: 1px solid #c9192e;
  background: #c9192e;
  color: #fff;
}

.promotion-popup-modal {
  position: fixed;
  right: 86px;
  bottom: 82px;
  max-width: 320px;
  width: 100%;
  background-color: #fff;
  box-shadow: 0px 2px 5px 0px #0000001C;
  border: 1px solid #000;
}

.promotion-popup-modal .modal-close {
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 1;
  font-size: 20px;
  color: #000;
}

.promotion-popup-modal .modal-close svg {
  display: block;
  margin: 0 auto;
  width: 20px;
  height: 20px;
  stroke-width: 2px;
}

.promotion-popup-modal .promotion-popup-content {
  text-align: center;
}

.promotion-popup-modal .promotion-popup-content img {
  display: block;
  min-width: 140px;
  margin: 0 auto;
}

@media (max-width: 767px) {
  /* FAB */
  .fab-wrap {
    bottom: calc(env(safe-area-inset-bottom) + 70px);
    right: 20px;
  }
  .scrollup-always {
    width: 38px;
    height: 38px;
    line-height: 36px;
    font-size: 15px;
  }
  .share-btns {
    width: 38px;
    height: 38px;
  }
  .share-btns .share-btn {
    line-height: 34px;
    font-size: 15px;
  }
  #share-popup .uk-modal-dialog {
    max-width: 328px;
  }
  #share-popup .uk-modal-dialog .uk-close {
    width: 18px;
    height: 18px;
  }
  #share-popup .uk-modal-dialog .uk-close::after {
    width: 18px;
    height: 18px;
  }
  #share-popup .uk-modal-dialog .share-cont {
    padding: 30px 15px;
  }
  #share-popup .uk-modal-dialog .share-cont .pop-title {
    font-size: 22px;
  }
  #share-popup .uk-modal-dialog .share-cont .product-variations-share .product-variations-share-list li {
    width: 42px;
  }
  #share-popup .uk-modal-dialog .share-cont .product-variations-share .product-variations-share-list li a > div {
    width: 42px;
    height: 42px;
  }
  #share-popup .uk-modal-dialog .share-cont .product-variations-share .product-variations-share-list li a span {
    font-size: 12px;
  }
  /* 기획전 페이지 프로모션 팝업 */
  .promotion-popup {
    width: 38px;
    height: 38px;
  }
  .promotion-popup .promotion-popup-btn {
    line-height: 34px;
    font-size: 15px;
  }
  .promotion-popup-modal {
    max-width: 65%;
    right: 66px;
    bottom: calc(env(safe-area-inset-bottom) + 70px);
  }
}

/* Phone landscape and bigger */
/* Tablet and bigger */
@media (max-width: 768px) {
  footer.no-footer {
    display: none;
  }
}

/* Desktop and bigger */
/* Large screen and bigger */
/* PLP Layout */
.pt_category {
  background: #f1f2ed;
}

.top-banner .content-container img {
  width: 100%;
}

.slim-billboard .tile-overlay .heading-title {
  line-height: 1;
}

.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;
  right: 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 40 40'%3E%3Cpath fill='%23000' d='M40 17.857H22.143V0h-4.286v17.857H0v4.286h17.857V40h4.286V22.143H40z' /%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 40 5'%3E%3Cpath fill='%23000' d='M0 0h40v4.5H0z' /%3E%3C/svg%3E");
}

.toggle-box > .toggle-content.active {
  overflow: initial;
  max-height: none;
  visibility: visible;
}

/*
	2025 11월 기획 디자인 변경으로  
	어드민에서 추가된 데이터 필터값 
	품절 상품 제외 상단 체크 박스만 두고
	토글박스 안보이도록 
	*/
.plp-refinements-container .refinement.toggle-box:last-of-type {
  display: none;
}

.plp-actions {
  z-index: 10;
}

.plp-actions .mo-filter-title {
  display: none;
}

.plp-actions > .container {
  margin: 0 auto;
  max-width: 1440px;
}

.plp-actions .filter-pc {
  position: relative;
  border-right: 1px solid #eeeeee;
}

.plp-actions .filter-pc .icon {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.plp-container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  max-width: 1440px;
}

/* 필터 layout */
.plp-refinements-container {
  overflow: hidden;
  /* 2025.10.24 필터 컬러 스와치 이름 표기 */
  /* // 2025.10.24 필터 컬러 스와치 이름 표기 */
}

.plp-refinements-container .toggle-box .toggle-label:after {
  right: 29px;
  left: auto;
}

.plp-refinements-container .toggle-box > .toggle-content {
  display: none;
  padding: 0;
}

.plp-refinements-container .toggle-box > .toggle-content > * {
  opacity: 0;
  -webkit-transition: opacity 213ms ease-out;
  transition: opacity 213ms ease-out;
}

.plp-refinements-container .toggle-box > .toggle-content.active {
  margin-bottom: -10px;
  padding-top: 15px;
  padding-bottom: 17px;
  padding-left: 10px;
  padding-right: 10px;
  display: block;
}

.plp-refinements-container .toggle-box > .toggle-content.active > * {
  opacity: 1;
  -webkit-transition-delay: 54ms;
  transition-delay: 54ms;
}

.plp-refinements-container .toggle-box > .toggle-content.category-filter {
  padding: 8px 0;
  border-bottom: 8px solid #e5e5e5;
}

.plp-refinements-container .refinement-link {
  position: relative;
  cursor: pointer;
}

.plp-refinements-container .refinement-link: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='%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: 0;
  left: 3px;
  width: 8px;
  height: 8px;
  font-size: 8px;
  opacity: 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);
}

.plp-refinements-container .refinement-link.set-checked:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.plp-refinements-container .refinement-link.selected:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.plp-refinements-container .area_soldout {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.plp-refinements-container .category-item {
  margin-bottom: 10px;
}

.plp-refinements-container .more-container {
  height: 130px;
  overflow: hidden;
  margin-bottom: 5px;
}

.plp-refinements-container .more-btn.active .plus {
  display: none;
}

.plp-refinements-container .more-btn.active .minus {
  display: block;
}

.plp-refinements-container .more-btn .minus {
  display: none;
}

.plp-refinements-container .refinement-swatches:not(.colorfamily) {
  overflow: hidden;
}

.plp-refinements-container .colorfamily {
  row-gap: 6px;
}

.plp-refinements-container .colorfamily .more-container {
  height: 179px;
}

.plp-refinements-container .colorfamily .item_color {
  display: flex;
  width: calc(100% / 6);
  flex-direction: column;
  text-align: center;
  align-items: center;
  gap: 4px;
  height: 56px;
  color: #9b9b9b;
}

.plp-refinements-container .colorfamily .item_color:hover {
  color: #121212;
}

.plp-refinements-container .colorfamily .swatch-color.selected + .txt_value {
  color: #121212;
}

.plp-refinements-container .colorfamily .txt_value {
  display: block;
  overflow: hidden;
  max-width: 100%;
  font-size: 10px;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 16px;
  color: #9b9b9b;
}

.plp-refinements-container .area_soldout {
  padding: 15px 10px 17px;
}

.plp-refinements-container .area_soldout .refinement-link:hover {
  color: #000000;
}

.plp-content {
  padding-bottom: 120px;
  -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: 0.32s;
  transition-duration: 0.32s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.img-product-badges {
  position: absolute;
  top: 7px;
  left: 10px;
}

.img-product-badges .img-badge {
  display: table;
  font-size: 10px;
  background: #ca1d31;
  line-height: 20px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  margin-top: 3px;
  min-width: 55px;
  text-transform: capitalize;
  letter-spacing: -0.2px;
  padding: 0 5px;
}

.img-product-badges .img-badge.badge-online {
  background: #000;
}

.product-tile-details {
  margin-top: 7px;
}

.product-tile-details .product-badges {
  margin-bottom: 5px;
  text-align: center;
}

.product-tile {
  position: relative;
}

.product-tile .product-tile-main {
  overflow: hidden;
}

.product-tile .product-tile-main.over .quick-btn {
  animation: btn_ani 7s 0.1s ease-in-out both;
  display: block;
}

.product-tile .product-tile-main::before {
  content: "";
  display: block;
  padding-bottom: 100%;
  width: 100%;
}

.product-tile .product-tile-main .product-wish {
  position: absolute;
  right: 0;
  top: 0;
  width: 44px;
  height: 44px;
  font-size: 18px;
  color: #000000;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: -webkit-transform 213ms cubic-bezier(0.4, 0.9, 0.3, 2.25);
  transition: -webkit-transform 213ms cubic-bezier(0.4, 0.9, 0.3, 2.25);
  transition: transform 213ms cubic-bezier(0.4, 0.9, 0.3, 2.25);
  transition: transform 213ms cubic-bezier(0.4, 0.9, 0.3, 2.25), -webkit-transform 213ms cubic-bezier(0.4, 0.9, 0.3, 2.25);
}

.product-tile .product-tile-main .product-wish:hover:not(.set-changed) {
  -webkit-transform: scale(1.25);
  transform: scale(1.25);
}

.product-tile .product-tile-main .wish-action {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.product-tile .product-tile-main .wish-action .icon {
  width: 20px;
  height: 18px;
  stroke: #383b41;
}

.product-tile .product-tile-main .wish-action.add:not(.set-active) {
  pointer-events: none;
}

.product-tile .product-tile-main .wish-action.remove {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: -webkit-transform 213ms ease-in-out;
  transition: -webkit-transform 213ms ease-in-out;
  transition: transform 213ms ease-in-out;
  transition: transform 213ms ease-in-out, -webkit-transform 213ms ease-in-out;
}

.product-tile .product-tile-main .wish-action.remove:not(.set-active) {
  -webkit-transform: scale(0);
  transform: scale(0);
}

.plp-grid-item {
  position: relative;
  margin-bottom: 42px;
  padding-left: 6px;
  padding-right: 6px;
  -webkit-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}

.plp-grid-item.col-lg-3 {
  -webkit-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}

.search-notfound .search-notfount-content {
  margin: 0 auto;
  text-align: center;
  word-break: keep-all;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

.search-notfound .result-message .search-key {
  display: block;
  font-weight: 600;
  line-height: 1;
}

.search-notfound .result-message .search-key::before {
  content: "‘";
}

.search-notfound .result-message .search-key::after {
  content: "’";
}

.search-notfound .result-message .text {
  display: block;
  margin-top: 16px;
  font-weight: 600;
  line-height: 1;
}

.search-notfound .help-message {
  background-color: #f4f4f4;
}

.search-notfound .help-message .text {
  letter-spacing: -0.025em;
  color: #9b9b9b;
}

.search-notfound .help-message .popular-keyword {
  margin: 0 auto;
}

.search-notfound .help-message .popular-keyword dt {
  font-weight: 600;
}

.search-notfound .help-message .popular-keyword dd .keyword:not(:last-child):after {
  content: ",";
  padding-right: 0.25em;
}

.search-notfound .other-message {
  margin-top: 40px;
}

.search-notfound .other-message .text {
  margin: 0;
  letter-spacing: -0.025em;
}

/* 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: 19px;
  line-height: 28px;
  color: #2b2b2b;
  text-transform: uppercase;
  font-weight: bold;
}

.breadcrumb-element:not(:last-child) {
  font-size: 15px;
  line-height: 23px;
  color: #79aecf;
  font-weight: normal;
}

.breadcrumb-element:not(:last-child):after {
  content: "/";
  display: inline-block;
  padding: 0 15px;
  font-size: 16px;
  color: #2b2b2b;
}

.sort-select-tmp {
  display: none;
}

/* event landing page */
.contents .tit_caution {
  display: block;
  font-size: 24px;
  text-align: center;
}

.contents .list_dot {
  padding-top: 20px;
}

.contents .list_dot li {
  position: relative;
  padding-left: 22px;
  font-size: 16px;
  line-height: 24px;
}

.contents .list_dot li + li {
  margin-top: 8px;
}

.contents .list_dot li::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 10px;
  width: 2px;
  height: 2px;
  border-radius: 50%;
  background-color: #000;
}

.area-floating {
  position: fixed;
  bottom: 200px;
  right: 10px;
  z-index: 10;
}

.area-floating .btn_floating {
  display: block;
  padding: 0;
  border: 0;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background-color: #c9192c;
  background-size: 100px auto;
  background-position: center center;
  font-size: 16px;
}

.area-floating .btn_floating .txt_floating {
  font-size: 16px;
  color: #fff;
  text-align: center;
}

.event-ld .blind {
  position: absolute;
  clip: rect(0 0 0 0);
  width: 1px;
  height: 1px;
  margin: -1px;
  overflow: hidden;
}

.event-ld .ir_pm {
  display: block;
  overflow: hidden;
  font-size: 1px;
  line-height: 0;
  color: transparent;
}

.event-ld .wrap_banner {
  position: relative;
}

.event-ld .wrap_banner img {
  max-width: inherit;
  width: 100%;
}

.event-ld .promo-util {
  padding-top: 10px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  max-width: 1440px;
}

.event-ld .promo-util .inner_util {
  display: flex;
  height: 50px;
  justify-content: space-between;
  align-items: center;
}

.event-ld .promo-util .count_prod {
  font-size: 15px;
  color: #666666;
}

.event-ld .promo-util .btn_filter {
  display: flex;
  gap: 12px;
}

.event-ld .promo-util .btn_filter .txt_filter {
  font-size: 12px;
  color: #141414;
}

.event-ld .wrap_tab--depth1 {
  overflow: hidden;
  position: relative;
  z-index: 1;
  width: 100%;
  margin-top: 97px;
  text-align: center;
}

.event-ld .wrap_tab--depth1 .tab-scroll {
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  width: 100%;
  padding: 0 20px 1px;
  text-align: center;
  white-space: nowrap;
  box-sizing: border-box;
  -ms-overflow-style: none;
}

.event-ld .wrap_tab--depth1 .tab-scroll::-webkit-scrollbar {
  display: none;
}

.event-ld .wrap_tab--depth1 .list_tab {
  display: inline-flex;
  gap: 15px;
  width: max-content;
  vertical-align: top;
}

.event-ld .wrap_tab--depth1 .list_tab li {
  flex: 0 0 auto;
  display: inline-block;
}

.event-ld .wrap_tab--depth1 .list_tab li .btn_tab {
  padding: 0 30px;
  height: 60px;
  font-size: 22px;
  font-weight: 700;
  text-align: center;
  border-bottom: 2px solid #c4c4c4;
  min-width: 190px;
  color: #b2b2b2;
}

.event-ld .wrap_tab--depth1 .list_tab li .btn_tab.active {
  border-bottom: 2px solid #000;
  color: #000;
}

.event-ld .wrap_tab--depth2 {
  overflow: hidden;
  position: relative;
  z-index: 1;
  width: 100%;
  margin-top: 50px;
}

.event-ld .wrap_tab--depth2 .tab-scroll {
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  width: 100%;
  padding: 0 20px 1px;
  text-align: center;
  white-space: nowrap;
  box-sizing: border-box;
  -ms-overflow-style: none;
}

.event-ld .wrap_tab--depth2 .tab-scroll::-webkit-scrollbar {
  display: none;
}

.event-ld .wrap_tab--depth2 .list_tab {
  display: inline-flex;
  gap: 12px;
  width: max-content;
  vertical-align: top;
}

.event-ld .wrap_tab--depth2 .list_tab li {
  flex: 0 0 auto;
  display: inline-block;
}

.event-ld .wrap_tab--depth2 .list_tab li .btn_tab {
  padding: 0 30px;
  height: 48px;
  border-radius: 24px;
  font-size: 16px;
  border: 1px solid #c4c4c4;
}

.event-ld .wrap_tab--depth2 .list_tab li .btn_tab.active {
  background-color: #1c1c1c;
  border: none;
  color: #fff;
}

.event-ld .plp-refinements-container {
  overflow: initial;
}

.event-ld .plp-refinements-container .refinements {
  position: sticky;
  overflow: auto;
  top: 61px;
  max-height: calc(100vh - 61px);
  background-color: #fff;
}

.event-ld .search_wrap {
  position: relative;
  max-width: 600px;
  margin: 48px auto 0;
}

.event-ld .search_wrap .lb_search {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 0 60px 0 23px;
  border-radius: 28px;
  border: 1px solid #c4c4c4;
}

.event-ld .search_wrap .inp_search {
  line-height: 54px;
  width: 100%;
  border: none;
  font-size: 18px;
}

.event-ld .search_wrap .inp_search::placeholder, .event-ld .search_wrap .inp_search::-webkit-input-placeholder, .event-ld .search_wrap .inp_search:-ms-input-placeholder {
  color: #ddd;
}

.event-ld .search_wrap .btn_search {
  position: absolute;
  right: 0;
  top: 0;
  padding: 17px 19px;
}

.event-ld .search_wrap .btn_search .icon {
  width: 20px;
  height: 20px;
}

.event-ld .tit_category {
  display: block;
  font-weight: 700;
  font-size: 48px;
  text-align: center;
}

.event-ld .desc_category {
  display: block;
  margin-top: 13px;
  font-size: 20px;
  color: #666;
  text-align: center;
}

.event-ld .inner_result,
.event-ld .inner_tabpanel {
  padding-top: 102px;
}

.event-ld .result_search {
  text-align: center;
}

.event-ld .result_search .plp-refinements-container {
  text-align: left;
}

.event-ld .inner_empty {
  margin: 50px 0 80px;
  text-align: center;
}

.event-ld .inner_empty .ico_empty {
  display: block;
  width: 80px;
  height: 80px;
  margin: 0 auto;
  background-image: url("/cmsstatic/logo_vans-1.png");
  background-size: 80px auto;
  background-repeat: no-repeat;
}

.event-ld .btn_promo {
  display: block;
  margin: 0 auto;
  width: 300px;
  background-color: #1c1c1c;
  font-size: 16px;
  color: #fff;
  line-height: 50px;
}

.event-ld .inner_result {
  min-width: 300px;
  min-height: 600px;
}

.event-ld.pt_category {
  background-color: #fff;
}

.event-ld .search-result-title {
  display: none;
  text-align: center;
  margin-bottom: 50px;
}

.event-ld .search-result-title .title {
  margin-bottom: 26px;
  font-weight: 700;
  font-size: 48px;
  color: #141414;
}

.event-ld .search-result-title .keword {
  font-weight: 400;
  font-size: 20px;
  color: #666666;
}

.event-ld .search-result-title .keword span {
  font-weight: 700;
  color: #141414;
}

.event-ld .plp-actions.event-search .container .category-title {
  padding: 0;
}

.event-ld .plp-actions.event-search .container .category-title .filter-tit .num {
  font-weight: 400;
  font-size: 15px;
  color: #666666;
}

.event-ld .plp-actions.event-search .container .action-btn-area button {
  border: none;
}

.event-ld .plp-actions.event-search .container .action-btn-area button .toggle-text {
  right: 25px;
  font-weight: 400;
  font-size: 14px;
  color: #141414;
}

.event-ld .plp-actions.event-search .container .action-btn-area button svg {
  width: 17px;
  height: 17px;
  margin-right: 0;
}

.event-ld .plp-actions .xScroll {
  width: calc(100vw - 460px);
  overflow-x: auto;
  margin: 0 auto;
  text-align: center;
}

.event-ld .plp-actions .xScroll .plp-1-depth {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  padding-top: 100px;
  width: max-content;
  margin: 0 auto;
}

.event-ld .plp-actions .xScroll .plp-1-depth a {
  width: 190px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px 0;
  color: #b2b2b2;
  border-bottom: 2px solid #c4c4c4;
  font-weight: 600;
  font-size: 22px;
}

.event-ld .plp-actions .xScroll .plp-1-depth a.active {
  color: #1c1c1c;
  border-bottom: 2px solid #000000;
}

.event-ld form.event-search .plp-content .product-tile-details .name {
  text-align: left;
  padding: 0;
  margin-top: 32px;
  margin-bottom: 17px;
}

.event-ld form.event-search .plp-content .product-tile-details .name .text-link {
  font-weight: 400;
  font-size: 16px;
  color: #141414;
}

.event-ld form.event-search .plp-content .product-tile-details .price {
  text-align: left;
}

.event-ld form.event-search .plp-content .product-tile-details .price span {
  font-size: 16px;
  font-weight: 900;
  color: #141414;
}

.event-ld form.event-search .plp-content .product-tile-details .price span.retail {
  color: #9b9b9b;
}

.event-ld form.event-search .plp-content .product-tile-details .price span.rate {
  color: #d0191e;
}

.event-ld .plp-section .category-title {
  width: 100%;
  text-align: center;
  padding: 0;
}

.event-ld .plp-section .category-title .filter-tit .title {
  font-size: 48px;
  color: #141414;
  font-weight: 600;
}

.event-ld .plp-section .category-title .sub-title-wrap {
  margin: 24px 0 48px 0;
}

.event-ld .plp-section .category-title .sub-title-wrap .sub-title {
  font-weight: 400;
  font-size: 20px;
  color: #666666;
}

.event-ld .plp-section .xScroll {
  width: calc(100vw - 460px);
  overflow-x: auto;
  margin: 0 auto;
  text-align: center;
}

.event-ld .plp-section .xScroll .plp-2-depth {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  width: max-content;
  margin: 0 auto;
}

.event-ld .plp-section .xScroll .plp-2-depth button {
  padding: 16px 32px;
  border: 1px solid #c4c4c4;
  border-radius: 24px;
  font-weight: 400;
  font-size: 16px;
}

.event-ld .plp-section .xScroll .plp-2-depth button.active {
  background-color: #1c1c1c;
  font-weight: 500;
  color: #ffffff;
  border: none;
}

.event-ld .plp-section .btn-area {
  display: flex;
  justify-content: space-between;
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 20px;
}

.event-ld .plp-section .btn-area .num {
  color: #666666;
  font-weight: 400;
  font-size: 15px;
}

.event-ld .plp-section .btn-area button svg {
  width: 17px;
  height: 17px;
  margin-right: 0;
}

.event-ld .plp-section .btn-area .toggle-text {
  top: -3px;
  color: #141414;
  font-weight: 400;
  font-size: 14px;
}

.event-ld .plp-section .product-tile-details .name {
  text-align: left;
  padding: 0;
  margin-top: 32px;
  margin-bottom: 17px;
}

.event-ld .plp-section .product-tile-details .name .text-link {
  font-weight: 400;
  font-size: 16px;
  color: #141414;
}

.event-ld .plp-section .product-tile-details .price {
  text-align: left;
}

.event-ld .plp-section .product-tile-details .price span {
  font-size: 16px;
  font-weight: 900;
  color: #141414;
}

.event-ld .plp-section .product-tile-details .price span.retail {
  color: #9b9b9b;
}

.event-ld .plp-section .product-tile-details .price span.rate {
  color: #d0191e;
}

.event-ld .search-none {
  display: none;
  margin-bottom: 80px;
}

.eventMain-btn {
  display: none;
  text-align: center;
}

.eventMain-btn button {
  padding: 18px 73px;
  margin-bottom: 177px;
  background-color: #1c1c1c;
  color: #ffffff;
  font-weight: 500;
  font-size: 16px;
}

/* 프로모션 매장 검색 */
.section_store {
  /* 모달 */
  /* 새 창으로 열기 - 레이아웃 */
  /* 새 창으로 열기 - 팝업 */
}

.section_store .inner_store {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.section_store .tit_section {
  display: block;
  overflow: hidden;
  font-size: 20px;
  line-height: 58px;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.section_store .wrap_form {
  padding: 0 20px;
}

.section_store .form_store {
  display: flex;
  padding: 15px 0;
  gap: 5px;
  border-bottom: 1px solid #d8d8d8;
}

.section_store .lb_select {
  position: relative;
}

.section_store .lb_select .icon {
  position: absolute;
  top: 50%;
  right: 9px;
  transform: translateY(-50%);
}

.section_store .select_state {
  display: block;
  overflow: hidden;
  width: 85px;
  height: 36px;
  padding: 0 29px 0 15px;
  text-align: left;
  font-size: 13px;
  line-height: 34px;
  border: 1px solid #2b2b2b;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.section_store .wrap_inp {
  position: relative;
  flex: 1;
}

.section_store .wrap_inp.active .inp_search {
  padding: 0 65px 0 10px;
}

.section_store .wrap_inp.active .btn_remove {
  display: block;
}

.section_store .wrap_util {
  position: absolute;
  top: 50%;
  right: 5px;
  display: flex;
  transform: translateY(-50%);
}

.section_store .btn_remove {
  display: none;
  border-radius: 50%;
  color: #8d8d8d;
  padding: 5px;
}

.section_store .btn_remove.active {
  display: block;
}

.section_store .btn_remove .icon {
  width: 20px;
  height: 20px;
  background-color: #e8e8e8;
  border-radius: 50%;
}

.section_store .btn_search {
  width: 30px;
  height: 30px;
}

.section_store .inp_search {
  display: block;
  width: 100%;
  height: 36px;
  padding: 0 35px 0 10px;
  border: 1px solid #2b2b2b;
  font-size: 13px;
  line-height: 34px;
}

.section_store .btn_submit {
  display: block;
  height: 36px;
  min-width: 50px;
  padding: 0 12px;
  background-color: #c9192c;
  font-size: 11px;
  color: #fff;
}

.section_store .list_store {
  overflow-x: hidden;
}

.section_store .list_store > li {
  position: relative;
  padding: 0 20px;
}

.section_store .list_store > li:hover {
  background-color: #f7f7f7;
}

.section_store .list_store > li:hover::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 4px;
  height: 100%;
  background-color: #c9192e;
}

.section_store .list_store > li + li .btn_store {
  border-top: 1px solid #dedfda;
}

.section_store .btn_store {
  display: block;
  width: 100%;
  padding: 20px 4px;
  text-align: left;
}

.section_store .list_info {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.section_store .list_info .tit_store {
  font-size: 12px;
}

.section_store .list_info .wrap_desc {
  display: flex;
  flex-direction: column;
  gap: 5px;
  font-size: 11px;
  color: #9b9b9b;
}

.section_store .list_info .link_phone {
  font-size: 11px;
  color: #9b9b9b;
}

.section_store .empty_store {
  padding: 60px 0 80px;
  font-size: 13px;
  text-align: center;
}

.section_store .empty_store .icon {
  width: 40px;
  height: 40px;
  color: #ebebeb;
}

.section_store .empty_store .inner_empty {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.section_store .next-trigger {
  padding-bottom: 24px;
}

.section_store.store_dialog {
  display: none;
  position: fixed;
  z-index: 10000;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  justify-content: center;
  align-items: center;
  padding: 20px;
  background-color: rgba(0, 0, 0, 0.7);
}

.section_store.store_dialog.active {
  display: flex;
}

.section_store.store_dialog .inner_dialog {
  max-height: 100%;
  max-width: 370px;
  background-color: #fff;
}

.section_store.store_dialog .header_dialog {
  display: block;
  width: calc(100% - 40px);
  padding: 0 25px;
  border-bottom: 2px solid #000;
  box-sizing: border-box;
}

.section_store.store_dialog .btn_close {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 30px;
  height: 30px;
}

.section_store.store_dialog .btn_close .icon {
  display: block;
  width: 30px;
  height: 30px;
}

.section_store.store_dialog .content_dialog {
  overflow: hidden;
  width: 100%;
  height: calc(100% - 60px);
}

.section_store.store_dialog .wrap_storelist {
  overflow: hidden;
}

.section_store.store_dialog .inner_storelist {
  overflow: auto;
  max-height: calc(100vh - 169px);
  max-height: calc(100dvh - 169px);
}

.section_store.store_blank {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.section_store.store_blank .wrap_tit {
  display: block;
  width: 100%;
  padding: 0 25px;
  border-bottom: 2px solid #000;
  box-sizing: border-box;
}

.section_store.store_blank .btn_close {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 30px;
  height: 30px;
}

.section_store.store_blank .btn_close .icon {
  display: block;
  width: 30px;
  height: 30px;
}

.section_store.store_blank .content_store {
  width: 100%;
}

.section_store.store_blank .wrap_form {
  padding: 0;
}

.section_store.store_blank .form_store {
  padding: 15px 20px;
}

.section_store.store_blank .inner_storelist {
  overflow: auto;
  max-height: calc(100vh - 127px);
  max-height: calc(100dvh - 127px);
}

/* 2025 11 13 바뀐 기획에 맞춘 디자인 적용 */
.plp-refinements-container .swatches-wrapper.colorfamily .swatch-color.selected:after {
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.plp-refinements-container .swatches-wrapper.colorfamily .swatch-color-back-icon-color.selected .ico_check {
  display: flex;
}

.swatch-color-back-icon-color .swatch-color-item {
  display: flex;
  align-items: center;
  justify-content: center;
}

.swatch-color-back-icon-color .swatch-color-item .ico_check {
  padding: 10px;
  display: none;
}

.ico_check {
  transform: translateZ(0);
  /* iOS Safari 강제 리렌더링 */
  width: 2rem;
  height: 2rem;
}

/* Reponsive 767px */
@media screen and (max-width: 767px) {
  .plp-header-wrap {
    display: none;
  }
  .plp-search-breadcrumb {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 36px;
  }
  .slim-billboard .tile-overlay .heading-title {
    font-size: 28px;
    font-weight: 600;
  }
  .slim-billboard .tile-overlay .billboard-link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .slim-billboard .tile-overlay .billboard-link .text {
    opacity: 0;
  }
  .event-ld {
    overflow: hidden;
  }
  .event-ld .area-floating {
    bottom: calc(env(safe-area-inset-bottom) + 180px);
  }
  .event-ld .area-floating .btn_floating {
    width: 60px;
    height: 60px;
    font-size: 12px;
  }
  .event-ld .area-floating .btn_floating .txt_floating {
    font-size: 12px;
  }
  .event-ld .search-result-title {
    margin-bottom: 30px;
  }
  .event-ld .search-result-title .title {
    margin-bottom: 14px;
    font-size: 28px;
  }
  .event-ld .search-result-title .keword {
    font-size: 14px;
  }
  .event-ld .plp-actions {
    padding: 0;
  }
  .event-ld .tit_caution {
    display: block;
    font-size: 20px;
    text-align: center;
    line-height: 28px;
    font-weight: 700;
  }
  .event-ld .wrap_tab--depth1 {
    margin-top: 35px;
  }
  .event-ld .wrap_tab--depth1 .list_tab {
    gap: 6px;
  }
  .event-ld .wrap_tab--depth1 .list_tab li {
    flex: 0 0 auto;
    display: inline-block;
  }
  .event-ld .wrap_tab--depth1 .list_tab li .btn_tab {
    padding: 0 20px;
    height: 44px;
    font-size: 14px;
    min-width: 96px;
  }
  .event-ld .wrap_tab--depth2 {
    margin-top: 30px;
  }
  .event-ld .wrap_tab--depth2 .list_tab {
    gap: 6px;
    white-space: nowrap;
  }
  .event-ld .wrap_tab--depth2 .list_tab li .btn_tab {
    padding: 0 15px;
    height: 32px;
    border-radius: 16px;
    font-size: 13px;
  }
  .event-ld .search_wrap {
    padding: 0 34px;
  }
  .event-ld .search_wrap .lb_search {
    padding: 0 47px 0 16px;
  }
  .event-ld .search_wrap .inp_search {
    font-size: 14px;
    line-height: 38px;
  }
  .event-ld .search_wrap .btn_search {
    padding: 9px 15px;
  }
  .event-ld .search_wrap .btn_search .icon {
    width: 17px;
    height: 17px;
  }
  .event-ld .tit_category {
    font-size: 28px;
  }
  .event-ld .desc_category {
    margin-top: 14px;
    font-size: 14px;
  }
  .event-ld .inner_tabpanel {
    padding-top: 52px;
  }
  .event-ld .result_search {
    text-align: center;
    padding-bottom: 160px;
  }
  .event-ld .inner_empty {
    margin: 25px 0 60px;
    text-align: center;
  }
  .event-ld .inner_empty .ico_empty {
    display: block;
    width: 80px;
    height: 80px;
    margin: 0 auto;
    background-image: url("/cmsstatic/logo_vans-1.png");
    background-size: 80px auto;
    background-repeat: no-repeat;
  }
  .event-ld .btn_promo {
    width: 240px;
    background-color: #1c1c1c;
    font-size: 14px;
    color: #fff;
    line-height: 40px;
  }
  .event-ld .inner_result {
    min-height: calc(100vh - 600px);
  }
  .event-ld .plp-refinements-container {
    overflow: initial;
  }
  .event-ld .plp-refinements-container .refinements {
    position: relative;
    overflow: initial;
    top: initial;
    max-height: initial;
  }
  .event-ld form.event-search .plp-content .product-tile-details .name {
    margin-top: 19px;
    margin-bottom: 15px;
  }
  .event-ld form.event-search .plp-content .product-tile-details .name .text-link {
    font-size: 14px;
  }
  .event-ld form.event-search .plp-content .product-tile-details .price span {
    font-size: 14px;
  }
  .event-ld .plp-actions.event-search {
    padding: 0;
  }
  .event-ld .plp-actions.event-search .container {
    margin-bottom: 5px;
  }
  .event-ld .plp-actions.event-search .container .category-title {
    display: flex;
  }
  .event-ld .plp-actions.event-search .container .category-title .filter-tit .num {
    font-weight: 400;
    font-size: 13px;
    color: #2b2b2b;
  }
  .event-ld .plp-actions.event-search .container .action-btn-area {
    width: auto;
  }
  .event-ld .plp-actions.event-search .container .action-btn-area button {
    border: none;
  }
  .event-ld .plp-actions.event-search .container .action-btn-area button.filter-mobile {
    margin: 0;
    background: #ffffff;
  }
  .event-ld .plp-actions.event-search .container .action-btn-area button.filter-mobile .icon {
    stroke: #000000;
  }
  .event-ld .plp-actions.event-search .container .action-btn-area button svg {
    width: 25px;
    height: 22px;
    margin-right: 0;
  }
  .event-ld .plp-actions .xScroll {
    width: calc(100vw - 74px);
  }
  .event-ld .plp-actions .xScroll .plp-1-depth {
    padding-top: 35px;
    gap: 6px;
    width: max-content;
  }
  .event-ld .plp-actions .xScroll .plp-1-depth a {
    font-size: 14px !important;
    min-width: 90px;
    width: auto;
    padding: 13px 0;
  }
  .event-ld .plp-actions .search {
    margin-top: 30px;
    margin-bottom: 50px;
  }
  .event-ld .plp-actions .search label {
    width: 100%;
  }
  .event-ld .plp-actions .search label input {
    width: 100% !important;
    padding: 15px 22px;
  }
  .event-ld .plp-actions .search label input::placeholder {
    font-size: 14px;
  }
  .event-ld .plp-section .category-title .filter-tit .title {
    font-size: 28px;
  }
  .event-ld .plp-section .category-title .sub-title-wrap {
    margin: 17px 0 28px 0;
  }
  .event-ld .plp-section .category-title .sub-title-wrap .sub-title {
    font-size: 14px;
  }
  .event-ld .plp-section .xScroll {
    width: calc(100vw - 74px);
    overflow-x: auto;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 30px;
  }
  .event-ld .plp-section .xScroll .plp-2-depth {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: max-content;
    margin: 0 auto;
  }
  .event-ld .plp-section .xScroll .plp-2-depth button {
    font-size: 13px;
    padding: 10px 17px;
  }
  .event-ld .plp-section .plp-container-wrap .btn-area {
    margin-bottom: 32px;
  }
  .event-ld .plp-section .plp-container-wrap .plp-container {
    padding-left: 15px;
    padding-right: 15px;
  }
  .event-ld .plp-section .plp-container-wrap .plp-container .product-tile-details .price span {
    font-size: 14px;
  }
  .event-ld .plp-section .plp-container-wrap .plp-container .product-tile-details .price span.retail {
    display: block;
    margin-bottom: 10px;
  }
  .event-ld .plp-section .plp-container-wrap .plp-container .product-tile-details .name {
    margin-top: 19px;
    margin-bottom: 15px;
  }
  .event-ld .plp-section .plp-container-wrap .plp-container .product-tile-details .name .text-link {
    font-size: 14px;
  }
  .event-ld .plp-section .filter-pc {
    display: none;
  }
  .event-ld .plp-section .filter-mobile {
    position: relative;
    width: calc(50% - 6px);
    margin-right: 6px;
    height: 39px;
    min-height: 39px;
    background: transparent;
    border-right: 0;
    padding: 0 40px 0 11px;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    text-align: left;
  }
  .event-ld .plp-section .filter-mobile .toggle-text {
    color: #ffffff;
    font-size: 14px;
  }
  .event-ld .plp-section .filter-mobile .icon {
    width: 25px;
    height: 22px;
    stroke: #000000;
    position: absolute;
    right: 0;
  }
  .event-ld .search-none {
    margin-bottom: 60px;
  }
  .eventMain-btn {
    text-align: center;
  }
  .eventMain-btn button {
    padding: 13px 47px;
    margin-bottom: 100px;
    font-size: 14px;
  }
  .plp-actions {
    padding: 18px 0;
  }
  .plp-actions .mo-filter-title {
    display: block;
    text-align: center;
    margin-bottom: 20px;
  }
  .plp-actions .mo-filter-title div:nth-child(1) {
    font-size: 28px;
    font-weight: 600;
  }
  .plp-actions .mo-filter-title div:nth-child(2) {
    font-size: 14px;
    font-weight: 600;
  }
  .plp-actions > .container {
    margin-right: 10px;
    margin-left: 10px;
    -webkit-transition: margin 213ms cubic-bezier(0.4, 0.9, 0.3, 1), border 213ms cubic-bezier(0.4, 0.9, 0.3, 1);
    transition: margin 213ms cubic-bezier(0.4, 0.9, 0.3, 1), border 213ms cubic-bezier(0.4, 0.9, 0.3, 1);
  }
  .plp-actions > .container .category-title {
    display: none;
  }
  .plp-actions.fixit-active {
    position: relative;
  }
  .plp-actions.fixit-active > .container {
    position: fixed;
    top: 50px;
    right: 0;
    left: 0;
    margin-right: 0;
    margin-left: 0;
    border-top: none;
    border-left: 0;
    border-right: 0;
  }
  .plp-actions .filter-pc {
    display: none;
  }
  .plp-actions .filter-mobile {
    position: relative;
    width: calc(50% - 6px);
    margin-right: 6px;
    height: 39px;
    min-height: 39px;
    background: #000000;
    border-right: 0;
    padding: 0 40px 0 11px;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    text-align: left;
  }
  .plp-actions .filter-mobile .toggle-text {
    color: #ffffff;
    font-size: 14px;
  }
  .plp-actions .filter-mobile .icon {
    width: 13px;
    height: 13px;
    stroke: #ffffff;
    position: absolute;
    right: 15px;
  }
  .plp-actions .sort-select-wrap {
    width: calc(50% - 6px);
    margin-left: 6px;
  }
  .plp-actions .sort-select {
    width: 100%;
    position: relative;
  }
  .plp-actions .sort-select .input-select-inline {
    width: 100%;
    height: 39px;
    background: #000000;
    color: #ffffff;
    font-size: 14px;
    border: 0;
  }
  .plp-actions .sort-select:before {
    position: absolute;
    top: 50%;
    right: 15px;
    content: "";
    display: inline-block;
    width: 8px;
    height: 8px;
    margin-top: -6px;
    border-right: 2px solid #fff;
    border-top: 2px solid #fff;
    transform: rotate(135deg);
    pointer-events: none;
  }
  .plp-actions .result-count {
    margin-right: 14px;
    color: #9b9b9b;
  }
  .plp-actions .action-btn-area {
    width: 100%;
  }
  .plp-container {
    padding-left: 12px;
    padding-right: 12px;
  }
  .plp-refinements-container {
    position: fixed;
    z-index: 1060;
    top: 0;
    left: 0;
    width: 270px;
    height: 100%;
    background-color: #ffffff;
    color: #000000;
    -webkit-transform: translateX(-100vh);
    transform: translateX(-100vh);
    -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;
    overflow: auto;
  }
  .plp-refinements-container .refinements-header {
    position: relative;
  }
  .plp-refinements-container .refinements-header .title {
    padding: 14px 10px;
    font-size: 20px;
    line-height: 31px;
    color: #2b2b2b;
    font-family: "fannDoren", "Noto Sans KR", "맑은 고딕", Dotum;
    border-bottom: 1px solid #979797;
    font-weight: bold;
  }
  .plp-refinements-container .refinements-header .f-btn-reset {
    position: absolute;
    right: 10px;
    top: 25px;
  }
  .plp-refinements-container .refinements-header .f-btn-reset i {
    font-size: 15px;
    color: #c9192e;
    vertical-align: -2px;
  }
  .plp-refinements-container .refinements-header .f-btn-reset span {
    color: #79aecf;
  }
  .plp-refinements-container .refinements {
    border-top: 1px solid #eeeeee;
    padding: 0 10px;
    background: #ffffff;
  }
  .plp-refinements-container .refinement > .toggle-label {
    padding: 14px 10px !important;
    font-size: 20px;
    line-height: 31px;
    color: #2b2b2b;
    font-family: "fannDoren", "Noto Sans KR", "맑은 고딕", Dotum;
    border-bottom: 1px solid #979797;
    font-weight: bold;
  }
  .plp-refinements-container .toggle-box .toggle-label {
    padding: 0 10px;
  }
  .plp-refinements-container .toggle-box .toggle-label .icon-more-down {
    display: none;
  }
  .plp-refinements-container .toggle-box .toggle-label .icon-more-up {
    display: block;
  }
  .plp-refinements-container .toggle-box .toggle-label:after {
    background-image: none;
  }
  .plp-refinements-container .toggle-box .toggle-label.active .icon-more-down {
    display: block;
  }
  .plp-refinements-container .toggle-box .toggle-label.active .icon-more-up {
    display: none;
  }
  .plp-refinements-container .toggle-box .toggle-label .icon {
    width: 13px;
    height: 13px;
    stroke: #000000;
    position: absolute;
    right: 10px;
  }
  .plp-refinements-container .refinements-list .item {
    padding: 4px 10px 4px 0;
  }
  .plp-refinements-container .refinements-list .item:hover .refinement-link {
    color: #000000;
  }
  .plp-refinements-container .refinement-link {
    display: inline-block;
    padding: 0 0 0 22px;
    font-size: 12px;
    line-height: 12px;
  }
  .plp-refinements-container .refinement-link:not(.set-checked) {
    color: #9b9b9b;
  }
  .plp-refinements-container .refinement-link:before {
    content: "";
    position: absolute;
    top: -1px;
    left: 0;
    width: 16px;
    height: 16px;
    border: 1px solid #a5a5a5;
  }
  .plp-refinements-container .swatches-wrapper {
    padding: 6px 0 8px;
  }
  .plp-refinements-container .swatches-wrapper.colorfamily {
    padding-top: 3px;
  }
  .plp-refinements-container .swatch-color.selected:after {
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .plp-refinements-container .more-container {
    height: 113px;
  }
  .plp-content {
    padding-bottom: 60px;
    opacity: 1;
  }
  .product-tile-details {
    margin-top: 10px;
    font-size: 12px;
  }
  .product-tile-details .product-badges {
    display: block;
  }
  .product-tile-details .price span:not(:last-child) {
    margin-right: 0;
    margin-bottom: 5px;
  }
  .plp-grid-item {
    margin-bottom: 25px;
  }
  .search-notfound {
    padding-left: 16px;
    padding-right: 16px;
  }
  .search-notfound .search-notfount-content {
    padding-top: 50px;
    padding-bottom: 50px;
    max-width: 100%;
  }
  .search-notfound .result-message .search-key {
    font-size: 36px;
  }
  .search-notfound .result-message .text {
    font-size: 16px;
  }
  .search-notfound .help-message {
    margin-top: 30px;
    padding: 16px;
  }
  .search-notfound .help-message .text {
    margin: 0 auto;
    max-width: 170px;
    font-size: 12px;
    line-height: 16px;
  }
  .search-notfound .help-message .popular-keyword {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 260px;
    font-size: 15px;
    line-height: 19px;
  }
  .search-notfound .help-message .popular-keyword dt {
    margin-bottom: 6px;
  }
  .search-notfound .other-message {
    margin-top: 30px;
  }
  .search-notfound .other-message .text {
    font-size: 12px;
    line-height: 16px;
  }
  .search-notfound .other-message .button {
    margin-top: 22px;
    padding: 13px 16px;
    width: 100%;
    height: 45px;
  }
  .section_store.store_dialog {
    padding: 0;
  }
  .section_store.store_dialog .inner_dialog {
    max-width: inherit;
    height: 100%;
  }
  .section_store.store_dialog .inner_storelist {
    max-height: calc(100vh - 129px);
    max-height: calc(100dvh - 129px);
  }
}

/* Reponsive 768px */
@media screen and (min-width: 768px) {
  .plp-header-wrap {
    padding-right: 20px;
    padding-left: 20px;
  }
  .slim-billboard .heading-title {
    margin-bottom: 0.5em;
    font-weight: 900;
  }
  .slim-billboard .billboard-link {
    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:hover:not([disabled]):not(.disabled) {
    opacity: 0.65;
  }
  .plp-section .filter-pc {
    position: relative;
    width: 120px;
    overflow: hidden;
    padding: 18px 0;
    -webkit-flex-basis: 120px;
    -ms-flex-preferred-size: 120px;
    flex-basis: 120px;
    -webkit-transition: width 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: width 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: flex-basis 426ms cubic-bezier(0.4, 0.9, 0.3, 1), width 426ms cubic-bezier(0.4, 0.9, 0.3, 1);
    transition: flex-basis 426ms cubic-bezier(0.4, 0.9, 0.3, 1), width 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-section .filter-pc .icon {
    margin-left: auto;
    margin-right: 10px;
    width: 10px;
    stroke: #000000;
  }
  .plp-section .filter-pc .toggle-text {
    position: absolute;
    top: 0;
    left: 24px;
    bottom: 0;
    margin: auto;
    height: 14px;
    color: #2b2b2b;
    font-size: 13px;
    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);
  }
  .plp-section .filter-pc:not(.active) {
    width: 120px;
    -webkit-flex-basis: 120px;
    -ms-flex-preferred-size: 120px;
    flex-basis: 120px;
  }
  .plp-section .filter-mobile {
    display: none;
  }
  .plp-actions .container {
    padding-left: 20px;
    padding-right: 20px;
  }
  .plp-actions .align-view-btn {
    width: 94px;
    height: 50px;
    background: transparent;
  }
  .plp-actions .align-view-btn .icon-list-three-align {
    margin-left: 9px;
    margin-right: 12px;
  }
  .plp-actions .align-view-btn .icon-list-three-align .icon {
    width: 33px;
    height: 34px;
    color: #d8d8d8;
  }
  .plp-actions .align-view-btn .icon-list-three-align.active .icon {
    color: #000000;
  }
  .plp-actions .align-view-btn .icon-list-four-align .icon {
    width: 34px;
    height: 34px;
    color: #d8d8d8;
  }
  .plp-actions .align-view-btn .icon-list-four-align.active .icon {
    color: #000000;
  }
  .plp-actions .filter-pc {
    width: 120px;
    overflow: hidden;
    padding: 18px 0;
    -webkit-flex-basis: 120px;
    -ms-flex-preferred-size: 120px;
    flex-basis: 120px;
    -webkit-transition: width 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: width 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: flex-basis 426ms cubic-bezier(0.4, 0.9, 0.3, 1), width 426ms cubic-bezier(0.4, 0.9, 0.3, 1);
    transition: flex-basis 426ms cubic-bezier(0.4, 0.9, 0.3, 1), width 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-actions .filter-pc .icon {
    margin-left: auto;
    margin-right: 10px;
    width: 10px;
    stroke: #000000;
  }
  .plp-actions .filter-pc .toggle-text {
    position: absolute;
    top: 0;
    left: 24px;
    bottom: 0;
    margin: auto;
    height: 14px;
    color: #2b2b2b;
    font-size: 13px;
    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);
  }
  .plp-actions .filter-pc:not(.active) {
    width: 120px;
    -webkit-flex-basis: 120px;
    -ms-flex-preferred-size: 120px;
    flex-basis: 120px;
  }
  .plp-actions .filter-mobile {
    display: none;
  }
  .plp-actions .category-title {
    width: 320px;
    padding: 0 10px;
  }
  .plp-actions .category-title .title {
    font-size: 30px;
    line-height: 33px;
    font-weight: 600;
  }
  .plp-actions .category-title .num {
    display: block;
    margin-top: 8px;
    font-size: 15px;
  }
  .plp-actions .action-btn-area {
    height: 110px;
  }
  .plp-actions .result-count {
    font-size: 27px;
    line-height: 34px;
  }
  .plp-actions .sort-select-wrap {
    width: 120px;
    display: flex;
    justify-content: flex-end;
  }
  .plp-actions .sort-select {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100px;
    -webkit-flex-basis: 100px;
    -ms-flex-preferred-size: 100px;
    flex-basis: 100px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
  }
  .plp-actions .sort-select:before {
    position: absolute;
    top: 50%;
    right: 15px;
    content: "";
    display: inline-block;
    width: 8px;
    height: 8px;
    margin-top: -6px;
    border-right: 2px solid #000;
    border-top: 2px solid #000;
    transform: rotate(135deg);
    pointer-events: none;
  }
  .plp-actions .sort-select > select {
    display: block;
    padding: 0 16px 0 10px;
    width: 100px;
    height: 36px;
    border: 0;
    background: transparent;
    font-size: 13px;
    color: #2b2b2b;
  }
  .plp-refinements-container {
    position: relative;
    padding-bottom: 20px;
    margin-right: 20px;
  }
  .plp-refinements-container:not(.active) {
    width: 320px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 320px;
    -ms-flex: 0 0 320px;
    flex: 0 0 320px;
    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 {
    margin-right: 0;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 0;
    -ms-flex: 0 0 0px;
    flex: 0 0 0;
    width: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 426ms cubic-bezier(0.4, 0.9, 0.3, 1) 213ms, 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 426ms cubic-bezier(0.4, 0.9, 0.3, 1) 213ms, 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 426ms cubic-bezier(0.4, 0.9, 0.3, 1) 213ms, 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 426ms cubic-bezier(0.4, 0.9, 0.3, 1) 213ms, 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);
  }
  .plp-refinements-container .refinements-header {
    position: relative;
  }
  .plp-refinements-container .refinements-header .title {
    padding: 14px 10px;
    font-size: 20px;
    line-height: 31px;
    color: #2b2b2b;
    font-family: "fannDoren", "Noto Sans KR", "맑은 고딕", Dotum;
    border-bottom: 1px dotted #979797;
    font-weight: bold;
  }
  .plp-refinements-container .refinements-header .f-btn-reset {
    position: absolute;
    right: 10px;
    top: 25px;
  }
  .plp-refinements-container .refinements-header .f-btn-reset i {
    font-size: 15px;
    color: #c9192e;
    vertical-align: -2px;
  }
  .plp-refinements-container .refinements-header .f-btn-reset span {
    color: #79aecf;
  }
  .plp-refinements-container .refinements {
    width: 320px;
    border-top: 1px solid #eeeeee;
    padding: 0 10px;
    background: #ffffff;
  }
  .plp-refinements-container .refinements.fixed-top {
    position: fixed;
    top: 0;
  }
  .plp-refinements-container .refinements.fixed-bottom {
    position: fixed;
    bottom: 0;
  }
  .plp-refinements-container .refinements.near-footer {
    position: absolute;
    bottom: 0;
    top: 0;
    height: 100%;
    overflow-y: scroll;
  }
  .plp-refinements-container .refinements.refinements.fixed-bottom-end {
    position: absolute;
    bottom: 0;
    top: auto;
  }
  .plp-refinements-container .refinements.stuck {
    position: absolute;
    z-index: 5;
  }
  .plp-refinements-container .refinement > .toggle-label {
    padding: 14px 10px !important;
    font-size: 20px;
    line-height: 31px;
    color: #2b2b2b;
    font-family: "fannDoren", "Noto Sans KR", "맑은 고딕", Dotum;
    border-bottom: 1px dotted #979797;
    font-weight: bold;
  }
  .plp-refinements-container .toggle-box .toggle-label {
    padding: 0 10px;
  }
  .plp-refinements-container .toggle-box .toggle-label .icon-more-down {
    display: none;
  }
  .plp-refinements-container .toggle-box .toggle-label .icon-more-up {
    display: block;
  }
  .plp-refinements-container .toggle-box .toggle-label:after {
    background-image: none;
  }
  .plp-refinements-container .toggle-box .toggle-label.active .icon-more-down {
    display: block;
  }
  .plp-refinements-container .toggle-box .toggle-label.active .icon-more-up {
    display: none;
  }
  .plp-refinements-container .toggle-box .toggle-label .icon {
    width: 13px;
    height: 13px;
    stroke: #000000;
    position: absolute;
    right: 10px;
  }
  .plp-refinements-container .toggle-box:last-child > .toggle-content.active {
    padding-bottom: 27px;
  }
  .plp-refinements-container .refinements-list .item {
    padding: 4px 10px 4px 0;
  }
  .plp-refinements-container .refinements-list .item:hover .refinement-link {
    color: #000000;
  }
  .plp-refinements-container .refinement-link {
    display: inline-block;
    padding: 0 0 0 22px;
    font-size: 12px;
    line-height: 12px;
  }
  .plp-refinements-container .refinement-link:not(.set-checked) {
    color: #9b9b9b;
  }
  .plp-refinements-container .refinement-link:before {
    content: "";
    position: absolute;
    top: -1px;
    left: 0;
    width: 16px;
    height: 16px;
    border: 1px solid #a5a5a5;
  }
  .plp-refinements-container .swatches-wrapper {
    padding: 6px 0 8px;
  }
  .plp-refinements-container .swatches-wrapper.colorfamily {
    padding-top: 3px;
  }
  .plp-refinements-container .swatches-wrapper.colorfamily .swatch-color {
    touch-action: manipulation;
    /* 터치 최적화 */
    cursor: pointer;
  }
  .plp-refinements-container .swatches-wrapper.colorfamily .swatch-color:hover {
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .plp-refinements-container .swatches-wrapper.colorfamily .swatch-color.selected {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  .plp-refinements-container .swatches-wrapper.colorfamily .swatch-color.selected:after {
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .plp-refinements-container .swatches-wrapper.colorfamily .swatch-color.selected:hover {
    border: none;
  }
  .plp-content .product-tile-main:hover .product-img {
    opacity: 1;
  }
  .plp-content .product-tile-details {
    opacity: 1;
  }
  .search-notfound {
    padding-left: 20px;
    padding-right: 20px;
  }
  .search-notfound .search-notfount-content {
    padding-top: 66px;
    padding-bottom: 80px;
    max-width: 750px;
  }
  .search-notfound .result-message .search-key {
    font-size: 60px;
  }
  .search-notfound .result-message .text {
    font-size: 20px;
  }
  .search-notfound .help-message {
    margin-top: 40px;
    padding: 28px;
  }
  .search-notfound .help-message .text {
    font-size: 14px;
    line-height: 20px;
  }
  .search-notfound .help-message .popular-keyword {
    font-size: 16px;
    line-height: 20px;
  }
  .search-notfound .help-message .popular-keyword dt {
    margin-right: 16px;
  }
  .search-notfound .other-message {
    margin-top: 40px;
  }
  .search-notfound .other-message .text {
    font-size: 14px;
    line-height: 20px;
  }
  .search-notfound .other-message .button {
    margin-top: 24px;
    width: 180px;
  }
}

@media (max-width: 1360px) and (min-width: 768px) {
  .plp-content .product-badges {
    display: block;
    text-align: center;
  }
  .plp-content .product-badges .badge-text {
    display: block;
    padding-left: 0;
    line-height: 1.2;
    margin-bottom: 0;
  }
  .plp-content .img-product-badges .img-badge {
    line-height: 16px;
    margin-top: 3px;
  }
}

/* Reponsive 1024px */
@media screen and (max-width: 1024px) {
  .plp-content .product-badges .badge-text {
    font-size: 13px;
    line-height: 13px;
    display: block;
    text-align: center;
    padding-left: 0;
  }
  .plp-content .product-badges .badge-text:not(:first-child) {
    margin-top: 5px;
  }
  .align-view-btn {
    display: none;
  }
}

/* Reponsive 1440px */
@media screen and (min-width: 1440px) {
  .slim-billboard .tile-overlay .heading-title {
    font-size: 40px;
  }
  .slim-billboard .tile-overlay .billboard-link {
    padding: 15px 25px;
    min-width: 180px;
    font-size: 14px;
  }
}

.swatch-color {
  display: inline-block;
  position: relative;
  width: 36px;
  height: 36px;
  background-size: 36px 36px;
  background-position: 50%;
  overflow: hidden;
  cursor: pointer;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 36px;
  -ms-flex: 0 0 36px;
  flex: 0 0 36px;
  -webkit-transition: -webkit-transform 213ms ease-in-out;
  transition: -webkit-transform 213ms ease-in-out;
  transition: transform 213ms ease-in-out;
  transition: transform 213ms ease-in-out, -webkit-transform 213ms ease-in-out;
  touch-action: manipulation;
  /* 터치 최적화 */
}

.swatch-color:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  border: 1px solid rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: inset 0 0 #ffffff;
  box-shadow: inset 0 0 #ffffff;
  -webkit-transition: -webkit-box-shadow 213ms ease-in-out;
  transition: -webkit-box-shadow 213ms ease-in-out;
  transition: box-shadow 213ms ease-in-out;
  transition: box-shadow 213ms ease-in-out, -webkit-box-shadow 213ms ease-in-out;
}

.swatch-color.selected:after {
  -webkit-box-shadow: inset 0 0 0 2px #ffffff, inset 0 0 0 3px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 0 0 2px #ffffff, inset 0 0 0 3px rgba(0, 0, 0, 0.1);
}

.swatch-color.unselectable {
  opacity: 0.35;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.swatch-color-solid-border {
  border: 1px solid #eeeeee;
}

.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:not(.swatch-color) {
  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: relative;
  padding: 6px 10px 8px;
  font-size: 12px;
  line-height: 12px;
  text-align: center;
  color: #9b9b9b;
  border: 0.5px solid #979797;
  margin-right: 8px;
  margin-bottom: 8px;
  -webkit-transition: color 213ms ease-in-out;
  transition: color 213ms ease-in-out;
  cursor: pointer;
}

.swatch:not(.swatch-color).selected {
  color: #000000;
  color: #fff;
  background-color: #222;
}

.swatch:not(.swatch-color):hover {
  color: #000000;
  color: #fff;
  background-color: #222;
}

.swatch:not(.swatch-color).unselectable {
  color: #ebebeb;
  background-color: #f4f4f4;
}

.swatch-amount {
  position: relative;
  max-width: 20%;
  border: none;
  border-right: 1px solid #eeeeee;
}

.swatch-amount:before {
  content: "";
  display: block;
  padding-bottom: 100%;
  width: 100%;
}

.swatch-amount:last-child {
  border-right: 1px solid #eeeeee;
}

.swatch-amount:nth-child(5n) {
  border-right: none;
}

.swatch-amount:nth-child(5n + 5) {
  border: none;
}

.swatch-amount:first-child:after {
  content: "";
  z-index: 1;
  position: absolute;
  top: -1px;
  left: 0;
  width: 600%;
  border-top: 1px solid #eeeeee;
  pointer-events: none;
}

.swatch-amount:nth-child(5n + 6):after {
  content: "";
  z-index: 1;
  position: absolute;
  top: -1px;
  left: 0;
  width: 600%;
  border-top: 1px solid #eeeeee;
  pointer-events: none;
}

.swatch-size {
  position: relative;
  width: 80px;
  height: 36px;
  border: none;
  border: 1px solid #eeeeee;
}

.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-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-size {
  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;
}

/* Reponsive 767px */
@media screen and (max-width: 767px) {
  .colorfamily .more-container {
    height: 174px;
  }
  .swatch-color {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 30px;
    -ms-flex: 0 0 30px;
    flex: 0 0 30px;
    width: 30px;
    height: 30px;
    background-size: 30px 30px;
    touch-action: manipulation;
    /* 터치 최적화 */
    cursor: pointer;
  }
  .swatch-size {
    width: 70px;
    height: 32px;
    margin-right: 6px !important;
    margin-bottom: 6px !important;
  }
}

/* Reponsive 768px */
@media screen and (min-width: 768px) {
  .swatch-color {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 36px;
    -ms-flex: 0 0 36px;
    flex: 0 0 36px;
    width: 36px;
    height: 36px;
    background-size: 36px 36px;
    touch-action: manipulation;
    /* 터치 최적화 */
    cursor: pointer;
  }
  .swatch-color.selected {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
}

/************************************************************************************************/
/*  필터 css
/************************************************************************************************/
.accordion-wrapper {
  overflow: hidden;
  height: 0;
  position: relative;
}

/*  필터 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;
}

.f-title-box .f-btn-reset {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  font-size: 12px;
}

.f-btn-reset .ico_refresh {
  display: flex;
  width: 1rem;
  transform: translateY(-3px);
}

.f-btn-search {
  padding: 15px 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #2b2b2b;
  color: #fff;
  font-weight: bold;
  font-size: 1.25rem;
}

/*  필터 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 #dedfda;
}

.f-cagetory-sect.borderline-top {
  padding-top: 15px;
  border-top: 1px solid #dedfda;
}

.f-cagetory-sect > p + ul {
  padding-left: 16px;
}

.f-cagetory-sect > p + ul .f-item > a {
  color: #2b2b2b;
}

.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: #c9192e;
}

.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: #c9192e;
}

.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: #2b2b2b;
  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 #d1d1d1;
  /* uikit .uk-accordion-content override */
}

.f-refine-sect.borderline-top {
  padding-top: 15px;
  border-top: 1px solid #d1d1d1;
}

.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-container {
  overflow: hidden;
  height: 193px;
}

.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;
}

/* 레인지 커스텀 */
/* 1000원 차이 날시 레인지 핸들러 간격 더 넓게 서로 붙지 않도록 */
.slider-range-gapbox.narrow-range .range-handler.min {
  margin-right: 3px;
}

.slider-range-gapbox.narrow-range .range-handler.max {
  margin-left: 0;
}

/* 필터 타입 체크박스 & 라디오 */
.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 {
  width: 100%;
  margin-left: 0;
  padding: 0 0 0 0;
}

.f-style-square:after {
  content: "";
  clear: both;
  display: block;
}

.f-style-square .f-item {
  float: left;
  margin-left: 0;
  padding: 0;
}

.f-style-square .f-item a,
.f-style-square .f-item label {
  position: relative;
  display: block;
  min-width: 67px;
  height: 48px;
  padding: 0;
  box-sizing: border-box;
  text-align: center;
  color: #383838;
  line-height: 48px;
  vertical-align: middle;
}

.f-style-square .f-item a:hover,
.f-style-square .f-item label:hover {
  border-color: #c9192e;
  color: #c9192e;
}

.f-style-square .f-item a:hover:after,
.f-style-square .f-item label:hover:after {
  border-color: #c9192e;
  z-index: 100;
}

.f-style-square .f-item a:after,
.f-style-square .f-item label:after {
  border: 1px solid #e5e5e5;
  position: absolute;
  top: 0;
  right: -1px;
  left: 0;
  bottom: -1px;
}

.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 {
  border-width: 2px;
  color: #c9192e;
}

.f-style-square .active a:after,
.f-style-square .active label:after,
.f-style-square .checked a:after,
.f-style-square .checked label:after {
  border: 2px solid #c9192e;
  z-index: 100;
}

.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 #dedfda;
}

.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 {
  display: none;
  visibility: hidden;
}

.filter-tagbox ul {
  padding: 15px 0;
}

.filter-tagbox .tag-item {
  font-size: 12px;
}

.filter-tagbox .tag-item a {
  display: block;
  padding: 6px 8px 6px;
  color: #999;
}

.filter-tagbox .tag-item i {
  padding-right: 4px;
  font-size: 9px;
  color: #9b9b9b;
}

.filter-tagbox .f-btn-reset {
  font-size: 12px;
}

.filter-tagbox .f-btn-reset i {
  font-size: 15px;
  color: #c9192e;
  vertical-align: -2px;
}

.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 #dedfda;
  border-bottom: 1px solid #dedfda;
  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: #c9192e;
  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: #c9192e;
}

.section-filter .filter .item.active > a {
  color: #ffffff;
}

.section-filter .filter .item.btn-type {
  width: 45px;
  text-align: center;
  border: 1px solid #929292;
  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 #dedfda;
  border-bottom: 1px solid #dedfda;
  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: #c9192e;
  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 #dedfda;
  border-bottom: 1px solid #dedfda;
  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: #c9192e;
  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 #dedfda;
  border-bottom: 1px solid #dedfda;
  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: #c9192e;
  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 #dedfda;
  border-bottom: 1px solid #dedfda;
  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: #c9192e;
  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: #2b2b2b;
  }
  .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;
    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 #dedfda;
    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 #dedfda;
    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 */
.opacity-up {
  -webkit-transition: opacity 213ms ease-out;
  transition: opacity 213ms ease-out;
}

.pt_product {
  background: #f1f2ed;
  overflow: hidden;
}

.pt_product .product-slider-wrap {
  margin-bottom: 40px;
}

.pt_product .product-slider-wrap .content-title h2 {
  font-size: 24px;
}

.pt_product .featured-slide .product-slider-wrap {
  background-color: #fff;
  overflow: hidden;
  margin-bottom: 0;
  padding-bottom: 40px;
}

.pt_product .featured-slide .product-slider-wrap .product-slider {
  max-width: 1440px;
}

.pdp-main {
  margin-left: 0;
  margin-right: 0;
}

.latest-items {
  width: 100%;
  max-width: 100%;
  background: #ffffff;
}

.latest-items .contents-title.center {
  font-weight: bold;
}

/* pdp 메인 슬라이드 이미지 */
.img-detail_product {
  position: relative;
  text-align: center;
}

.img-detail_product .masker {
  overflow: hidden;
  max-height: 700px;
}

.img-detail_product .product-gallery .swipe-container {
  width: 100%;
}

.img-detail_product .product-gallery-slide {
  width: 100%;
}

.img-detail_product .bx-wrapper .bx-controls {
  display: none;
}

.product-gallery-wrap {
  position: relative;
}

.product-gallery-wrap .gallery-swipe .bx-wrapper img {
  width: 100%;
}

.product-gallery-wrap .product-thumb {
  width: 63px;
  font-size: 11px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 11;
}

.product-gallery-wrap .product-thumb .thumb-title {
  margin-bottom: 15px;
  font-size: 11px;
}

.product-gallery-wrap .product-thumb .thumb-list {
  border: 1px solid #979797;
  background: #fff;
}

.product-gallery-wrap .product-thumb .thumb-list:first-child {
  margin-top: 0;
}

.product-gallery-wrap .product-thumb .thumb-list img {
  display: block;
  width: 100%;
}

.product-gallery-wrap .product-thumb .thumb-list.active {
  border: 2px solid #c9192e;
}

.product-gallery-wrap .product-thumb > ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  border: 0;
}

.product-gallery-wrap.left .product-gallery {
  padding-left: 76px;
}

.product-gallery-wrap.left .product-thumb {
  overflow: hidden;
  bottom: 0;
}

.product-gallery-wrap.bottom .product-thumb {
  position: static;
  width: 100%;
  padding-top: 22px;
  overflow: hidden;
}

.product-gallery-wrap.bottom .product-thumb:after {
  content: "";
  display: block;
  clear: both;
}

.product-gallery-wrap.bottom .product-thumb .thumb-wrap {
  width: 1000%;
}

.product-gallery-wrap.bottom .product-thumb .thumb-list {
  float: left;
  overflow: hidden;
  position: relative;
  width: 110px;
  margin-left: 10px;
}

.product-gallery-wrap.bottom .product-thumb .thumb-list:before {
  content: '';
  display: block;
  padding-bottom: 100%;
  width: 100%;
}

.product-gallery-wrap.bottom .product-thumb .thumb-list a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  cursor: pointer;
}

.product-gallery-wrap.bottom .product-thumb .thumb-list:first-child {
  margin-left: 0;
}

.share-style {
  padding-left: 8px;
  padding-right: 8px;
  margin-top: 40px;
}

.share-style .section-title {
  margin-bottom: 15px;
  text-align: left;
  font-size: 16px;
}

.share-style .section-title span {
  font-weight: bold;
}

/* PDP 타이틀 정보 영역 */
.product-information {
  padding-left: 32px;
  padding-right: 0;
}

.product-information .product-summary {
  padding-bottom: 20px;
  border-bottom: 1px solid #9b9b9b;
}

.product-information .product-summary .product-name {
  margin: 0;
  font-weight: 600;
  font-size: 38px;
  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 {
  margin: 36px 0 0;
  font-size: 30px;
  line-height: 30px;
}

.product-information .product-summary .product-price .price-sale {
  font-size: 28px;
  color: #9b9b9b;
  text-decoration: line-through;
}

.product-information .product-summary .product-price span {
  margin-right: .5em;
}

.product-information .product-summary .product-price .disc-num {
  font-weight: 600;
  color: #d0191e;
}

.product-information .product-summary .product-price .retail {
  color: #9b9b9b;
  text-decoration: line-through;
}

.product-information .product-summary .product-price .rate {
  font-weight: 400;
  color: #ca1d31;
}

.product-information .product-summary .product-price .promo {
  font-size: 14px;
  letter-spacing: -.025em;
  color: #00c3d7;
}

.product-information .product-summary .product-link {
  color: #79aecf;
}

.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;
  margin-top: 36px;
  font-size: 16px;
  line-height: 1;
}

.product-information .product-summary .product-review .reviews-stars-link {
  display: inline-block;
}

.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-average {
  margin-left: 10px;
  font-size: 14px;
  color: #9b9b9b;
}

.product-information .product-summary .product-review .review_go.use-scroll {
  cursor: pointer;
}

.product-information .product-summary .product-review .review_go .like {
  display: inline-block;
  position: relative;
  font-size: 12px;
}

.product-information .product-summary .product-review .review_go .review-num {
  font-size: 13px;
  color: #79aecf;
  margin-left: .5rem;
}

.product-information .product-summary .product-review .upc-code {
  font-size: 14px;
  letter-spacing: 0.67px;
  color: #9b9b9b;
}

.product-information .product-summary .product-review .product-unique {
  position: absolute;
  right: 0;
  top: 0;
}

.product-information .product-summary .product-review .product-unique span {
  display: inline-block;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0.67px;
  color: #9b9b9b;
}

.product-information .pdp-info {
  padding-bottom: 40px;
}

.product-information .product-variations h2.tit {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 9px;
}

.product-information .product-variations h2.tit .msg {
  margin-left: 10px;
  color: #c9192e;
}

.product-information .product-variations .size-guide {
  margin-left: 15px;
}

.product-information .product-variations .size-guide a {
  color: #79aecf;
  font-size: 13px;
  text-decoration: none;
  margin-top: 2px;
}

.product-information .thefit-wrap {
  padding: 20px 0 0;
}

.product-information .thefit-wrap .size-guide .anchor {
  display: block;
  font-size: 16px;
  line-height: 26px;
  color: #79aecf;
  text-decoration: none;
}

.product-information .thefit-wrap .size-guide .anchor:hover {
  color: #c9192e;
}

.product-information .quantity {
  padding: 20px 0;
}

.product-information .quantity .btn-qty {
  display: block;
  padding-top: 9px;
}

.product-information .draw-pdp-info .product-entry-info {
  font-size: 14px;
  line-height: 24px;
  letter-spacing: -.025em;
  word-break: keep-all;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

.product-information .draw-pdp-info .product-entry-info .row {
  height: 56px;
  border-bottom: 1px solid #9b9b9b;
  font-size: 16px;
}

.product-information .draw-pdp-info .product-entry-info .row .col-label {
  -webkit-flex-basis: 70px;
  -ms-flex-preferred-size: 70px;
  flex-basis: 70px;
  max-width: 70px;
}

.product-information .draw-pdp-info .product-entry-info .row .value {
  font-weight: bold;
}

.product-information .draw-pdp-info .product-entry-info .descr-text {
  margin-top: 16px;
}

.product-information .draw-pdp-info .product-draw-inputs {
  margin-top: 20px;
}

.product-information .draw-pdp-info .product-draw-inputs .field-row {
  border-bottom: 1px solid #eeeeee;
  font-size: 14px;
  line-height: 1;
}

.product-information .draw-pdp-info .product-draw-inputs .field-row .policy-title {
  margin: 0;
  word-break: keep-all;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

.product-information .draw-pdp-info .product-draw-inputs .field-row .link {
  color: #9b9b9b;
}

.product-information .draw-pdp-info .product-draw-inputs .field-row .agree-selector {
  margin-top: 20px;
}

.product-information .draw-pdp-info .product-draw-inputs .field-row.agree {
  padding-top: 20px;
  padding-bottom: 20px;
}

.product-information .draw-pdp-info .product-draw-inputs .field-row.input {
  padding-bottom: 30px;
}

.product-information .draw-pdp-info .product-draw-inputs .i-radio input {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  visibility: hidden;
}

.product-information .draw-pdp-info .product-draw-inputs .i-radio input:checked + .icon::before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #000000;
}

.product-information .draw-pdp-info .product-draw-inputs .i-radio .icon {
  display: block;
  margin-right: 10px;
  padding: 3px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 1px solid #a5a5a5;
  background-color: #ffffff;
}

.product-information .draw-pdp-info .product-draw-inputs .i-radio .text {
  line-height: 16px;
  letter-spacing: -.025em;
  color: #383838;
}

.product-information .draw-pdp-info .product-draw-inputs .i-radio:not(:first-child) {
  margin-left: 20px;
}

.product-information .draw-pdp-info .product-draw-inputs .input-text {
  padding-left: 20px;
  width: 100%;
  height: 50px;
  line-height: 1.5;
  letter-spacing: -.025em;
  border: 1px solid #eeeeee;
  background-color: #ffffff;
}

.product-information .draw-pdp-info .product-draw-inputs .input-text::-webkit-input-placeholder {
  color: #383838;
}

.product-information .draw-pdp-info .product-draw-inputs .input-text:-moz-placeholder {
  color: #383838;
}

.product-information .draw-pdp-info .product-draw-inputs .input-text::-moz-placeholder {
  color: #383838;
}

.product-information .draw-pdp-info .product-draw-inputs .input-text:-ms-input-placeholder {
  color: #383838;
}

.product-information .draw-pdp-info .product-draw-inputs .input-text::placeholder {
  color: #383838;
}

.product-information .draw-pdp-info .product-draw-inputs .input-text::-webkit-outer-spin-button, .product-information .draw-pdp-info .product-draw-inputs .input-text::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.product-information .draw-pdp-info .product-draw-inputs .parsley-errors-list {
  padding: 0;
  margin: 0;
}

.product-information .draw-pdp-info .product-draw-inputs .print-message, .product-information .draw-pdp-info .product-draw-inputs .error-message, .product-information .draw-pdp-info .product-draw-inputs .parsley-required {
  margin: 0;
  padding-top: 8px;
  font-size: 12px;
  line-height: 1;
  letter-spacing: -.025em;
  color: #ca1d31;
  text-align: left;
}

.product-information .draw-pdp-info .product-draw-inputs .print-message:not(.active) {
  display: none;
}

.product-information .draw-pdp-info .product-draw-inputs .error-message {
  display: block;
}

.product-information .draw-pdp-info .product-draw-inputs .parsley-required {
  margin-bottom: 1.25em;
}

.rating-icon:not(:last-child) {
  margin-right: 5px;
}

.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;
}

.product-variations .variation-selector.selector-size {
  padding-right: 1px;
  padding-bottom: 1px;
}

.product-variations .variation-selector.selector-addon .input-select-inline {
  padding-left: 20px;
  width: 100%;
  font-size: 14px;
  color: #000000;
  border: 1px solid #979797;
  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 .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: 80px;
  width: 100%;
  background-color: #ffffff;
  margin-right: 10px;
  margin-bottom: 15px;
}

.product-variations .variation-selector .variation-color:before {
  content: '';
  display: block;
  padding-bottom: 100%;
  width: 100%;
}

.product-variations .variation-selector .variation-color:first-child {
  margin-left: 0;
}

.product-variations .variation-selector .variation-color.selected .variation-anchor {
  border: 3px solid #ca1d31;
}

.product-variations .variation-selector .variation-color.soldout .variation-anchor:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxsaW5lIHgyPSIxMDAlIiB5MT0iMTAwJSIgc3Ryb2tlPSIjQjhCOEI4Ii8+PC9zdmc+);
  background-color: #fff9;
}

.product-variations .variation-selector .variation-size {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin: 9px 8px 0 0;
  position: relative;
  width: 60px;
  height: 34px;
  border: 1px solid #979797;
  background-color: #ffffff;
}

.product-variations .variation-selector .variation-size:before {
  content: '';
  display: block;
  width: 100%;
}

.product-variations .variation-selector .variation-size.selected:after {
  background: #000000;
}

.product-variations .variation-selector .variation-size.checked {
  border: 2px solid #ca1d31;
}

.product-variations .variation-selector .variation-size input {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  visibility: hidden;
}

.product-variations .variation-selector .variation-size input:disabled + .variation-anchor {
  color: #a5a5a5;
  background-color: #eee;
  cursor: not-allowed;
}

.product-variations .variation-selector .variation-anchor {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  cursor: pointer;
}

.product-variations .thefit-wrap .thefitshoes-div {
  width: 100%;
  max-width: 64.32432%;
  height: 28px;
}

.product-variations .thefit-wrap .thefitshoes-div:empty {
  display: none;
}

.product-variations .thefit-wrap .size-guide {
  width: 100%;
}

.product-variations .enter-quantity .i-text {
  font-size: 14px;
  text-align: center;
  border: 1px solid #eeeeee;
  background-color: #ffffff;
}

.product-variations .enter-quantity .i-text::-webkit-outer-spin-button,
.product-variations .enter-quantity .i-text::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.product-variations .enter-quantity .btn {
  margin-left: -1px;
  font-size: 12px;
  border: 1px solid #eeeeee;
  background-color: #ffffff;
}

.product-variations .addon-state {
  position: relative;
  margin-top: 0;
  background-color: #ffffff;
  border: 1px solid #929292;
  border-top: none;
  padding: 20px 20px;
}

.product-variations .addon-state .addon-info {
  word-break: keep-all;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

.product-variations .addon-state .addon-info span {
  display: block;
}

.product-variations .addon-state .addon-quantity.fix {
  display: none;
}

.product-variations .addon-state .btn-addon-remove {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  padding: 10px;
}

.product-variations .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;
}

.product-variations-action {
  margin-top: 15px;
}

.product-variations-action .col:first-child:last-child {
  padding: 0;
}

.product-variations-action .col-action-wish {
  background-color: #ffffff;
}

.product-variations-action .btn-wish {
  display: block;
  position: relative;
  border: 1px solid #000;
}

.product-variations-action .customBtn {
  position: relative;
  margin-top: 10px;
  padding: 20px 35px 20px 25px;
}

.product-variations-action .customBtn::after {
  content: url("https://image.vans.co.kr/cmsstatic/icon-wht-chkr.svg");
  position: absolute;
  width: 18px;
  right: 70px;
  top: 20px;
}

.isAbleExchangeText {
  font-size: 12px;
  color: red;
  margin-bottom: 15px;
}

.product-custom-message {
  font-size: 12px;
  line-height: 1.2;
  border: 1px solid #eeeeee;
}

.product-etc-action {
  position: relative;
  display: inline-block;
  padding: 10px 0;
  padding-left: 10px;
  width: 120px;
}

.product-etc-action::before {
  content: '|';
  position: absolute;
  color: #9b9b9b;
  left: 0;
  top: 14px;
}

.product-etc-action .request-restock-link {
  font-size: 13px;
  line-height: 26px;
  color: #79aecf;
  text-decoration: none;
}

.product-etc-action .request-restock-link:hover {
  color: #c9192e;
}

.delivery-info-area {
  margin: 15px 0 30px;
}

.delivery-info-area .delivery-icon .icon {
  width: 30px;
  height: 28px;
}

.delivery-info-area .delivery-icon .delivery-txt {
  font-size: 16px;
  font-weight: 600;
  margin-left: 10px;
}

.delivery-info-area .delivery-links {
  margin-top: 6px;
}

.delivery-info-area .delivery-links .link {
  font-size: 14px;
  color: #79aecf;
}

.pdp-details-description {
  max-width: 1300px;
  margin: 63px auto 60px;
  width: 100%;
  background: #ffffff;
}

.product-promo-container {
  padding: 14px 40px 45px;
}

.product-promo-container .pdp-details-section {
  -webkit-transition: opacity .6s ease-out,visibility .6s ease-out;
  transition: opacity .6s ease-out,visibility .6s ease-out;
}

.product-promo-container .pdp-details-section:first-child .toggle-box.active .section-head {
  border-bottom: 1px solid #757575;
}

.product-promo-container .pdp-details-section:first-child .section-head {
  border-top: none;
}

.product-promo-container .pdp-details-section:last-child .section-head {
  border-bottom: 1px solid #757575;
}

.product-promo-container .pdp-details-section.pdp-more-info {
  position: relative;
}

.product-promo-container .pdp-details-section.pdp-more-info .pdp-details-toggle {
  bottom: 20px;
  display: inline-block;
  position: absolute;
  cursor: pointer;
  color: #9b9b9b;
}

.product-promo-container .pdp-details-section.pdp-more-info .pdp-details-toggle .more-text {
  display: inline-block;
}

.product-promo-container .pdp-details-section.pdp-more-info .pdp-details-content {
  overflow: hidden;
}

.product-promo-container .pdp-details-section.product-tags {
  padding-top: 0;
}

.product-promo-container .pdp-details-section.product-tags .inner {
  overflow: hidden;
}

.product-promo-container .pdp-details-section.product-tags .toggle-box .toggle-label .icon.icon-more-up {
  display: none;
}

.product-promo-container .pdp-details-section.product-tags .toggle-box .toggle-label .icon.icon-more-down {
  display: block;
}

.product-promo-container .pdp-details-section.product-tags .toggle-box .toggle-label:after {
  background: none;
}

.product-promo-container .pdp-details-section.product-tags .toggle-box .toggle-content {
  display: none;
}

.product-promo-container .pdp-details-section.product-tags .toggle-box.active .toggle-label .icon.icon-more-up {
  display: block;
}

.product-promo-container .pdp-details-section.product-tags .toggle-box.active .toggle-label .icon.icon-more-down {
  display: none;
}

.product-promo-container .pdp-details-section.product-tags .toggle-box.active .toggle-content {
  display: block;
}

.product-promo-container .pdp-details-section.product-tags .product-tags-head .title {
  margin: 0;
  font-weight: 700;
  color: inherit;
}

.product-promo-container .pdp-details-section.product-tags .product-tags-head .icon {
  cursor: pointer;
  position: absolute;
  right: 30px;
}

.product-promo-container .pdp-details-section.product-tags .product-tags-head .icon.minus {
  display: none;
}

.product-promo-container .pdp-details-section.product-tags .product-tags-head .icon.plus {
  display: block;
}

.product-promo-container .pdp-details-section.product-tags .product-tags-contents .tag-key {
  font-size: 14px;
  line-height: 16px;
  word-break: keep-all;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

.product-promo-container .pdp-details-section.product-tags .product-tags-contents .tag-value {
  font-size: 14px;
  line-height: 20px;
  color: #9b9b9b;
  word-break: keep-all;
  word-break: keep-all;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

.product-promo-container .pdp-details-section.product-tags .product-tags-contents .row {
  margin: 0;
  padding: 0;
}

.product-promo-container .pdp-details-section.product-tags .product-tags-contents .row::before {
  display: none;
}

.product-promo-container .pdp-details-section.product-tags .product-tags-contents .row::after {
  display: none;
}

.product-promo-container .pdp-details-section.product-tags .product-tags-contents .delivery-text {
  padding: 60px 0;
}

.product-promo-container .pdp-details-section.product-tags.active .product-tags-head .icon.minus {
  display: block;
}

.product-promo-container .pdp-details-section.product-tags.active .product-tags-head .icon.plus {
  display: none;
}

.product-promo-container .pdp-details-section.product-tags.active .product-tags-head .icon.icon-more-up {
  display: block;
}

.product-promo-container .pdp-details-section.product-tags.active .product-tags-head .icon.icon-more-down {
  display: none;
}

.product-promo-container .pdp-details-section.draw-progress-guide {
  padding: 30px 10px 10px;
  border-top-color: #eeeeee;
}

.product-promo-container .pdp-details-section.draw-progress-guide .guide-head {
  margin-bottom: 20px;
}

.product-promo-container .pdp-details-section.draw-progress-guide .guide-head .title {
  font-weight: 800;
  line-height: 1;
  letter-spacing: -.025em;
  color: #000000;
}

.product-promo-container .pdp-details-section.draw-progress-guide .guide-head .normal-guide li {
  letter-spacing: -.025em;
}

.product-promo-container .pdp-details-section.draw-progress-guide .guide-progress {
  border: 1px solid #eeeeee;
}

.product-promo-container .pdp-details-section.draw-progress-guide .guide-progress .step-item .step-icon {
  margin-right: 20px;
}

.product-promo-container .pdp-details-section.draw-progress-guide .guide-progress .step-item .step-icon .icon {
  color: #ffffff;
  border-radius: 50%;
  background-color: #353535;
}

.product-promo-container .pdp-details-section.draw-progress-guide .guide-progress .step-item .step-content {
  letter-spacing: -.025em;
}

.product-promo-container .pdp-details-section.draw-progress-guide .guide-progress .step-item .step-content .step-title {
  font-weight: 600;
  color: inherit;
}

.product-promo-container .pdp-details-section.draw-progress-guide .guide-progress .step-item .step-content .descr-text {
  margin: 0 0 5px;
}

.product-promo-container .pdp-details-section.draw-progress-guide .guide-progress .step-item .step-content .descr-list {
  margin: 0 0 5px;
  padding-left: 16px;
}

.product-promo-container .pdp-details-section.draw-progress-guide .guide-progress .step-item .step-content .descr-list li {
  padding: 2px 0;
  letter-spacing: -.025em;
}

.product-promo-container .pdp-details-section.draw-progress-guide .guide-progress .step-item .step-content .button {
  padding-top: 7px;
  padding-bottom: 7px;
  font-size: 13px;
}

.product-promo-container .pdp-details-section.draw-progress-guide .guide-progress .step-item:not(:first-child) {
  border-top: 1px solid #eeeeee;
}

.product-promo-container .pdp-details-section.draw-progress-guide .readme .title {
  font-weight: 600;
  line-height: 1;
  letter-spacing: -.025em;
  color: inherit;
}

.product-promo-container .pdp-details-section.draw-progress-guide .readme .list li {
  letter-spacing: -.025em;
  word-break: keep-all;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

.product-promo-container .pdp-details-section.draw-progress-guide .readme .list li::before {
  content: '-';
  display: inline-block;
}

.product-promo-container .pdp-details-section .section-head {
  position: relative;
  border-top: 1px solid #757575;
  height: 66px;
}

.product-promo-container .pdp-details-section .section-head.active {
  border-bottom: 1px solid #757575;
}

.product-promo-container .pdp-details-section .section-head .section-title {
  margin: 0;
  font-size: 20px;
  line-height: 26px;
  font-weight: bold;
}

.product-promo-container .pdp-details-section .section-head .section-title span {
  display: inline-block;
  font-size: 14px;
  line-height: 1.2;
  font-weight: normal;
  color: #757575;
  margin-left: 25px;
  vertical-align: middle;
}

.product-promo-container .pdp-details-section .section-head .icon {
  width: 13px;
  height: 13px;
  stroke: #000000;
}

.product-promo-container .pdp-details-section .section-head .icon.icon-more-up {
  display: none;
}

.product-promo-container .pdp-details-section .section-head .icon.icon-more-down {
  display: block;
}

.product-promo-container .pdp-details-section .section-head .section-description {
  margin-bottom: 0;
  letter-spacing: -.025em;
}

.product-promo-container .pdp-details-section .section-head .slick-arrows {
  position: absolute;
  top: 4px;
  right: 0;
}

.product-promo-container .pdp-details-section .section-head .slick-arrows .slick-arrow {
  width: 28px;
  height: 1em;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  vertical-align: top;
}

.product-promo-container .pdp-details-section .section-head .slick-arrows .slick-arrow.slick-disabled {
  opacity: .25;
  cursor: not-allowed;
}

.product-promo-container .pdp-details-section .section-head .slick-arrows .slick-arrow .icon {
  display: block;
  margin-right: 0;
  margin-left: auto;
}

.product-promo-container .pdp-details-section .detail-delivery {
  padding: 0;
}

.product-promo-container .pdp-details-section .detail-delivery p {
  color: #9b9b9b;
  line-height: 20px;
}

.product-promo-container .pdp-details-section .detail-delivery p strong {
  color: #2b2b2b;
  font-weight: 500;
}

.product-promo-container .pdp-details-section .detail-delivery p a {
  color: #79aecf;
}

.product-promo-container .pdp-details-section .size-guide-wrap .sizeSpec-img-wrap {
  max-width: 36%;
}

.product-promo-container .pdp-details-section .size-guide-wrap .size-table-wrap {
  padding-left: 3.13vw;
}

.product-promo-container .pdp-details-section .size-guide-wrap .size-table-wrap .size-table-title-wrap {
  padding-bottom: 1.04vw;
}

.product-promo-container .pdp-details-section .size-guide-wrap .size-table-wrap .size-table-title-wrap b {
  font-size: 18px;
}

.product-promo-container .pdp-details-section .size-guide-wrap .size-table-wrap .size-table-title-wrap span {
  font-size: 14px;
  font-weight: 500;
  color: #8b8b8b;
}

.product-promo-container .pdp-details-section .size-guide-wrap .size-table-wrap table {
  border: 1px solid #ddd;
  border-top: 2px solid #000;
  border-bottom: 1px solid #000;
  border-spacing: unset;
  table-layout: fixed;
}

.product-promo-container .pdp-details-section .size-guide-wrap .size-table-wrap table th, .product-promo-container .pdp-details-section .size-guide-wrap .size-table-wrap table td {
  width: 100px;
}

.product-promo-container .pdp-details-section .size-guide-wrap .size-table-wrap table th {
  text-align: center;
  border-bottom: 1px solid #000;
  border-left: 1px solid #ddd;
  padding: 0.73vw 0;
  font-size: 14px;
}

.product-promo-container .pdp-details-section .size-guide-wrap .size-table-wrap table th:first-child {
  border-left: none;
}

.product-promo-container .pdp-details-section .size-guide-wrap .size-table-wrap table tr:last-child td {
  border-bottom: none;
}

.product-promo-container .pdp-details-section .size-guide-wrap .size-table-wrap table tr td {
  text-align: center;
  border-left: 1px solid #ddd;
  border-bottom: 1px solid #ededed;
  padding: 0.73vw 0;
  font-size: 14px;
}

.product-promo-container .pdp-details-section .size-guide-wrap .size-table-wrap table tr td:first-child {
  border-left: none;
  font-weight: 500;
}

.product-recommendations {
  border-top: 1px solid;
}

.product-recommendations .recommendations-head .title {
  margin: 0;
  font-weight: 900;
  color: inherit;
  text-align: center;
}

.product-recommendations .recommendations-container {
  margin: 0 auto;
  max-width: 1220px;
}

.slick-slider-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.slick-slider-flex .slick-list {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 100%;
  -ms-flex: 1 0 100%;
  flex: 1 0 100%;
}

.slick-slider-flex .slick-track {
  height: 100%;
  min-width: 100%;
}

.slick-slider-flex-align-items.slick-initialized .slick-slide {
  -webkit-flex-basis: auto;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
  height: auto;
}

.slick-slider-flex-align-items .slick-track {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.review-teaser-slider {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.review-teaser-slider .slider {
  width: 100%;
  overflow: hidden;
}

.review-teaser-slider a.flex > .picture {
  min-height: 1px;
}

.review-teaser-slider a.flex > .picture img {
  width: 100%;
  max-height: 300px;
}

.review-teaser-card {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  height: 100%;
  border: 1px solid #eeeeee;
  word-break: break-word;
}

.review-teaser-card .review-score {
  line-height: 1;
  letter-spacing: -.025em;
}

.review-teaser-card .review-stars-rating-avg-card {
  letter-spacing: -0.025em;
}

.review-teaser-card .review-stars-descr {
  margin: 0;
  letter-spacing: -.025em;
  text-align: center;
}

.review-teaser-card .title {
  margin: 0 0 4px;
  font-weight: 900;
}

.review-teaser-card .title:before {
  content: '“';
}

.review-teaser-card .title:after {
  content: '”';
}

.review-teaser-card .rating-bottom {
  margin-top: auto;
}

.review-teaser-card .reviewer {
  margin: 4px 0 0;
  font-size: 12px;
}

.review-teaser-empty .empty-text {
  font-size: 14px;
  line-height: 16px;
}

.review-teaser-empty .descr-text {
  margin: 0;
  line-height: 1;
  letter-spacing: -.025em;
}

.review-teaser-empty .button {
  min-width: 183px;
}

.pdp-guide-list {
  padding-left: 1.25em;
  font-weight: 400;
  letter-spacing: -.025em;
  text-align: left;
  word-break: keep-all;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

.pdp-guide-list .descr-text {
  color: #9b9b9b;
}

.pdp-more-info {
  width: 100%;
  max-width: 950px;
  margin: 60px auto 0;
  padding: 15px 0;
}

.draw-time-zone .tit {
  padding-top: 19px;
  font-size: 18px;
  line-height: 20px;
}

.draw-time-zone .value {
  margin-top: 20px;
  font-weight: bold;
}

.overview {
  margin-top: 20px;
  border-top: 1px solid #9b9b9b;
  border-bottom: 1px solid #9b9b9b;
}

.overview .tit {
  padding-top: 19px;
  font-size: 18px;
  line-height: 20px;
}

.overview .description {
  padding: 12px 0 18px;
  font-size: 13px;
  line-height: 23px;
  color: #9b9b9b;
}

/* 미니옵션 */
.mini-option-wrap {
  position: fixed;
  left: 0;
  right: 0;
  bottom: -60px;
  height: 60px;
  margin: 0 auto;
  z-index: 1001;
}

.mini-option-wrap:after {
  content: '';
  position: absolute;
  width: 250%;
  margin-left: -1000px;
  height: 60px;
  background: #ffffff;
  border-top: 1px solid #dedfda;
}

.mini-option-wrap .mini-product-item {
  float: left;
}

.mini-option-wrap .mini-product-item .product-thumb-img {
  display: inline-block;
  width: 40px;
  height: 40px;
  margin-left: 15px;
  vertical-align: top;
}

.mini-option-wrap .mini-product-item .product-thumb-img img {
  width: 32px;
}

.mini-option-wrap .mini-product-item .mini-product-info {
  display: inline-block;
  margin-left: 5px;
}

.mini-option-wrap .mini-product-item .mini-product-info .tit {
  display: block;
}

.mini-option-wrap .mini-product-item .mini-product-info .price {
  display: block;
  margin-top: 5px;
  color: #c9192e;
}

.mini-option-wrap .mini-product-item .mini-product-info .price strong {
  font-weight: normal;
}

.mini-option-wrap > .btn-wrap {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 60px;
  padding-top: 10px;
  box-sizing: border-box;
  background-color: #ffffff;
  border-top: 1px solid #dedfda;
  z-index: 1;
}

.mini-option-wrap > .btn-wrap .minioptbtn {
  position: absolute;
  top: 10px;
  right: 0;
  display: inline-block;
  width: 240px;
  margin: 0 15px 0 0;
  text-align: center;
  height: 40px;
  padding: 13px 40px;
}

.mini-option-wrap > .btn-wrap .wishlist-btn {
  position: absolute;
  top: 13px;
  right: 270px;
  display: inline-block;
}

.mini-option-wrap .product-information {
  display: none;
  text-indent: -9999px;
  visibility: hidden;
  position: fixed;
  right: 0;
  bottom: 0;
  padding-left: 0;
  border: 1px solid #dedfda;
  background-color: #ffffff;
  z-index: 20;
  padding: 0;
  width: 100%;
  max-width: 600px;
  max-height: 100%;
  overflow: auto;
}

.mini-option-wrap .product-information .pdp-info {
  padding-bottom: 10px;
  padding-top: 0;
}

.mini-option-wrap .product-information .product-summary {
  border-bottom: 0;
  padding-bottom: 0;
}

.mini-option-wrap .product-information .product-name {
  border-bottom: 1px solid #dedfda;
  margin-bottom: 0;
  font-size: 24px;
  padding: 20px 57px 20px 20px;
}

.mini-option-wrap .product-information .product-name .tit {
  overflow: hidden;
  display: inline-block;
  margin-top: 0;
  padding: 15px 20px 10px;
  font-size: 14px;
}

.mini-option-wrap .product-information .product-name .subtit {
  display: none;
}

.mini-option-wrap .product-information .product-name .style-code {
  padding-left: 20px;
  font-size: 12px;
  padding-bottom: 10px;
}

.mini-option-wrap .product-information .close-btn {
  display: block;
  padding: 16px;
}

.mini-option-wrap .product-information .option-wrap, .mini-option-wrap .product-information .status-wrap {
  padding: 0 20px;
}

.mini-option-wrap .product-information .status-wrap .btn-wrap {
  width: 100%;
  padding-bottom: 20px;
}

.mini-option-wrap .product-information .btn-signin {
  margin: 0 20px;
}

.mini-option-wrap .product-information .product-price, .mini-option-wrap .product-information .product-review, .mini-option-wrap .product-information .col-action-wish, .mini-option-wrap .product-information .product-etc-action, .mini-option-wrap .product-information .overview, .mini-option-wrap .product-information .product-variations-share, .mini-option-wrap .product-information .delivery-info-area {
  display: none;
}

.mini-option-wrap .product-information.active {
  display: block;
  text-indent: 0;
  visibility: visible;
}

.mini-option-wrap .dim {
  z-index: 10;
}

/* 상품리뷰 */
.review-write {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 40px 30px;
}

.review-write fieldset {
  border: 0;
  padding: 0;
}

.review-write fieldset > legend {
  text-indent: -9999px;
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}

.review-write .order-lanscape-list {
  padding: 40px 0 20px;
}

.review-write .tit {
  color: #c9192e;
}

.review-write .like {
  margin: 30px 0;
}

.review-write .rating-star-data {
  padding: 10px 0 20px;
  text-align: center;
}

.review-write .rating-star-data .rating-description {
  padding: 15px 0;
}

.review-write .opt-value-data {
  padding: 10px 0;
}

.review-write .opt-value-data .opt-txt {
  display: inline-block;
  font-size: 13px;
  line-height: 36px;
  color: #383838;
  vertical-align: top;
}

.review-write .opt-value-data .opt-strip {
  display: table;
  width: 100%;
}

.review-write .opt-value-data .opt-strip .radio-style {
  display: table-cell;
}

.review-write .opt-value-data .opt-strip-label {
  margin-top: 10px;
}

.review-write .opt-value-data .opt-strip-label .last {
  float: right;
}

.review-write .opt-value-data .opt-strip-label:after {
  content: '';
  display: block;
  clear: both;
}

.review-write .write-comment {
  margin-top: 20px;
}

.review-write .review-img-uploader .uplode-preview-list {
  margin-bottom: 10px;
}

.review-write .review-img-uploader .uplode-preview-list .preview-up-img {
  position: relative;
  overflow: hidden;
  display: inline-block;
  width: 58px;
  height: 78px;
  margin: 0 4px 10px 0;
  border: 1px solid #d1d1d1;
  background-color: #f7f7f7;
}

.review-write .review-img-uploader .uplode-preview-list .preview-up-img .file-remove_btn {
  position: absolute;
  top: 0;
  right: 0;
}

.review-write .review-btnarea {
  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: "Noto Sans KR", "맑은 고딕", Dotum;
}

.order-lanscape-list .order-info .tit {
  overflow: hidden;
  display: inline-block;
  min-width: 100%;
  max-height: 32px;
  line-height: 16px;
  color: #c9192e;
}

.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;
}

/* 05.26 상품평 개발 완료시 _product.scss에 덮어쓰기 : str */
/* icon폰트의 별이미지도 공통 으로 빼야함 */
.detail-review {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  margin: 40px auto 40px;
  padding: 0 0 0 20px;
  max-width: 100%;
}

.detail-review-summary {
  margin: 30px 0;
  border: 1px solid #d1d1d1;
  border-left: 0;
}

.detail-review-summary > * {
  padding: 50px 36px;
  border-left: 1px solid #d1d1d1;
}

.star-total-info {
  text-align: center;
}

.star-total-info.review-none {
  margin-bottom: 80px;
}

.star-total-info .star-average {
  margin-bottom: 10px;
}

.star-total-info .star-average .like {
  position: relative;
  display: inline-block;
  width: 169px;
  height: 32px;
  overflow: hidden;
  vertical-align: middle;
  color: #589bc8;
}

.star-total-info .star-average .like > i {
  font-size: 32px;
}

.star-total-info .star-average .like .per {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}

.star-total-info .star-average .like .star-default-bg {
  color: #a5a5a5;
}

.star-total-info .total-star-point {
  margin-left: 5px;
  font-size: 22px;
  color: #383838;
  vertical-align: middle;
}

.star-total-info .star-review-num {
  margin: 0 0 20px;
  font-size: 14px;
}

.star-total-info .review-write-btn {
  width: 176px;
  padding: 15px 30px;
}

.review-total-average {
  margin-bottom: 45px;
  padding: 0 20px;
}

.n-review-sort {
  margin-bottom: 10px;
  padding: 0 20px;
  overflow: hidden;
}

.n-review-sort .review-cnt {
  float: left;
  padding-top: 10px;
  font-family: "Noto Sans KR", "맑은 고딕", Dotum;
}

.n-review-sort .review-cnt .total-cnt {
  margin-right: 5px;
}

.n-review-sort .sort-tabs {
  float: right;
}

.n-review-sort .sort-tabs .sort-item {
  padding: 0;
  line-height: 30px;
}

.review-read {
  min-height: 200px;
}

.review-read > .less {
  padding-top: 83px;
  text-align: center;
}

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

.review-opt-graph .opt-graph-txt {
  width: 82px;
  color: #589bc8;
}

.review-opt-graph .opt-graph-txt a:before {
  content: "#";
  font-family: "Noto Sans KR", "맑은 고딕", 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: #c9192e;
  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 #d1d1d1;
  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: #2b2b2b;
  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;
}

.n-review-sort:after {
  content: '';
  display: block;
  clear: both;
}

.n-review-sort .review-cnt {
  float: left;
  padding-top: 12px;
  font-size: 12px;
  color: #2b2b2b;
}

.n-review-sort .review-sort-item {
  float: right;
}

.n-review-sort .review-sort-item > span {
  font-size: 12px;
  color: #383838;
}

/* 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 ul > li {
  border-top: 1px solid #d1d1d1;
  padding: 0 30px 30px;
}

.n-review-read .read-list {
  padding: 30px 10px 0;
}

.n-review-read .read-list .read-subject {
  font-size: 18px;
  font-weight: 900;
  color: #383838;
  margin-bottom: 12px;
}

.n-review-read .read-list .read-comment {
  position: relative;
  line-height: 22px;
  font-size: 14px;
  color: #666666;
  margin-bottom: 15px;
  word-break: break-all;
  letter-spacing: -0.025em;
}

.n-review-read .read-list .review-help {
  margin: 15px 0 0;
  font-size: 12px;
  color: #2b2b2b;
}

.n-review-read .read-list .review-help .btn-area {
  margin-top: 10px;
}

.n-review-read .read-list .review-help .btn-area > span {
  color: #383838;
  font-weight: 900;
  margin-right: 10px;
}

.n-review-read .read-list .review-help .btn-area .like {
  border-width: 1px;
  font-size: 12px;
  padding: 10px 16px;
}

.n-review-read .opt-value-wrap {
  padding: 65px 30px 0 10px;
}

/* sns 공유 */
.product-variations-share ul li {
  display: inline-block;
  width: 52px;
  margin-right: 15px;
  text-align: center;
}

.product-variations-share ul li a.sns-icon-link {
  display: inline-block;
  width: 35px;
  height: 35px;
  background-color: #333;
  line-height: 30px;
  font-size: 20px;
  text-align: center;
  color: #fff;
}

.product-variations-share ul li a.sns-icon-link.share-copy {
  font-size: 15px;
}

.product-variations-share ul li a.sns-icon-link.share-facebook {
  font-size: 18px;
}

.product-variations-share ul li p {
  margin-top: 10px;
}

.product-variations-share ul li p a {
  color: #333;
}

.product-option_radio .lg-text-variation-wrap {
  gap: 8px;
}

.product-option_radio .lg-text-variation-wrap .variation-size {
  min-width: calc(33.33% - 8px);
  margin: 0;
  height: 40px;
  padding: 0 10px;
  border-radius: 5px;
  position: relative;
}

.product-option_radio .lg-text-variation-wrap .variation-size span {
  border-radius: 5px;
}

.product-option_radio .lg-text-variation-wrap .variation-size input:disabled + .variation-anchor {
  background: linear-gradient(to top left, #fff calc(50% - 1px), #b8b8b8, #fff calc(50% + 1px));
}

/* Reponsive 767px */
@media screen and (max-width: 767px) {
  .pdp-header-wrap {
    display: none;
  }
  .pdp-container .information-header {
    padding-top: 15px;
    padding-bottom: 14px;
  }
  .pdp-container .information-header p {
    margin: 0;
  }
  .pdp-container .information-header .pdp-product-name {
    font-size: 14px;
    line-height: 18px;
    letter-spacing: -.025em;
  }
  .pdp-container .information-header .pdp-product-badge {
    margin-top: 2px;
    font-size: 10px;
    line-height: 16px;
    color: #9b9b9b;
  }
  .pdp-container .information-header .pdp-product-price {
    font-size: 14px;
    line-height: 18px;
    letter-spacing: -.025em;
    text-align: right;
  }
  .pdp-container .information-header .pdp-product-price .retail {
    display: block;
    color: #9b9b9b;
    text-decoration: line-through;
  }
  .pdp-container .information-header .pdp-product-price .rate {
    font-weight: 400;
    color: #ca1d31;
  }
  .pdp-container .information-header .pdp-product-price .sale {
    margin-left: 0.125em;
  }
  .pdp-container .information-header .pdp-product-price .promo {
    display: block;
    font-size: 10px;
    font-weight: 600;
    color: #00c3d7;
  }
  .latest-items .contents-title.center {
    text-align: center;
    padding: 30px 0 15px;
    font-size: 22px;
  }
  .latest-items .category-slider {
    padding-bottom: 60px;
  }
  .img-detail_product {
    padding-left: 0;
    padding-right: 0;
  }
  .img-detail_product .product-ico {
    position: absolute;
    right: 30px;
    top: -20px;
    font-size: 60px;
    color: #c9192e;
  }
  .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;
  }
  .img-detail_product .bx-wrapper .bx-controls {
    display: block;
    bottom: 10px;
  }
  .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 .fixit-active {
    position: fixed;
    top: 0;
  }
  .product-information .fixit-active.docked {
    position: absolute;
    top: auto;
    bottom: 0;
  }
  .product-information .thefit-wrap .size-guide .anchor {
    font-size: 14px;
  }
  .product-variations {
    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;
  }
  .product-variations .variation-information {
    padding-top: 20px;
    padding-bottom: 15px;
  }
  .product-variations .variation-information .product-style {
    font-size: 16px;
  }
  .product-variations .variation-information .product-style .label {
    font-weight: 600;
  }
  .product-variations .variation-information .product-style .value {
    color: #9b9b9b;
  }
  .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;
  }
  .product-variations .variation-selector.selector-size {
    margin-top: 16px;
  }
  .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: 45px;
  }
  .product-variations .variation-selector .variation-size {
    max-width: calc(20% + 1px);
  }
  .product-variations .variation-selector .variation-size:before {
    padding-bottom: 45px;
  }
  .product-variations .variation-selector .variation-anchor {
    font-size: 12px;
  }
  .product-variations .variation-selector .variation-color {
    max-width: 65px;
    margin-left: 15px;
  }
  .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;
  }
  .product-variations-action {
    z-index: 1;
    width: 100%;
    padding: 30px 0 0;
  }
  .product-variations-action:not(.draw-action) {
    padding: 0;
  }
  .product-variations-action .col:not(.action-signin) {
    display: block;
    width: 100%;
  }
  .product-variations-action .col:not(.action-signin) .button {
    width: 100%;
  }
  .product-variations-action .btn-wrap {
    display: block;
  }
  .product-variations-action .btn-wrap .action-buy {
    margin-top: 10px;
  }
  .product-variations-action .btn-signin {
    height: 55px;
  }
  .product-variations-action .btn-cart {
    height: 55px;
  }
  .product-variations-action .btn-buy {
    height: 55px;
  }
  .product-variations-action .btn-wish {
    padding: 18px;
    width: 55px;
    height: 55px;
  }
  .product-variations-share {
    margin-top: 16px;
  }
  .product-variations-share li {
    margin-right: 5px !important;
  }
  .product-custom-message {
    margin-top: 16px;
    height: 44px;
  }
  .product-etc-action {
    padding-left: 15px;
  }
  .product-etc-action .link {
    font-size: 14px;
  }
  .product-promo-container .pdp-details-section.pdp-more-info .pdp-details-toggle {
    margin-top: 24px;
  }
  .product-promo-container .pdp-details-section.product-tags .product-tags-head {
    height: 60px;
  }
  .product-promo-container .pdp-details-section.product-tags .product-tags-head .title {
    font-size: 16px;
    line-height: 20px;
  }
  .product-promo-container .pdp-details-section.product-tags .product-tags-head .icon {
    right: 10px;
  }
  .product-promo-container .pdp-details-section.product-tags .product-tags-contents {
    font-size: 12px;
    line-height: 16px;
  }
  .product-promo-container .pdp-details-section.product-tags .product-tags-contents .row {
    padding: 4% 0;
  }
  .product-promo-container .pdp-details-section.product-tags .product-tags-contents .tag-key {
    padding-top: 2px;
    padding-bottom: 2px;
    min-height: 20px;
    font-size: 12px;
  }
  .product-promo-container .pdp-details-section.product-tags .product-tags-contents .tag-value {
    padding-top: 2px;
    padding-bottom: 2px;
    min-height: 20px;
    font-size: 12px;
  }
  .product-promo-container .pdp-details-section.draw-progress-guide .guide-head .title {
    font-size: 24px;
  }
  .product-promo-container .pdp-details-section.draw-progress-guide .guide-head .normal-guide {
    margin: 17px 0 0;
  }
  .product-promo-container .pdp-details-section.draw-progress-guide .guide-head .normal-guide li {
    padding: 4px 0;
    font-size: 14px;
    line-height: 19px;
  }
  .product-promo-container .pdp-details-section.draw-progress-guide .guide-progress {
    padding-left: 15px;
    padding-right: 15px;
  }
  .product-promo-container .pdp-details-section.draw-progress-guide .guide-progress .step-item {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .product-promo-container .pdp-details-section.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-section.draw-progress-guide .guide-progress .step-item .step-icon .icon {
    padding: 15px;
    width: 54px;
    height: 54px;
  }
  .product-promo-container .pdp-details-section.draw-progress-guide .guide-progress .step-item .step-content {
    font-size: 12px;
    line-height: 17px;
  }
  .product-promo-container .pdp-details-section.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-section.draw-progress-guide .guide-progress .step-item .step-content .step-title .step {
    display: block;
    margin-bottom: 5px;
  }
  .product-promo-container .pdp-details-section.draw-progress-guide .guide-progress .step-item .step-content .descr-list li {
    font-size: 12px;
    line-height: 17px;
  }
  .product-promo-container .pdp-details-section.draw-progress-guide .guide-progress .step-item .step-content .button {
    margin-top: 15px;
    width: 100%;
  }
  .product-promo-container .pdp-details-section.draw-progress-guide .guide-progress .step-item:not(:first-child) {
    border-top: 1px solid #eeeeee;
  }
  .product-promo-container .pdp-details-section.draw-progress-guide .readme {
    margin-top: 25px;
  }
  .product-promo-container .pdp-details-section.draw-progress-guide .readme .title {
    margin-bottom: 10px;
    font-size: 14px;
  }
  .product-promo-container .pdp-details-section.draw-progress-guide .readme .list {
    padding-left: 16px;
  }
  .product-promo-container .pdp-details-section.draw-progress-guide .readme .list li {
    font-size: 12px;
    line-height: 17px;
  }
  .product-promo-container .pdp-details-section.draw-progress-guide .readme .list li:not(:first-child) {
    margin-top: 4px;
  }
  .product-promo-container .pdp-details-section.draw-progress-guide .readme .list li::before {
    margin-left: -16px;
    width: 16px;
  }
  .product-promo-container .pdp-details-section .section-head .section-description {
    margin-top: 6px;
    font-size: 12px;
    line-height: 16px;
  }
  .product-promo-container .pdp-details-section .detail-delivery {
    padding: 4% 0 0;
  }
  .product-promo-container .pdp-details-section .review-teaser-list {
    margin-top: 22px;
  }
  .product-promo-container .pdp-details-section .review-teaser-actions {
    margin-top: 32px;
  }
  .product-promo-container .pdp-details-section .review-teaser-actions.row::before {
    display: none;
  }
  .product-promo-container .pdp-details-section .review-teaser-actions.row::after {
    display: none;
  }
  .product-promo-container .pdp-details-section .size-guide-wrap {
    flex-direction: column;
    align-items: flex-start;
    margin: 20px 0 40px;
  }
  .product-promo-container .pdp-details-section .size-guide-wrap p {
    font-size: 12px;
    color: #757575;
    margin-bottom: 20px;
    word-break: keep-all;
  }
  .product-promo-container .pdp-details-section .size-guide-wrap .sizeSpec-img-wrap {
    max-width: 100%;
  }
  .product-promo-container .pdp-details-section .size-guide-wrap .size-table-wrap {
    padding-left: 0;
    margin-top: 32px;
  }
  .product-promo-container .pdp-details-section .size-guide-wrap .size-table-wrap .size-table-title-wrap {
    padding-bottom: 20px;
  }
  .product-promo-container .pdp-details-section .size-guide-wrap .size-table-wrap .size-table-title-wrap b {
    font-size: 13px;
  }
  .product-promo-container .pdp-details-section .size-guide-wrap .size-table-wrap .size-table-title-wrap span {
    font-size: 12px;
  }
  .product-promo-container .pdp-details-section .size-guide-wrap .size-table-wrap table {
    width: 100%;
    table-layout: auto;
    word-break: keep-all;
  }
  .product-promo-container .pdp-details-section .size-guide-wrap .size-table-wrap table th, .product-promo-container .pdp-details-section .size-guide-wrap .size-table-wrap table td {
    width: 85px;
  }
  .product-promo-container .pdp-details-section .size-guide-wrap .size-table-wrap table th {
    padding: 12px 0;
    font-size: 12px;
  }
  .product-promo-container .pdp-details-section .size-guide-wrap .size-table-wrap table tr td {
    padding: 12px 0;
    font-size: 12px;
  }
  .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);
  }
  .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;
  }
  .product-thumb {
    display: none;
  }
  .product-information {
    padding: 0 10px;
  }
  .product-information .pdp-info {
    padding-top: 20px;
  }
  .product-information .pdp-info .product-name {
    font-size: 21px;
    line-height: 1.2;
  }
  .product-information .pdp-info .product-price {
    font-size: 19px;
    line-height: 28px;
    margin-top: 10px;
  }
  .product-information .pdp-info .product-price .price-sale {
    font-size: 18px;
  }
  .product-information .product-variations h2.tit {
    font-size: 16px;
  }
  .product-information .product-summary {
    padding-bottom: 8px;
  }
  .product-information .product-summary .product-review {
    margin-top: 10px;
  }
  .product-information .product-summary .product-review .product-unique span {
    font-size: 13px;
  }
  .product-information .product-summary .product-review .product-unique .label {
    width: 47px;
  }
  .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;
  }
  .pdp-more-info .pdp-details-content {
    padding: 0 10px;
  }
  .pdp-details-description {
    margin: 20px 10px;
  }
  .pdp-details-description .product-promo-container {
    padding: 0 10px 25px;
  }
  .pdp-details-description .product-promo-container .pdp-details-section .section-head .section-title {
    font-size: 14px;
  }
  .bx-wrapper .bx-controls {
    position: absolute;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .review-write {
    padding: 0;
  }
  .detail-review-summary.uk-grid {
    margin: 40px auto 40px;
  }
  .detail-review-summary > * {
    padding: 25px 10px;
  }
  .n-review-read ul li {
    padding: 0;
  }
  .mini-option-wrap {
    height: 56px;
  }
  .mini-option-wrap > .btn-wrap {
    height: 56px;
    padding: 6px;
  }
  .mini-option-wrap > .btn-wrap .mini-product-item {
    display: none;
  }
  .mini-option-wrap > .btn-wrap .minioptbtn {
    position: static;
    width: 100%;
    height: 40px;
    margin: 0;
    padding: 13px 30px;
    text-align: center;
  }
  .mini-option-wrap .product-information.active {
    position: fixed;
    height: 100%;
    overflow-y: auto;
  }
  .draw-time-zone .value {
    font-size: 13px;
    letter-spacing: -0.2px;
    word-break: keep-all;
  }
}

/* Reponsive 768px */
@media screen and (min-width: 768px) {
  .fixit-container {
    position: relative;
  }
  .fixit-container .fixit-element.fixit-active {
    position: fixed;
    top: 0;
  }
  .fixit-container .fixit-element.fixit-active:not(.fixit-respond-to-parent) {
    width: 100%;
  }
  .fixit-container .fixit-element.fixit-docked {
    -webkit-transform: none;
    transform: none;
  }
  .fixit-container .fixit-element.fixit-bottom, .fixit-container .fixit-element.fixit-docked {
    top: auto;
    bottom: 0;
  }
  .fixit-container .fixit-element.fixit-docked, .fixit-container .fixit-element.fixit-frozen {
    position: absolute;
  }
  .fixit-container .fixit-element-overlay {
    z-index: 1010;
  }
  .pdp-container {
    padding-left: 20px;
    padding-right: 20px;
    max-width: 1340px;
    margin: 0 auto;
  }
  .pdp-container .pdp-main {
    position: relative;
  }
  .latest-items .contents-title.center {
    text-align: center;
    padding: 60px 0 40px;
  }
  .latest-items .category-slider {
    padding-bottom: 80px;
  }
  .pdp-media-gallery {
    margin-top: -40px;
    padding-left: 48px;
    padding-right: 48px;
  }
  .pdp-media-gallery .gallery-media {
    top: 0;
  }
  .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;
  }
  .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: 22px;
    padding-bottom: 18px;
    width: 100%;
    font-size: 14px;
    line-height: 1;
  }
  .product-variations .variation-information .product-style .label {
    margin-right: 4px;
    font-size: 18px;
    font-weight: 600;
  }
  .product-variations .variation-information .product-style .value {
    font-size: 18px;
    font-weight: 600;
    color: #9b9b9b;
  }
  .product-variations .variation-selector {
    width: 100%;
  }
  .product-variations .variation-selector.selector-size {
    margin-top: 30px;
  }
  .product-variations .variation-selector.enter-quantity {
    margin-top: 30px;
  }
  .product-variations .variation-selector.selector-addon {
    margin-top: 30px;
  }
  .product-variations .variation-selector.selector-addon .input-select-inline {
    height: 50px;
  }
  .product-variations .variation-selector.selector-addon + .selector-addon {
    margin-top: 20px;
  }
  .product-variations .variation-selector .variation-size:before {
    padding-bottom: 50px;
  }
  .product-variations .variation-selector .variation-anchor {
    font-size: 13px;
  }
  .product-variations .enter-quantity {
    margin-top: 13px;
  }
  .product-variations .enter-quantity .i-text {
    width: 70px;
    height: 50px;
  }
  .product-variations .enter-quantity .btn {
    width: 50px;
    height: 50px;
  }
  .product-variations .addon-out-stock {
    padding-left: 20px;
  }
  .product-variations-action .action-signin {
    padding-left: 0;
    padding-right: 0;
  }
  .product-variations-action .btn-wrap div {
    margin-left: 15px;
  }
  .product-variations-action .btn-wrap div:first-child {
    margin-left: 0;
  }
  .product-variations-action .btn-wrap .btn-link, .product-variations-action .btn-wrap .button {
    padding: 20px 10px;
    height: 56px;
  }
  .product-variations-action .btn-signin {
    height: 56px;
  }
  .product-variations-action .btn-cart {
    background: #c9192e;
    border: 0;
    color: #ffffff;
  }
  .product-variations-action .btn-cart:before {
    border: 0;
  }
  .product-variations-action .btn-buy {
    padding: 18px 10px !important;
  }
  .product-variations-action .btn-wish {
    display: block;
    position: relative;
    padding: 16px;
    width: 50px;
    height: 56px;
    border: 1px solid #000;
  }
  .product-variations-share {
    margin-top: 24px;
  }
  .product-custom-message {
    margin-top: 24px;
    height: 46px;
  }
  .product-promo-container .pdp-details-section.pdp-more-info .pdp-details-toggle {
    margin-top: 40px;
  }
  .product-promo-container .pdp-details-section.product-tags .product-tags-head {
    height: 74px;
  }
  .product-promo-container .pdp-details-section.product-tags .product-tags-head .title {
    font-size: 24px;
    line-height: 28px;
  }
  .product-promo-container .pdp-details-section.product-tags .product-tags-contents {
    font-size: 14px;
    line-height: 20px;
    padding: 40px 0;
  }
  .product-promo-container .pdp-details-section.product-tags .product-tags-contents .tag-key {
    padding-top: 18px;
    padding-bottom: 2px;
    min-height: 30px;
  }
  .product-promo-container .pdp-details-section.product-tags .product-tags-contents .tag-key:first-child {
    padding-top: 0;
  }
  .product-promo-container .pdp-details-section.product-tags .product-tags-contents .tag-value {
    padding-top: 18px;
    padding-bottom: 2px;
    min-height: 30px;
  }
  .product-promo-container .pdp-details-section.product-tags .product-tags-contents .tag-value:first-of-type {
    padding-top: 0;
  }
  .product-promo-container .pdp-details-section.draw-progress-guide {
    margin-top: 25px;
  }
  .product-promo-container .pdp-details-section.draw-progress-guide .guide-head .title {
    font-size: 32px;
  }
  .product-promo-container .pdp-details-section.draw-progress-guide .guide-head .normal-guide {
    margin: 25px 0 0;
  }
  .product-promo-container .pdp-details-section.draw-progress-guide .guide-head .normal-guide li {
    padding: 2px 0;
    font-size: 14px;
    line-height: 22px;
  }
  .product-promo-container .pdp-details-section.draw-progress-guide .guide-progress {
    padding-left: 30px;
    padding-right: 30px;
  }
  .product-promo-container .pdp-details-section.draw-progress-guide .guide-progress .step-item {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .product-promo-container .pdp-details-section.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-section.draw-progress-guide .guide-progress .step-item .step-icon .icon {
    padding: 20px;
    width: 72px;
    height: 72px;
  }
  .product-promo-container .pdp-details-section.draw-progress-guide .guide-progress .step-item .step-content {
    font-size: 14px;
    line-height: 22px;
  }
  .product-promo-container .pdp-details-section.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-section.draw-progress-guide .guide-progress .step-item .step-content .descr-list li {
    font-size: 14px;
    line-height: 22px;
  }
  .product-promo-container .pdp-details-section.draw-progress-guide .guide-progress .step-item .step-content .button {
    margin-top: 10px;
    width: 128px;
  }
  .product-promo-container .pdp-details-section.draw-progress-guide .guide-progress .step-item:not(:first-child) {
    border-top: 1px solid #eeeeee;
  }
  .product-promo-container .pdp-details-section.draw-progress-guide .readme {
    margin-top: 30px;
  }
  .product-promo-container .pdp-details-section.draw-progress-guide .readme .title {
    margin-bottom: 12px;
    font-size: 16px;
  }
  .product-promo-container .pdp-details-section.draw-progress-guide .readme .list {
    padding-left: 10px;
  }
  .product-promo-container .pdp-details-section.draw-progress-guide .readme .list li {
    font-size: 14px;
    line-height: 20px;
  }
  .product-promo-container .pdp-details-section.draw-progress-guide .readme .list li:not(:first-child) {
    margin-top: 6px;
  }
  .product-promo-container .pdp-details-section.draw-progress-guide .readme .list li::before {
    margin-left: -10px;
    width: 10px;
  }
  .product-promo-container .pdp-details-section .section-head .section-description {
    margin-top: 10px;
    font-size: 14px;
    line-height: 18px;
  }
  .product-promo-container .pdp-details-section .review-teaser-actions {
    margin-top: 40px;
  }
  .product-promo-container .pdp-details-section .review-teaser-actions.row::before {
    display: none;
  }
  .product-promo-container .pdp-details-section .review-teaser-actions.row::after {
    display: none;
  }
  .product-recommendations {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .product-recommendations .recommendations-head {
    margin-bottom: 30px;
  }
  .product-recommendations .recommendations-head .title {
    font-size: 32px;
    line-height: 36px;
  }
  .product-recommendations .recommendations-container {
    padding-bottom: 60px;
    padding-left: 36px;
    padding-right: 36px;
  }
  .product-recommendations .recommendations-container .recommendations-grid.wide-space {
    margin-left: -35px;
    margin-right: -35px;
  }
  .product-recommendations .recommendations-container .recommendations-grid .grid-item.wide-space {
    padding-left: 35px;
    padding-right: 35px;
  }
  .product-recommendations .recommendations-container .recommendations-grid .grid-item:nth-child(n + 4) {
    margin-top: 70px;
  }
  .product-recommendations .recommendations-container .recommendations-grid .grid-item:nth-child(3n + 2) {
    -webkit-transform: translateY(60px);
    transform: translateY(60px);
  }
  .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: #2b2b2b;
    padding: 18px 30px;
  }
  .pdp-guide-list {
    font-size: 14px;
    line-height: 24px;
  }
  .pdp-guide-list li:not(:first-child) {
    margin-top: 8px;
  }
}

@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: #c9192e;
  }
  .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;
  }
  .product-information .product-summary .product-price {
    font-size: 27px;
  }
  .product-information .product-summary .product-price .price-sale {
    font-size: 27px;
  }
  .mini-option-wrap .product-information .product-name {
    font-size: 24px;
  }
}

/* Reponsive 1024px */
@media screen and (max-width: 1024px) {
  .product-recommendations .product-badges .badge-text {
    font-size: 12px;
  }
  .review-teaser-slider .slick-list {
    max-width: 100%;
    padding-right: 18.5%;
  }
  .review-teaser-card {
    padding: 10px;
  }
  .review-teaser-card .review-score {
    margin-top: .8em;
    margin-left: -10px;
    margin-right: -10px;
  }
  .review-teaser-card .review-stars-rating-avg-card {
    font-size: 14px;
  }
  .review-teaser-card .review-stars-descr {
    margin-top: 5px;
    margin-bottom: 8px;
    font-size: 11px;
    line-height: 15px;
  }
  .review-teaser-card .review-state-card {
    margin-top: 30px;
    margin-left: -10px;
    margin-right: -10px;
    font-size: 11px;
    line-height: 1;
  }
  .review-teaser-card .review-state-card .state-title {
    margin: 0 0 20px;
    font-weight: 600;
  }
  .review-teaser-card .review-state-card .sate-data {
    margin: 8px 0 0;
  }
  .review-teaser-card .review-state-card .sate-data .label::after {
    content: ':';
    padding: 0 .25em;
  }
  .review-teaser-card .picture + .title {
    margin-top: 6px;
  }
  .review-teaser-card .title {
    margin-bottom: 6px;
    line-height: 1.285;
  }
}

/* Reponsive 1024px */
@media screen and (min-width: 1025px) {
  .review-teaser-card {
    padding: 20px;
  }
  .review-teaser-card .review-score {
    margin-left: -20px;
    margin-right: -20px;
  }
  .review-teaser-card .review-stars-rating-avg-card {
    font-size: 20px;
    letter-spacing: -.025em;
  }
  .review-teaser-card .review-stars-descr {
    margin-top: 10px;
    margin-bottom: 18px;
    font-size: 12px;
    line-height: 16px;
  }
  .review-teaser-card .review-bar-card {
    margin-top: 6px;
  }
  .review-teaser-card .review-bar-card .review-bar-type {
    margin-bottom: 12px;
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: -.025em;
    text-align: center;
  }
  .review-teaser-card .review-bar-card .review-bar-range {
    position: relative;
    height: 8px;
    margin-top: 12px;
    border: 1px solid;
    overflow: hidden;
  }
  .review-teaser-card .review-bar-card .review-bar-range .review-bar-range-puck {
    position: absolute;
    top: 0;
    width: 20%;
    height: 100%;
    background-color: currentColor;
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
  }
  .review-teaser-card .review-bar-card .review-bar-labels {
    margin-top: 10px;
    font-size: 12px;
    line-height: 1;
    letter-spacing: -.025em;
    color: #9b9b9b;
  }
  .review-teaser-card .review-teaser-card-button {
    margin-top: 26px;
  }
  .review-teaser-card .picture + .title {
    margin-top: 18px;
    font-size: 14px;
    line-height: 20px;
  }
  .review-teaser-card .picture + .title:before {
    display: inline;
  }
  .review-teaser-card .title {
    font-size: 30px;
    line-height: 38px;
  }
  .review-teaser-card .title:before {
    display: block;
  }
}

.col-action-wish {
  padding-left: 0;
  padding-right: 0;
  float: left;
  width: 110px;
}

.col-action-wish .product-wish {
  height: 44px;
  font-size: 18px;
  color: #000000;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: -webkit-transform 213ms cubic-bezier(0.4, 0.9, 0.3, 2.25);
  transition: -webkit-transform 213ms cubic-bezier(0.4, 0.9, 0.3, 2.25);
  transition: transform 213ms cubic-bezier(0.4, 0.9, 0.3, 2.25);
  transition: transform 213ms cubic-bezier(0.4, 0.9, 0.3, 2.25), -webkit-transform 213ms cubic-bezier(0.4, 0.9, 0.3, 2.25);
}

.col-action-wish .wish-action {
  position: absolute;
  top: 10px;
  left: 0;
}

.col-action-wish .wish-action .icon {
  width: 12px;
  height: 12px;
  stroke: #79aecf;
  display: inline-block;
}

.col-action-wish .wish-action .icon:hover:not(.set-changed) {
  -webkit-transform: scale(1.25);
  transform: scale(1.25);
}

.col-action-wish .wish-action .txt {
  font-size: 13px;
  line-height: 26px;
  color: #79aecf;
  display: inline-block;
}

.col-action-wish .wish-action.add:not(.set-active) {
  pointer-events: none;
  display: none;
}

.col-action-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: .88;
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0.2);
}

.product-img {
  -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-badges .badge-text {
  font-size: 16px;
  line-height: 23px;
  letter-spacing: 0.67px;
  color: #ca1d31;
  font-family: "fannDoren", "Noto Sans KR", "맑은 고딕", Dotum;
  font-weight: 600;
  padding-left: 10px;
}

.product-badges .badge-text:first-child {
  padding-left: 0;
}

.product-badges .badge-text.badge-soldout {
  color: #9b9b9b;
}

.product-tile-details {
  word-break: keep-all;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

.product-tile-details .name {
  padding: 0 10px;
  text-align: center;
  display: block;
}

.product-tile-details .name .text-link {
  font-size: 13px;
  line-height: 18px;
  letter-spacing: 0.67px;
  color: #000000;
}

.product-tile-details .price {
  margin-top: 2px;
  text-align: center;
}

.product-tile-details .price span {
  font-size: 13px;
  line-height: 13px;
  letter-spacing: 0.67px;
  color: #000;
  font-weight: 600;
}

.product-tile-details .price span:not(:last-child) {
  margin-right: 4px;
}

.product-tile-details .price .retail {
  color: #9b9b9b;
  text-decoration: line-through;
}

.product-tile-details .price .rate {
  font-weight: 600;
  color: #d0191e;
}

.product-tile-details .like {
  display: inline-block;
  position: relative;
  font-size: 12px;
  color: #589bc8;
  margin-top: 3px;
}

.product-tile-details .promos {
  margin: 0;
  color: #00c3d7;
}

.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 .swatch-list {
  padding-left: 3px;
  padding-right: 3px;
}

.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: "Noto Sans KR", "맑은 고딕", Dotum;
  line-height: 14px;
  color: #ffffff;
  letter-spacing: 1.5px;
  background: #2b2b2b;
  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%;
  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: 32px;
}

.featured-tile-contents p {
  margin: 0;
}

.product-set-tile-contents-single {
  padding: 20px;
}

/* Reponsive 767px */
@media screen and (max-width: 767px) {
  .col-action-wish {
    width: 120px;
  }
  .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: 2px;
  }
  .product-tile-swatches .product-tile-swatch-list-count:before {
    content: "+" attr(data-swatch-count);
  }
  .featured-tile-double:before {
    padding-bottom: 119.42029%;
  }
}

/* Reponsive 768px */
@media screen and (min-width: 768px) {
  .product-tile-main:hover .product-img {
    opacity: 1;
  }
  .product-tile-swatches {
    position: relative;
  }
  .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 .product-tile-swatch-list,
  .product-tile-swatches .product-tile-swatch-list-count,
  .product-tile-swatches .product-tile-swatch-text {
    -webkit-transition: opacity 213ms cubic-bezier(0.4, 0.9, 0.3, 1), visibility 213ms cubic-bezier(0.4, 0.9, 0.3, 1);
    transition: opacity 213ms cubic-bezier(0.4, 0.9, 0.3, 1), visibility 213ms cubic-bezier(0.4, 0.9, 0.3, 1);
  }
  .product-tile:hover .product-tile-swatches .product-tile-swatch-list:not(.product-tile-swatch-text), .product-tile:hover
  .product-tile-swatches .product-tile-swatch-list-count:not(.product-tile-swatch-text), .product-tile:hover
  .product-tile-swatches .product-tile-swatch-text:not(.product-tile-swatch-text) {
    opacity: 1;
    visibility: inherit;
  }
  .product-tile-swatches.set-has-secondary-badge {
    margin-top: 15px;
  }
  .product-tile-swatches.set-has-secondary-badge .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: 2px;
    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;
  }
}

.pswp * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.pswp img {
  max-width: none;
  max-height: none;
  object-fit: cover;
}

.pswp,
.pswp .pswp__counter {
  color: #000000;
}

.pswp,
.pswp .pswp__ui {
  -webkit-font-smoothing: auto;
  visibility: visible;
  opacity: 1;
  z-index: 1550;
}

.pswp__button {
  width: 2.875rem;
  height: 2.875rem;
}

.pswp__button.pdp-zoom-close {
  z-index: 1;
  opacity: 1;
  -webkit-backface-visibility: hidden;
  will-change: opacity;
  -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
  background: none;
}

.pswp__button.pdp-zoom-close .icon {
  pointer-events: none;
}

.pswp__button, .pswp__button.pswp__button--arrow--left:before, .pswp__button.pswp__button--arrow--right:before {
  background: none;
}

.pswp__button.set-invisible {
  visibility: hidden;
}

.pswp__top-bar,
.pswp__ui--fit .pswp__top-bar {
  z-index: 1;
  top: auto;
  height: auto;
  background-color: transparent;
}

.pswp--svg .pswp__button--arrow--left,
.pswp--svg .pswp__button--arrow--right {
  position: static;
  color: transparent;
  text-indent: -9999px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2ZXJzaW9uPSIxLjEiIGlkPSJwZHAtcmlnaHQtYXJyb3ciIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgMzEuNDkgMzEuNDkiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDMxLjQ5IDMxLjQ5OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+CjxwYXRoIHN0eWxlPSJmaWxsOiMwMDAwMDA7IiBkPSJNMjEuMjA1LDUuMDA3Yy0wLjQyOS0wLjQ0NC0xLjE0My0wLjQ0NC0xLjU4NywwYy0wLjQyOSwwLjQyOS0wLjQyOSwxLjE0MywwLDEuNTcxbDguMDQ3LDguMDQ3SDEuMTExICBDMC40OTIsMTQuNjI2LDAsMTUuMTE4LDAsMTUuNzM3YzAsMC42MTksMC40OTIsMS4xMjcsMS4xMTEsMS4xMjdoMjYuNTU0bC04LjA0Nyw4LjAzMmMtMC40MjksMC40NDQtMC40MjksMS4xNTksMCwxLjU4NyAgYzAuNDQ0LDAuNDQ0LDEuMTU5LDAuNDQ0LDEuNTg3LDBsOS45NTItOS45NTJjMC40NDQtMC40MjksMC40NDQtMS4xNDMsMC0xLjU3MUwyMS4yMDUsNS4wMDd6Ii8+Cjwvc3ZnPg==);
  background-repeat: no-repeat;
  background-position: 50%;
  -webkit-transform-origin: center center;
  transform-origin: center center;
  width: 1.375rem;
  height: .8125rem;
  margin: 0;
}

.pswp--svg .pswp__button--arrow--left {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}

.pswp__counter {
  font-size: .75rem;
  line-height: 1.15;
  text-align: center;
  width: 3rem;
  height: auto;
  margin: 0;
  padding: 0;
  position: static;
}

.pswp__caption {
  padding: 2.25rem 1.875rem 4.25rem;
  -webkit-transition: opacity 213ms ease-in-out,visibility 213ms ease-in-out;
  transition: opacity 213ms ease-in-out,visibility 213ms ease-in-out;
}

.pswp__caption,
.pswp__ui--fit .pswp__caption {
  background-color: #ffffff;
}

.pswp__top-bar {
  bottom: 1.34375rem;
}

.uk-modal.modal-size-guide {
  display: block;
}

.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: 680px;
}

.uk-modal.modal-size-guide .uk-close {
  width: 60px;
  height: 60px;
}

.uk-modal.modal-size-guide img {
  display: inline-block;
}

.size-guide-container {
  color: #000000;
}

.size-guide-container .size-guide-title {
  margin: 0;
  font-weight: 600;
  line-height: 1;
  letter-spacing: -.025em;
}

.size-guide-container .size-guide-intro-content .title {
  margin: 0;
  font-weight: 600;
  line-height: 1;
  letter-spacing: -.025em;
}

.size-guide-container .size-guide-intro-content .title .target::before {
  content: '';
  display: block;
  width: 1px;
  background-color: #000000;
}

.size-guide-container .size-guide-intro-content .descr-text {
  padding-bottom: 30px;
  border-bottom: 1px solid #eeeeee;
}

.size-guide-container .size-guide-intro-content .descr-text p {
  margin: 0;
  font-weight: 400;
  letter-spacing: -.025em;
  color: #9b9b9b;
  word-break: keep-all;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

.size-guide-container .size-guide-step-content .picture {
  display: block;
}

.size-guide-container .size-guide-step-content .picture img {
  display: block;
  width: 100%;
}

.size-guide-container .size-guide-step-content .step-count {
  line-height: 1;
  letter-spacing: -.025em;
}

.size-guide-container .size-guide-step-content .step-content {
  letter-spacing: -.025em;
  word-break: keep-all;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

.size-guide-container .size-guide-descr {
  margin-top: 30px;
}

.size-guide-container .size-guide-descr .title {
  margin: 0;
  font-weight: 600;
  line-height: 1;
  letter-spacing: -.025em;
  color: #000000;
}

.size-guide-container .size-guide-descr .text {
  font-weight: 400;
  letter-spacing: -.025em;
  word-break: keep-all;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

.size-guide-container .size-guide-content .size-guide-content-header .title {
  margin: 0;
  font-weight: 600;
  line-height: 1;
  letter-spacing: -.025em;
  color: #000000;
}

.size-guide-container .size-guide-content .size-guide-content-header .text {
  letter-spacing: -.025em;
  color: #9b9b9b;
  word-break: keep-all;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

.size-guide-container .size-guide-content .size-guide-content-header .display-unit {
  margin: 0;
}

.size-guide-container .size-guide-content .size-guide-content-header .display-unit li:not(:first-child)::before {
  content: '';
  display: block;
  margin: 0 10px;
  width: 1px;
  background-color: #f7f7f7;
}

.size-guide-container .size-guide-content .size-guide-content-header .display-unit li a {
  display: block;
  font-weight: 400;
  line-height: 1;
  letter-spacing: -.025em;
  color: #9b9b9b;
}

.size-guide-container .size-guide-content .size-guide-content-header .display-unit li a.active {
  font-weight: 600;
  color: #000000;
}

.size-guide-container .size-guide-content .size-guide-chart {
  width: 100%;
  border: 0;
  border-collapse: collapse;
  table-layout: fixed;
}

.size-guide-container .size-guide-content .size-guide-chart thead th {
  height: 49px;
  font-weight: 600;
  line-height: 1.45;
  letter-spacing: -.025em;
  color: #9b9b9b;
  word-break: keep-all;
  word-wrap: break-word;
  overflow-wrap: break-word;
  border-bottom: 1px solid #eeeeee;
  background-color: #f4f4f4;
}

.size-guide-container .size-guide-content .size-guide-chart thead th.standard {
  border-right: 1px solid #eeeeee;
}

.size-guide-container .size-guide-content .size-guide-chart thead th.sibling-hover {
  color: #ffffff;
  border-color: #62d7e3;
  background-color: #62d7e3;
}

.size-guide-container .size-guide-content .size-guide-chart thead th.exception {
  width: 50px;
}

.size-guide-container .size-guide-content .size-guide-chart tbody tr th {
  height: 49px;
}

.size-guide-container .size-guide-content .size-guide-chart tbody tr th.exception {
  width: 50px;
  border: 1px solid #eeeeee;
  border-top: 0;
}

.size-guide-container .size-guide-content .size-guide-chart tbody tr th.exception .row-text {
  display: block;
  padding: 7px 0;
}

.size-guide-container .size-guide-content .size-guide-chart tbody tr td {
  height: 48px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: -.025em;
  color: #000000;
  text-align: center;
  vertical-align: middle;
}

.size-guide-container .size-guide-content .size-guide-chart tbody tr td.hover {
  color: #ffffff;
  background-color: #00c3d7;
}

.size-guide-container .size-guide-content .size-guide-chart tbody tr td.sibling-hover {
  color: #ffffff;
  background-color: #66dbe7;
}

.size-guide-container .size-guide-content .size-guide-chart tbody tr td.standard {
  border-right: 1px solid #eeeeee;
}

.size-guide-container .size-guide-content .size-guide-chart tbody tr:nth-child(even) td {
  background-color: #f4f4f4;
}

.size-guide-container .size-guide-content .size-guide-chart tbody tr:nth-child(even) td.hover {
  color: #ffffff;
  background-color: #00c3d7;
}

.size-guide-container .size-guide-content .size-guide-chart tbody tr:nth-child(even) td.sibling-hover {
  color: #ffffff;
  background-color: #62d7e3;
}

.pt_product .product-variations .btn-qty > .label {
  width: 60px;
  height: 34px;
}

.pt_product .product-variations .btn-qty > .btn {
  width: 40px;
  height: 34px;
}

@media screen and (min-width: 768px) {
  .pswp__top-bar {
    bottom: 1.5rem;
  }
}

@media screen and (max-width: 767px) {
  .uk-modal.modal-size-guide {
    background-color: #ffffff;
  }
  .uk-modal.modal-size-guide .uk-modal-dialog {
    height: 100%;
    overflow: auto;
  }
  .size-guide-container {
    padding: 40px 30px 30px;
  }
  .size-guide-container .size-guide-title {
    margin-bottom: 30px;
    font-size: 20px;
  }
  .size-guide-container .size-guide-intro-content .title {
    font-size: 15px;
  }
  .size-guide-container .size-guide-intro-content .title .target::before {
    margin: 0 8px;
    height: 14px;
  }
  .size-guide-container .size-guide-intro-content .descr-text {
    margin-top: 14px;
  }
  .size-guide-container .size-guide-intro-content .descr-text p {
    font-size: 12px;
    line-height: 17px;
  }
  .size-guide-container .size-guide-intro-content .descr-text p:not(:first-child) {
    margin-top: 6px;
  }
  .size-guide-container .size-guide-step-content {
    margin: 30px -30px 0;
    padding: 0 30px;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  .size-guide-container .size-guide-step-content .step-count {
    margin: 15px 0 0;
    font-size: 13px;
  }
  .size-guide-container .size-guide-step-content .step-content {
    margin: 6px 0 0;
    font-size: 12px;
    line-height: 17px;
  }
  .size-guide-container .size-guide-descr {
    padding-top: 30px;
    border-top: 1px solid #eeeeee;
  }
  .size-guide-container .size-guide-descr .title {
    font-size: 15px;
  }
  .size-guide-container .size-guide-descr .text {
    margin: 14px 0 0;
    font-size: 12px;
    line-height: 17px;
  }
  .size-guide-container .size-guide-descr + .size-guide-content {
    margin-top: 50px;
  }
  .size-guide-container .size-guide-content {
    margin-top: 80px;
  }
  .size-guide-container .size-guide-content .size-guide-content-header {
    margin-bottom: 15px;
  }
  .size-guide-container .size-guide-content .size-guide-content-header .title {
    font-size: 15px;
  }
  .size-guide-container .size-guide-content .size-guide-content-header .text {
    margin: 8px 0 0;
    font-size: 12px;
    line-height: 17px;
  }
  .size-guide-container .size-guide-content .size-guide-content-header .display-unit li:not(:first-child)::before {
    height: 12px;
  }
  .size-guide-container .size-guide-content .size-guide-content-header .display-unit li a {
    font-size: 12px;
  }
  .size-guide-container .size-guide-content .size-guide-chart thead th {
    font-size: 11px;
  }
  .size-guide-container .size-guide-content .size-guide-chart tbody tr td {
    font-size: 11px;
  }
  .size-guide-container .size-guide-content + .size-guide-content {
    margin-top: 50px;
  }
}

@media screen and (min-width: 768px) {
  .uk-modal.modal-size-guide {
    padding: 32px;
  }
  .size-guide-container {
    padding: 38px 38px 60px;
  }
  .size-guide-container .size-guide-title {
    margin-bottom: 50px;
    font-size: 24px;
    text-align: center;
  }
  .size-guide-container .size-guide-intro-content .title {
    font-size: 16px;
  }
  .size-guide-container .size-guide-intro-content .title .target::before {
    margin: 0 10px;
    height: 16px;
  }
  .size-guide-container .size-guide-intro-content .descr-text {
    margin-top: 20px;
  }
  .size-guide-container .size-guide-intro-content .descr-text p {
    font-size: 14px;
    line-height: 24px;
  }
  .size-guide-container .size-guide-intro-content .descr-text p:not(:first-child) {
    margin-top: 8px;
  }
  .size-guide-container .size-guide-step-content {
    margin-top: 30px;
  }
  .size-guide-container .size-guide-step-content .step-count {
    margin: 20px 0 0;
    font-size: 18px;
  }
  .size-guide-container .size-guide-step-content .step-content {
    margin: 8px 0 0;
    font-size: 14px;
    line-height: 22px;
  }
  .size-guide-container .size-guide-descr .title {
    font-size: 16px;
  }
  .size-guide-container .size-guide-descr .text {
    margin: 16px 0 0;
    font-size: 14px;
    line-height: 24px;
  }
  .size-guide-container .size-guide-content {
    margin-top: 60px;
  }
  .size-guide-container .size-guide-content .size-guide-content-header {
    margin-bottom: 30px;
  }
  .size-guide-container .size-guide-content .size-guide-content-header .title {
    font-size: 16px;
  }
  .size-guide-container .size-guide-content .size-guide-content-header .text {
    margin: 10px 0 0;
    font-size: 14px;
    line-height: 24px;
  }
  .size-guide-container .size-guide-content .size-guide-content-header .display-unit li:not(:first-child)::before {
    height: 16px;
  }
  .size-guide-container .size-guide-content .size-guide-content-header .display-unit li a {
    font-size: 16px;
  }
  .size-guide-container .size-guide-content .size-guide-chart thead th {
    font-size: 14px;
  }
  .size-guide-container .size-guide-content .size-guide-chart tbody tr td {
    font-size: 14px;
  }
  .size-guide-container .size-guide-content + .size-guide-content {
    margin-top: 40px;
  }
}

/* Tablet and bigger */
@media (max-width: 768px) {
  .pt_product .featured-slide {
    background-color: red;
  }
  .pt_product .featured-slide .product-slider-wrap .product-slider .bx-controls {
    margin-top: 10px;
  }
}

@media (max-width: 480px) {
  .pt_product .product-information {
    padding: 0 16px;
  }
  .pt_product .pdp-container .bx-wrapper .bx-pager.bx-default-pager a {
    width: 8px;
    height: 8px;
  }
  .pt_product .product-information .pdp-info {
    padding-top: 23px;
  }
  .pt_product .product-variations .variation-selector .variation-color {
    max-width: 65px;
    margin-left: 4px;
    margin-right: 4px;
  }
  .pt_product .product-variations .variation-selector .variation-color:first-child {
    margin-left: 0;
  }
  .pt_product .product-variations .variation-selector .variation-size {
    width: 59px;
    height: 36px;
    margin-right: 8px;
  }
  .pt_product .product-variations .variation-selector .lg-text-variation-wrap .variation-size {
    margin-right: 0;
  }
  .pt_product .product-variations .btn-qty > .btn {
    width: 40px;
    height: 36px;
  }
  .pt_product .product-variations .btn-qty > .label {
    margin-right: 8px;
    height: 36px;
    border: 1px solid #a3a3a3;
  }
  .pt_product .detail-review-summary > * {
    padding: 32px 0 0 0;
  }
  .pt_product .detail-review-summary > :first-child {
    padding-top: 28px;
  }
  .pt_product .detail-review-summary > :last-child {
    padding-bottom: 28px;
  }
  .pt_product .detail-review-summary .star-total-info .star-average {
    margin-bottom: 12px;
  }
  .pt_product .detail-review-summary .star-total-info .star-review-num {
    margin-bottom: 18px;
  }
  .pt_product .detail-review-summary .opt-value-wrap {
    margin-top: 0;
  }
  .pt_product .detail-review-summary .opt-value-wrap .opt-value-title, .pt_product .detail-review-summary .opt-value-wrap .opt-value-box {
    margin-top: 18px;
  }
  .pt_product .detail-review-summary .opt-value-wrap .opt-value-title:first-of-type, .pt_product .detail-review-summary .opt-value-wrap .opt-value-box:first-of-type {
    margin-top: 0;
  }
  .pt_product .review-opt-graph {
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding: 0 16px;
  }
  .pt_product .review-opt-graph span {
    line-height: normal;
  }
  .pt_product .review-opt-graph .opt-graph-gage.star-gage-value {
    width: calc(100% - 60px);
  }
  .pt_product .opt-value-wrap {
    padding: 0 16px;
  }
}

.uk-modal.modal-reviews-display {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.uk-modal.modal-reviews-submit .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;
}

.uk-modal.modal-reviews-submit .uk-close {
  width: 60px;
  height: 60px;
}

.uk-modal.modal-reviews-submit .contents {
  height: 100%;
}

.uk-modal.modal-reviews-submit .back-btn {
  width: 60px;
  height: 60px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 100;
}

.uk-modal.modal-reviews-submit .back-btn .icon {
  width: 18px;
  height: 18px;
}

.reviews-summary .reviews-summary-product-name {
  letter-spacing: -.025em;
}

.reviews-summary .review-stars-rating-icon.icon {
  stroke: #b90000;
  fill: #b90000;
}

.reviews-summary .review-stars-rating-icon:not(:last-child) {
  margin-right: .45em;
}

.reviews-summary .review-stars-num-rating {
  margin-left: 10px;
  line-height: 1;
}

.reviews-summary .review-stars-descr {
  margin-top: 10px;
  margin-bottom: 28px;
  font-size: 12px;
  line-height: 16px;
}

.reviews-summary .review-bar {
  margin-bottom: 0;
}

.reviews-summary .review-bar:not(:first-child) {
  margin-top: 18px;
}

.reviews-summary .review-bar .review-bar-type {
  margin-bottom: 12px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: -.025em;
}

.reviews-summary .review-bar .review-bar-range {
  position: relative;
  height: 8px;
  margin-top: 12px;
  border: 1px solid;
  overflow: hidden;
}

.reviews-summary .review-bar .review-bar-range .row {
  margin-left: -1px;
  margin-right: -1px;
  height: 100%;
}

.reviews-summary .review-bar .review-bar-range .row .range.active {
  background-color: #000000;
}

.reviews-summary .review-bar .review-bar-range .review-bar-range-puck {
  position: absolute;
  top: 0;
  width: 20%;
  height: 100%;
  background-color: currentColor;
  -webkit-transform: translate3d(-50%, 0, 0);
  transform: translate3d(-50%, 0, 0);
}

.reviews-summary .review-bar .review-bar-labels {
  margin-top: 10px;
  font-size: 12px;
  line-height: 1;
  letter-spacing: -.025em;
  color: #9b9b9b;
}

.reviews-summary .reviews-summary-product-actions {
  margin-top: 24px;
}

.reviews-summary .reviews-summary-product-media {
  position: relative;
}

.reviews-summary .reviews-summary-product-media::before {
  display: block;
  content: '';
  padding-bottom: 93.361%;
  width: 100%;
}

.reviews-summary .reviews-summary-product-media img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  object-fit: cover;
}

.reviews-summary .reviews-summary-options {
  border-top: 1px solid #eeeeee;
  border-bottom: 1px solid #eeeeee;
}

.reviews-summary .reviews-summary-options .button-review-sort {
  font-weight: 600;
  border: 1px solid #eeeeee;
}

.reviews-summary .reviews-summary-options .button-review-sort:not(.active) {
  color: #383838;
  background-color: #f7f7f7;
}

.reviews-summary .reviews-summary-item {
  -webkit-transition: background-color 213ms ease-in-out 213ms;
  transition: background-color 213ms ease-in-out 213ms;
}

.reviews-summary .reviews-summary-item:not(:first-child) {
  border-top: 1px solid #eeeeee;
}

.reviews-summary .reviews-summary-item.set-highlighted {
  background-color: #fef5e6;
}

.reviews-summary .reviews-summary-item-title {
  font-weight: 900;
}

.reviews-summary .review-stars-summary-item {
  line-height: 1;
}

.reviews-summary .reviews-summary-item-description {
  margin-top: 25px;
  font-size: 14px;
  letter-spacing: -.025em;
  word-wrap: break-word;
  -ms-word-wrap: break-word;
  word-break: break-all;
  color: #666666;
}

.reviews-summary .reviews-summary-item-user-info {
  line-height: 1;
  letter-spacing: -.025em;
}

.reviews-summary .reviews-summary-item-user-info .date {
  margin-left: 8px;
  color: #383838;
}

.reviews-summary.customer-review-container {
  position: static;
}

.review-submit-head {
  z-index: 4;
  position: absolute;
  top: 0;
  left: 0;
  padding-left: 60px;
  padding-right: 60px;
  width: 100%;
  height: 60px;
  word-break: keep-all;
  text-align: center;
  background-color: #ffffff;
  border-bottom: 2px solid #eeeeee;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.4, 0.9, 0.3, 1);
  transition: -webkit-transform 0.6s cubic-bezier(0.4, 0.9, 0.3, 1);
  transition: transform 0.6s cubic-bezier(0.4, 0.9, 0.3, 1);
  transition: transform 0.6s cubic-bezier(0.4, 0.9, 0.3, 1), -webkit-transform 0.6s cubic-bezier(0.4, 0.9, 0.3, 1);
}

.step-progress-active .review-submit-head {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  background: #f1f2f3;
}

.review-submit-head .review-submit-head-title {
  margin: 0;
  font-size: 16px;
  line-height: 1.25;
  letter-spacing: -.025em;
}

.review-submit-head .review-submit-progress {
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 0%;
  height: 2px;
  background-color: #c9192e;
  -webkit-transition: width 1s ease-in-out 426ms;
  transition: width 1s ease-in-out 426ms;
}

.review-submit-steps {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  position: relative;
  height: 100%;
  padding-top: 0;
  -webkit-transition: padding 0.6s cubic-bezier(0.4, 0.9, 0.3, 1);
  transition: padding 0.6s cubic-bezier(0.4, 0.9, 0.3, 1);
}

.step-progress-active .review-submit-steps {
  padding-top: 60px;
}

.review-submit-steps .gutter-normal {
  padding-left: 20px;
  padding-right: 20px;
}

.review-submit-step {
  overflow: hidden;
  position: relative;
  width: 100%;
  margin-top: 0;
}

.review-submit-step:not(.step-delay-fade) {
  -webkit-transition: height 426ms ease-in-out,margin-top 426ms ease-in-out,opacity 426ms ease-in-out,visibility 426ms ease-in-out;
  transition: height 426ms ease-in-out,margin-top 426ms ease-in-out,opacity 426ms ease-in-out,visibility 426ms ease-in-out;
}

.review-submit-step:not(:first-child) + .active:not(.step-hide-previous) {
  margin-top: -75px;
}

.review-submit-step, .review-submit-step.complete-hidden {
  height: 0;
  opacity: 0;
  visibility: hidden;
}

.review-submit-step.active {
  height: 100%;
  opacity: 1;
  visibility: inherit;
}

.review-submit-step.active .step-actions {
  opacity: 1;
  visibility: inherit;
}

.review-submit-step.complete {
  opacity: 1;
  visibility: inherit;
  z-index: 3;
}

.review-submit-step.complete:not(.active) {
  height: 95px;
}

.review-submit-step.complete:not(.active).step-review {
  height: 75px;
}

.review-submit-step.complete:not(.active).step-media {
  height: 230px;
}

.review-submit-step.complete:not(.active) .step-contents {
  -webkit-transform: scale(0.5) translateZ(0);
  transform: scale(0.5) translateZ(0);
}

.review-submit-step.complete:after {
  width: 100%;
  -webkit-transition-delay: 213ms;
  transition-delay: 213ms;
}

.review-submit-step.complete > * {
  pointer-events: none;
}

.review-submit-step.complete .step-element-complete-collapse {
  overflow: hidden;
  opacity: 0;
}

.review-submit-step.complete .step-element-complete-collapse,
.review-submit-step.complete .step-element-complete-collapse-visible {
  max-height: 0;
  margin-top: 0;
  margin-bottom: 0;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  overflow: hidden;
}

.review-submit-step:after {
  content: '';
  position: absolute;
  right: 0;
  left: 0;
  bottom: 1px;
  margin: auto;
  height: 1px;
  max-width: 0;
  background-color: #f7f7f7;
  -webkit-transition: max-width .6s ease-in-out;
  transition: max-width .6s ease-in-out;
}

.review-submit-step.set-media-added .review-submit-sign-skip {
  display: none;
}

.review-submit-step.set-media-added .review-submit-media-container .review-submit-media-file {
  display: none;
}

.review-submit-step:not(.set-media-added) .review-submit-sign-next {
  display: none;
}

.review-submit-step:not(.set-media-added) .step-element-complete-collapse-visible {
  opacity: 0;
  visibility: hidden;
}

.step-contents {
  width: 100%;
  -webkit-transform-origin: center;
  transform-origin: center;
  -webkit-transition: -webkit-transform 426ms ease-in-out;
  transition: -webkit-transform 426ms ease-in-out;
  transition: transform 426ms ease-in-out;
  transition: transform 426ms ease-in-out,-webkit-transform 426ms ease-in-out;
}

.step-contents .step-element-complete-collapse,
.step-contents .step-element-complete-collapse-visible {
  max-height: 512px;
  -webkit-transition: margin 213ms ease-in-out,max-height 213ms ease-in-out,opacity 213ms ease-in-out 213ms;
  transition: margin 213ms ease-in-out,max-height 213ms ease-in-out,opacity 213ms ease-in-out 213ms;
}

.step-contents .step-element-complete-collapse.set-collapsed,
.step-contents .step-element-complete-collapse-visible.set-collapsed {
  max-height: 0;
  margin-top: 0;
  margin-bottom: 0;
  overflow: hidden;
  opacity: 0;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

.step-contents .step-title {
  margin-bottom: 1em;
  line-height: 1;
}

.step-contents .step-title-small {
  margin-bottom: 18px;
  font-size: 36px;
  line-height: 1;
}

.step-contents .step-descr {
  line-height: 1.5;
}

.step-contents .step-descr.intro-descr {
  line-height: 1;
  margin-bottom: 16px;
}

.step-contents textarea {
  display: block;
  width: 100%;
  font-family: inherit;
  letter-spacing: -.025em;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  outline: none;
  overflow-x: hidden;
  resize: none;
}

.step-contents-description {
  max-width: 720px;
  -webkit-transform: translate3d(0, -5rem, 0);
  transform: translate3d(0, -5rem, 0);
}

.review-submit-step-preview {
  -webkit-transition: margin 213ms ease-in-out;
  transition: margin 213ms ease-in-out;
  gap: 12px;
  overflow-x: auto;
  justify-content: safe center;
  padding: 0 16px;
}

.review-submit-step-preview .review-submit-rating-item {
  display: inline-block;
  position: relative;
  width: 30px;
  height: 30px;
  margin: 0 8px;
}

.review-submit-step-preview .review-submit-rating-item.set-checked .icon {
  background-position: 100%;
}

.review-submit-step-preview .review-submit-rating-item .review-submit-rating-radio {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  visibility: hidden;
}

.review-submit-step-preview .review-submit-rating-item .review-submit-rating-radio:checked + .icon {
  background-position: 100%;
}

.review-submit-step-preview .review-submit-rating-item .icon {
  display: block;
  width: 100%;
  height: 100%;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA3NS41IDM4IiBpZD0ic3ZnIj48cGF0aCBkPSJNMTUuNSAxNmwtMTAuMi4xIDguMiA2LjdMMTAuNiAzM2w4LjMtNi4xIDguNCA2LjEtMi45LTEwLjIgOC4yLTYuNy0xMC41LS4xLTMuMy0xMC0zLjMgMTB6bTMuMy0xNmw0LjcgMTQuMSAxNC4yLjEtMTEuMyA5LjIgNC4xIDE0LjMtMTEuNy04LjYtMTEuNiA4LjcgNC4xLTE0LjNMMCAxNC4ybDE0LjItLjFMMTguOCAwek01Ni41IDBsNC43IDE0LjEgMTQuMy4xLTExLjQgOS4yIDQuMSAxNC40LTExLjctOC42LTExLjYgOC42TDQ5IDIzLjRsLTExLjMtOS4yIDE0LjItLjFMNTYuNSAweiIvPjwvc3ZnPg==);
  background-position: 0;
  background-size: 200%;
  background-repeat: no-repeat;
}

.review-submit-range-bar {
  margin: 0 auto;
  max-width: 406px;
}

.review-submit-range-bar .review-submit-range {
  height: 20px;
  border: 1px solid;
}

.review-submit-range-bar .review-submit-range .review-submit-range-item {
  display: inline-block;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.review-submit-range-bar .review-submit-range .review-submit-range-item:not(:last-child) {
  border-right: 1px solid;
}

.review-submit-range-bar .review-submit-range .review-submit-range-item.set-checked .icon {
  background-color: #000000;
}

.review-submit-range-bar .review-submit-range .review-submit-range-item .review-submit-range-selection {
  display: block;
  position: relative;
  height: 100%;
  cursor: pointer;
  -webkit-transition: background-color 426ms cubic-bezier(0.4, 0.9, 0.3, 1);
  transition: background-color 426ms cubic-bezier(0.4, 0.9, 0.3, 1);
}

.review-submit-range-bar .review-submit-range .review-submit-range-item .review-submit-range-selection:hover {
  background-color: #f7f7f7;
}

.review-submit-range-bar .review-submit-range .review-submit-range-item .review-submit-range-selection input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  visibility: hidden;
}

.review-submit-range-bar .review-submit-range .review-submit-range-item .review-submit-range-selection input:checked + .icon {
  background-color: #000000;
}

.review-submit-range-bar .review-submit-range .review-submit-range-item .review-submit-range-selection .icon {
  display: block;
  width: 100%;
  height: 100%;
  cursor: pointer;
  -webkit-transition: background-color 426ms cubic-bezier(0.4, 0.9, 0.3, 1);
  transition: background-color 426ms cubic-bezier(0.4, 0.9, 0.3, 1);
}

.review-submit-range-bar .review-submit-range-labels {
  margin-top: 12px;
  font-size: 12px;
  line-height: 1;
  color: #9b9b9b;
}

.review-submit-media-container {
  flex-basis: 168px;
  max-width: 168px;
  max-height: 202px;
  flex-shrink: 0;
}

.review-submit-media-container.set-border {
  -webkit-box-shadow: inset 0 0 0 1px #000000;
  box-shadow: inset 0 0 0 1px #000000;
}

.review-submit-media-container .review-submit-media-file {
  z-index: 1;
  opacity: 0;
  cursor: pointer;
}

.review-submit-media-container .review-submit-media-add {
  font-size: 14px;
  line-height: 1;
  cursor: pointer;
}

.review-submit-media-container .review-submit-media-add .review-submit-media-add-icon {
  stroke-width: 0;
  margin-bottom: 22px;
}

.review-submit-media-container .warning-copyright {
  position: absolute;
  right: 0;
  left: 0;
  max-width: 100%;
  margin: auto;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: -.025em;
  bottom: 18px;
}

.review-submit-media-container .image-upload-file {
  position: absolute;
  right: 0;
  left: 0;
  max-width: 100%;
  margin: auto;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: -.025em;
  bottom: 52px;
  color: #79aecf;
}

.review-submit-media-change {
  display: inline-block;
  margin-top: 1em;
  font-size: 12px;
  cursor: pointer;
}

.review-submit-media-change .review-submit-media-file {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  visibility: hidden;
}

.review-submit-descr-section {
  position: relative;
}

.review-submit-descr-section.review-submit-descr-section-more {
  margin: 80px auto 0;
}

.review-submit-descr-section .review-submit-descr-subtitle-intro {
  margin-bottom: 56px;
}

.review-submit-descr-section .review-submit-descr-subtitle-intro .review-submit-step-subtitle {
  font-size: 20px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: -.025em;
}

.review-submit-descr-section .review-submit-descr-subtitle-intro .review-submit-step-subtext {
  margin-top: 15px;
  font-size: 14px;
  line-height: 1;
  color: #9b9b9b;
  letter-spacing: -.025em;
}

.review-submit-descr-section .review-submit-descr {
  border: none;
  outline: none;
  line-height: normal;
}

.review-submit-descr-section .review-submit-descr-intro {
  margin: 0 auto;
  max-width: 500px;
  font-size: 40px;
  font-weight: 700;
  line-height: 48px;
  border-bottom: 1px solid #000;
}

.review-submit-descr-section .review-submit-descr-intro *::-webkit-input-placeholder {
  color: #9b9b9b;
}

.review-submit-descr-section .review-submit-descr-intro *:-moz-placeholder {
  color: #9b9b9b;
}

.review-submit-descr-section .review-submit-descr-intro *::-moz-placeholder {
  color: #9b9b9b;
}

.review-submit-descr-section .review-submit-descr-intro:-ms-input-placeholder {
  color: #9b9b9b;
}

.review-submit-descr-section .review-submit-descr-intro::placeholder {
  color: #9b9b9b;
}

.review-submit-descr-section .review-submit-descr-intro:focus *::-webkit-input-placeholder {
  color: #ffffff;
}

.review-submit-descr-section .review-submit-descr-intro:focus *:-moz-placeholder {
  color: #ffffff;
}

.review-submit-descr-section .review-submit-descr-intro:focus *::-moz-placeholder {
  color: #ffffff;
}

.review-submit-descr-section .review-submit-descr-intro:focus:-ms-input-placeholder {
  color: #ffffff;
}

.review-submit-descr-section .review-submit-descr-intro:focus::placeholder {
  color: #ffffff;
}

.review-submit-descr-section .review-submit-descr-count {
  position: absolute;
  left: 0;
  bottom: -24px;
  width: 100%;
  font-size: 12px;
  line-height: 1;
  letter-spacing: -.025em;
  color: #383838;
}

.review-submit-descr-section .review-submit-descr-trigger-container,
.review-submit-descr-section .review-submit-descr-trigger-target {
  -webkit-transition: opacity 213ms cubic-bezier(0.4, 0.9, 0.3, 1), visibility 213ms cubic-bezier(0.4, 0.9, 0.3, 1);
  transition: opacity 213ms cubic-bezier(0.4, 0.9, 0.3, 1), visibility 213ms cubic-bezier(0.4, 0.9, 0.3, 1);
}

.review-submit-descr-section .review-submit-descr-trigger-container {
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.review-submit-descr-section .review-submit-descr-trigger-container.active {
  opacity: 0;
  visibility: hidden;
}

.review-submit-descr-section .review-submit-descr-trigger-container .review-submit-descr-subtitle-more {
  margin-bottom: 1em;
  font-size: 14px;
  line-height: 20px;
}

.review-submit-descr-section .review-submit-descr-trigger-target:not(.active) {
  opacity: 0;
}

.step-actions {
  position: absolute;
  right: 0;
  left: 0;
  bottom: 20px;
  width: 100%;
  margin: 0 auto;
  font-size: 14px;
  line-height: 1;
  -webkit-transition: opacity .6s ease-in-out 1s;
  transition: opacity .6s ease-in-out 1s;
  opacity: 0;
  visibility: hidden;
}

.step-actions .set-invisible {
  opacity: 0;
  visibility: hidden;
}

.step-actions .button-submit {
  width: 160px;
}

.dump-input-image {
  display: none;
}

.upload-review-image-info {
  margin-top: 35px;
  font-size: 13px;
  line-height: 20px;
  letter-spacing: -.025em;
}

.upload-review-image-info .image-upload-file {
  color: #79aecf;
}

.review-uploaded-img-count-wrap {
  color: #979797;
  font-size: 15px;
}

.review-submit-media-delete {
  position: absolute;
  top: 12px;
  right: 10px;
  background-color: black;
  cursor: pointer;
  stroke: white;
  -webkit-transform: translate3d(0, 0, 0);
}

.n-review-read .read-list {
  width: 100%;
}

.modify-btn-area {
  gap: 24px;
}

.modify-btn-area > a {
  color: black;
  font-size: 12px;
  line-height: 12px;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.opt-value-and-recommend-wrapper {
  display: flex;
  justify-content: space-between;
  gap: 8px;
}

.opt-value-list-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.opt-value-list-wrapper .opt-value-list {
  display: flex;
  gap: 4px;
  align-items: center;
  font-size: 13px;
  padding: 4.5px 15px;
  background-color: #f6f6f6;
  border-radius: 15px;
  color: black;
  font-weight: 700;
}

.opt-value-list-wrapper .opt-value-list span:first-child {
  color: #757575;
}

.read-list .user-info, .review-content .user-info {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-bottom: 20px;
}

.read-list .user-info .like, .review-content .user-info .like {
  position: relative;
  display: inline-block;
  height: 18px;
  overflow: hidden;
  vertical-align: -1px;
  color: #589bc8;
}

.read-list .user-info .like > i, .review-content .user-info .like > i {
  font-size: 18px;
}

.read-list .user-info .like > i:before, .review-content .user-info .like > i:before {
  display: block;
}

.read-list .user-info .like .per, .review-content .user-info .like .per {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}

.read-list .user-info .like .star-default-bg, .review-content .user-info .like .star-default-bg {
  color: #a5a5a5;
}

.read-list .user-info .write-date, .review-content .user-info .write-date {
  color: #2b2b2b;
  font-size: 14px;
  font-weight: 500;
  font-family: "Noto Sans KR", "맑은 고딕", Dotum;
  vertical-align: -1px;
}

.read-list .user-info .user-name, .review-content .user-info .user-name {
  color: #2b2b2b;
  font-size: 12px;
  vertical-align: bottom;
}

.read-list .user-info .like {
  height: 13px;
}

.read-list .user-info .like > i {
  font-size: 13px;
}

.review-content .user-info {
  margin-bottom: 10px;
}

.review-img-info {
  position: relative;
  margin: 25px 0 0;
  display: flex;
  gap: 16px;
}

.review-img-info .append-img {
  overflow: hidden;
  display: inline-block;
  height: 254px;
  flex: 0 1 20%;
}

.review-img-info .append-img a, .review-img-info .append-img img {
  width: 100%;
  height: 100%;
}

.review-img-info .append-img a {
  display: inline-block;
}

.review-img-info .append-img img {
  object-fit: cover;
}

.reviews-summary-item .review-img-info .append-img {
  height: 220px;
}

.review-recommend-btn-area .like {
  display: inline-flex;
  align-items: center;
  padding: 0 15px;
  color: black;
  font-size: 12px;
  line-height: 28px;
  background-color: #fff;
  border-radius: 25px;
  border: 1px solid #c4c4c4;
  font-weight: 400;
}

.review-recommend-btn-area .like .icon {
  font-size: 15px;
  margin-right: 5px;
  vertical-align: text-bottom;
}

.review-recommend-btn-area .like .like-num {
  color: #347298;
  font-weight: normal;
  margin-left: 5px;
  font-weight: 700;
}

.customer-review-container .reviews-summary-list .review-item-content {
  max-width: none;
}

.customer-review-container .reviews-summary-list .review-item-content .review-content-header .reviews-summary-item-title::before {
  display: none;
}

.customer-review-action.mobile, .review-recommend-btn-area.mobile {
  display: none;
}

.reviews-summary-list .reviews-summary-item .customer-review-action, #detail-review .customer-review-action {
  gap: 10px;
  margin-top: 20px;
}

.reviews-summary-list .reviews-summary-item .customer-review-action .button, #detail-review .customer-review-action .button {
  padding-top: 9px;
  padding-bottom: 9px;
  line-height: 12px;
  font-weight: normal;
  flex-basis: 88px;
  font-size: 14px;
  letter-spacing: -0.010em;
  font-weight: 700;
}

.reviews-summary-list .reviews-summary-item .customer-review-action .review-remove, #detail-review .customer-review-action .review-remove {
  background: transparent;
  color: #2b2b2b;
  border: 1px solid;
}

.customer-review-container .review-item-content .review-content .review-content-header {
  flex-direction: column;
  margin-bottom: 0;
}

.customer-review-container .review-item-content .review-content .review-content-header .reviews-summary-item-title {
  max-width: 100%;
  font-size: 18px;
  line-height: 1;
  word-break: keep-all;
  word-wrap: break-word;
  overflow-wrap: break-word;
  margin-bottom: 0;
}

.n-review-read ul > li:last-child {
  border-bottom: 1px solid #eeeeee;
}

.reviews-summary .reviews-summary-item:last-child {
  border-bottom: 1px solid #eeeeee;
  margin-bottom: 37px;
}

@media screen and (max-width: 767px) {
  .uk-modal.modal-reviews-display {
    background-color: #ffffff;
  }
  .uk-modal.modal-reviews-display .uk-modal-dialog {
    min-height: 100%;
    padding-bottom: 60px;
  }
  .uk-modal.modal-reviews-submit {
    background-color: #ffffff;
  }
  .uk-modal.modal-reviews-submit .uk-modal-dialog {
    height: 100%;
  }
  .reviews-summary {
    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: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .reviews-summary .reviews-summary-sticky {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 60px;
    -ms-flex: 1 0 60px;
    flex: 1 0 60px;
    font-size: 16px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: -.025em;
  }
  .reviews-summary .reviews-summary-scrollable {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
  }
  .reviews-summary .reviews-summary-product-name {
    margin-bottom: 14px;
    font-size: 20px;
    font-weight: 600;
    line-height: 24px;
    text-align: center;
  }
  .reviews-summary .reviews-summary-head {
    padding-left: 16px;
    padding-right: 16px;
    text-align: center;
  }
  .reviews-summary .review-stars-summary {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 20px;
  }
  .reviews-summary .review-stars-rating-summary {
    font-size: 14px;
    line-height: 1;
  }
  .reviews-summary .review-stars-num-rating-summary {
    font-size: 18px;
    line-height: 14px;
  }
  .reviews-summary .review-stars-descr {
    margin-bottom: 22px;
  }
  .reviews-summary .review-bar:not(:first-child) {
    margin-top: 15px;
  }
  .reviews-summary .reviews-summary-product-actions {
    margin-top: 28px;
  }
  .reviews-summary .reviews-summary-options {
    margin-top: 30px;
    margin-left: -16px;
    margin-right: -16px;
    padding: 30px 16px 0;
    border-bottom: 0;
  }
  .reviews-summary .reviews-summary-options .button-review-sort {
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
    height: 45px;
    font-size: 13px;
  }
  .reviews-summary .reviews-summary-item {
    padding: 30px;
  }
  .reviews-summary .reviews-summary-item-media {
    margin-bottom: 28px;
  }
  .reviews-summary .reviews-summary-item-title {
    margin-bottom: 0;
    font-size: 16px;
    line-height: 20px;
    -webkit-flex-basis: calc(100% - 96px);
    -ms-flex-preferred-size: calc(100% - 96px);
    flex-basis: calc(100% - 96px);
    max-width: calc(100% - 96px);
  }
  .reviews-summary .review-stars-summary-item {
    -webkit-flex-basis: 96px;
    -ms-flex-preferred-size: 96px;
    flex-basis: 96px;
    max-width: 96px;
    font-size: 14px;
  }
  .reviews-summary .review-bar-summary-item .review-bar-type {
    font-size: 12px;
  }
  .reviews-summary .reviews-summary-item-user-info, .reviews-summary .reviews-summary-item-description {
    margin-top: 16px;
  }
  .review-submit-head-sm-fixed {
    position: fixed;
  }
  .review-submit-steps .gutter-normal {
    padding-left: 16px;
    padding-right: 16px;
  }
  .review-submit-step.step-option, .review-submit-step.step-size, .review-submit-step.step-color {
    padding-left: 20px;
    padding-right: 20px;
  }
  .review-submit-step.complete:after {
    max-width: 100%;
  }
  .step-contents .step-title {
    font-size: 25px;
  }
  .step-contents .step-title-small {
    font-size: 25px;
  }
  .step-contents .step-descr .intro-descr {
    margin-bottom: 22px;
  }
  .step-contents .review-submit-card {
    margin: 0 auto 30px;
    width: 75%;
    max-width: 430px;
  }
  .review-submit-media-container .warning-copyright {
    font-size: 10px;
    line-height: 14px;
  }
  .review-submit-descr-section .review-submit-descr-subtitle-intro .review-submit-step-subtitle {
    font-size: 16px;
  }
  .review-submit-descr-section .review-submit-descr-subtitle-intro .review-submit-step-subtext {
    margin-top: 8px;
    font-size: 12px;
  }
  .review-submit-descr-section .review-submit-descr-intro {
    font-size: 25px;
    line-height: 33px;
  }
  .step-actions .button-submit {
    width: calc(100% - 32px);
  }
  .n-review-read .uk-grid .read-list .read-subject {
    font-size: 16px;
  }
  .n-review-read .uk-grid .read-list .read-comment {
    font-size: 13px;
  }
  .n-review-read .uk-grid .read-list .review-recommend-btn-area {
    margin-top: 16px;
    margin-bottom: 20px;
  }
  .n-review-read .uk-grid .read-list .review-img-info, .reviews-summary-item .review-img-info {
    display: flex;
    overflow-x: auto;
    gap: 8px;
  }
  .n-review-read .uk-grid .read-list .review-img-info .append-img, .reviews-summary-item .review-img-info .append-img {
    overflow: hidden;
    display: inline-block;
    max-width: 145px;
    height: 190px;
    flex-shrink: 0;
    flex-basis: auto;
  }
  .opt-value-and-recommend-wrapper .opt-value-list-wrapper .opt-value-list {
    font-size: 12px;
  }
  .review-content .user-info {
    margin-bottom: 20px;
  }
  .customer-review-action.mobile {
    display: flex;
  }
  .review-recommend-btn-area.mobile {
    display: block;
  }
  .modify-btn-area.pc, .review-recommend-btn-area.pc {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .uk-modal.modal-reviews-display {
    padding: 90px 32px;
  }
  .uk-modal.modal-reviews-submit {
    padding: 32px;
  }
  .uk-modal.modal-reviews-submit .uk-modal-dialog {
    height: 580px;
  }
  .reviews-summary .reviews-summary-row {
    padding: 50px;
    padding-bottom: 20px;
  }
  .reviews-summary .reviews-summary-product-name {
    margin-top: -6px;
    font-size: 30px;
    font-weight: 600;
    line-height: 38px;
  }
  .reviews-summary .reviews-summary-item-title,
  .reviews-summary .reviews-summary-product-details {
    max-width: 228px;
  }
  .reviews-summary .review-stars-summary {
    margin-top: 28px;
  }
  .reviews-summary .review-stars-num-rating-summary,
  .reviews-summary .review-stars-rating-summary {
    font-size: 24px;
  }
  .reviews-summary .review-bar-summary-item {
    max-width: 228px;
  }
  .reviews-summary .reviews-summary-options {
    padding: 10px 50px;
  }
  .reviews-summary .reviews-summary-options .button-review-sort {
    -webkit-flex-basis: 140px;
    -ms-flex-preferred-size: 140px;
    flex-basis: 140px;
    max-width: 140px;
    height: 40px;
    font-size: 14px;
  }
  .reviews-summary .reviews-summary-item-title {
    margin-bottom: 28px;
    font-size: 18px;
    line-height: 26px;
  }
  .reviews-summary .review-stars-summary-item {
    font-size: 18px;
  }
  .reviews-summary .reviews-summary-item-description {
    max-width: 288px;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 14px;
  }
  .reviews-summary .reviews-summary-item-user-info {
    margin-top: 24px;
  }
  .reviews-summary .reviews-summary-item-media {
    padding-left: 50px;
  }
  .review-submit-head {
    zoom: 1;
  }
  .review-submit-step.complete:after {
    max-width: 340px;
  }
  .step-contents .step-title {
    font-size: 40px;
  }
  .step-contents .step-descr .intro-descr {
    margin-bottom: 16px;
  }
  .step-contents .review-submit-card {
    margin: 0 auto 16px;
    max-width: 234px;
  }
  .step-contents .review-submit-start {
    max-width: 340px;
  }
}

@media (max-width: 480px) {
  .read-subject {
    line-height: 20px;
  }
  .n-review-read .uk-grid .read-list .read-subject,
  .customer-review-container .reviews-summary-item-description,
  .n-review-read .read-list .read-comment,
  .opt-value-and-recommend-wrapper,
  .opt-value-list-wrapper,
  .review-img-info {
    margin-bottom: 16px;
  }
  .review-img-info {
    margin-top: 0;
  }
  .opt-value-list-wrapper .opt-value-list {
    font-weight: 500;
  }
}

.checkoutBtn {
  margin: 0;
  font-weight: bold;
}

.pt_cart {
  padding-bottom: 0;
}

.pt_cart .contents {
  margin: 40px 0;
}

.pt_cart .contents .cart-wrap {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 40px;
  font-family: "Noto Sans KR", "맑은 고딕", Dotum;
}

.pt_cart .contents .cart-wrap .cart-top-title {
  padding-bottom: 15px;
}

.pt_cart .contents .cart-wrap .cart-top-title .title {
  font-size: 24px;
  font-weight: bold;
  letter-spacing: -.025em;
}

.pt_cart .contents .cart-wrap .cart-order-wrap {
  max-width: 900px;
  flex-basis: 66.1%;
  margin-right: 4.4%;
  margin-bottom: 40px;
}

.pt_cart .contents .cart-wrap .cart-order-wrap.mypage-cart {
  max-width: 100%;
  margin-right: 0;
}

.pt_cart .contents .cart-wrap .cart-order-wrap .list-sort-name {
  line-height: 16px;
  border-top: 1px solid #c4c4c4;
  border-bottom: 1px solid #c4c4c4;
  text-align: center;
  color: #666666;
}

.pt_cart .contents .cart-wrap .cart-order-wrap .list-sort-name .cart-list-title {
  padding: 15px 0;
}

.pt_cart .contents .cart-wrap .cart-order-wrap .list-sort-name .cart-list-title:not(:first-child) {
  border-left: 1px solid #f1f2f3;
}

.pt_cart .contents .cart-wrap .cart-order-wrap .toggle-area {
  display: none;
}

.pt_cart .contents .cart-wrap .cart-order-wrap .cart-list-item {
  position: relative;
  border-bottom: 1px solid #f1f2f3;
}

.pt_cart .contents .cart-wrap .cart-order-wrap .cart-list-item .item-dec {
  padding: 20px 0;
  border-right: 1px solid #f1f2f3;
}

.pt_cart .contents .cart-wrap .cart-order-wrap .cart-list-item .item-dec .image-url {
  display: inline-block;
  max-width: 110px;
  width: 21.6%;
}

.pt_cart .contents .cart-wrap .cart-order-wrap .cart-list-item .item-dec .item-detail {
  display: inline-block;
  width: 78.4%;
  vertical-align: top;
  padding-left: 5.9%;
  word-break: keep-all;
}

.pt_cart .contents .cart-wrap .cart-order-wrap .cart-list-item .item-dec .item-detail .addon-badge {
  display: inline-block;
  background-color: #2b2b2b;
  color: #fff;
  padding: 2px 10px;
  margin-bottom: 5px;
}

.pt_cart .contents .cart-wrap .cart-order-wrap .cart-list-item .item-dec .item-detail .name {
  display: block;
  font-size: 14px;
  padding: 5px 0 10px;
  color: #2b2b2b;
}

.pt_cart .contents .cart-wrap .cart-order-wrap .cart-list-item .item-dec .item-detail .option_wrap {
  font-size: 13px;
  color: #9b9b9b;
  line-height: 1.2;
}

.pt_cart .contents .cart-wrap .cart-order-wrap .cart-list-item .item-dec .item-detail .option_wrap .optchange-btn {
  margin-left: 10px;
}

.pt_cart .contents .cart-wrap .cart-order-wrap .cart-list-item .item-dec .item-detail .option_wrap .optchange-btn span {
  position: relative;
}

.pt_cart .contents .cart-wrap .cart-order-wrap .cart-list-item .item-dec .item-detail .option_wrap .optchange-btn span:before {
  content: '';
  width: 100%;
  height: 1px;
  background: #347298;
  position: absolute;
  bottom: 0;
  left: 0;
}

.pt_cart .contents .cart-wrap .cart-order-wrap .cart-list-item .item-dec .item-detail .etc-action-btn {
  padding-top: 40px;
}

.pt_cart .contents .cart-wrap .cart-order-wrap .cart-list-item .item-dec .item-detail .etc-action-btn button, .pt_cart .contents .cart-wrap .cart-order-wrap .cart-list-item .item-dec .item-detail .etc-action-btn a {
  display: inline-block;
  color: #2b2b2b;
  text-align: left;
  font-size: 14px;
}

.pt_cart .contents .cart-wrap .cart-order-wrap .cart-list-item .item-dec .item-detail .etc-action-btn svg {
  font-size: 18px;
}

.pt_cart .contents .cart-wrap .cart-order-wrap .cart-list-item .item-dec .item-detail .etc-action-btn .wish-btn-wrap {
  padding-right: 15px;
}

.pt_cart .contents .cart-wrap .cart-order-wrap .cart-list-item .item-dec .item-detail .etc-action-btn .wish-btn-wrap .wish-action {
  position: relative;
}

.pt_cart .contents .cart-wrap .cart-order-wrap .cart-list-item .item-dec .item-detail .etc-action-btn .wish-btn-wrap .wish-action:not(.set-active) {
  display: none;
}

.pt_cart .contents .cart-wrap .cart-order-wrap .cart-list-item .item-dec .item-detail .etc-action-btn .later-btn-wrap {
  position: relative;
}

.pt_cart .contents .cart-wrap .cart-order-wrap .cart-list-item .item-dec .item-detail .product-message {
  margin-top: 10px;
  color: #c9192e;
}

.pt_cart .contents .cart-wrap .cart-order-wrap .cart-list-item .item-quantity {
  padding: 20px 0;
  border-right: 1px solid #f1f2f3;
}

.pt_cart .contents .cart-wrap .cart-order-wrap .cart-list-item .item-quantity .print-message {
  display: none;
}

.pt_cart .contents .cart-wrap .cart-order-wrap .cart-list-item .item-price {
  padding: 20px 30px 15px;
  font-weight: 600;
  text-align: right;
}

.pt_cart .contents .cart-wrap .cart-order-wrap .cart-list-item .item-price .rate {
  font-weight: 600;
  color: #d0191e;
}

.pt_cart .contents .cart-wrap .cart-order-wrap .cart-list-item .item-price .sale-price {
  font-size: 12px;
  color: #9b9b9b;
  text-decoration: line-through;
  padding-bottom: 5px;
}

.pt_cart .contents .cart-wrap .cart-order-wrap .cart-list-item .item-price .price {
  font-weight: bold;
  font-size: 15px;
}

.pt_cart .contents .cart-wrap .cart-order-wrap .cart-list-item .item-price .promo-detail {
  font-weight: bold;
  font-size: 12px;
  line-height: 1.5;
  word-break: keep-all;
}

.pt_cart .contents .cart-wrap .cart-order-wrap .cart-list-item .item-price .promo-detail .coupon-title {
  padding-top: 20px;
  color: #00a885;
}

.pt_cart .contents .cart-wrap .cart-order-wrap .cart-list-item .item-price .promo-detail span {
  display: inline-block;
}

.pt_cart .contents .cart-wrap .cart-order-wrap .cart-list-item .item-price .product-message {
  display: inline-block !important;
  font-size: 12px;
  color: #c9192e;
  background: rgba(201, 25, 46, 0.078);
  padding: 5px 3px;
  margin-top: 10px;
  align-self: flex-end;
}

.pt_cart .contents .cart-wrap .cart-order-wrap .cart-list-item .item-delete-wrap {
  position: absolute;
  top: 20px;
  right: 0px;
}

.pt_cart .contents .cart-wrap .cart-order-wrap .cart-list-item .item-delete-wrap .delete-btn {
  color: #2b2b2b;
  font-size: 16px;
}

.pt_cart .contents .cart-wrap .cart-order-wrap .cart-list-item .mobile-btn {
  display: none;
}

.pt_cart .contents .cart-wrap .cart-order-wrap .cart-list-item.order-addon-item .image-url {
  cursor: default;
}

.pt_cart .contents .cart-wrap .cart-order-wrap .cart-list-item.order-addon-item .link-underline.name {
  cursor: default;
}

.pt_cart .contents .cart-wrap .cart-order-wrap .cart-list-item.order-addon-item .link-underline:hover {
  text-decoration: none;
}

.pt_cart .contents .cart-wrap .cart-order-wrap .cart-list-item.order-addon-item .item-price *:not(.product-message) {
  display: none;
}

.pt_cart .contents .cart-wrap .cart-order-wrap .suggest-slider {
  margin-top: 40px;
}

.pt_cart .contents .cart-wrap .cart-order-wrap .addon-mini {
  position: relative;
}

.pt_cart .contents .cart-wrap .cart-order-wrap .addon-mini .toggle-box .toggle-label {
  border-top: 1px solid #e0e0e0;
  padding: 0 16px;
}

.pt_cart .contents .cart-wrap .cart-order-wrap .addon-mini .toggle-box .toggle-label .addon-title {
  font-size: 16px;
}

.pt_cart .contents .cart-wrap .cart-order-wrap .addon-mini .toggle-box .toggle-label:after {
  right: 16px;
}

.pt_cart .contents .cart-wrap .cart-order-wrap .addon-mini .addon-selector-box {
  padding: 25px 45px;
  border-top: 1px solid #e0e0e0;
  background: #f4f4f4;
}

.pt_cart .contents .cart-wrap .cart-order-wrap .addon-mini .addon-selector-box .addon-checked-none {
  margin-bottom: 10px;
  font-size: 14px;
  text-align: right;
}

.pt_cart .contents .cart-wrap .cart-order-wrap .addon-mini .addon-selector-box .addon-checked-none .i-checkbox {
  position: relative;
  color: #383838;
}

.pt_cart .contents .cart-wrap .cart-order-wrap .addon-mini .addon-selector-box .addon-checked-none .i-checkbox input:not(:checked) + .icon {
  color: transparent;
}

.pt_cart .contents .cart-wrap .cart-order-wrap .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;
}

.pt_cart .contents .cart-wrap .cart-order-wrap .addon-mini .addon-selector-box .addon-checked-none .text {
  margin-left: 5px;
}

.pt_cart .contents .cart-wrap .cart-order-wrap .addon-mini .addon-selector-box .addon-selector-item:not(:first-child) {
  margin-top: 15px;
}

.pt_cart .contents .cart-wrap .cart-order-wrap .addon-mini .addon-selector-box .addon-selector-item .addon-out-stock {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 0;
  color: #b90000;
}

.pt_cart .contents .cart-wrap .cart-order-wrap .addon-mini .addon-selector-box .addon-descr {
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 600;
  padding-left: 0px;
}

.pt_cart .contents .cart-wrap .cart-order-wrap .addon-mini .addon-selector-box .addon-selection .input-select-inline {
  width: 100%;
  height: 54px;
  border: 1px solid #c4c4c4;
  font-size: 14px;
  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;
  background-repeat: no-repeat;
}

.pt_cart .contents .cart-wrap .cart-order-wrap .addon-mini .addon-state {
  padding: 17px 20px 0;
}

.pt_cart .contents .cart-wrap .cart-order-wrap .addon-mini .addon-state .addon-product {
  font-weight: 700;
}

.pt_cart .contents .cart-wrap .cart-order-wrap .addon-mini .addon-state .addon-tool .addon-quantity .btn {
  border: 1px solid #d4d4d4;
  background: #fff;
  width: 37px;
  height: 37px;
}

.pt_cart .contents .cart-wrap .cart-order-wrap .addon-mini .addon-state .addon-tool .addon-quantity .btn .icon {
  color: #a0a0a0;
}

.pt_cart .contents .cart-wrap .cart-order-wrap .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;
}

.pt_cart .contents .cart-wrap .cart-order-wrap .addon-mini .addon-state .addon-tool .btn-submit {
  margin-left: 10px;
  width: 60px;
  height: 37px;
  background: #000;
  color: #fff;
  font-size: 12px;
}

.pt_cart .contents .cart-wrap .cart-order-wrap .addon-mini .addon-state .addon-tool .btn-addon-remove {
  position: static;
  background: transparent;
  margin-left: 15px;
}

.pt_cart .contents .cart-wrap .cart-order-wrap .addon-mini .addon-state .addon-tool .btn-addon-remove .icon {
  width: 20px;
  height: 20px;
}

.pt_cart .contents .cart-wrap .cart-order-summary {
  max-width: 400px;
  flex-basis: 29.4%;
  padding-top: 40px;
}

.pt_cart .contents .cart-wrap .cart-order-summary .order-summary-wrap {
  border: 2px solid #000;
}

.pt_cart .contents .cart-wrap .total-price {
  color: #c9192e;
}

.pt_cart .contents .cart-wrap .cart-total-mini {
  max-width: 100%;
  padding: 30px 8% 13px;
  background-color: #1c1c1c;
}

.pt_cart .contents .cart-wrap .cart-total-mini p {
  display: inline-block;
  max-width: 300px;
  width: 100%;
  font-size: 18px;
  text-align: left;
  color: #fff;
  margin-bottom: 0;
}

.pt_cart .contents .cart-wrap .cart-total-mini p .right-span {
  float: right;
}

.pt_cart .contents .cart-wrap .cart-entry-promo {
  padding: 30px;
}

.pt_cart .contents .cart-wrap .cart-entry-promo ~ :not(:first-child) {
  padding-top: 0;
}

.pt_cart .contents .cart-wrap .cart-entry-promo .promo-message {
  margin-bottom: 16px;
}

.pt_cart .contents .cart-wrap .cart-entry-promo .promo-message span {
  font-weight: bold;
}

.pt_cart .contents .cart-wrap .cart-entry-promo .promo-message .trigger-offer-modal {
  width: 80px;
  line-height: 40px;
  font-weight: bold;
  font-size: 14px;
  background: #fff;
  color: #000;
  border: 1px solid #c4c4c4;
}

.pt_cart .contents .cart-wrap .cart-entry-promo .promo-form .input-textfield {
  width: calc(100% - 80px);
}

.pt_cart .contents .cart-wrap .cart-entry-promo .promo-form .input-textfield > input {
  height: 50px;
  line-height: 50px;
  font-size: 14px;
  border: 1px solid #c4c4c4;
}

.pt_cart .contents .cart-wrap .cart-entry-promo .promo-form .submit-promo {
  width: 80px;
  height: 50px;
  line-height: 50px;
  font-weight: bold;
  font-size: 14px;
  background: #000;
  color: #fff;
}

.pt_cart .contents .cart-wrap .cart-entry-promo .promo-form .promo-list .apply-promo-item {
  font-size: 14px;
  padding-top: 16px;
}

.pt_cart .contents .cart-wrap .cart-entry-promo .promo-form .promo-list .apply-promo-item:last-child {
  padding-bottom: 16px;
  border-bottom: 1px solid #e5e5e5;
}

.pt_cart .contents .cart-wrap .cart-entry-promo .promo-form .promo-list .apply-promo-item > div {
  text-align: left;
  width: calc(100% - 110px);
  justify-content: flex-end;
}

.pt_cart .contents .cart-wrap .cart-entry-promo .promo-form .promo-list .apply-promo-item .promo-label {
  color: #757575;
}

.pt_cart .contents .cart-wrap .cart-entry-promo .promo-form .promo-list .apply-promo-item .promo-discount {
  font-size: 13px;
  font-weight: 500;
}

.pt_cart .contents .cart-wrap .cart-entry-promo .promo-form .promo-list .apply-promo-item .btn-delete {
  position: relative;
  top: unset;
  left: unset;
  right: unset;
  margin-left: 5px;
}

.pt_cart .contents .cart-wrap .cart-entry-promo .promo-form .promo-list .apply-promo-item .btn-delete .icon {
  width: 16px;
  height: 16px;
  background-color: rgba(0, 0, 0, 0.2);
  color: #fff;
  border-radius: 50%;
}

.pt_cart .contents .cart-wrap .cart-entry-promo p {
  display: block;
  text-align: left;
}

.pt_cart .contents .cart-wrap .cart-massage {
  margin-right: 20px;
  max-width: 900px;
  margin-bottom: 10px;
}

.pt_cart .contents .cart-wrap .cart-massage p {
  width: 100%;
  text-align: center;
  background: #f1f2f3;
  font-size: 18px;
  font-weight: bold;
  line-height: 30px;
  padding: 10px 0;
}

.pt_cart .contents .cart-wrap .cart-order {
  padding: 30px;
}

.pt_cart .contents .cart-wrap .cart-order h3 {
  font-weight: bold;
  text-align: left;
  padding-bottom: 30px;
}

.pt_cart .contents .cart-wrap .cart-order .list-item {
  padding-bottom: 24px;
}

.pt_cart .contents .cart-wrap .cart-order .list-item .item-title {
  color: #757575;
}

.pt_cart .contents .cart-wrap .cart-order .list-item .item-price {
  color: #2b2b2b;
}

.pt_cart .contents .cart-wrap .cart-order .list-item .item-price .retail {
  text-decoration: line-through;
  font-size: 12px;
  margin-right: 5px;
}

.pt_cart .contents .cart-wrap .cart-order .list-item .sale-box-btn {
  display: inline-block;
  font-size: 10px;
  color: #000;
  vertical-align: middle;
  margin-left: 10px;
  margin-top: -2px;
}

.pt_cart .contents .cart-wrap .cart-order .list-item .sale-box-btn .icon {
  transform: rotate(0);
}

.pt_cart .contents .cart-wrap .cart-order .list-item .sale-box-btn.active .icon {
  transform: rotate(180deg);
}

.pt_cart .contents .cart-wrap .cart-order .list-item.promo-list {
  display: none;
  padding: 20px;
  margin-bottom: 20px;
  background: #f1f2f3;
}

.pt_cart .contents .cart-wrap .cart-order .list-item.promo-list.active {
  display: block;
}

.pt_cart .contents .cart-wrap .cart-order .list-item.shipping-price {
  padding: 0 0 15px;
}

.pt_cart .contents .cart-wrap .cart-order .list-item.shipping-price .item-price {
  color: #000;
}

.pt_cart .contents .cart-wrap .cart-order .list-item.order-total-price {
  padding-top: 15px;
  border-top: 1px solid #e5e5e5;
}

.pt_cart .contents .cart-wrap .cart-order .list-item.order-total-price .item-title {
  color: #000;
}

.pt_cart .contents .cart-wrap .cart-order .list-item.order-total-price .item-price {
  line-height: 1.5;
  margin-top: -6px;
  text-align: right;
}

.pt_cart .contents .cart-wrap .cart-order .list-item.order-total-price .total-price {
  color: #c9192e;
  font-size: 20px;
  font-weight: bold;
}

.pt_cart .contents .cart-wrap .cart-order .list-item.order-total-price .total-adjust-price {
  display: block;
}

.pt_cart .contents .cart-wrap .cart-order .promo-dec {
  font-size: 12px;
}

.pt_cart .contents .cart-wrap .cart-order .promo-dec:not(:first-child) {
  padding-top: 10px;
}

.pt_cart .contents .cart-wrap .cart-order .promo-dec .promo-label {
  width: calc(100% - 85px);
  text-align: left;
  color: #757575;
}

.pt_cart .contents .cart-wrap .cart-order .promo-dec .promotion-price {
  color: #2b2b2b;
}

.pt_cart .contents .cart-wrap .cart-order .promo-dec .remove-promo-item {
  position: absolute;
  right: -20px;
  top: 0;
  color: #64686b;
}

.pt_cart .contents .cart-wrap .cart-order .continue-wrap {
  margin: 24px 0;
}

.pt_cart .contents .cart-wrap .cart-order .continue {
  font-size: 14px;
  font-weight: bold;
  color: #1c1c1c;
  text-decoration: underline;
}

.pt_cart .contents .cart-wrap .cart-order .cart-dec {
  font-size: 12px;
  color: #757575;
}

.pt_cart .contents .cart-wrap .product-slider-wrap .content-title {
  margin: 0;
  margin-bottom: 10px;
  text-align: left !important;
  padding: 0 50px;
}

.pt_cart .contents .cart-wrap .product-slider-wrap .content-title h2 {
  font-size: 24px;
}

.pt_cart .contents .cart-wrap .product-slider-wrap .product-slider {
  padding: 0 50px;
}

.pt_cart .contents .cart-wrap .product-slider-wrap .product-slider .bx-controls {
  display: none;
}

.pt_cart .contents .cart-wrap .product-slider-wrap .product-slider .control-btn {
  width: 12px;
  top: calc(50% - 50px);
}

.pt_cart .contents .cart-wrap .product-slider-wrap .product-slider .control-btn.btn-prev {
  left: 15px;
}

.pt_cart .contents .cart-wrap .product-slider-wrap .product-slider .control-btn.btn-next {
  right: 15px;
}

.cart-empty .cart-notice {
  padding-top: 80px;
  text-align: center;
}

.cart-empty .cart-notice > p {
  font-size: 30px;
  color: #2b2b2b;
  margin-bottom: 0;
  font-family: "fannDoren", "Noto Sans KR", "맑은 고딕", Dotum;
}

.cart-empty .cart-notice .keepGoing {
  margin-top: 80px;
  margin-bottom: 40px;
  display: inline-block;
  background-color: #c9192e;
  color: #fff;
  width: 300px;
  text-align: center;
  font-size: 16px;
  padding: 14px 0;
}

.product-list .list-item {
  position: relative;
}

.product-list .list-item .wish-wrap {
  position: absolute;
  top: 0;
  right: 8px;
  padding: 10px;
}

.product-list .list-item .wish-wrap a {
  color: #2b2b2b;
}

.product-list .list-item .wish-wrap a .icon {
  width: 20px;
  height: 18px;
}

.product-list .list-item .product-details .badge-container {
  margin: 5px 0;
}

.product-list .list-item .product-details .badge-container [class^="badge-"] {
  padding: 3px 2px;
  color: #c9192e;
  font-size: 16px;
  line-height: 23px;
}

.product-list .list-item .product-details .name {
  font-family: "Noto Sans KR", "맑은 고딕", Dotum;
  line-height: 20px;
  margin-bottom: 5px;
}

.product-list .list-item .product-details .name a {
  color: #2b2b2b;
}

.product-list .list-item .product-details .price {
  font-size: 16px;
  color: #c9192e;
}

.product-list .list-item .product-details .review_wrap {
  margin-top: 9px;
  text-align: center;
}

.product-list .list-item .product-details .review_wrap .review {
  display: inline-block;
}

.product-list .list-item .product-details .review_wrap .review .icon {
  width: 10px;
  height: 10px;
  float: left;
}

.later-cart {
  margin: 80px 0;
  text-align: left;
}

.later-cart .later-cart-title {
  padding: 15px 0;
}

.later-cart .later-cart-title .title {
  font-size: 24px;
  font-weight: bold;
  letter-spacing: -.025em;
}

#offer-product-modal .uk-modal-dialog,
#offer-list-modal .uk-modal-dialog {
  max-width: 360px;
}

#offer-product-modal .uk-modal-dialog h2,
#offer-list-modal .uk-modal-dialog h2 {
  padding: 35px 0 20px;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}

#offer-product-modal .uk-modal-dialog .contents,
#offer-list-modal .uk-modal-dialog .contents {
  margin: 0;
  padding: 25px 30px 30px;
  background: #f1f2f3;
}

#offer-product-modal .uk-modal-dialog .contents .customer-offer-intro,
#offer-list-modal .uk-modal-dialog .contents .customer-offer-intro {
  margin-bottom: 15px;
}

#offer-product-modal .uk-modal-dialog .contents .customer-offer-intro .user-intro-wrap,
#offer-list-modal .uk-modal-dialog .contents .customer-offer-intro .user-intro-wrap {
  padding: 20px;
  margin-bottom: 0;
}

#offer-product-modal .uk-modal-dialog .contents .customer-offer-intro .user-intro-wrap .text,
#offer-list-modal .uk-modal-dialog .contents .customer-offer-intro .user-intro-wrap .text {
  font-size: 13px;
}

#offer-product-modal .uk-modal-dialog .contents .customer-offer-intro .user-intro-wrap .customer-offer-count,
#offer-list-modal .uk-modal-dialog .contents .customer-offer-intro .user-intro-wrap .customer-offer-count {
  font-size: 13px;
  color: #2b2b2b;
}

#offer-product-modal .uk-modal-dialog .contents .customer-offer-intro .user-intro-wrap .customer-offer-count span,
#offer-list-modal .uk-modal-dialog .contents .customer-offer-intro .user-intro-wrap .customer-offer-count span {
  font-size: 24px;
  margin-right: 5px;
}

#offer-product-modal .uk-modal-dialog .contents .customer-offer-content,
#offer-list-modal .uk-modal-dialog .contents .customer-offer-content {
  border: none;
  padding: 0;
  gap: 0;
  background: none;
}

#offer-product-modal .uk-modal-dialog .contents .customer-offer-content .customer-offer,
#offer-list-modal .uk-modal-dialog .contents .customer-offer-content .customer-offer {
  border: none;
  margin-bottom: 15px;
}

#offer-product-modal .uk-modal-dialog .contents .customer-offer-content .customer-offer .offer-takes,
#offer-list-modal .uk-modal-dialog .contents .customer-offer-content .customer-offer .offer-takes {
  white-space: normal;
}

#offer-product-modal .uk-modal-dialog .contents .customer-offer-content .customer-offer .offer-code-action.disabled .copy_btn,
#offer-list-modal .uk-modal-dialog .contents .customer-offer-content .customer-offer .offer-code-action.disabled .copy_btn {
  background: #f1f2f3;
  color: #999;
}

#offer-product-modal .uk-modal-dialog .contents .customer-offer-content .customer-offer .offer-code-action .copy_btn,
#offer-list-modal .uk-modal-dialog .contents .customer-offer-content .customer-offer .offer-code-action .copy_btn {
  color: #000;
  font-weight: bold;
  padding: 7px 15px;
  border-radius: 4px;
  border: 1px solid #c4c4c4;
}

#offer-product-modal .uk-modal-dialog .contents .customer-offer-content .customer-offer .offer-product-link,
#offer-list-modal .uk-modal-dialog .contents .customer-offer-content .customer-offer .offer-product-link {
  text-align: left;
  padding-top: 8px;
}

#offer-product-modal .uk-modal-dialog .contents .coupon-notice-wrap,
#offer-list-modal .uk-modal-dialog .contents .coupon-notice-wrap {
  padding: 20px;
  background: #fff;
}

#offer-product-modal .uk-modal-dialog .contents .coupon-notice-wrap .toggle-title,
#offer-list-modal .uk-modal-dialog .contents .coupon-notice-wrap .toggle-title {
  font-size: 16px;
  font-weight: bold;
  color: #2b2b2b;
}

#offer-product-modal .uk-modal-dialog .contents .coupon-notice-wrap .toggle-content,
#offer-list-modal .uk-modal-dialog .contents .coupon-notice-wrap .toggle-content {
  display: none;
  padding-bottom: 20px;
}

#offer-product-modal .uk-modal-dialog .contents .coupon-notice-wrap .toggle-content.active,
#offer-list-modal .uk-modal-dialog .contents .coupon-notice-wrap .toggle-content.active {
  display: block;
}

#offer-product-modal .uk-modal-dialog .contents .coupon-notice-wrap .toggle-content .notice-text,
#offer-list-modal .uk-modal-dialog .contents .coupon-notice-wrap .toggle-content .notice-text {
  font-size: 13px;
  line-height: 1.5;
  color: #757575;
  padding-left: 15px;
}

#offer-product-modal .uk-modal-dialog .contents .coupon-notice-wrap .toggle-content .notice-text:before,
#offer-list-modal .uk-modal-dialog .contents .coupon-notice-wrap .toggle-content .notice-text:before {
  content: '';
  display: inline-block;
  width: 4px;
  height: 4px;
  border-radius: 100%;
  background: #757575;
  vertical-align: middle;
  transform: translateX(-5px);
  margin-left: -5px;
}

#offer-product-modal .uk-modal-dialog .contents .empty-content .empty-icon-wrap,
#offer-list-modal .uk-modal-dialog .contents .empty-content .empty-icon-wrap {
  width: 80px;
  height: 80px;
  border-radius: 100%;
  background: #fff;
  font-size: 30px;
  line-height: 80px;
  text-align: center;
  margin: 40px auto 0;
}

#offer-product-modal .uk-modal-dialog .contents .empty-content p,
#offer-list-modal .uk-modal-dialog .contents .empty-content p {
  text-align: center;
  font-size: 14px;
  color: #2b2b2b;
  padding-top: 20px;
}

#offer-product-modal .uk-modal-dialog .contents {
  padding: 0;
  background: #fff;
}

#offer-list-modal .uk-modal-dialog {
  overflow: hidden;
}

#offer-list-modal .uk-modal-dialog .contents {
  overflow: auto;
  max-height: calc(100vh - 115px);
  max-height: calc(100dvh - 115px);
}

/* media query */
@media (max-width: 1024px) {
  .pt_cart .contents {
    margin: 30px 0;
  }
  .pt_cart .contents .cart-wrap {
    position: relative;
    padding: 0 10px;
  }
  .pt_cart .contents .cart-wrap .cart-order-wrap {
    max-width: 100%;
    flex-basis: 100%;
    margin: 0;
  }
  .pt_cart .contents .cart-wrap .cart-order-wrap .cart-top-title {
    padding-bottom: 20px;
  }
  .pt_cart .contents .cart-wrap .cart-order-wrap .cart-top-title .title {
    font-size: 20px;
  }
  .pt_cart .contents .cart-wrap .cart-order-wrap .toggle-area {
    display: block;
    padding: 12px 0;
    border-top: 1px solid #2b2b2b;
    border-bottom: 1px solid #e5e5e5;
  }
  .pt_cart .contents .cart-wrap .cart-order-wrap .toggle-area span {
    color: #666;
  }
  .pt_cart .contents .cart-wrap .cart-order-wrap .list-sort-name {
    display: none;
  }
  .pt_cart .contents .cart-wrap .cart-order-wrap .cart-list-item {
    position: relative;
    flex-wrap: wrap;
    border-bottom: 2px solid #e5e5e5;
    padding: 0;
  }
  .pt_cart .contents .cart-wrap .cart-order-wrap .cart-list-item .item-dec {
    border: none;
  }
  .pt_cart .contents .cart-wrap .cart-order-wrap .cart-list-item .item-dec > div {
    align-items: flex-start;
  }
  .pt_cart .contents .cart-wrap .cart-order-wrap .cart-list-item .item-dec .image-url {
    max-width: 153px;
    width: 30%;
  }
  .pt_cart .contents .cart-wrap .cart-order-wrap .cart-list-item .item-dec .item-detail {
    width: 100%;
    padding-left: 4%;
  }
  .pt_cart .contents .cart-wrap .cart-order-wrap .cart-list-item .item-dec .item-detail .addon-badge {
    font-size: 12px;
  }
  .pt_cart .contents .cart-wrap .cart-order-wrap .cart-list-item .item-dec .item-detail .name {
    font-size: 16px;
    padding: 0 0 10px;
  }
  .pt_cart .contents .cart-wrap .cart-order-wrap .cart-list-item .item-dec .item-detail .etc-action-btn {
    padding-top: 40px;
  }
  .pt_cart .contents .cart-wrap .cart-order-wrap .cart-list-item .item-dec .item-detail .etc-action-btn button, .pt_cart .contents .cart-wrap .cart-order-wrap .cart-list-item .item-dec .item-detail .etc-action-btn a {
    display: inline-block;
    color: #2b2b2b;
    text-align: left;
    font-size: 14px;
  }
  .pt_cart .contents .cart-wrap .cart-order-wrap .cart-list-item .item-dec .item-detail .etc-action-btn svg {
    font-size: 18px;
  }
  .pt_cart .contents .cart-wrap .cart-order-wrap .cart-list-item .item-dec .item-detail .etc-action-btn .wish-btn-wrap {
    padding-right: 15px;
  }
  .pt_cart .contents .cart-wrap .cart-order-wrap .cart-list-item .item-dec .item-detail .etc-action-btn .wish-btn-wrap .wish-action {
    position: relative;
  }
  .pt_cart .contents .cart-wrap .cart-order-wrap .cart-list-item .item-dec .item-detail .etc-action-btn .wish-btn-wrap .wish-action:not(.set-active) {
    display: none;
  }
  .pt_cart .contents .cart-wrap .cart-order-wrap .cart-list-item .item-dec .item-detail .etc-action-btn .later-btn-wrap {
    position: relative;
  }
  .pt_cart .contents .cart-wrap .cart-order-wrap .cart-list-item .item-dec .item-detail .product-message {
    clear: left;
  }
  .pt_cart .contents .cart-wrap .cart-order-wrap .cart-list-item .item-quantity {
    padding: 20px 0 15px;
    border: none;
  }
  .pt_cart .contents .cart-wrap .cart-order-wrap .cart-list-item .item-quantity.display-medium-down {
    float: left;
    margin: 0;
  }
  .pt_cart .contents .cart-wrap .cart-order-wrap .cart-list-item .item-quantity.display-medium-down .select-box:before {
    border-width: 1px;
    border-color: #000;
  }
  .pt_cart .contents .cart-wrap .cart-order-wrap .cart-list-item .item-quantity.display-medium-down .select-box select {
    height: 40px;
  }
  .pt_cart .contents .cart-wrap .cart-order-wrap .cart-list-item .item-quantity .print-message {
    display: none;
  }
  .pt_cart .contents .cart-wrap .cart-order-wrap .cart-list-item .item-price {
    padding: 20px 30px 15px 0;
  }
  .pt_cart .contents .cart-wrap .cart-order-wrap .cart-list-item .item-price.display-medium-down span {
    display: block;
  }
  .pt_cart .contents .cart-wrap .cart-order-wrap .cart-list-item .item-price .sale-price {
    font-size: 13px;
  }
  .pt_cart .contents .cart-wrap .cart-order-wrap .cart-list-item .item-price .price {
    font-size: 16px;
    color: #2b2b2b;
  }
  .pt_cart .contents .cart-wrap .cart-order-wrap .cart-list-item .item-price .promo-detail {
    text-align: left;
  }
  .pt_cart .contents .cart-wrap .cart-order-wrap .cart-list-item .item-price .promo-detail .coupon-title {
    padding-top: 20px;
    color: #00a885;
  }
  .pt_cart .contents .cart-wrap .cart-order-wrap .cart-list-item .item-price .promo-detail > span {
    display: block;
  }
  .pt_cart .contents .cart-wrap .cart-order-wrap .cart-list-item .item-price .promo-detail > span span {
    display: inline-block;
  }
  .pt_cart .contents .cart-wrap .cart-order-wrap .cart-list-item .item-price .product-message {
    float: left;
  }
  .pt_cart .contents .cart-wrap .cart-order-wrap .etc-action-btn {
    width: 100%;
    border-top: 1px solid #e5e5e5;
  }
  .pt_cart .contents .cart-wrap .cart-order-wrap .etc-action-btn button, .pt_cart .contents .cart-wrap .cart-order-wrap .etc-action-btn a {
    display: block;
    width: 100%;
    line-height: 50px;
    text-align: center;
    color: #2b2b2b;
  }
  .pt_cart .contents .cart-wrap .cart-order-wrap .etc-action-btn svg {
    font-size: 18px;
  }
  .pt_cart .contents .cart-wrap .cart-order-wrap .etc-action-btn .wish-btn-wrap {
    padding-right: 0;
    border-right: 1px solid #e5e5e5;
  }
  .pt_cart .contents .cart-wrap .cart-order-wrap .etc-action-btn .wish-btn-wrap .wish-action {
    position: relative;
  }
  .pt_cart .contents .cart-wrap .cart-order-wrap .etc-action-btn .wish-btn-wrap .wish-action:not(.set-active) {
    display: none;
  }
  .pt_cart .contents .cart-wrap .cart-order-wrap .etc-action-btn .later-btn-wrap {
    position: relative;
  }
  .pt_cart .contents .cart-wrap .cart-order-wrap .suggest-slider {
    margin-top: 40px;
  }
  .pt_cart .contents .cart-wrap .cart-order-wrap .addon-mini .toggle-box .toggle-label {
    border-top: 0;
    border-bottom: 1px solid #e0e0e0;
  }
  .pt_cart .contents .cart-wrap .cart-order-wrap .addon-mini .toggle-box .toggle-label .addon-title {
    font-size: 14px;
  }
  .pt_cart .contents .cart-wrap .cart-order-wrap .addon-mini .toggle-box .toggle-label:after {
    right: 16px;
  }
  .pt_cart .contents .cart-wrap .cart-order-wrap .addon-mini .addon-selector-box {
    padding: 16px;
  }
  .pt_cart .contents .cart-wrap .cart-order-wrap .addon-mini .addon-selector-box .addon-descr {
    font-size: 14px;
  }
  .pt_cart .contents .cart-wrap .cart-order-wrap .addon-mini .addon-selector-box .addon-checked-none {
    font-size: 12px;
  }
  .pt_cart .contents .cart-wrap .cart-order-wrap .addon-mini .addon-selector-box .addon-selection .input-select-inline {
    height: 45px;
    font-size: 12px;
  }
  .pt_cart .contents .cart-wrap .cart-order-wrap .addon-mini .addon-state {
    padding: 16px 0 0;
  }
  .pt_cart .contents .cart-wrap .cart-order-wrap .addon-mini .addon-state .addon-item {
    display: block;
  }
  .pt_cart .contents .cart-wrap .cart-order-wrap .addon-mini .addon-state .addon-tool {
    margin-top: 10px;
  }
  .pt_cart .contents .cart-wrap .cart-order-wrap .addon-mini .addon-state .addon-tool .addon-quantity .btn {
    border: 1px solid #d4d4d4;
    background: #fff;
    width: 37px;
    height: 37px;
  }
  .pt_cart .contents .cart-wrap .cart-order-wrap .addon-mini .addon-state .addon-tool .addon-quantity .btn .icon {
    color: #a0a0a0;
  }
  .pt_cart .contents .cart-wrap .cart-order-wrap .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;
  }
  .pt_cart .contents .cart-wrap .cart-order-wrap .addon-mini .addon-state .addon-tool .btn-submit {
    margin-left: 10px;
    width: 60px;
    height: 37px;
    background: #000;
    color: #fff;
    font-size: 12px;
  }
  .pt_cart .contents .cart-wrap .cart-order-wrap .addon-mini .addon-state .addon-tool .btn-addon-remove {
    position: static;
    background: transparent;
    margin-left: 15px;
  }
  .pt_cart .contents .cart-wrap .cart-order-wrap .addon-mini .addon-state .addon-tool .btn-addon-remove .icon {
    width: 20px;
    height: 20px;
  }
  .pt_cart .contents .cart-wrap .cart-order-summary {
    max-width: 100%;
    flex-basis: 100%;
    padding-top: 50px;
  }
  .pt_cart .contents .cart-wrap .cart-massage {
    margin-right: 0;
    margin-bottom: 0;
  }
  .pt_cart .contents .cart-wrap .cart-entry-promo {
    padding: 20px;
  }
  .pt_cart .contents .cart-wrap .cart-entry-promo .promo-message {
    margin-bottom: 15px;
  }
  .pt_cart .contents .cart-wrap .cart-entry-promo .promo-message .trigger-offer-modal {
    width: 70px;
    line-height: 35px;
    font-size: 13px;
  }
  .pt_cart .contents .cart-wrap .cart-entry-promo .promo-form .input-textfield {
    width: calc(100% - 70px);
  }
  .pt_cart .contents .cart-wrap .cart-entry-promo .promo-form .input-textfield > input {
    height: 45px;
    line-height: 45px;
    font-size: 13px;
  }
  .pt_cart .contents .cart-wrap .cart-entry-promo .promo-form .submit-promo {
    width: 70px;
    height: 45px;
    line-height: 45px;
    font-size: 13px;
  }
  .pt_cart .contents .cart-wrap .cart-entry-promo .promo-form .promo-list .apply-promo-item {
    font-size: 13px;
    padding-top: 16px;
  }
  .pt_cart .contents .cart-wrap .cart-entry-promo .promo-form .promo-list .apply-promo-item:last-child {
    padding-bottom: 15px;
  }
  .pt_cart .contents .cart-wrap .cart-entry-promo .promo-form .promo-list .apply-promo-item .promo-discount {
    font-size: 13px;
  }
  .pt_cart .contents .cart-wrap .cart-entry-promo .promo-form .promo-list .apply-promo-item .btn-delete .icon {
    width: 15px;
    height: 15px;
  }
  .pt_cart .contents .cart-wrap .cart-order {
    padding: 20px;
  }
  .pt_cart .contents .cart-wrap .cart-order h3 {
    padding-bottom: 20px;
  }
  .pt_cart .contents .cart-wrap .cart-order .list-item {
    padding-bottom: 15px;
    font-size: 13px;
  }
  .pt_cart .contents .cart-wrap .cart-order .list-item.promo-list {
    padding: 20px;
    margin-bottom: 16px;
  }
  .pt_cart .contents .cart-wrap .cart-order .list-item.shipping-price {
    padding: 0 0 15px;
    font-size: 13px;
  }
  .pt_cart .contents .cart-wrap .cart-order .list-item.order-total-price {
    padding-top: 16px;
  }
  .pt_cart .contents .cart-wrap .cart-order .continue-wrap {
    margin: 20px 0;
  }
  .pt_cart .contents .cart-wrap .cart-order .continue {
    font-size: 13px;
  }
  .pt_cart .contents .cart-wrap .cart-order .cart-dec {
    font-size: 12px;
    color: #757575;
  }
  .later-cart {
    margin: 55px 0 0;
  }
  .later-cart .later-cart-title {
    padding: 0 0 20px;
  }
  .later-cart .later-cart-title .title {
    font-size: 20px;
  }
}

/* Tablet and bigger */
@media (max-width: 768px) {
  .pt_cart {
    padding-bottom: 0;
  }
  .product-list {
    padding: 4px;
  }
}

/* Phone landscape and bigger */
@media screen and (max-width: 767px) {
  .cart-empty .cart-notice {
    padding-top: 50px;
  }
  .cart-empty .cart-notice > p {
    font-size: 17px;
  }
  .cart-empty .cart-notice .keepGoing {
    margin-top: 50px;
    margin-bottom: 40px;
    width: 300px;
    font-size: 14px;
    padding: 14px 0;
  }
  #offer-product-modal .uk-modal-dialog,
  #offer-list-modal .uk-modal-dialog {
    max-width: 100%;
    min-height: 100%;
  }
  #offer-product-modal .uk-modal-dialog .uk-close,
  #offer-list-modal .uk-modal-dialog .uk-close {
    top: 0px;
    right: 0px;
  }
  #offer-product-modal .uk-modal-dialog .contents,
  #offer-list-modal .uk-modal-dialog .contents {
    position: absolute;
    height: calc(100% - 75px);
    overflow: auto;
  }
  #offer-product-modal .uk-modal-dialog .customer-offer-container,
  #offer-list-modal .uk-modal-dialog .customer-offer-container {
    padding: 0;
  }
  #offer-product-modal .uk-modal-dialog .customer-offer-container .customer-offer-intro .user-intro-wrap,
  #offer-list-modal .uk-modal-dialog .customer-offer-container .customer-offer-intro .user-intro-wrap {
    display: flex;
  }
  #offer-product-modal .uk-modal-dialog .customer-offer-container .customer-offer-intro .user-intro-wrap .use-coupon,
  #offer-list-modal .uk-modal-dialog .customer-offer-container .customer-offer-intro .user-intro-wrap .use-coupon {
    padding: 0;
  }
  #offer-list-modal .uk-modal-dialog .contents {
    max-height: inherit;
  }
}

.minicart-dropdown {
  position: fixed;
  height: 100%;
  z-index: 1100;
  top: 0;
  right: 0;
  background-color: #ffffff;
  -webkit-transition: top 426ms cubic-bezier(0.4, 0.9, 0.3, 1), -webkit-transform 426ms cubic-bezier(0.4, 0.9, 0.3, 1);
  transition: top 426ms cubic-bezier(0.4, 0.9, 0.3, 1), -webkit-transform 426ms cubic-bezier(0.4, 0.9, 0.3, 1);
  transition: top 426ms cubic-bezier(0.4, 0.9, 0.3, 1), transform 426ms cubic-bezier(0.4, 0.9, 0.3, 1);
  transition: top 426ms cubic-bezier(0.4, 0.9, 0.3, 1), transform 426ms cubic-bezier(0.4, 0.9, 0.3, 1), -webkit-transform 426ms cubic-bezier(0.4, 0.9, 0.3, 1);
  overflow: auto;
}

.minicart-dropdown:not(.active) {
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}

.minicart-dropdown .minicart-header,
.minicart-dropdown .minicart-totals {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.minicart-dropdown .minicart-header .header-item {
  margin: 0;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
}

.minicart-dropdown .minicart-header .header-actions,
.minicart-dropdown .minicart-header .minicart-action-close {
  height: 100%;
}

.minicart-dropdown .minicart-products {
  -webkit-flex-shrink: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  border-top: 1px solid #a5a5a5;
}

.minicart-dropdown .minicart-products .minicart-item:not(:first-child) {
  border-top: 1px solid #a5a5a5;
}

.minicart-dropdown .minicart-products .minicart-item .image-url {
  margin-right: 16px;
  -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;
}

.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;
}

.minicart-dropdown .minicart-products .minicart-item .product-mini-details .product-name {
  padding-right: 40px;
  font-weight: 600;
  letter-spacing: -0.025em;
}

.minicart-dropdown .minicart-products .minicart-item .product-mini-details .product-name a {
  color: #2b2b2b;
}

.minicart-dropdown .minicart-products .minicart-item .product-mini-details .product-options {
  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 {
  line-height: 1;
  font-weight: 600;
}

.minicart-dropdown .minicart-products .minicart-item .product-mini-details .product-price .retail {
  color: #9b9b9b;
  text-decoration: line-through;
}

.minicart-dropdown .minicart-products .minicart-item .product-mini-details .product-price .rate {
  font-weight: 600;
  color: #d0191e;
}

.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 .product-mini-remove {
  position: absolute;
  top: 0;
  right: 0;
}

.minicart-dropdown .minicart-products .minicart-item .product-mini-details .product-mini-remove .icon {
  display: block;
  color: #383838;
}

.minicart-dropdown .minicart-totals {
  margin-top: auto;
}

.minicart-dropdown .minicart-totals .subtotals {
  border-top: 1px solid #a5a5a5;
}

.minicart-dropdown .minicart-totals .subtotals .subtotals-calc .label {
  line-height: 1;
}

.minicart-dropdown .minicart-totals .subtotals .subtotals-calc .value {
  font-weight: 600;
  line-height: 1;
  color: #c9192e;
}

.minicart-dropdown .minicart-totals .subtotals .subtotals-message {
  line-height: 1.5;
  letter-spacing: -0.025em;
  color: #9b9b9b;
  text-align: center;
  word-break: keep-all;
  background-color: #f4f4f4;
}

.minicart-dropdown .minicart-totals .minicart-actions {
  border-top: 1px solid #a5a5a5;
}

.minicart-dropdown .minicart-empty {
  text-align: center;
  border-top: 1px solid #eeeeee;
}

.minicart-dropdown .minicart-empty .cart-icon {
  color: #00c3d7;
  border-radius: 50%;
  border: 1px solid;
}

.minicart-dropdown .minicart-empty .message {
  font-size: 18px;
}

.minicart-dropdown .minicart-empty .sub-message {
  margin: 0;
  font-size: 12px;
}

.minicart-dropdown .minicart-empty .minicart-empty-action {
  width: 100%;
}

.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: -0.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) {
  .minicart-dropdown {
    width: 100%;
  }
  .minicart-dropdown .minicart-header {
    height: 52px;
    padding-left: 30px;
    padding-right: 10px;
  }
  .minicart-dropdown .minicart-header .header-actions .minicart-link {
    display: none;
  }
  .minicart-dropdown .minicart-header .minicart-action-close {
    width: 52px;
  }
  .minicart-dropdown .minicart-header .minicart-action-close .icon {
    width: 22px;
    height: 22px;
  }
  .minicart-dropdown .minicart-products .minicart-item {
    padding: 16px 30px;
  }
  .minicart-dropdown .minicart-products .minicart-item .image-url {
    -webkit-flex: 0 1 30%;
    -ms-flex: 0 1 30%;
    flex: 0 1 30%;
    max-width: 70px;
  }
  .minicart-dropdown .minicart-products .minicart-item .product-mini-details {
    -webkit-flex-basis: calc(70% - 16px);
    -ms-flex-preferred-size: calc(70% - 16px);
    flex-basis: calc(70% - 16px);
  }
  .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: 16px 30px 30px;
  }
  .minicart-dropdown .minicart-totals .subtotals .subtotals-calc .label {
    font-size: 12px;
  }
  .minicart-dropdown .minicart-totals .subtotals .subtotals-calc .value {
    font-size: 16px;
  }
  .minicart-dropdown .minicart-totals .subtotals .subtotals-message {
    margin-top: 16px;
    padding: 12px;
    min-height: 59px;
    font-size: 11px;
  }
  .minicart-dropdown .minicart-totals .minicart-actions {
    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: 16px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .minicart-dropdown .minicart-totals .minicart-actions .button {
    width: calc(50% - 5px);
  }
  .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) {
  .minicart-dropdown {
    width: 372px;
    border-left: 1px solid #eeeeee;
  }
  .minicart-dropdown .minicart-header {
    height: 60px;
    padding-left: 26px;
  }
  .minicart-dropdown .minicart-header .header-actions > *:not(:first-child) {
    margin-left: 20px;
  }
  .minicart-dropdown .minicart-header .minicart-action-close {
    width: 61px;
    border-left: 1px solid #a5a5a5;
  }
  .minicart-dropdown .minicart-header .minicart-action-close .icon {
    width: 22px;
    height: 22px;
  }
  .minicart-dropdown .minicart-products .minicart-item {
    padding: 20px;
  }
  .minicart-dropdown .minicart-products .minicart-item .image-url {
    -webkit-flex: 0 1 35%;
    -ms-flex: 0 1 35%;
    flex: 0 1 35%;
    max-width: 98px;
  }
  .minicart-dropdown .minicart-products .minicart-item .product-mini-details {
    -webkit-flex-basis: calc(65% - 16px);
    -ms-flex-preferred-size: calc(65% - 16px);
    flex-basis: calc(65% - 16px);
  }
  .minicart-dropdown .minicart-products .minicart-item .product-mini-details .product-name {
    font-size: 14px;
    line-height: 20px;
  }
  .minicart-dropdown .minicart-products .minicart-item .product-mini-details .product-options {
    margin-top: 10px;
  }
  .minicart-dropdown .minicart-products .minicart-item .product-mini-details .product-price {
    margin-top: 12px;
    font-size: 14px;
  }
  .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-mini-remove .icon {
    width: 16px;
    height: 16px;
  }
  .minicart-dropdown .minicart-totals .subtotals {
    padding: 20px;
  }
  .minicart-dropdown .minicart-totals .subtotals .subtotals-calc .label {
    font-size: 14px;
  }
  .minicart-dropdown .minicart-totals .subtotals .subtotals-calc .value {
    font-size: 20px;
  }
  .minicart-dropdown .minicart-totals .subtotals .subtotals-message {
    margin-top: 20px;
    padding: 12px;
    min-height: 46px;
    font-size: 12px;
    line-height: 1.2;
    letter-spacing: -0.025em;
    color: #9b9b9b;
    text-align: center;
    word-break: keep-all;
    background-color: #f4f4f4;
  }
  .minicart-dropdown .minicart-totals .minicart-actions {
    padding: 20px;
  }
  .minicart-dropdown .minicart-totals .minicart-actions .button:not(:first-child) {
    margin-top: 10px;
  }
  .minicart-dropdown .minicart-empty .cart-icon {
    margin: 0 auto 26px;
    padding-top: 3px;
    padding-right: 3px;
    width: 44px;
    height: 44px;
  }
  .minicart-dropdown .minicart-empty .message {
    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 {
    margin-top: 26px;
    padding: 0 20px 20px;
  }
  .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;
  }
}

/* 2025 11 13 레코픽 베스트 메칭 닫기 버튼 추가 */
#recopick_widget_wrapper {
  position: relative;
}

.recopick-widget-close {
  position: absolute;
  right: 0;
  top: 0;
  padding: 10px;
}

.store-content-container {
  position: relative;
  margin: 0 auto;
  padding: 0 20px 100px;
  max-width: 1440px;
}

.location-title {
  height: 110px;
  font-size: 42px;
  color: #2b2b2b;
  text-align: center;
  margin-bottom: 30px;
  padding-top: 30px;
  box-sizing: border-box;
  border-bottom: 1px solid #d1d1d1;
}

.location-map {
  overflow: hidden;
  height: 100%;
  min-height: 650px;
  margin-left: 390px;
  box-sizing: border-box;
}

.location-search {
  position: absolute;
  width: 370px;
  top: 0;
  font-size: 12px;
  background-color: #ffffff;
  overflow: hidden;
}

.location-search .location-title {
  height: 50px;
  font-size: 18px;
  color: #2a2a2a;
  padding: 17px 15px 0;
  box-sizing: border-box;
  border-bottom: 1px solid #d8d8d8;
  margin-bottom: 0;
  text-align: left;
}

.location-search .location-search-pack {
  position: relative;
  height: auto;
  padding: 15px;
  border-bottom: 1px solid #d8d8d8;
  box-sizing: border-box;
}

.location-search .location-search-pack .location-filter-wrap {
  float: left;
  width: 80px;
}

.location-search .location-search-pack .location-filter-wrap .select-box > select {
  height: 36px;
  font-size: 13px;
}

.location-search .location-search-pack .filter-list {
  padding-top: 15px;
  clear: both;
  overflow: hidden;
}

.location-search .location-search-pack .filter-list .input-checkbox {
  float: left;
  vertical-align: top;
  margin-right: 15px;
}

.location-search .location-search-pack .filter-list .input-checkbox span {
  display: flex;
  padding-right: 7px;
}

.location-search .search-field {
  float: left;
  margin-left: 5px;
  width: 200px;
  z-index: inherit;
}

.location-search .search-field .input-textfield {
  position: relative;
}

.location-search .search-field .input-textfield > label {
  font-size: 13px;
  color: #666;
  top: 10px;
}

.location-search .search-field .input-textfield > input {
  border: 0;
  border: 1px solid #2b2b2b;
  font-size: 13px;
  padding: 0px 55px 0px 12px;
  height: 36px;
}

.location-search .search-field .input-textfield > .btn-wrap {
  display: none;
}

.location-search .search-field .input-textfield.value > label {
  display: none;
  visibility: hidden;
  text-indent: -9999px;
  opacity: 0;
}

.location-search .search-field .wrap_util {
  position: absolute;
  top: 50%;
  right: 5px;
  display: flex;
  transform: translateY(-50%);
}

.location-search .search-field .btn_remove {
  display: none;
  border-radius: 50%;
  color: #8D8D8D;
  padding: 5px;
}

.location-search .search-field .btn_remove.active {
  display: block;
}

.location-search .search-field .btn_remove .icon {
  width: 20px;
  height: 20px;
  background-color: #E8E8E8;
  border-radius: 50%;
}

.location-search .search-field .btn_store_search {
  width: 30px;
  height: auto;
  padding: 8px 0;
  color: #2b2b2b;
  background: transparent;
}

.location-search .search-field .btn_store_search .txt {
  display: none;
}

.location-search .search-field .btn_store_search i {
  display: block;
  font-size: 20px;
}

.location-search .search-field .btn_search {
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: auto;
  padding: 8px 0;
  color: #2b2b2b;
  background: transparent;
}

.location-search .search-field .btn_search .txt {
  display: none;
}

.location-search .search-field .btn_search i {
  display: block;
  font-size: 20px;
}

.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: 608px;
  list-style: none;
  border: 0;
  padding: 0;
  margin: 0;
  text-align: left;
  line-height: 1;
  font-size: 13px;
  min-height: 0;
  max-height: 503px;
}

.location-search .search-result .icon-search {
  display: block;
}

.location-search .search-result .icon-search:before {
  font-size: 40px;
}

.location-search .search-list {
  position: relative;
  border-top: 1px solid #dedfda;
}

.location-search .search-list:first-child {
  border-top: 0;
}

.location-search .search-list > a {
  display: block;
  padding: 20px 24px;
  color: #9b9b9b;
}

.location-search .search-list > a:hover {
  background-color: #f7f7f7;
}

.location-search .search-list > a:hover:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  border-left: 4px solid #c9192e;
}

.location-search .search-list > a.active {
  background-color: #f7f7f7;
}

.location-search .search-list > a.active:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  border-left: 4px solid #c9192e;
}

.location-search .search-list .brandstore {
  display: inline-block;
  height: 20px;
  padding: 0 8px;
  border: 1px solid #000;
  line-height: 18px;
  font-size: 11px;
  letter-spacing: -0.2px;
  color: #000;
  text-align: center;
  vertical-align: middle;
  margin-top: 10px;
}

.location-search .tit {
  margin: 0 0 5px 0;
  color: #2b2b2b;
  font-size: 12px;
}

.location-search .address {
  display: inline-block;
  width: 100%;
  margin-top: 5px;
  font-size: 11px;
}

.location-search .phonenum {
  display: inline-block;
  width: 100%;
  margin-top: px;
  font-size: 11px;
}

.location-search .icon-wrap {
  position: absolute;
  top: 50%;
  right: 30px;
  margin-top: -14px;
  font-size: 25px;
  color: #c9192e;
}

.location-search .close-btn {
  padding: 30px;
  background: transparent;
}

.store-info-view {
  overflow-y: auto;
  position: absolute;
  top: 40px;
  left: 370px;
  bottom: 0;
  width: 100%;
  padding: 30px;
  box-sizing: border-box;
  background-color: #ffffff;
}

.store-info-view > .info {
  margin-top: 40px;
  padding-top: 40px;
  border-top: 1px solid #dedfda;
}

.store-info-view > .info .key {
  float: left;
  width: 80px;
  padding-top: 12px;
  line-height: 18px;
}

.store-info-view > .info .value {
  overflow: hidden;
  padding-top: 12px;
  line-height: 18px;
}

/* Tablet and bigger */
@media (max-width: 960px) {
  .store-content-container {
    padding: 0 16px;
  }
  .location-title {
    height: 55px;
    font-size: 21px;
    font-weight: bold;
    border-bottom: 0;
  }
  .location-search {
    width: 100%;
    position: inherit;
  }
  .location-search .location-title {
    padding: 17px 0;
  }
  .location-search .location-search-pack {
    display: block;
    width: 100%;
    padding: 15px 0;
  }
  .location-search .location-search-pack .location-filter-wrap {
    display: table-cell;
    width: 95px;
  }
  .location-search .location-search-pack .search-field {
    display: table-cell;
    width: auto;
    right: 55px;
    position: absolute;
    left: 100px;
    margin-left: 0;
  }
  .location-search .location-search-pack .search-field .input-textfield {
    display: block;
  }
  .location-search .location-search-pack .search-field .input-textfield.large label {
    left: 10px;
  }
  .location-search .location-search-pack .filter-btn {
    display: table-cell;
    right: 0;
  }
  .location-search .search-result {
    height: auto;
  }
  .location-search .search-result .less-items {
    padding-bottom: 30px;
  }
  .location-map {
    margin-left: 0;
    min-height: 235px;
  }
  .store-info-view {
    position: relative;
    top: 0;
  }
  .store-info-view > .info {
    margin-top: 0;
    padding-top: 0;
    border-top: 0;
  }
}

.checkout-content {
  background: #f1f2ed;
  overflow: hidden;
}

.checkout-content .less-items {
  min-height: 500px;
}

.checkout-content .less-items .icon {
  font-size: 100px;
  color: #a5a5a5;
}

.checkout-content .checkout-result .checkout-result-content {
  max-width: 900px;
  flex-basis: 66.1%;
  margin-right: 4.4%;
}

.checkout-content .checkout-result .checkout-result-content .result-message {
  font-size: 28px;
  color: #141414;
  padding-bottom: 20px;
}

.checkout-content .checkout-result .checkout-result-content .result-message b {
  font-weight: bold;
  color: #c9192e;
}

.checkout-content .checkout-result .checkout-result-content .sub-message {
  font-size: 14px;
  color: #666;
  padding-bottom: 40px;
}

.checkout-content .checkout-result .checkout-result-content .result-order-wrap {
  padding: 25px 0;
  border-top: 1px solid #2b2b2b;
  border-bottom: 1px solid #e5e5e5;
}

.checkout-content .checkout-result .checkout-result-content .result-order-wrap .checkout-result-title {
  font-size: 18px;
  font-weight: bold;
}

.checkout-content .checkout-result .checkout-result-content .result-order-wrap .order-number {
  font-size: 16px;
  font-weight: bold;
  color: #c9192e;
}

.checkout-content .checkout-result .checkout-result-content .result-order-wrap .order-number .number {
  color: #000;
}

.checkout-content .checkout-result .checkout-result-content .checkout-result-info .result-info-box {
  padding: 30px 0;
  border-bottom: 1px solid #e5e5e5;
}

.checkout-content .checkout-result .checkout-result-content .checkout-result-info .result-info-box:nth-child(2) {
  padding-left: 30px;
  border-left: 1px solid #e5e5e5;
}

.checkout-content .checkout-result .checkout-result-content .checkout-result-info .result-info-box:nth-child(3) {
  border-bottom: none;
}

.checkout-content .checkout-result .checkout-result-content .checkout-result-info .result-info-box .employee-remain-point {
  text-align: right;
}

.checkout-content .checkout-result .checkout-result-content .checkout-result-info .result-info-box .result-info-title {
  font-size: 14px;
  font-weight: bold;
  color: #2b2b2b;
  padding-bottom: 20px;
}

.checkout-content .checkout-result .checkout-result-content .checkout-result-info .result-info-box .result-info-content .text {
  color: #666;
  padding-bottom: 5px;
}

.checkout-content .checkout-result .checkout-result-content .checkout-result-info .payment-info dt {
  display: block;
  margin-bottom: 5px;
  font-weight: bold;
}

.checkout-content .checkout-result .checkout-result-content .checkout-result-info .payment-info dd {
  margin-bottom: 15px;
}

.checkout-content .checkout-result .checkout-result-content .checkout-result-info.price-box {
  margin-bottom: 30px;
}

.checkout-content .checkout-result .checkout-result-content .checkout-result-info.price-box > div {
  line-height: 1.5;
}

.checkout-content .checkout-result .checkout-result-content .checkout-result-info.price-box em {
  color: #c9192e;
  font-style: normal;
}

.checkout-content .checkout-result .checkout-summary {
  margin-top: 70px;
}

.checkout-content .checkout-result .product-slider-wrap {
  margin-top: 70px;
}

.order-checkout {
  max-width: 1440px;
  margin: 0 auto 130px;
  padding: 60px 40px;
  font-family: "Noto Sans KR", "맑은 고딕", Dotum;
  background: #fff;
}

.order-checkout.complete {
  margin: 0 auto;
}

.order-checkout .checkout-top-title .title {
  font-size: 24px;
  font-weight: bold;
  padding-bottom: 15px;
}

.order-checkout .checkout-wrap {
  max-width: 900px;
  flex-basis: 66.1%;
  margin-right: 4.4%;
}

.order-checkout .checkout-wrap .order-tab.shipping-info-wrap .tab-item {
  width: 180px;
  line-height: 50px;
  padding: 0;
}

.order-checkout .checkout-wrap .order-tab.shipping-info-wrap .tab-item:not(.uk-active) {
  background: #e5e5e5;
  color: #757575;
}

.order-checkout .checkout-wrap .order-tab.shipping-info-wrap .tab-item.uk-active {
  background: #fff;
  color: #2b2b2b;
  border: 1px solid #2b2b2b;
}

.order-checkout .checkout-wrap .order-tab.shipping-info-wrap .trigger-address-search {
  height: 50px;
}

.order-checkout .checkout-wrap .order-tab.shipping-info-wrap .default-address {
  padding: 20px 0;
}

.order-checkout .checkout-wrap .order-tab.shipping-info-wrap .default-address .address-data {
  width: calc(100% - 110px);
}

.order-checkout .checkout-wrap .order-tab.shipping-info-wrap .default-address .address-data .data-text {
  margin: 0;
  font-size: 14px;
}

.order-checkout .checkout-wrap .order-tab.shipping-info-wrap .default-address .address-data .data-text:not(:first-child) {
  margin-top: 8px;
}

.order-checkout .checkout-wrap .order-tab.shipping-info-wrap .default-address .address-tool {
  width: 110px;
}

.order-checkout .checkout-wrap .order-tab.shipping-info-wrap .default-address .address-tool .trigger-address-list {
  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;
  font-size: 14px;
  height: 50px;
  padding: 0;
  font-weight: bold;
  color: #362d2e;
  border: 1px solid #c4c4c4;
}

.order-checkout .checkout-wrap .order-tab.shipping-info-wrap .new-address {
  margin: 20px 0 10px;
}

.order-checkout .checkout-wrap .order-tab.shipping-info-wrap .new-address .input-textfield label {
  top: 15px;
}

.order-checkout .checkout-wrap .order-tab.shipping-info-wrap .new-address .input-textfield.focus label, .order-checkout .checkout-wrap .order-tab.shipping-info-wrap .new-address .input-textfield.value label {
  top: -10px;
}

.order-checkout .checkout-wrap .checkout-login {
  font-size: 18px;
  margin-bottom: 40px;
}

.order-checkout .checkout-wrap .checkout-login a {
  background: #fff;
  border: 1px solid #000;
  color: #1c1c1c;
  padding: 15px 62px 13px;
  font-family: "Noto Sans KR", "맑은 고딕", Dotum;
}

.order-checkout .checkout-wrap .checkout-step-box {
  border-top: 1px solid #eeeeee;
}

.order-checkout .checkout-wrap .checkout-step-box .step-head {
  height: 70px;
  min-height: auto;
  border-top: 1px solid #2b2b2b;
}

.order-checkout .checkout-wrap .checkout-step-box .step-head:only-child {
  border-bottom: 1px solid #e5e5e5;
}

.order-checkout .checkout-wrap .checkout-step-box .step-head .step-title {
  margin: 0;
  margin-right: auto;
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: -.025em;
}

.order-checkout .checkout-wrap .checkout-step-box .step-head .inactive-display {
  max-width: calc(100% - 140px);
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.order-checkout .checkout-wrap .checkout-step-box .step-head.toggle-label:after {
  margin: 0;
  margin-left: 16px;
  position: static;
}

.order-checkout .checkout-wrap .checkout-step-box .step-head:not(.active) .active-display {
  display: none;
}

.order-checkout .checkout-wrap .checkout-step-box .step-content {
  padding: 24px 0;
  border-top: 1px solid #e5e5e5;
}

.order-checkout .checkout-wrap .checkout-step-box .step-content.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 .checkout-wrap .checkout-step-box .step-content.toggle-content.active {
  display: block;
}

.order-checkout .checkout-wrap .checkout-step-box .step-content.tab-box .tab-item {
  border-color: #a5a5a5;
}

.order-checkout .checkout-wrap .checkout-step-box .step-content.tab-box .tab-item:not(.uk-active) {
  color: #383838;
  border-color: #f4f4f4;
  background-color: #f4f4f4;
}

.order-checkout .checkout-wrap .checkout-step-box .step-content.tab-box .tab-switcher .tab-content:not(.uk-active) {
  display: none;
}

.order-checkout .checkout-wrap .checkout-step-box .step-content .fulfilled-content {
  position: relative;
  width: 100%;
  color: #666;
}

.order-checkout .checkout-wrap .checkout-step-box .step-content .fulfilled-content .text {
  margin: 0;
  font-size: 14px;
  line-height: 1.2;
}

.order-checkout .checkout-wrap .checkout-step-box .step-content .fulfilled-content .text:not(:first-child) {
  margin-top: 8px;
}

.order-checkout .checkout-wrap .checkout-step-box .step-content .fulfilled-content:not(:last-child) + .button-modify {
  border-color: #a5a5a5;
}

.order-checkout .checkout-wrap .checkout-step-box .step-content .fulfilled-content .edit-btn {
  position: absolute;
  right: 0;
  top: 0;
  width: 110px;
  line-height: 50px;
  color: #362d2e;
  font-weight: 500;
  text-align: center;
  border: 1px solid #c4c4c4;
}

.order-checkout .checkout-wrap .checkout-step-box .step-content .field select, .order-checkout .checkout-wrap .checkout-step-box .step-content .field input {
  height: 50px;
  line-height: 50px;
}

.order-checkout .checkout-wrap .checkout-step-box .step-content .field .field-row .error-message {
  display: block;
  margin: 0;
  font-size: 12px;
  line-height: 1;
  letter-spacing: -.025em;
  color: #ca1d31;
  padding-top: 8px;
}

.order-checkout .checkout-wrap .checkout-step-box .step-content .field .field-row .error-message:not(.filled) {
  display: none;
}

.order-checkout .checkout-wrap .checkout-step-box .step-content .field .field-row.search-field .addressSerch {
  display: inline-block;
}

.order-checkout .checkout-wrap .checkout-step-box .step-content .field .field-row.self-memo {
  margin-top: 10px;
}

.order-checkout .checkout-wrap .checkout-step-box .step-content .field .field-label {
  display: inline-block;
}

.order-checkout .checkout-wrap .checkout-step-box .step-content .field .field-label.error .error-message {
  display: block;
  margin: 0;
  line-height: 1;
  letter-spacing: -.025em;
  color: #ca1d31;
}

.order-checkout .checkout-wrap .checkout-step-box .step-content .field .field-label.error + .trigger-address-search {
  margin-bottom: 20px;
}

.order-checkout .checkout-wrap .checkout-step-box .step-content .field .field-label.parsley-success .error-message {
  display: none;
}

.order-checkout .checkout-wrap .checkout-step-box .step-content .field .field-head {
  margin-bottom: 7px;
}

.order-checkout .checkout-wrap .checkout-step-box .step-content .field .field-head .field-title {
  margin-bottom: 0;
}

.order-checkout .checkout-wrap .checkout-step-box .step-content .field .field-head a {
  text-decoration: underline;
}

.order-checkout .checkout-wrap .checkout-step-box .step-content .field .field-title {
  display: inline-block;
  margin-bottom: 7px;
  line-height: 1;
  letter-spacing: -.025em;
}

.order-checkout .checkout-wrap .checkout-step-box .step-content .field .publish-policy {
  padding: 16px 20px;
  height: 150px;
  color: #737680;
  font-size: 12px;
  line-height: 1.6;
  letter-spacing: -.025em;
  border: 1px solid #737680;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

.order-checkout .checkout-wrap .checkout-step-box .step-content .input-textfield label {
  top: 15px;
}

.order-checkout .checkout-wrap .checkout-step-box .step-content .input-textfield.focus label, .order-checkout .checkout-wrap .checkout-step-box .step-content .input-textfield.value label {
  top: -10px;
}

.order-checkout .checkout-wrap .checkout-step-box .step-content .input-text {
  padding: 0 10px;
  font-size: 14px;
  height: 50px;
  line-height: 50px;
}

.order-checkout .checkout-wrap .checkout-step-box .step-content .input-text::-webkit-input-placeholder {
  color: #383838;
}

.order-checkout .checkout-wrap .checkout-step-box .step-content .input-text:-moz-placeholder {
  color: #383838;
}

.order-checkout .checkout-wrap .checkout-step-box .step-content .input-text::-moz-placeholder {
  color: #383838;
}

.order-checkout .checkout-wrap .checkout-step-box .step-content .input-text:-ms-input-placeholder {
  color: #383838;
}

.order-checkout .checkout-wrap .checkout-step-box .step-content .input-text::placeholder {
  color: #737680;
}

.order-checkout .checkout-wrap .checkout-step-box .step-content .input-text::-webkit-outer-spin-button, .order-checkout .checkout-wrap .checkout-step-box .step-content .input-text::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.order-checkout .checkout-wrap .checkout-step-box .step-content .input-text:focus::-webkit-input-placeholder {
  color: #ffffff;
}

.order-checkout .checkout-wrap .checkout-step-box .step-content .input-text:focus:-moz-placeholder {
  color: #ffffff;
}

.order-checkout .checkout-wrap .checkout-step-box .step-content .input-text:focus::-moz-placeholder {
  color: #ffffff;
}

.order-checkout .checkout-wrap .checkout-step-box .step-content .input-text:focus:-ms-input-placeholder {
  color: #ffffff;
}

.order-checkout .checkout-wrap .checkout-step-box .step-content .input-text:focus::placeholder {
  color: #ffffff;
}

.order-checkout .checkout-wrap .checkout-step-box .step-content .print-message {
  margin: 0;
  line-height: 1;
  letter-spacing: -.025em;
  color: #ca1d31;
}

.order-checkout .checkout-wrap .checkout-step-box .step-content .print-message:not(.active) {
  display: none;
}

.order-checkout .checkout-wrap .checkout-step-box .step-content .txt-print-message {
  width: 100%;
  padding: 10px 0 0 100px;
  line-height: 1.2;
  color: #ca1d31;
  font-size: 12px;
}

.order-checkout .checkout-wrap .checkout-step-box .step-content .promo-field:not(:first-child) {
  padding-top: 15px;
}

.order-checkout .checkout-wrap .checkout-step-box .step-content .promo-field .promo-head {
  width: 100px;
  font-size: 16px;
  line-height: 1.2;
  color: #2b2b2b;
}

.order-checkout .checkout-wrap .checkout-step-box .step-content .promo-field .promo-field-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: calc(100% - 100px);
}

.order-checkout .checkout-wrap .checkout-step-box .step-content .promo-field .promo-field-content input {
  width: calc(100% - 200px);
  max-width: 380px;
  height: 50px;
  line-height: 50px;
}

.order-checkout .checkout-wrap .checkout-step-box .step-content .promo-field .promo-field-content .trigger-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;
  border-color: #a5a5a5;
  width: 100px;
  height: 50px;
  line-height: 50px;
}

.order-checkout .checkout-wrap .checkout-step-box .step-content .promo-field .promo-field-content .use-point-price {
  line-height: 1.5;
}

.order-checkout .checkout-wrap .checkout-step-box .step-content .promo-field .promo-field-content .remain-point-price {
  line-height: 1.5;
  margin-left: 10px;
}

.order-checkout .checkout-wrap .checkout-step-box .step-content .promo-field .trigger-offer-modal {
  width: 100px;
  height: 50px;
  line-height: 50px;
  color: #000;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  padding: 0;
  background: #fff;
  border: 1px solid #000;
}

.order-checkout .checkout-wrap .checkout-step-box .step-content .promo-field .print-message,
.order-checkout .checkout-wrap .checkout-step-box .step-content .promo-field .server-error-message {
  width: 100%;
  padding-left: 100px;
  padding-top: 10px;
  line-height: 1.5em;
}

.order-checkout .checkout-wrap .checkout-step-box .step-content .promo-field .print-message.description,
.order-checkout .checkout-wrap .checkout-step-box .step-content .promo-field .server-error-message.description {
  display: block;
  line-height: 1.2;
  color: #00c3d7;
}

.order-checkout .checkout-wrap .checkout-step-box .step-content .promo-field .promo-list {
  width: 100%;
  max-width: 380px;
  padding: 0 10px;
  margin-left: 100px;
}

.order-checkout .checkout-wrap .checkout-step-box .step-content .promo-field .promo-list .apply-promo-item {
  font-size: 14px;
  padding-top: 16px;
}

.order-checkout .checkout-wrap .checkout-step-box .step-content .promo-field .promo-list .apply-promo-item .promo-label {
  width: calc(100% - 100px);
  font-size: 12px;
  color: #757575;
}

.order-checkout .checkout-wrap .checkout-step-box .step-content .promo-field .promo-list .apply-promo-item .promo-discount {
  font-size: 13px;
  font-weight: 500;
  color: #362d2e;
}

.order-checkout .checkout-wrap .checkout-step-box .step-content .promo-field .promo-list .apply-promo-item .btn-delete {
  position: relative;
  top: unset;
  left: unset;
  right: unset;
  margin-left: 5px;
}

.order-checkout .checkout-wrap .checkout-step-box .step-content .promo-field .promo-list .apply-promo-item .btn-delete .icon {
  width: 16px;
  height: 16px;
  background-color: rgba(0, 0, 0, 0.2);
  color: #fff;
  border-radius: 50%;
}

.order-checkout .checkout-wrap .checkout-step-box .step-content .promo-field .promo-list.empty {
  display: none;
}

.order-checkout .checkout-wrap .checkout-step-box .step-content .paymentInfo-maessage {
  margin-bottom: 24px;
}

.order-checkout .checkout-wrap .checkout-step-box .step-content .payment-method {
  position: relative;
}

.order-checkout .checkout-wrap .checkout-step-box .step-content .payment-method .payment-method-item {
  -webkit-flex-basis: 24.25%;
  -ms-flex-preferred-size: 24.25%;
  flex-basis: 24.25%;
  max-width: 24.25%;
}

.order-checkout .checkout-wrap .checkout-step-box .step-content .payment-method .payment-method-item:not(:first-child) {
  margin-left: 1%;
}

.order-checkout .checkout-wrap .checkout-step-box .step-content .payment-method .payment-method-item .payment-item {
  height: 60px;
  padding: 0 10px;
  text-decoration: none;
  border: 1px solid #333;
  background: #f1f2f3;
  font-size: 16px;
  color: #000;
  opacity: 0.4;
  text-align: left;
  outline: 0;
}

.order-checkout .checkout-wrap .checkout-step-box .step-content .payment-method .payment-method-item .payment-item .icon.kakaopay {
  font-size: 68px;
}

.order-checkout .checkout-wrap .checkout-step-box .step-content .payment-method .payment-method-item .payment-item .icon.naverpay {
  width: 65px;
  height: 28px;
  color: #03c75a;
}

.order-checkout .checkout-wrap .checkout-step-box .step-content .payment-method .payment-method-item .payment-item .icon.payco {
  font-size: 67px;
}

.order-checkout .checkout-wrap .checkout-step-box .step-content .payment-method .payment-method-item .payment-item .naverpay-marketing-des {
  display: inline-block;
  font-size: 12px;
  margin-left: 6px;
}

.order-checkout .checkout-wrap .checkout-step-box .step-content .payment-method .payment-method-item.active {
  z-index: 1;
}

.order-checkout .checkout-wrap .checkout-step-box .step-content .payment-method .payment-method-item.active .payment-item {
  border: 2px solid #000;
  background: #fff;
  opacity: 1;
  font-weight: bold;
}

.order-checkout .checkout-wrap .checkout-step-box .step-content .payment-method .payment-method-item.active .payment-content {
  display: block;
}

.order-checkout .checkout-wrap .checkout-step-box .step-content .payment-method .marketing_wrap {
  display: none;
  width: 100%;
}

.order-checkout .checkout-wrap .checkout-step-box .step-content .payment-method .marketing_wrap .payment-content {
  padding: 24px;
  border: 1px solid #eeeeee;
  border-top: 0;
}

.order-checkout .checkout-wrap .checkout-step-box .step-content .payment-method .marketing_wrap .payment-content.marketingMessage {
  width: 100%;
  border: 1px dotted #c4c4c4;
  background: #f1f2f3;
  margin: 20px 0 0;
  padding: 15px 20px;
  font-size: 12px;
  line-height: 1.5;
}

.order-checkout .checkout-wrap .checkout-step-box .step-content .payment-method .marketing_wrap .payment-content .payment-insurance {
  margin-top: 24px;
}

.order-checkout .checkout-wrap .checkout-step-box .step-content .payment-method .marketing_wrap .payment-content .fieldset-legend .title {
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
}

.order-checkout .checkout-wrap .checkout-step-box .step-content .payment-method .marketing_wrap .payment-content .insurance-preview {
  margin-bottom: 8px;
  border: 1px solid #eeeeee;
}

.order-checkout .checkout-wrap .checkout-step-box .step-content .payment-method .marketing_wrap .payment-content .payment-policy {
  margin-top: 24px;
}

.order-checkout .checkout-wrap .checkout-step-box .step-content .payment-method .marketing_wrap .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;
}

.order-checkout .checkout-wrap .checkout-step-box .step-content .payment-method .marketing_wrap .payment-content .payment-policy .payment-policy-content {
  letter-spacing: -0.025em;
  color: #9b9b9b;
}

.order-checkout .checkout-wrap .checkout-step-box .step-content .payment-method .marketing_wrap .payment-content .radio-tabs .i-selector .label {
  height: 48px;
  font-size: 14px;
}

.order-checkout .checkout-wrap .checkout-step-box .step-content .payment-method .marketing_wrap .payment-content .field-row .field-title {
  font-size: 12px;
}

.order-checkout .checkout-wrap .checkout-step-box .step-content .payment-method .marketing_wrap .payment-content .field-row .input-text {
  padding-left: 20px;
  height: 50px;
  font-size: 14px;
}

.order-checkout .checkout-wrap .checkout-step-box .step-content .payment-method .marketing_wrap .payment-content .field-row .descr-message {
  margin-top: 8px;
  line-height: 20px;
}

.order-checkout .checkout-wrap .checkout-step-box .step-content .payment-method .marketing_wrap .payment-content .field-row:not(:first-child) .field-title {
  margin-top: 24px;
}

.order-checkout .checkout-wrap .checkout-step-box .step-content .payment-method .marketing_wrap .payment-content .radio-tabs {
  border: 1px solid #eeeeee;
}

.order-checkout .checkout-wrap .checkout-step-box .step-content .payment-method .marketing_wrap .payment-content .radio-tabs .i-selector {
  position: relative;
}

.order-checkout .checkout-wrap .checkout-step-box .step-content .payment-method .marketing_wrap .payment-content .radio-tabs .i-selector .label {
  width: 100%;
  line-height: 1;
  color: #383838;
  background-color: #f4f4f4;
}

.order-checkout .checkout-wrap .checkout-step-box .step-content .payment-method .marketing_wrap .payment-content .radio-tabs .i-selector input {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  visibility: hidden;
}

.order-checkout .checkout-wrap .checkout-step-box .step-content .payment-method .marketing_wrap .payment-content .radio-tabs .i-selector input:checked + .label {
  color: #000000;
  background-color: #ffffff;
  outline: 1px solid #000;
  z-index: 2;
}

.order-checkout .checkout-wrap .checkout-step-box .step-content .payment-method .marketing_wrap .payment-content .radio-tabs .i-selector:not(:first-child) {
  border-left: 1px solid #eeeeee;
}

.order-checkout .checkout-wrap .checkout-step-box .step-content .payment-method .marketing_wrap .payment-content .field-row .field-title {
  margin-bottom: 12px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: -.025em;
  color: #9b9b9b;
}

.order-checkout .checkout-wrap .checkout-step-box .step-content .payment-method .marketing_wrap .payment-content .field-row .input-text {
  width: 100%;
  line-height: 1.5;
  letter-spacing: -.025em;
  border: 1px solid #eeeeee;
  background-color: #ffffff;
}

.order-checkout .checkout-wrap .checkout-step-box .step-content .payment-method .marketing_wrap .payment-content .field-row .input-text::-webkit-input-placeholder {
  color: #383838;
}

.order-checkout .checkout-wrap .checkout-step-box .step-content .payment-method .marketing_wrap .payment-content .field-row .input-text:-moz-placeholder {
  color: #383838;
}

.order-checkout .checkout-wrap .checkout-step-box .step-content .payment-method .marketing_wrap .payment-content .field-row .input-text::-moz-placeholder {
  color: #383838;
}

.order-checkout .checkout-wrap .checkout-step-box .step-content .payment-method .marketing_wrap .payment-content .field-row .input-text:-ms-input-placeholder {
  color: #383838;
}

.order-checkout .checkout-wrap .checkout-step-box .step-content .payment-method .marketing_wrap .payment-content .field-row .input-text::placeholder {
  color: #383838;
}

.order-checkout .checkout-wrap .checkout-step-box .step-content .payment-method .marketing_wrap .payment-content .field-row .input-text::-webkit-outer-spin-button, .order-checkout .checkout-wrap .checkout-step-box .step-content .payment-method .marketing_wrap .payment-content .field-row .input-text::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.order-checkout .checkout-wrap .checkout-step-box .step-content .payment-method .marketing_wrap .payment-content .field-row .input-text:disabled {
  color: #383838;
  background-color: #f4f4f4;
}

.order-checkout .checkout-wrap .checkout-step-box .step-content .payment-method .marketing_wrap .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;
}

.order-checkout .checkout-wrap .checkout-step-box .step-content .payment-method .marketing_wrap .payment-content .field-row .error-message:empty {
  display: none;
}

.order-checkout .checkout-wrap .checkout-step-box .step-content .payment-method .marketing_wrap .payment-content .field-row .descr-message {
  margin: 0;
  font-size: 12px;
  color: #9b9b9b;
}

.order-checkout .checkout-wrap .checkout-step-box .step-content .payment-method .marketing_wrap .payment-content .field-row:not(:first-child) {
  margin-top: 10px;
}

.order-checkout .checkout-wrap .checkout-step-box .step-content .checkout-agree {
  margin-top: 40px;
  display: inline-block;
}

.order-checkout .checkout-wrap .checkout-step-box .step-content .checkout-agree .text {
  font-size: 14px;
  color: #2b2b2b;
  vertical-align: bottom;
}

.order-checkout .checkout-wrap .checkout-step-box .step-content .checkout-step-action {
  margin-top: 30px;
}

.order-checkout .checkout-wrap .checkout-step-box .step-content .checkout-step-action button {
  height: 60px;
  font-size: 20px;
  font-weight: bold;
  background: #2b2b2b;
}

.order-checkout .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;
}

.order-checkout .checkout-wrap .checkout-step-box.order-identity-step .step-head {
  position: relative;
}

.order-checkout .checkout-wrap .checkout-step-box.order-identity-step .step-descr .text {
  line-height: 1.2;
  letter-spacing: -.025em;
  color: #00c3d7;
  text-align: right;
}

.order-checkout .checkout-wrap .checkout-step-box.check-submit .button-submit {
  height: 60px;
  font-size: 20px;
  font-weight: bold;
}

.order-checkout .checkout-summary {
  max-width: 400px;
  flex-basis: 29.4%;
}

.order-checkout .checkout-summary .checkout-summary-box {
  padding: 25px 30px 30px;
  border: 2px solid #2b2b2b;
}

.order-checkout .checkout-summary .checkout-summary-box h3 {
  font-size: 18px;
  font-weight: bold;
  font-family: "Noto Sans KR", "맑은 고딕", Dotum;
  text-align: center;
  padding-bottom: 25px;
  border-bottom: 1px solid #e5e5e5;
}

.order-checkout .checkout-summary .checkout-summary-box .toggle-box .toggle-label {
  height: 30px;
  min-height: auto;
}

.order-checkout .checkout-summary .checkout-summary-box .toggle-box .toggle-label:after {
  margin: 0;
  margin-right: 16px;
  position: static;
}

.order-checkout .checkout-summary .checkout-summary-box .toggle-box .toggle-content {
  margin-top: 5px;
  margin-bottom: 10px;
}

.order-checkout .checkout-summary .checkout-summary-box .toggle-box .toggle-content .order-list {
  padding: 20px 0;
  border-bottom: 1px solid #e5e5e5;
}

.order-checkout .checkout-summary .checkout-summary-box .toggle-box .toggle-content .order-list .image-wrap {
  max-width: 100px;
}

.order-checkout .checkout-summary .checkout-summary-box .toggle-box .toggle-content .order-list .order-info {
  width: calc(100% - 120px);
  margin: 0;
  margin-left: auto;
}

.order-checkout .checkout-summary .checkout-summary-box .toggle-box .toggle-content .order-list .order-info .tit {
  display: block;
  color: #2b2b2b;
  padding: 5px 0 15px;
}

.order-checkout .checkout-summary .checkout-summary-box .toggle-box .toggle-content .order-list .order-info .option-wrap {
  font-size: 13px;
  color: #9b9b9b;
}

.order-checkout .checkout-summary .checkout-summary-box .toggle-box .toggle-content .order-list .order-info .option-wrap span {
  margin-bottom: 2px;
  color: #9b9b9b;
}

.order-checkout .checkout-summary .checkout-summary-box .toggle-box .toggle-content .order-list .order-info .qty {
  display: block;
  font-size: 13px;
  color: #9b9b9b;
  margin-top: 4px;
}

.order-checkout .checkout-summary .checkout-summary-box .toggle-box .toggle-content .order-list .product-mini-details {
  padding-left: 8px;
}

.order-checkout .checkout-summary .checkout-summary-box .toggle-box .toggle-content .order-list .product-mini-details .product-name {
  margin-bottom: 10px;
}

.order-checkout .checkout-summary .checkout-summary-box .toggle-box .toggle-content .order-list .product-mini-details .product-name a {
  color: #2b2b2b;
}

.order-checkout .checkout-summary .checkout-summary-box .toggle-box .toggle-content .order-list .product-mini-details .product-options > div {
  margin-bottom: 10px;
  color: #9b9b9b;
}

.order-checkout .checkout-summary .checkout-summary-box .toggle-box .toggle-content .order-list.order-addon-item .order-info .link-underline.name,
.order-checkout .checkout-summary .checkout-summary-box .toggle-box .toggle-content .order-list.order-addon-item .order-info .tit {
  cursor: default;
}

.order-checkout .checkout-summary .checkout-summary-box .toggle-box .toggle-content .order-addon-notice {
  padding: 20px 0;
  border-bottom: 1px solid #e5e5e5;
  font-size: 11px;
}

.order-checkout .checkout-summary .checkout-summary-box .toggle-box .toggle-content .order-addon-notice:before {
  content: '·';
  display: inline-block;
  margin-right: 5px;
}

.order-checkout .checkout-summary .checkout-summary-box .order-totals {
  padding: 30px 0 0;
}

.order-checkout .checkout-summary .checkout-summary-box .order-totals.finally {
  padding-top: 24px;
}

.order-checkout .checkout-summary .checkout-summary-box .order-totals .order-total-item {
  padding-bottom: 24px;
}

.order-checkout .checkout-summary .checkout-summary-box .order-totals .order-total-item .label {
  color: #757575;
}

.order-checkout .checkout-summary .checkout-summary-box .order-totals .order-total-item .value {
  font-weight: 400;
}

.order-checkout .checkout-summary .checkout-summary-box .order-totals .order-total-item .value .retail {
  text-decoration: line-through;
}

.order-checkout .checkout-summary .checkout-summary-box .order-totals .order-total-item .sale-box-btn {
  display: inline-block;
  font-size: 10px;
  color: #000;
  vertical-align: middle;
  margin-left: 10px;
  margin-top: -2px;
}

.order-checkout .checkout-summary .checkout-summary-box .order-totals .order-total-item .sale-box-btn .icon {
  transform: rotate(0);
}

.order-checkout .checkout-summary .checkout-summary-box .order-totals .order-total-item .sale-box-btn.active .icon {
  transform: rotate(180deg);
}

.order-checkout .checkout-summary .checkout-summary-box .order-totals .order-total-item.promo-list {
  display: none;
  padding: 20px;
  margin-bottom: 20px;
  background: #f1f2f3;
}

.order-checkout .checkout-summary .checkout-summary-box .order-totals .order-total-item.promo-list.active {
  display: block;
}

.order-checkout .checkout-summary .checkout-summary-box .order-totals .order-total-item.shipping-price {
  padding: 0 0 15px;
}

.order-checkout .checkout-summary .checkout-summary-box .order-totals .order-total-item.shipping-price .value {
  color: #000;
}

.order-checkout .checkout-summary .checkout-summary-box .order-totals .promo-dec {
  font-size: 12px;
}

.order-checkout .checkout-summary .checkout-summary-box .order-totals .promo-dec:not(:first-child) {
  padding-top: 10px;
}

.order-checkout .checkout-summary .checkout-summary-box .order-totals .promo-dec .promo-label {
  width: calc(100% - 85px);
  text-align: left;
  color: #757575;
}

.order-checkout .checkout-summary .checkout-summary-box .order-totals .promo-dec .promotion-price {
  color: #2b2b2b;
}

.order-checkout .checkout-summary .checkout-summary-box .order-totals .promo-dec .remove-promo-item {
  position: absolute;
  right: -20px;
  top: 0;
  color: #64686b;
}

.order-checkout .checkout-summary .checkout-summary-box .order-totals .order-total-highlight {
  padding-top: 15px;
  border-top: 1px solid #e5e5e5;
}

.order-checkout .checkout-summary .checkout-summary-box .order-totals .order-total-highlight .label {
  color: #000;
}

.order-checkout .checkout-summary .checkout-summary-box .order-totals .order-total-highlight .value {
  font-size: 20px;
  font-weight: bold;
  color: #c9192e;
}

.order-checkout .checkout-summary .checkout-summary-box .order-totals .confirmation-btn {
  padding: 25px 0 0;
  text-align: center;
}

.order-checkout .checkout-summary .checkout-summary-box .order-totals .confirmation-btn .button {
  height: 50px;
  line-height: 50px;
  padding: 0;
  background: #2b2b2b;
}

.order-checkout .checkout-summary .checkout-summary-box .order-totals .confirmation-btn .text-underline {
  display: inline-block;
  font-weight: bold;
  color: #1c1c1c;
  padding-top: 25px;
}

.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-label:after {
  position: static;
  margin: 0;
  margin-left: auto;
}

.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: 4px;
}

.order-checkout .toggle-box .toggle-content.active {
  display: block;
}

.modal-address-selector .address-selector .address-selector-title {
  padding: 0 20px;
  font-weight: 600;
  line-height: 1;
}

.modal-address-selector .address-selector .address-list-section {
  margin: 20px 0;
  border-top: 1px solid #eeeeee;
}

.modal-address-selector .address-selector .address-list-section .address-list {
  overflow-y: auto;
  max-height: 320px;
}

.modal-address-selector .address-selector .address-list-section .address-list li {
  padding: 12px;
  border-bottom: 1px solid #eeeeee;
}

.modal-address-selector .address-selector .address-list-section .address-list li .address-subject {
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 10px;
}

.modal-address-selector .address-selector .address-list-section .address-list li .pick-address {
  padding: 12px 25px;
}

.modal-address-selector .address-selector .address-list-section .address-list li .descr {
  margin-bottom: 3px;
}

.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: 464px;
}

.window-modal.modal-identity-verify .uk-close {
  margin: 0;
}

.window-modal.modal-identity-verify-result .uk-close {
  margin: 0;
}

.window-modal .identity-verify {
  padding: 0 38px 38px;
}

.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;
  height: 94px;
  font-size: 24px;
}

.window-modal .identity-verify .description-section {
  padding: 32px;
  background-color: #f4f4f4;
}

.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 .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;
}

.checkout-footer {
  padding: 30px 0;
  background: #1c1c1c;
  color: #fff;
}

@media (max-width: 960px) {
  .order-checkout {
    padding: 20px;
  }
  .order-checkout .checkout-wrap .checkout-login {
    margin-bottom: 20px;
  }
  .order-checkout .checkout-wrap .checkout-login .button {
    width: 100%;
    margin-top: 18px;
    margin-left: 0;
  }
  .order-checkout .checkout-wrap .checkout-login .button-login {
    padding: 15px 15px 13px;
    text-align: center;
    font-size: 13px;
  }
  .order-checkout .checkout-wrap .checkout-step-box .step-content .field .field-label {
    margin-bottom: 14px;
  }
  .order-checkout .checkout-summary .checkout-summary-box {
    padding: 25px 35px;
  }
}

@media (max-width: 1024px) {
  .order-checkout {
    padding: 30px 10px;
    margin: 0;
  }
  .order-checkout .checkout-top-title .title {
    font-size: 20px;
  }
  .order-checkout > .flex {
    display: block;
    margin: 0;
  }
  .order-checkout .checkout-wrap {
    max-width: 100%;
    flex-basis: 100%;
    margin-right: 0%;
  }
  .order-checkout .checkout-wrap .order-tab.shipping-info-wrap .tab-item {
    width: 50%;
    line-height: 36px;
    padding: 0;
  }
  .order-checkout .checkout-wrap .order-tab.shipping-info-wrap .trigger-address-search {
    height: 36px;
    font-size: 13px;
  }
  .order-checkout .checkout-wrap .order-tab.shipping-info-wrap .default-address {
    padding: 20px 0;
  }
  .order-checkout .checkout-wrap .order-tab.shipping-info-wrap .default-address .address-data {
    width: calc(100% - 110px);
  }
  .order-checkout .checkout-wrap .order-tab.shipping-info-wrap .default-address .address-data .data-text {
    margin: 0;
    font-size: 14px;
  }
  .order-checkout .checkout-wrap .order-tab.shipping-info-wrap .default-address .address-data .data-text:not(:first-child) {
    margin-top: 8px;
  }
  .order-checkout .checkout-wrap .order-tab.shipping-info-wrap .default-address .address-tool {
    width: 110px;
  }
  .order-checkout .checkout-wrap .order-tab.shipping-info-wrap .default-address .address-tool .trigger-address-list {
    font-size: 13px;
    height: 36px;
  }
  .order-checkout .checkout-wrap .order-tab.shipping-info-wrap .default-address .address-tool .trigger-address-list:hover {
    color: #fff;
  }
  .order-checkout .checkout-wrap .order-tab.shipping-info-wrap .new-address .input-textfield label {
    top: 8px;
  }
  .order-checkout .checkout-wrap .checkout-login {
    font-size: 18px;
    margin-bottom: 40px;
  }
  .order-checkout .checkout-wrap .checkout-login a {
    background: #fff;
    border: 1px solid #000;
    color: #1c1c1c;
    padding: 15px 62px 13px;
    font-family: "Noto Sans KR", "맑은 고딕", Dotum;
  }
  .order-checkout .checkout-wrap .checkout-step-box .step-head {
    height: 60px;
  }
  .order-checkout .checkout-wrap .checkout-step-box .step-head .step-title {
    font-size: 16px;
  }
  .order-checkout .checkout-wrap .checkout-step-box .step-head.toggle-label:after {
    margin-left: 10px;
  }
  .order-checkout .checkout-wrap .checkout-step-box .step-content {
    padding: 18px 0;
  }
  .order-checkout .checkout-wrap .checkout-step-box .step-content .fulfilled-content .text {
    font-size: 13px;
  }
  .order-checkout .checkout-wrap .checkout-step-box .step-content .fulfilled-content .edit-btn {
    line-height: 36px;
  }
  .order-checkout .checkout-wrap .checkout-step-box .step-content .input-textfield label {
    top: 9px;
  }
  .order-checkout .checkout-wrap .checkout-step-box .step-content .input-text {
    height: 36px;
    line-height: 36px;
  }
  .order-checkout .checkout-wrap .checkout-step-box .step-content .field select, .order-checkout .checkout-wrap .checkout-step-box .step-content .field input {
    height: 36px;
    line-height: 36px;
  }
  .order-checkout .checkout-wrap .checkout-step-box .step-content .promo-field {
    padding: 0 20px;
  }
  .order-checkout .checkout-wrap .checkout-step-box .step-content .promo-field:not(:first-child) {
    padding-top: 15px;
  }
  .order-checkout .checkout-wrap .checkout-step-box .step-content .promo-field .promo-head {
    width: 100%;
    font-size: 15px;
    font-weight: bold;
    padding-right: 0px;
    padding-bottom: 15px;
  }
  .order-checkout .checkout-wrap .checkout-step-box .step-content .promo-field .promo-field-content {
    width: 100%;
  }
  .order-checkout .checkout-wrap .checkout-step-box .step-content .promo-field .promo-field-content input {
    width: calc(100% - 72px);
    max-width: 100%;
    height: 45px;
    line-height: 45px;
  }
  .order-checkout .checkout-wrap .checkout-step-box .step-content .promo-field .promo-field-content .trigger-apply {
    width: 72px;
    height: 45px;
    line-height: 45px;
  }
  .order-checkout .checkout-wrap .checkout-step-box .step-content .promo-field .trigger-offer-modal {
    width: 110px;
    height: 36px;
    line-height: 36px;
    font-size: 13px;
    border: 1px solid #c4c4c4;
  }
  .order-checkout .checkout-wrap .checkout-step-box .step-content .promo-field .print-message,
  .order-checkout .checkout-wrap .checkout-step-box .step-content .promo-field .server-error-message {
    padding-left: 0px;
  }
  .order-checkout .checkout-wrap .checkout-step-box .step-content .promo-field .promo-list {
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin-left: 0;
  }
  .order-checkout .checkout-wrap .checkout-step-box .step-content .promo-field .promo-list .apply-promo-item {
    font-size: 14px;
    padding-top: 16px;
  }
  .order-checkout .checkout-wrap .checkout-step-box .step-content .promo-field .promo-list .apply-promo-item .promo-label {
    font-size: 13px;
  }
  .order-checkout .checkout-wrap .checkout-step-box .step-content .promo-field .promo-list .apply-promo-item .btn-delete {
    position: relative;
    top: unset;
    left: unset;
    right: unset;
    margin-left: 5px;
  }
  .order-checkout .checkout-wrap .checkout-step-box .step-content .promo-field .promo-list .apply-promo-item .btn-delete .icon {
    width: 15px;
    height: 15px;
  }
  .order-checkout .checkout-wrap .checkout-step-box .step-content .paymentInfo-maessage {
    padding: 0;
    margin-bottom: 24px;
  }
  .order-checkout .checkout-wrap .checkout-step-box .step-content .payment-method {
    padding: 0;
  }
  .order-checkout .checkout-wrap .checkout-step-box .step-content .payment-method .payment-method-item {
    -webkit-flex-basis: 49%;
    -ms-flex-preferred-size: 49%;
    flex-basis: 49%;
    max-width: 49%;
    margin: 0 1% 10px 1%;
  }
  .order-checkout .checkout-wrap .checkout-step-box .step-content .payment-method .payment-method-item:nth-child(even) {
    margin-right: 0;
  }
  .order-checkout .checkout-wrap .checkout-step-box .step-content .payment-method .payment-method-item:nth-child(odd) {
    margin-left: 0;
  }
  .order-checkout .checkout-wrap .checkout-step-box .step-content .payment-method .payment-method-item .payment-content {
    top: 180px;
  }
  .order-checkout .checkout-wrap .checkout-step-box .step-content .payment-method .payment-method-item .payment-item {
    height: 50px;
    border: 1px solid #adadad;
    font-size: 14px;
  }
  .order-checkout .checkout-wrap .checkout-step-box .step-content .payment-method .payment-method-item .payment-item .icon.kakaopay {
    font-size: 56px;
  }
  .order-checkout .checkout-wrap .checkout-step-box .step-content .payment-method .payment-method-item .payment-item .icon.naverpay {
    width: 63px;
    height: 22px;
  }
  .order-checkout .checkout-wrap .checkout-step-box .step-content .payment-method .payment-method-item .payment-item .icon.payco {
    font-size: 60px;
  }
  .order-checkout .checkout-wrap .checkout-step-box .step-content .payment-method .payment-method-item .payment-item .naverpay-marketing-des {
    font-size: 11px;
    margin-left: 0px;
  }
  .order-checkout .checkout-wrap .checkout-step-box .step-content .payment-method .payment-method-item.active .payment-item {
    border: 1px solid #333;
  }
  .order-checkout .checkout-wrap .checkout-step-box .step-content .payment-method .marketing_wrap .payment-content.marketingMessage {
    padding: 20px 12px;
  }
  .order-checkout .checkout-wrap .checkout-step-box .step-content .checkout-agree {
    margin-top: 25px;
  }
  .order-checkout .checkout-wrap .checkout-step-box .step-content .checkout-agree .text {
    font-size: 13px;
  }
  .order-checkout .checkout-wrap .checkout-step-box .step-content .checkout-step-action {
    margin-top: 15px;
  }
  .order-checkout .checkout-wrap .checkout-step-box .step-content .checkout-step-action button {
    height: 50px;
    font-size: 15px;
    padding: 0;
  }
  .order-checkout .checkout-wrap .checkout-step-box .step-content .txt-print-message {
    padding: 10px 0 0;
  }
  .order-checkout .checkout-wrap .checkout-step-box.check-submit .button-submit {
    height: 50px;
    font-size: 15px;
  }
  .order-checkout .checkout-summary {
    max-width: 100%;
    flex-basis: 100%;
    padding-top: 50px;
  }
  .order-checkout .checkout-summary .checkout-summary-box {
    padding: 20px 15px;
  }
  .order-checkout .checkout-summary .checkout-summary-box h3 {
    font-size: 16px;
    padding-bottom: 17px;
    border-bottom: 2px solid #2b2b2b;
  }
  .order-checkout .checkout-summary .checkout-summary-box .toggle-box .toggle-label {
    height: auto;
    font-size: 14px;
    color: #666;
    padding: 15px 0;
    border-bottom: 1px solid #e5e5e5;
  }
  .order-checkout .checkout-summary .checkout-summary-box .toggle-box .toggle-label:after {
    margin-right: 0;
  }
  .order-checkout .checkout-summary .checkout-summary-box .toggle-box .toggle-content {
    margin-top: 5px;
    margin-bottom: 10px;
  }
  .order-checkout .checkout-summary .checkout-summary-box .toggle-box .toggle-content .order-list {
    padding: 20px 0;
    border-bottom: 1px solid #e5e5e5;
  }
  .order-checkout .checkout-summary .checkout-summary-box .toggle-box .toggle-content .order-list .order-info {
    width: calc(100% - 110px);
  }
  .order-checkout .checkout-summary .checkout-summary-box .toggle-box .toggle-content .order-list .order-info .tit {
    padding: 0 0 20px;
  }
  .order-checkout .checkout-summary .checkout-summary-box .toggle-box .toggle-content .order-list .order-info .option-wrap {
    font-size: 14px;
  }
  .order-checkout .checkout-summary .checkout-summary-box .toggle-box .toggle-content .order-list .order-info .qty {
    font-size: 14px;
  }
  .order-checkout .checkout-summary .checkout-summary-box .order-totals {
    padding: 25px 0 0;
  }
  .order-checkout .checkout-summary .checkout-summary-box .order-totals .order-total-item {
    padding-bottom: 15px;
  }
  .order-checkout .checkout-summary .checkout-summary-box .order-totals .order-total-item .label {
    font-size: 13px;
  }
  .order-checkout .checkout-summary .checkout-summary-box .order-totals .order-total-item .value {
    font-size: 13px;
  }
  .order-checkout .checkout-summary .checkout-summary-box .order-totals .order-total-item.promo-list {
    padding: 20px 15px;
  }
  .order-checkout .checkout-summary .checkout-summary-box .order-totals .order-total-highlight .label {
    font-size: 13px;
  }
  .order-checkout .checkout-summary .checkout-summary-box .order-totals .order-total-highlight .value {
    font-size: 18px;
  }
  .checkout-content .checkout-result .checkout-result-content {
    max-width: 100%;
    flex-basis: 100%;
    margin-right: 0;
  }
  .checkout-content .checkout-result .checkout-result-content .result-message {
    font-size: 20px;
    padding-bottom: 18px;
  }
  .checkout-content .checkout-result .checkout-result-content .sub-message {
    font-size: 13px;
    padding-bottom: 18px;
  }
  .checkout-content .checkout-result .checkout-result-content .result-order-wrap {
    padding: 18px 0;
  }
  .checkout-content .checkout-result .checkout-result-content .result-order-wrap .checkout-result-title {
    font-size: 16px;
  }
  .checkout-content .checkout-result .checkout-result-content .result-order-wrap .order-number {
    font-size: 14px;
  }
  .checkout-content .checkout-result .checkout-result-content .checkout-result-info .result-info-box {
    padding: 18px 0;
  }
  .checkout-content .checkout-result .checkout-result-content .checkout-result-info .result-info-box:not(:first-child) {
    padding-left: 0;
    border-left: none;
  }
  .checkout-content .checkout-result .checkout-result-content .checkout-result-info .result-info-box .result-info-title {
    font-size: 14px;
    padding-bottom: 10px;
  }
  .checkout-content .checkout-result .checkout-result-content .checkout-result-info .result-info-box .result-info-content .text {
    font-size: 13px;
  }
  .checkout-content .checkout-result .checkout-result-content .checkout-result-info .payment-info dt {
    display: block;
    margin-bottom: 5px;
    font-weight: bold;
  }
  .checkout-content .checkout-result .checkout-result-content .checkout-result-info .payment-info dd {
    margin-bottom: 15px;
  }
  .checkout-content .checkout-result .checkout-result-content .checkout-result-info.price-box {
    margin-bottom: 30px;
  }
  .checkout-content .checkout-result .checkout-result-content .checkout-result-info.price-box > div {
    line-height: 1.5;
  }
  .checkout-content .checkout-result .checkout-result-content .checkout-result-info.price-box em {
    color: #c9192e;
    font-style: normal;
  }
  .checkout-content .checkout-result .checkout-summary {
    margin-top: 0;
    padding-top: 20px;
  }
}

/* gallery swipe */
.gallery-swipe .swipe-container > ul {
  width: 1000%;
}

/* new gallery */
.pdp-gallery-fullview {
  position: absolute;
  overflow: auto;
  display: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: calc(100% + 10px);
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.7);
  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: 9;
}

.pdp-gallery-fullview:hover {
  cursor: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 30 30" width="30" height="30"><g><circle fill="none" stroke="%23000000" stroke-width="2" stroke-miterlimit="10" cx="15" cy="15" r="13"/><line fill="none" stroke="%23000000" stroke-width="1.8257" stroke-linecap="round" stroke-miterlimit="10" x1="10" y1="15" x2="20" y2="15"/><line fill="none" stroke="%23000000" stroke-width="1.8257" stroke-linecap="round" stroke-miterlimit="10" x1="15" y1="20" x2="15" y2="10"/></g></svg>'), auto !important;
}

.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: block;
  border: 1px solid #000;
}

.pdp-gallery-fullview .zoom-img {
  background-size: 200% !important;
}

.pdp-gallery-fullview .pdp-gallery-fullview-wrapper {
  max-width: 100%;
  margin: auto;
  padding: 0;
  background: #fff;
  position: relative;
}

.pdp-gallery-fullview .pdp-gallery-fullview-wrapper .button-wrapper {
  display: none;
  position: absolute;
  right: 45px;
  top: 15px;
}

.pdp-gallery-fullview .pdp-gallery-fullview-wrapper .button-wrapper .pdp-gallery-fullview-close {
  position: absolute;
  font-size: 30px;
  z-index: 100;
}

.pdp-gallery-fullview .pdp-gallery-fullview-wrapper .button-wrapper .pdp-gallery-fullview-close:hover {
  color: #c9192e;
}

.pdp-gallery-fullview .pdp-gallery-fullview-wrapper .pdp-gallery-fullview-overlay .gallery-images img {
  width: 100%;
}

.pdp-gallery-fullview .pdp-gallery-fullview-wrapper .pdp-gallery-fullview-overlay .gallery-images .swiper-zoom-container {
  display: none;
}

.pdp-gallery-fullview .pdp-gallery-fullview-wrapper .pdp-gallery-fullview-overlay .gallery-images .zoom-img {
  overflow: hidden;
  background-size: auto 100%;
}

.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 .pdp-gallery-fullview-overlay .gallery-images .zoom-swipe-controls {
  display: none;
  width: 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
}

.pdp-gallery-fullview .pdp-gallery-fullview-wrapper .pdp-gallery-fullview-overlay .gallery-images .zoom-swipe-controls .zoom-btn-prev, .pdp-gallery-fullview .pdp-gallery-fullview-wrapper .pdp-gallery-fullview-overlay .gallery-images .zoom-swipe-controls .zoom-btn-next {
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 40px;
  background-size: 100% 100%;
  color: #000;
  z-index: 2;
}

.pdp-gallery-fullview .pdp-gallery-fullview-wrapper .pdp-gallery-fullview-overlay .gallery-images .zoom-swipe-controls .zoom-btn-prev:hover, .pdp-gallery-fullview .pdp-gallery-fullview-wrapper .pdp-gallery-fullview-overlay .gallery-images .zoom-swipe-controls .zoom-btn-next:hover {
  color: #c9192e;
}

.pdp-gallery-fullview .pdp-gallery-fullview-wrapper .pdp-gallery-fullview-overlay .gallery-images .zoom-swipe-controls .zoom-btn-prev {
  left: 0px;
}

.pdp-gallery-fullview .pdp-gallery-fullview-wrapper .pdp-gallery-fullview-overlay .gallery-images .zoom-swipe-controls .zoom-btn-next {
  right: 0px;
}

/* Reponsive 767px */
@media screen and (max-width: 767px) {
  .pdp-gallery-fullview {
    position: fixed;
    overflow: auto;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 40px 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;
    z-index: 1100;
  }
  .pdp-gallery-fullview.show {
    display: flex;
  }
  .pdp-gallery-fullview .pdp-gallery-fullview-wrapper {
    max-width: 800px;
    width: 100%;
    margin: auto;
    padding: 0;
    background: #fff;
    position: relative;
  }
  .pdp-gallery-fullview .pdp-gallery-fullview-wrapper .button-wrapper {
    display: block;
    position: fixed;
    right: 45px;
    top: 15px;
  }
  .pdp-gallery-fullview .pdp-gallery-fullview-wrapper .button-wrapper .pdp-gallery-fullview-close {
    position: fixed;
    font-size: 30px;
  }
  .pdp-gallery-fullview .pdp-gallery-fullview-wrapper .pdp-gallery-fullview-overlay .gallery-images {
    cursor: url(data:application/octet-stream;base64,AAABAAEAHh4AAAEAIACwDgAAFgAAACgAAAAeAAAAPAAAAAEAIAAAAAAAEA4AABILAAASCwAAAAAAAAAAAAD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOAAAATgAAAIgAAAC4AAAA3gAAAPYAAAD2AAAA3gAAALgAAACIAAAATgAAAA4AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAP///wD///8AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAAAGwAAADAAAAA/wAAAP8AAAD/AAAA/wAAAP8AAAD/AAAA/wAAAP8AAAD/AAAA/wAAAMAAAABsAAAAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAP///wD///8AAAAAAAAAAAD///8A////AP///wAAAABHAAAArwAAAP8BAQH9Dw8P4D4+Pql1dXWJra2tdtPT023T09Ntra2tdnV1dYk+Pj6pDw8P4AEBAf0AAAD/AAAArwAAAEf///8A////AP///wAAAAAAAAAAAP///wD///8AAAAAAAAAAAD///8A////AAAAAGAAAADXAAAA/wgICO1AQECnpqamePDw8Gj9/f1n////Zv///2b///9m////Zv39/Wfw8PBopqameEBAQKcICAjtAAAA/wAAANcAAABg////AP///wAAAAAAAAAAAP///wD///8AAAAAAAAAAAD///8AAAAAYAAAAOUAAAD/HBwczI2NjX////9m////Zv///2b///9m////Zv///2b///9m////Zv///2b///9m////Zv///2aNjY1/HBwczAAAAP8AAADlAAAAYP///wAAAAAAAAAAAP///wD///8AAAAAAAAAAAAAAABHAAAA1wAAAP8jIyPCvr6+cv///2b///9m////Zv///2b///9m////Zv///2b///9m////Zv///2b///9m////Zv///2b///9mvr6+ciMjI8IAAAD/AAAA1wAAAEcAAAAAAAAAAP///wD///8AAAAAAAAAABQAAACvAAAA/xsbG83AwMBx////Zv///2b///9m////Zv///2b///9m////Zv///2b///9m////Zv///2b///9m////Zv///2b///9m////ZsDAwHEbGxvNAAAA/wAAAK8AAAAUAAAAAP///wD///8AAAAAAAAAAGwAAAD/CAgI7Y2NjX////9m////Zv///2b///9m////Zv///2b///9m////Zv///2b///9m////Zv///2b///9m////Zv///2b///9m////Zv///2aNjY1/CAgI7QAAAP8AAABsAAAAAP///wD///8AAAAADgAAAMABAQH9QEBAp/39/Wb///9m////Zv///2b///9m////Zv///2b///9m////Zv///2b///9m////Zv///2b///9m////Zv///2b///9m////Zv///2b9/f1mQEBApwEBAf0AAADAAAAADv///wD///8AAAAATgAAAP8PDw/gpqameP///2b///9m////Zv///2b///9m////Zv///2b///9m////Zv///2b///9m////Zv///2b///9m////Zv///2b///9m////Zv///2b///9mpqameA8PD+AAAAD/AAAATv///wD///8AAAAAiAAAAP8+Pj6p+Pj4Z////2b///9m////Zv///2b///9m////Zv///2b///9m////Zv///2b///9m////Zv///2b///9m////Zv///2b///9m////Zv///2b///9m+Pj4Zz4+PqkAAAD/AAAAiP///wD///8AAAAAuAAAAP92dnaI/f39Z////2b///9m////Zv///2b///9m////Zv///2b///9m////Zv///2b///9m////Zv///2b///9m////Zv///2b///9m////Zv///2b///9m/f39Z3Z2dogAAAD/AAAAuP///wD///8AAAAA3gAAAP+tra12////Zv///2b///9m////Zv///2b///9m////Zv///2b///9m////Zv///2b///9m////Zv///2b///9m////Zv///2b///9m////Zv///2b///9m////Zq2trXYAAAD/AAAA3v///wD///8AAAAA9gAAAP/T09Nt////Zv///2b///9m////Zv///2YAAAD/AAAA/wAAAP8AAAD/AAAA/wAAAP8AAAD/AAAA/wAAAP8AAAD/AAAA/wAAAP////9m////Zv///2b///9m////ZtPT020AAAD/AAAA9v///wD///8AAAAA9gAAAP/T09Nt////Zv///2b///9m////Zv///2YAAAD/AAAA/wAAAP8AAAD/AAAA/wAAAP8AAAD/AAAA/wAAAP8AAAD/AAAA/wAAAP////9m////Zv///2b///9m////ZtPT020AAAD/AAAA9v///wD///8AAAAA3gAAAP+tra12////Zv///2b///9m////Zv///2b///9m////Zv///2b///9m////Zv///2b///9m////Zv///2b///9m////Zv///2b///9m////Zv///2b///9m////Zq2trXYAAAD/AAAA3v///wD///8AAAAAuAAAAP92dnaI/f39Z////2b///9m////Zv///2b///9m////Zv///2b///9m////Zv///2b///9m////Zv///2b///9m////Zv///2b///9m////Zv///2b///9m/f39Z3Z2dogAAAD/AAAAuP///wD///8AAAAAiAAAAP8+Pj6p+Pj4Z////2b///9m////Zv///2b///9m////Zv///2b///9m////Zv///2b///9m////Zv///2b///9m////Zv///2b///9m////Zv///2b///9m+Pj4Zz4+PqkAAAD/AAAAiP///wD///8AAAAATgAAAP8PDw/gpqameP///2b///9m////Zv///2b///9m////Zv///2b///9m////Zv///2b///9m////Zv///2b///9m////Zv///2b///9m////Zv///2b///9mpqameA8PD+AAAAD/AAAATv///wD///8AAAAADgAAAMABAQH9QEBAp/39/Wb///9m////Zv///2b///9m////Zv///2b///9m////Zv///2b///9m////Zv///2b///9m////Zv///2b///9m////Zv///2b9/f1mQEBApwEBAf0AAADAAAAADv///wD///8AAAAAAAAAAGwAAAD/CAgI7Y2NjX////9m////Zv///2b///9m////Zv///2b///9m////Zv///2b///9m////Zv///2b///9m////Zv///2b///9m////Zv///2aNjY1/CAgI7QAAAP8AAABsAAAAAP///wD///8AAAAAAAAAABQAAACvAAAA/xsbG83AwMBx////Zv///2b///9m////Zv///2b///9m////Zv///2b///9m////Zv///2b///9m////Zv///2b///9m////ZsDAwHEbGxvNAAAA/wAAAK8AAAAUAAAAAP///wD///8AAAAAAAAAAAAAAABHAAAA1wAAAP8jIyPCvr6+cv///2b///9m////Zv///2b///9m////Zv///2b///9m////Zv///2b///9m////Zv///2b///9mvr6+ciMjI8IAAAD/AAAA1wAAAEcAAAAAAAAAAP///wD///8AAAAAAAAAAAD///8AAAAAYAAAAOUAAAD/HBwczI2NjX////9m////Zv///2b///9m////Zv///2b///9m////Zv///2b///9m////Zv///2aNjY1/HBwczAAAAP8AAADlAAAAYP///wAAAAAAAAAAAP///wD///8AAAAAAAAAAAD///8A////AAAAAGAAAADXAAAA/wgICO1AQECnpqamePDw8Gj9/f1n////Zv///2b///9m////Zv39/Wfw8PBopqameEBAQKcICAjtAAAA/wAAANcAAABg////AP///wAAAAAAAAAAAP///wD///8AAAAAAAAAAAD///8A////AP///wAAAABHAAAArwAAAP8BAQH9Dw8P4D4+Pql1dXWJra2tdtPT023T09Ntra2tdnV1dYk+Pj6pDw8P4AEBAf0AAAD/AAAArwAAAEf///8A////AP///wAAAAAAAAAAAP///wD///8AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAAAGwAAADAAAAA/wAAAP8AAAD/AAAA/wAAAP8AAAD/AAAA/wAAAP8AAAD/AAAA/wAAAMAAAABsAAAAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAP///wD///8AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOAAAATgAAAIgAAAC4AAAA3gAAAPYAAAD2AAAA3gAAALgAAACIAAAATgAAAA4AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAP///wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP///wD///8A////AP///wD////8/4AH/P4AAfz8AAD8+AAAfPAAADzgAAAcwAAADMAAAAyAAAAEgAAABIAAAASAAAAEgAAABIAAAASAAAAEgAAABIAAAASAAAAEgAAABIAAAATAAAAMwAAADOAAABzwAAA8+AAAfPwAAPz+AAH8/4AH/P////w=) 15 15, zoom-in !important;
  }
  .pdp-gallery-fullview .pdp-gallery-fullview-wrapper .pdp-gallery-fullview-overlay .gallery-images .swiper-zoom-container {
    display: block;
  }
  .pdp-gallery-fullview .pdp-gallery-fullview-wrapper .pdp-gallery-fullview-overlay .gallery-images .zoom-img {
    display: none;
  }
  .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 .pdp-gallery-fullview-overlay .gallery-images .zoom-swipe-controls {
    display: block;
  }
}

/* Reponsive 768px */
/* register css */
.register-container {
  background: #f1f2ed;
  padding: 70px 0;
  font-family: "Noto Sans KR", "맑은 고딕", Dotum;
  text-align: center;
}

.register-container .register-auth {
  display: inline-block;
  max-width: 1360px;
  width: 100%;
  background: #fff;
  text-align: left;
}

.register-container .register-auth .account-auth-content {
  max-width: 1360px;
  margin: 0 auto;
  padding: 40px 27px;
  background: #fff;
}

.register-container .register-auth .account-auth-content .register-head {
  margin-bottom: 30px;
  text-align: center;
}

.register-container .register-auth .account-auth-content .register-head h1 {
  font-size: 36px;
  font-family: "fannDoren", "Noto Sans KR", "맑은 고딕", Dotum;
  font-weight: bold;
}

.register-container .register-auth .account-auth-content .register-head-required {
  display: inline-block;
  font-size: 14px;
  color: #c9192e;
  margin: 10px 0;
}

.register-container .register-auth .account-auth-content .register-content-form .agree-field .field {
  margin-top: 24px;
}

.register-container .register-auth .account-auth-content .register-content-form .agree-field .field .field-row .field-head .field-title {
  font-size: 21px;
  line-height: 26px;
  font-weight: bold;
  margin-bottom: 10px;
}

.register-container .register-auth .account-auth-content .register-content-form .agree-field .field .field-row .publish-policy {
  height: 370px;
  line-height: 20px;
  border: 1px solid #2b2b2b;
  padding: 9px 17px;
  overflow: auto;
}

.register-container .register-auth .account-auth-content .register-content-form .agree-field .field .field-row .policy-table table {
  width: 100%;
  text-align: center;
  border: 1px solid #2b2b2b;
  border-collapse: collapse;
  border-spacing: 0;
}

.register-container .register-auth .account-auth-content .register-content-form .agree-field .field .field-row .policy-table table caption {
  display: none;
}

.register-container .register-auth .account-auth-content .register-content-form .agree-field .field .field-row .policy-table table th {
  height: 40px;
  font-size: 14px;
  font-weight: bold;
  line-height: normal;
  color: #2b2b2b;
}

.register-container .register-auth .account-auth-content .register-content-form .agree-field .field .field-row .policy-table table td {
  height: 40px;
  font-size: 14px;
  line-height: normal;
  border-top: 1px solid #2b2b2b;
}

.register-container .register-auth .account-auth-content .register-content-form .field-descrip {
  margin-top: 10px;
  line-height: 23px;
  font-size: 13px;
  color: #737680;
}

.register-container .register-auth .account-auth-content .register-content-form .register-submit-btn {
  max-width: 640px;
  width: 100%;
  font-family: "Noto Sans KR", "맑은 고딕", Dotum;
  margin-top: 24px;
}

.register-container .register-auth .account-auth-content .register-complete {
  text-align: center;
  padding: 50px;
}

.register-container .register-auth .account-auth-content .register-complete .title {
  font-size: 34px;
  margin-bottom: 20px;
}

.register-container .register-auth .account-auth-content .register-complete .description {
  font-size: 20px;
  text-align: center;
  margin-bottom: 50px;
}

.register-container .register-auth .account-auth-content .register-complete .register-complete-action {
  text-align: center;
}

.register-container .register-auth .other-break-line {
  margin: 25px 0;
  font-size: 14px;
  line-height: 1;
  color: #2b2b2b;
  text-align: center;
}

.register-container .register-auth .other-break-line::before {
  content: '';
  display: block;
  width: calc(50% - 1.1em);
  height: 1px;
  border-bottom: 1px dotted #737680;
}

.register-container .register-auth .other-break-line::after {
  content: '';
  display: block;
  width: calc(50% - 1.1em);
  height: 1px;
  border-bottom: 1px dotted #737680;
}

.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::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 #a5a5a5;
}

.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%;
  max-width: 720px;
  height: 160px;
  letter-spacing: -.025em;
  border: 1px solid #eeeeee;
  resize: none;
  word-break: keep-all;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

.withdrawal-container .field-group .input-textarea::-webkit-input-placeholder {
  color: #383838;
}

.withdrawal-container .field-group .input-textarea:-moz-placeholder {
  color: #383838;
}

.withdrawal-container .field-group .input-textarea::-moz-placeholder {
  color: #383838;
}

.withdrawal-container .field-group .input-textarea:-ms-input-placeholder {
  color: #383838;
}

.withdrawal-container .field-group .input-textarea::placeholder {
  color: #383838;
}

.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;
}

@media (max-width: 768px) {
  .register-container {
    padding: 30px 0;
  }
  .register-container .register-auth {
    padding: 0 10px;
    background: none;
  }
  .register-container .register-auth .account-auth-content {
    padding: 24px 10px;
  }
  .register-container .register-auth .account-auth-content .register-head {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 767px) {
  .withdrawal-container {
    padding: 0 0 20px;
  }
  .withdrawal-container .withdrawal-notify {
    font-size: 12px;
    line-height: 17px;
  }
  .withdrawal-container .withdrawal-notify .highlight {
    margin-bottom: 15px;
    font-size: 16px;
    line-height: 22px;
  }
  .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) {
  .withdrawal-container .withdrawal-notify {
    font-size: 14px;
    line-height: 22px;
  }
  .withdrawal-container .withdrawal-notify .highlight {
    font-size: 20px;
    line-height: 28px;
  }
  .withdrawal-container .resign-condition {
    margin: 40px 0;
    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;
  }
}

/* login css */
.account-container {
  background: #f1f2ed;
  padding: 70px 0;
  text-align: center;
  /* reset pw */
}

.account-container button {
  font-family: "Noto Sans KR", "맑은 고딕", Dotum;
}

.account-container .account-auth {
  display: inline-block;
  max-width: 1250px;
  width: 100%;
  background: #fff;
}

.account-container .account-auth .account-auth-content {
  max-width: 680px;
  margin: 0 auto;
  padding: 70px 20px;
  background: #fff;
}

.account-container .account-auth .account-auth-content.isLogin {
  padding: 100px 0;
}

.account-container .account-auth .account-auth-content.isLogin .description {
  margin-bottom: 40px;
}

.account-container .account-auth .account-auth-content.history .descr-text {
  margin-top: 20px;
  margin-bottom: 5px;
}

.account-container .account-auth .account-auth-content.history .message-text {
  margin-bottom: 20px;
}

.account-container .account-auth .account-auth-content.kakao-sync .content-title {
  margin-bottom: 30px;
}

.account-container .account-auth .account-auth-content.kakao-sync .message-text {
  margin: 15px 0;
}

.account-container .account-auth .account-auth-content.kakao-sync .social-login-container a {
  line-height: 1.5;
}

.account-container .account-auth .account-auth-content .account-auth-head .title {
  font-size: 36px;
  margin-bottom: 20px;
  font-family: "fannDoren", "Noto Sans KR", "맑은 고딕", Dotum;
}

.account-container .account-auth .account-auth-content .account-auth-head .sub-title {
  display: block;
}

.account-container .account-auth .account-auth-content .account-auth-content-form {
  margin-top: 30px;
}

.account-container .account-auth .account-auth-content .account-auth-content-form .field-row .input-textfield {
  margin: 12px 0;
}

.account-container .account-auth .account-auth-content .account-auth-content-form .field-row .input-textfield.error {
  margin-top: 0;
}

.account-container .account-auth .account-auth-content .account-auth-content-form .account-tools {
  font-size: 16px;
  line-height: 23px;
}

.account-container .account-auth .account-auth-content .account-auth-content-form .account-tools .i-checkbox .icon {
  margin-right: 4px;
  padding: 2px;
  width: 20px;
  height: 20px;
  vertical-align: top;
  border: 1px solid #979797;
}

.account-container .account-auth .account-auth-content .account-auth-content-form .field-action {
  margin-top: 20px;
}

.account-container .account-auth .account-auth-content .account-auth-content-form .register-complete-action {
  margin: 30px 0;
}

.account-container .account-auth .account-auth-content .account-auth-content-form .description {
  margin-bottom: 40px;
}

.account-container .account-auth .account-auth-content .social-login-container a {
  margin-top: 20px;
}

.account-container .account-auth .account-auth-content .other-action {
  margin-top: 15px;
}

.account-container .account-auth .account-auth-content .other-action a {
  font-size: 14px;
  color: #79aecf;
}

.account-container .account-auth .account-auth-content .sns-login-wrap {
  margin-top: 20px;
  font-size: 16px;
  line-height: 23px;
}

.account-container .account-auth .account-auth-content .sns-login-wrap .sns-login-btn {
  margin-top: 20px;
}

.account-container .account-auth .account-auth-content .sns-login-wrap .sns-login-btn a {
  color: #000;
}

.account-container .account-auth .account-auth-content .sns-login-wrap .sns-login-btn a i {
  font-size: 27px;
  padding: 4px;
  color: #fff;
  background: #333;
}

.account-container .account-auth .account-auth-content .sns-login-wrap .sns-login-btn a span {
  margin-left: 15px;
  line-height: 35px;
  vertical-align: text-bottom;
}

.account-container .account-auth .account-auth-content .account-forgot .title {
  font-family: "fannDoren", "Noto Sans KR", "맑은 고딕", Dotum;
  margin-bottom: 26px;
  font-size: 36px;
}

.account-container .account-auth .account-auth-content .account-forgot .social-login-container {
  margin-bottom: 35px;
}

.account-container .account-auth .account-auth-content .account-forgot .account-forgot-header {
  margin: 20px 0;
}

.account-container .account-auth .account-auth-content .account-forgot .account-forgot-header .anchor {
  height: 58px;
  font-weight: 600;
  line-height: 1;
  color: #9b9b9b;
  background-color: #f4f4f4;
  border: 1px solid #737680;
}

.account-container .account-auth .account-auth-content .account-forgot .account-forgot-header .anchor.active {
  color: #fff;
  background-color: #000;
  border: none;
}

.account-container .account-auth .account-auth-content .account-forgot .account-forgot-content .descr-text {
  margin: 30px 0 25px;
}

.account-container .account-auth .account-auth-content .account-forgot .account-forgot-content .account-forgot-result .forgot-result-list li {
  background-color: #f1f2f3;
  padding: 20px;
  margin-bottom: 10px;
}

.account-container .account-auth .account-auth-content .account-forgot .account-forgot-content .account-forgot-result .forgot-result-list li .account {
  display: block;
  width: 60%;
  text-align: left;
  word-wrap: break-word;
}

.account-container .account-auth .account-auth-content .account-forgot .account-forgot-content .account-forgot-result .forgot-result-list li .date {
  display: block;
  width: 40%;
  text-align: right;
}

.account-container .account-auth .account-auth-content .account-forgot .account-forgot-content .account-forgot-result .icon {
  margin: 30px 0 20px;
}

.account-container .account-auth .account-auth-content .account-forgot .account-forgot-content .account-forgot-result .icon.send-email {
  font-size: 80px;
}

.account-container .account-auth .account-auth-content .account-forgot .account-forgot-content .account-forgot-result .result-text {
  margin-bottom: 10px;
  font-weight: bold;
}

.account-container .account-auth .account-auth-content .account-forgot .account-forgot-content .account-forgot-certify {
  margin: 14px 0;
}

.account-container .account-auth .account-auth-content .account-forgot .account-forgot-content .account-forgot-certify .notify-text {
  margin-top: 20px;
}

.account-container .account-auth .account-auth-content .account-forgot .account-forgot-content .account-certify-actions .button {
  margin-bottom: 10px;
}

.account-container .account-auth .account-auth-content .account-forgot .account-forgot-content .account-forgot-action {
  margin-top: 25px;
}

.account-container .account-auth .account-auth-content .content-result {
  margin: 30px 0;
}

.account-container .account-auth .account-auth-content .content-result .result-text {
  font-size: 16px;
  font-weight: bold;
}

.account-container .account-auth .account-auth-content .content-result .message-text {
  margin-top: 10px;
}

.account-container .account-auth .account-auth-content .content-result .notify-text {
  margin-top: 10px;
  font-weight: bold;
}

.account-container .account-auth .order-list-container {
  max-width: 680px;
  margin: 0 auto;
  padding: 0 20px 70px;
}

.account-container .account-auth .order-list-container .order-info-item {
  padding: 20px;
  background: #f1f2f3;
}

.account-container .account-auth .order-list-container .order-info-item:not(:first-child) {
  margin-top: 15px;
}

.account-container .account-auth .order-list-container .order-info-item .order-info .info-row {
  font-size: 14px;
  line-height: 1;
  letter-spacing: -.025em;
  word-break: keep-all;
  word-wrap: break-word;
  overflow-wrap: break-word;
  margin-bottom: 5px;
}

.account-container .account-auth .order-list-container .order-info-item .order-info .info-row .value {
  font-weight: bold;
}

.account-container .account-auth .order-list-container .order-info-item .order-search-confirm {
  margin-top: 10px;
}

.account-container .account-auth .order-list-container .order-info-item .confirm-action .button:first-child {
  margin-top: 0;
}

.account-container .account-auth .order-list-container .order-info-item .confirm-action .button.button-kakaotalk {
  padding: 20px 25px;
}

.account-container .account-auth .order-list-container .order-info-item .confirm-action.account-auth-order .descr-content {
  padding: 10px;
  letter-spacing: -.025em;
  background-color: #f1f2f3;
}

.account-container .account-auth .order-list-container .order-info-item .confirm-action.account-auth-order .descr-content .text {
  margin: 0 0 5px;
}

.account-container .account-auth .order-list-container .order-info-item .confirm-action.account-auth-order .descr-content .descr-list {
  margin: 0;
  color: #9b9b9b;
}

.account-container .account-auth .order-list-container .order-info-item .confirm-action:not(.active) {
  display: none;
}

.account-container .account-forgot {
  display: inline-block;
  max-width: 1250px;
  width: 100%;
  background: #fff;
}

.account-container .account-forgot .account-forgot-content {
  max-width: 680px;
  margin: 0 auto;
  background: #fff;
}

.account-container .account-forgot .account-forgot-content.reset {
  padding: 70px 20px;
}

.account-container .account-forgot .account-forgot-content .descr-text {
  margin: 40px 0;
  font-size: 16px;
}

/* login modal */
.uk-modal.modal-account-auth .account-container {
  padding: 0;
}

.uk-modal.modal-account-auth .account-auth-content {
  padding: 20px 0;
}

/* forgot id/pw css */
@media (max-width: 768px) {
  .account-container {
    padding: 0;
  }
  .account-container .account-auth {
    padding: 0;
    background: none;
  }
  .account-container .account-auth .account-auth-content {
    padding: 70px 10px;
  }
  .account-container .account-auth .account-auth-content .other-action a {
    font-size: 12px;
  }
}

.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: #2b2b2b;
}

.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 #dedfda;
}

.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 #dedfda;
}

.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 #dedfda;
  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: #d1d1d1;
  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.news .view-contents-wrap {
  border: none;
}

.board-view.news .view-contents-wrap.col-md-9 {
  padding-right: 16px;
}

.board-view.news .contents-product {
  padding-left: 16px;
  margin-top: 28px;
  border-left: 1px solid #ccc;
}

.board-view.news .contents-product .content-title {
  margin-bottom: 20px;
}

.board-view.news .contents-product .content-title h2 {
  font-weight: bold;
}

.board-view.news .contents-product ul li {
  margin-bottom: 20px;
}

.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 .columns .title {
  margin: 10px 0 20px;
}

.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 .view-contents .row {
  display: block;
}

.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 .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 .show-for-small-only .item-label {
  font-weight: bold;
}

.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-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 #d1d1d1;
  padding: 7px 5px;
  outline: none;
  box-sizing: border-box;
  background-color: transparent;
  font-size: 12px;
  color: #2b2b2b;
}

.comment-write .input-textarea textarea:focus {
  border-color: #c9192e;
}

.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 #dedfda;
}

.comment-list .name {
  margin-bottom: 10px;
  font-size: 11px;
  color: #2b2b2b;
}

.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;
}

.news-list.board .news-item {
  margin-bottom: 40px;
}

.news-list.board .news-item .news-details .title {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  white-space: normal;
  line-height: 1.2em;
  height: 2.4em;
  overflow: hidden;
  text-overflow: ellipsis;
}

.news-list.board .news-item .news-details .tag {
  display: inline-block;
  margin-top: 20px;
  color: #79aecf;
  text-decoration: underline;
  text-transform: uppercase;
}

.news-list.board .news-item img {
  width: 100%;
}

.proSkateTeam_wrap .header-wrap {
  margin: 20px 0;
}

.proSkateTeam_wrap .header-wrap h2 {
  font-size: 36px;
  font-weight: bold;
}

.proSkateTeam_wrap .contents .sort {
  width: 100%;
}

.proSkateTeam_wrap .contents .sort .nation_sort {
  margin: 20px 0;
}

.proSkateTeam_wrap .contents .sort .nation_sort ul li {
  border: 1px solid transparent;
}

.proSkateTeam_wrap .contents .sort .nation_sort ul li button {
  padding: 20px 30px;
  font-size: 18px;
}

.proSkateTeam_wrap .contents .sort .nation_sort ul li.uk-active {
  border: 1px solid #2b2b2b;
}

.proSkateTeam_wrap .contents .sort .skateTypeSort {
  max-width: 1000px;
  margin: 0 auto;
}

.proSkateTeam_wrap .contents .sort .skateTypeSort ul li .sort_title {
  font-size: 22px;
  text-transform: uppercase;
  margin-bottom: 15px;
  font-weight: bold;
}

.proSkateTeam_wrap .contents .sort .skateTypeSort ul.team_list li {
  overflow: hidden;
  margin-bottom: 16px;
}

.proSkateTeam_wrap .contents .sort .skateTypeSort ul.team_list li a {
  position: relative;
}

.proSkateTeam_wrap .contents .sort .skateTypeSort ul.team_list li a img {
  width: 100%;
}

.proSkateTeam_wrap .contents .sort .skateTypeSort ul.team_list li a .artist-info {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.proSkateTeam_wrap .contents .sort .skateTypeSort ul.team_list li a .artist-info p {
  color: #fff;
  font-size: 18px;
  visibility: hidden;
}

.proSkateTeam_wrap .contents .sort .skateTypeSort ul.team_list li a .artist-info p.name {
  visibility: inherit;
  font-size: 22px;
  font-weight: bold;
  margin: 42px 0;
}

.proSkateTeam_wrap .contents .sort .skateTypeSort ul.team_list li a:hover .artist-info {
  background: rgba(255, 0, 0, 0.5);
}

.proSkateTeam_wrap .contents .sort .skateTypeSort ul.team_list li a:hover .artist-info p {
  visibility: inherit;
}

/* 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;
  }
  .proSkateTeam_wrap .contents .sort .skateTypeSort {
    max-width: 1000px;
    margin: 0 auto;
  }
  .proSkateTeam_wrap .contents .sort .skateTypeSort ul li .sort_title {
    margin-bottom: 15px;
  }
  .proSkateTeam_wrap .contents .sort .skateTypeSort ul.team_list {
    margin-bottom: 40px;
  }
  .proSkateTeam_wrap .contents .sort .skateTypeSort ul.team_list li {
    margin-bottom: 0;
  }
  .board-view.news .view-contents-wrap .col-md-9 {
    padding-right: 8px;
  }
  .board-view.news .contents-product {
    padding-top: 30px;
    padding-left: 8px;
    border-left: none;
    border-top: 1px solid #ccc;
  }
}

/* Desktop and bigger */
.customer-product .product-mini {
  position: relative;
  padding: 20px;
}

.customer-product .product-mini .product-mini {
  padding: 0;
}

.customer-product .addon-mini {
  padding-bottom: 20px;
}

.customer-product .addon-mini .product-mini {
  background-color: #f1f2f3;
}

.customer-product .addon-mini .product-mini + .product-mini {
  border-top: 1px solid #d8d8d8;
}

.customer-product .image-url {
  margin-right: 16px;
  -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 {
  letter-spacing: -.025em;
}

.customer-product .product-mini-details .product-name a {
  color: #589bc6;
}

.customer-product .product-mini-details .product-options .option.quantity {
  display: block;
}

.customer-product .product-mini-details .product-options .option:not(:first-child):not(.quantity)::before {
  content: '/';
  padding-right: .25em;
}

.customer-product .product-mini-details .product-price {
  line-height: 1;
  letter-spacing: -.025em;
  white-space: nowrap;
}

.customer-product .product-mini-details .product-price .retail {
  color: #9b9b9b;
  text-decoration: line-through;
}

.customer-product .product-mini-details .product-price .sale:not(:first-child) {
  margin-left: .5em;
}

.customer-product .product-mini-details .product-price .rate {
  font-weight: 400;
  color: #ca1d31;
}

.customer-product .product-mini-details .product-quantity {
  position: relative;
  margin-top: 16px;
}

.customer-product .point-message {
  padding: 0 0 30px;
}

.customer-product .point-message p {
  font-size: 13px;
  line-height: 1.3;
}

.customer-container {
  position: relative;
  background: #f1f2ed;
}

.customer-container .customer-content-wrap {
  margin: 0 auto;
  max-width: 1440px;
}

.customer-container .customer-nav .customer-nav-title {
  margin: 0;
  font-weight: 600;
  line-height: 1;
  letter-spacing: -.025em;
  color: #2b2b2b;
}

.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: #2b2b2b;
}

.customer-container .customer-content-section .content-section-header .content-section-title {
  margin: 0;
  font-weight: 600;
  line-height: 1;
}

.customer-container .customer-content-section .content-section-header .link {
  line-height: 1;
  color: #000000;
}

.customer-container .customer-content-section .info-txt {
  margin-bottom: 20px;
}

.customer-container .customer-content-section .info-txt p {
  margin-bottom: 5px;
}

.customer-container .customer-content-section .info-txt p.txt1 a {
  color: #c9192e;
}

.customer-container .customer-order-search .order-search-content .col-search-action .button-submit {
  padding: 10px 0;
  font-weight: normal;
}

.customer-container .customer-order-search .order-search-content .col-input-date .trigger-renew .icon {
  width: 13px;
  height: 13px;
  color: #000;
}

.customer-container .shipping-delivery-process .process-title {
  font-weight: 600;
  line-height: 1;
  letter-spacing: -.025em;
  color: #000000;
}

.customer-container .shipping-delivery-process .process-list-content {
  margin-top: 30px;
}

.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: 600;
  line-height: 1;
  letter-spacing: -.025em;
  color: #000000;
}

.customer-container .shipping-delivery-process .process-list-content .process-list .process-item .process-descr {
  margin-top: 8px;
  font-weight: 600;
  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;
}

.customer-container .empty-content .icon {
  display: block;
  margin: 0 auto;
  color: #ffffff;
  border-radius: 50%;
  background-color: #f1f2f3;
}

.customer-container .empty-content .text {
  margin: 0;
  font-weight: 400;
  line-height: 1;
  letter-spacing: -.025em;
  color: #000000;
  text-align: center;
}

.customer-container .empty-content.break-line {
  border-bottom: 1px solid #d8d8d8;
}

.customer-container .i-checkbox {
  position: relative;
  color: #383838;
}

.customer-container .i-checkbox input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  visibility: hidden;
}

.customer-container .i-checkbox input:not(:checked) + .icon {
  color: transparent;
}

.customer-container .i-checkbox .icon {
  margin-right: 8px;
  padding: 2px;
  width: 14px;
  height: 14px;
  color: #000000;
  vertical-align: top;
  border: 1px solid #a5a5a5;
  background-color: #ffffff;
}

.customer-container .i-checkbox .text {
  vertical-align: top;
  word-break: keep-all;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

.customer-product .product-mini {
  padding: 20px 0;
}

.customer-product .addon-mini {
  margin-top: -10px;
  padding-bottom: 30px;
}

.customer-product .addon-mini .product-mini {
  padding: 20px;
  background-color: #f1f2f3;
}

.customer-product .addon-mini .image-url {
  max-width: 78px;
  cursor: default;
}

.customer-product .addon-mini .product-mini-details .product-name .link-underline {
  cursor: default;
}

.customer-product .addon-mini .product-mini-details .product-name .link-underline:hover {
  text-decoration: none;
  cursor: default;
}

.customer-product .image-url {
  -webkit-flex: 0 1 35%;
  -ms-flex: 0 1 35%;
  flex: 0 1 35%;
  max-width: 98px;
}

.customer-product .product-mini-details {
  -webkit-flex-basis: calc(65% - 16px);
  -ms-flex-preferred-size: calc(65% - 16px);
  flex-basis: calc(65% - 16px);
}

.customer-product .product-mini-details .product-name {
  font-size: 14px;
  color: #2b2b2b;
  padding-bottom: 10px;
}

.customer-product .product-mini-details .product-name .no-return-exchange {
  padding: 1px 10px 2px;
  background-color: #c9192e;
  color: #fff;
  margin-bottom: 10px;
  font-size: 10px;
  font-weight: 500;
}

.customer-product .product-mini-details .product-name a {
  color: #2b2b2b;
}

.customer-product .product-mini-details .product-options {
  font-size: 13px;
  color: #9b9b9b;
  padding-bottom: 10px;
}

.customer-product .product-mini-details .product-price {
  font-size: 15px;
  font-weight: bold;
  color: #2b2b2b;
}

.customer-order-container .customer-order {
  background-color: #ffffff;
}

.customer-order-container .customer-order:not(:first-child) {
  margin-top: 30px;
}

.customer-order-container .customer-order .customer-order-header {
  padding-left: 30px;
  height: 65px;
  font-size: 14px;
  line-height: 1;
  letter-spacing: -.025em;
  color: #000000;
  border-bottom: 1px solid #d8d8d8;
}

.customer-order-container .customer-order .customer-order-header .customer-order-number {
  height: 100%;
}

.customer-order-container .customer-order .customer-order-header .customer-order-number .order-number {
  margin-left: .25em;
}

.customer-order-container .customer-order .order-state .state {
  font-size: 16px;
  font-weight: bold;
  color: #c9192e;
}

.customer-order-container .customer-order .order-state .actions {
  width: 100%;
}

.customer-order-container .customer-order .order-state .actions:empty {
  display: none;
}

.customer-order-container .customer-order .order-state .actions a.anchor {
  color: #2b2b2b;
}

.customer-order-container .customer-order .order-state .actions .anchor {
  width: 120px;
  line-height: 40px;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  color: #2b2b2b;
  border: 1px solid #c4c4c4;
  padding: 0;
}

.customer-order-container .order-detail-header {
  padding: 30px 30px 20px;
  background: #fff;
}

.customer-order-container .order-detail-header .order-normal-data .order-number {
  font-size: 16px;
  font-weight: bold;
  color: #2b2b2b;
  padding-bottom: 10px;
}

.customer-order-container .order-detail-header .order-normal-data .order-date {
  display: inline-block;
  color: #2b2b2b;
}

.customer-order-container .order-detail-header .order-normal-data .order-date.date-title {
  color: #757575;
  margin-right: 5px;
}

.customer-order-container .order-detail-header .button {
  width: 160px;
  line-height: 50px;
  font-size: 14px;
  padding: 0;
  background: #2b2b2b;
}

.customer-order-container .customer-order-detail-wrap {
  padding: 0 30px 30px;
  background: #fff;
}

.customer-order-container .customer-order-detail-wrap .order-detail-data {
  border: 1px solid #e5e5e5;
  border-top: 1px solid #2b2b2b;
}

.customer-order-container .customer-order-detail-wrap .order-detail-data .order-info-content {
  width: 100%;
  flex-basis: 60%;
}

.customer-order-container .customer-order-detail-wrap .order-detail-data .order-info-content .order-info-section {
  padding: 30px 25px;
}

.customer-order-container .customer-order-detail-wrap .order-detail-data .order-info-content .order-info-section .info-title {
  font-size: 16px;
  font-weight: bold;
  color: #2b2b2b;
  padding-bottom: 20px;
}

.customer-order-container .customer-order-detail-wrap .order-detail-data .order-info-content .order-info-section:not(:first-child) {
  border-top: 1px solid #e5e5e5;
}

.customer-order-container .customer-order-detail-wrap .order-detail-data .order-info-content .order-info-section .order-payment-info {
  font-size: 14px;
}

.customer-order-container .customer-order-detail-wrap .order-detail-data .order-info-content .order-info-section .order-payment-info .col-lg-6 {
  padding-right: 25px;
}

.customer-order-container .customer-order-detail-wrap .order-detail-data .order-info-content .order-info-section .order-payment-info .col-lg-6:only-child {
  padding-right: 0;
}

.customer-order-container .customer-order-detail-wrap .order-detail-data .order-info-content .order-info-section .order-payment-info .col-lg-6 + .col-lg-6 {
  padding-right: 0;
  padding-left: 25px;
}

.customer-order-container .customer-order-detail-wrap .order-detail-data .order-info-content .order-info-section .order-payment-info .info-label {
  width: 88px;
  padding-bottom: 10px;
}

.customer-order-container .customer-order-detail-wrap .order-detail-data .order-info-content .order-info-section .order-payment-info .info-value {
  width: calc(100% - 88px);
  font-weight: bold;
  text-align: right;
  padding-bottom: 10px;
}

.customer-order-container .customer-order-detail-wrap .order-detail-data .order-info-content .order-info-section .order-point-box .order-total-item {
  margin-bottom: 0;
}

.customer-order-container .customer-order-detail-wrap .order-detail-data .order-shipping-info p {
  font-size: 14px;
  color: #666;
  word-break: keep-all;
  word-wrap: break-word;
  overflow-wrap: break-word;
  padding-bottom: 5px;
}

.customer-order-container .customer-order-detail-wrap .order-detail-data .order-shipping-info p:last-child {
  padding: 0;
}

.customer-order-container .customer-order-detail-wrap .order-detail-data .order-payment-content {
  width: 100%;
  flex-basis: 40%;
  border-left: 1px solid #e5e5e5;
}

.customer-order-container .customer-order-detail-wrap .order-detail-data .order-payment-content .order-info-section {
  padding: 30px 25px;
}

.customer-order-container .customer-order-detail-wrap .order-detail-data .order-payment-content .order-info-section:not(:first-child) {
  border-top: 1px solid #e5e5e5;
  padding-bottom: 5px;
}

.customer-order-container .customer-order-detail-wrap .order-detail-data .order-payment-content .order-info-section .info-title {
  font-size: 16px;
  font-weight: bold;
  color: #2b2b2b;
  padding-bottom: 20px;
}

.customer-order-container .customer-order-detail-wrap .order-detail-data .order-payment-content .order-info-section .order-totals .order-total-item {
  padding-bottom: 24px;
}

.customer-order-container .customer-order-detail-wrap .order-detail-data .order-payment-content .order-info-section .order-totals .order-total-item .label {
  color: #757575;
}

.customer-order-container .customer-order-detail-wrap .order-detail-data .order-payment-content .order-info-section .order-totals .order-total-item .value {
  font-weight: 400;
}

.customer-order-container .customer-order-detail-wrap .order-detail-data .order-payment-content .order-info-section .order-totals .order-total-item .value .retail {
  text-decoration: line-through;
}

.customer-order-container .customer-order-detail-wrap .order-detail-data .order-payment-content .order-info-section .order-totals .order-total-item .sale-box-btn {
  display: inline-block;
  font-size: 10px;
  color: #000;
  vertical-align: middle;
  margin-left: 10px;
  margin-top: -2px;
}

.customer-order-container .customer-order-detail-wrap .order-detail-data .order-payment-content .order-info-section .order-totals .order-total-item .sale-box-btn .icon {
  transform: rotate(0);
}

.customer-order-container .customer-order-detail-wrap .order-detail-data .order-payment-content .order-info-section .order-totals .order-total-item .sale-box-btn.active .icon {
  transform: rotate(180deg);
}

.customer-order-container .customer-order-detail-wrap .order-detail-data .order-payment-content .order-info-section .order-totals .order-total-item.promo-list {
  display: none;
  padding: 20px;
  margin-bottom: 20px;
  background: #f1f2f3;
}

.customer-order-container .customer-order-detail-wrap .order-detail-data .order-payment-content .order-info-section .order-totals .order-total-item.promo-list.active {
  display: block;
}

.customer-order-container .customer-order-detail-wrap .order-detail-data .order-payment-content .order-info-section .order-totals .order-total-item.shipping-price {
  padding: 0 0 15px;
}

.customer-order-container .customer-order-detail-wrap .order-detail-data .order-payment-content .order-info-section .order-totals .order-total-item.shipping-price .value {
  color: #000;
}

.customer-order-container .customer-order-detail-wrap .order-detail-data .order-payment-content .order-info-section .order-totals .promo-list {
  display: none;
  padding: 20px;
  margin-bottom: 20px;
  background: #f1f2f3;
}

.customer-order-container .customer-order-detail-wrap .order-detail-data .order-payment-content .order-info-section .order-totals .promo-list.active {
  display: block;
}

.customer-order-container .customer-order-detail-wrap .order-detail-data .order-payment-content .order-info-section .order-totals .promo-dec {
  font-size: 12px;
}

.customer-order-container .customer-order-detail-wrap .order-detail-data .order-payment-content .order-info-section .order-totals .promo-dec:not(:first-child) {
  padding-top: 10px;
}

.customer-order-container .customer-order-detail-wrap .order-detail-data .order-payment-content .order-info-section .order-totals .promo-dec .promo-label {
  width: calc(100% - 85px);
  text-align: left;
  color: #757575;
}

.customer-order-container .customer-order-detail-wrap .order-detail-data .order-payment-content .order-info-section .order-totals .promo-dec .promotion-price {
  color: #2b2b2b;
}

.customer-order-container .customer-order-detail-wrap .order-detail-data .order-payment-content .order-info-section .order-totals .promo-dec .remove-promo-item {
  position: absolute;
  right: -20px;
  top: 0;
  color: #64686b;
}

.customer-order-container .customer-order-detail-wrap .order-detail-data .order-payment-content .order-info-section .order-totals .order-total-highlight {
  padding-top: 15px;
  border-top: 1px solid #e5e5e5;
}

.customer-order-container .customer-order-detail-wrap .order-detail-data .order-payment-content .order-info-section .order-totals .order-total-highlight .label {
  color: #000;
}

.customer-order-container .customer-order-detail-wrap .order-detail-data .order-payment-content .order-info-section .order-totals .order-total-highlight .value {
  font-size: 20px;
  font-weight: bold;
  color: #c9192e;
}

.customer-order-container .customer-order-detail-wrap .order-detail-data .order-payment-content .order-info-section .order-totals .confirmation-btn {
  padding: 25px 0 0;
  text-align: center;
}

.customer-order-container .customer-order-detail-wrap .order-detail-data .order-payment-content .order-info-section .order-totals .confirmation-btn .button {
  height: 50px;
  line-height: 50px;
  padding: 0;
  background: #2b2b2b;
}

.customer-order-container .customer-order-detail-wrap .order-detail-data .order-payment-content .order-info-section .order-totals .confirmation-btn .text-underline {
  display: inline-block;
  font-weight: bold;
  color: #1c1c1c;
  padding-top: 25px;
}

.customer-order-container .customer-order-detail-wrap .order-detail-data .order-payment-content .order-total-highlight {
  padding-top: 18px;
  border-top: 1px solid #d8d8d8;
}

.customer-order-container .customer-order-detail-wrap .order-detail-data .order-payment-content .order-total-highlight .label {
  font-size: 14px;
  line-height: 1;
  letter-spacing: -.025em;
}

.customer-order-container .customer-order-detail-wrap .order-detail-data .order-payment-content .order-total-highlight .value {
  font-size: 18px;
  line-height: 1;
  letter-spacing: -.025em;
}

.customer-order-container .customer-order-product-title {
  font-size: 28px;
  font-weight: bold;
  color: #2b2b2b;
  padding: 40px 0 20px;
}

.customer-order-container .order-detail-product-wrap {
  padding: 30px;
}

.customer-order-container .order-detail-product-wrap:not(:first-child) {
  margin: 0;
}

.customer-order-container .order-detail-product-wrap .order-detail-product-content {
  border: 1px solid #e5e5e5;
  border-width: 1px 0;
}

.customer-order-container .order-detail-product-wrap .order-detail-product-content .customer-product {
  width: 100%;
}

.customer-order-container .order-detail-product-wrap .order-detail-product-content .customer-product .product-item .product-mini {
  padding: 20px 0;
}

.customer-order-container .order-detail-product-wrap .order-detail-product-content .customer-product .product-item .product-mini .product-mini {
  padding: 0;
}

.customer-order-container .order-detail-product-wrap .order-detail-product-content .customer-product .product-item .addon-mini {
  padding: 0 30px 30px;
}

.customer-order-container .order-detail-product-wrap .order-detail-product-content .customer-product .product-item .addon-mini .product-mini {
  padding: 20px 0;
}

.customer-order-container .order-detail-product-wrap .order-detail-product-content .customer-product .product-item:not(.addon):not(:first-child) {
  border-top: 1px solid #d8d8d8;
}

.customer-order-container .order-detail-product-wrap .order-detail-product-content .col-state {
  width: 180px;
  border-left: 1px solid #e5e5e5;
  border-top: none;
}

.customer-order-container .order-detail-product-wrap .order-detail-product-content .col-state .state {
  font-size: 16px;
  font-weight: bold;
  color: #c9192e;
  text-align: center;
  padding-bottom: 20px;
}

.customer-order-container .order-detail-product-wrap .order-detail-product-content .col-state .actions {
  width: 100%;
}

.customer-order-container .order-detail-product-wrap .order-detail-product-content .col-state .actions .col-12:not(:first-child) {
  margin-top: 5px;
}

.customer-order-container .order-detail-product-wrap .order-detail-product-content .col-state .actions .col-12:not(:first-child) .button {
  margin: 0;
}

.customer-order-container .order-detail-product-wrap .order-detail-product-content .col-state .button {
  margin-top: 20px;
  padding: 9px 0;
  width: 100px;
  line-height: 1;
  font-weight: normal;
}

.customer-credits-container {
  background: #fff;
}

.customer-credits-container .customer-content-descr.credits-descr {
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: -.025em;
}

.customer-credits-container .customer-content-descr.credits-descr .value {
  margin-left: .5em;
  color: #c9192e;
}

.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: 600;
  border-bottom: 1px solid #d8d8d8;
}

.customer-credits-container .customer-credits .credits-logs td {
  border-bottom: 1px solid #d8d8d8;
}

.customer-draw-container {
  background: #fff;
  padding: 20px;
}

.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: 600;
  color: #000000;
}

.customer-draw-container .customer-content-filter .filter-list li a:not(.active) {
  font-weight: 400;
  color: #383838;
}

.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: 600;
  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: 600;
  color: #c9192e;
}

.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;
}

.notice-box-wrap {
  display: inline-block;
  position: relative;
  font-size: 16px;
  margin-top: 10px;
}

.notice-box-wrap .notice-icon {
  cursor: pointer;
}

.notice-box-wrap .notice-box {
  display: none;
  width: 320px;
  position: absolute;
  top: 35px;
  left: 50%;
  transform: translateX(-50%);
  background: #fff;
  padding: 20px;
  border: 1px solid #666;
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.2);
  z-index: 2;
}

.notice-box-wrap .notice-box:before {
  content: '';
  display: inline-block;
  width: 16px;
  height: 16px;
  position: absolute;
  top: -9px;
  left: 50%;
  transform: translateX(-50%) rotate(45deg);
  background: #fff;
  border: 1px solid #666;
  border-right: 0;
  border-bottom: 0;
}

.notice-box-wrap .notice-box .notice-tit {
  display: inline-block;
  font-size: 13px;
  color: #2b2b2b;
  padding-bottom: 10px;
}

.notice-box-wrap .notice-box .uk-close {
  position: absolute;
  top: 15px;
  right: 15px;
  color: #000;
  opacity: 1;
}

.notice-box-wrap .notice-box .notice-des {
  font-size: 12px;
  line-height: 20px;
  font-weight: 400;
  color: #757575;
  text-align: left;
  letter-spacing: -0.25px;
}

.notice-box-wrap .notice-box.active {
  display: block;
}

.customer-event .customer-draw-container .customer-draw-header .row {
  background-color: #e4e4e4;
}

.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;
  background: #fff;
  margin-bottom: 25px;
}

.customer-offer-container .customer-offer-intro .user-intro-wrap .text {
  font-size: 16px;
  color: #2b2b2b;
}

.customer-offer-container .customer-offer-intro .user-intro-wrap .customer-offer-count {
  font-size: 16px;
  font-weight: bold;
  color: #757575;
}

.customer-offer-container .customer-offer-intro .user-intro-wrap .customer-offer-count span {
  display: inline-block;
  font-size: 30px;
  color: #2b2b2b;
  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;
  width: 4px;
  height: 4px;
  border-radius: 4px;
  background: #757575;
  vertical-align: middle;
  margin-right: 10px;
}

.customer-offer-container .customer-offer-header {
  background: #ffffff;
}

.customer-offer-container .customer-offer-content {
  display: flex;
  flex-wrap: wrap;
  padding: 30px;
  background: #ffffff;
}

.customer-offer-container .coupon-content-title .notice-title {
  font-size: 22px;
  font-weight: bold;
  padding: 60px 0 20px;
}

.customer-offer-container .coupon-content-title .notice-text {
  font-size: 14px;
  color: #666;
  padding-bottom: 20px;
}

.customer-offer-container .customer-offer-intro {
  margin-bottom: 20px;
}

.customer-offer-container .customer-offer-intro .text {
  font-size: 18px;
}

.customer-offer-container .customer-offer-intro .descr-text {
  font-size: 14px;
}

.customer-offer-container .customer-offer-header {
  margin-bottom: -1px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: -.025em;
  color: #000000;
  text-align: center;
  border: 1px solid #d8d8d8;
}

.customer-offer-container .customer-offer-header .col-data {
  -webkit-flex-basis: 20%;
  -ms-flex-preferred-size: 20%;
  flex-basis: 20%;
  max-width: 240px;
  height: 46px;
}

.customer-offer-container .customer-offer-content {
  font-size: 14px;
  line-height: 22px;
  letter-spacing: -.025em;
  color: #000000;
  word-break: keep-all;
  word-wrap: break-word;
  overflow-wrap: break-word;
  gap: 20px;
}

.customer-offer-container .customer-offer-content .customer-offer {
  position: relative;
  width: 100%;
  min-height: 190px;
  padding: 20px;
  border: 1px solid #c4c4c4;
  font-size: 13px;
  background: #fff;
  flex-wrap: wrap;
}

.customer-offer-container .customer-offer-content .customer-offer .offer-title {
  font-size: 14px;
  font-weight: bold;
  color: #000;
  padding: 10px 0;
}

.customer-offer-container .customer-offer-content .customer-offer .offer-code-name {
  font-weight: 500;
  padding-bottom: 5px;
}

.customer-offer-container .customer-offer-content .customer-offer .offer-code-name span {
  font-weight: bold;
  color: #555;
}

.customer-offer-container .customer-offer-content .customer-offer .offer-takes {
  width: 100%;
  color: #666;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.customer-offer-container .customer-offer-content .customer-offer .offer-date {
  color: #666;
}

.customer-offer-container .customer-offer-content .customer-offer .offer-remain-date {
  font-weight: bold;
  color: #c9192e;
}

.customer-offer-container .customer-offer-content .customer-offer .offer-product-link {
  padding-top: 10px;
}

.customer-offer-container .customer-offer-content .customer-offer .offer-product-link .offer-product-list-link {
  font-weight: bold;
  color: #2b2b2b;
  text-decoration: underline;
}

.customer-offer-container .customer-offer-content .customer-offer .offer-des-wrap {
  width: 100%;
}

.customer-offer-container .customer-offer-content .customer-offer .offer-bottom-wrap {
  width: 100%;
  padding-top: 15px;
  flex-wrap: wrap;
}

.customer-offer-container .customer-offer-content .customer-offer .disabled-text {
  padding-top: 10px;
}

.customer-offer-container .customer-offer-content .customer-offer .offer-discount-wrap {
  font-size: 24px;
  font-weight: bold;
  color: #c9192e;
}

.customer-reviewabled-container .plp-grid-item {
  margin-bottom: 30px;
}

.customer-reviewabled-container .plp-grid-item .product-tile-details {
  margin-bottom: auto;
}

.customer-reviewabled-container .plp-grid-item .product-tile-details .name {
  letter-spacing: -.025em;
  color: #000000;
}

.customer-reviewabled-container .plp-grid-item .product-tile-actions .button {
  padding-top: 9px;
  padding-bottom: 9px;
  width: 100%;
  line-height: 1;
  font-weight: normal;
}

.customer-wish-container .plp-grid-item {
  margin-bottom: 30px;
}

.customer-wish-container .plp-grid-item .product-tile .product-tile-main .product-img.custom-fit img {
  margin-top: calc(100% - 80%);
}

.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: 600;
  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 {
  background: #fff;
  padding: 50px 30px;
}

.customer-helpDesk-container .customer-helpDesk-header {
  display: none;
}

.customer-helpDesk-container .helpDesk-item {
  position: relative;
  padding-top: 30px;
  font-weight: 400;
  letter-spacing: -.025em;
  color: #000000;
  border-top: 1px solid #d8d8d8;
}

.customer-helpDesk-container .helpDesk-item .row {
  width: 100%;
}

.customer-helpDesk-container .helpDesk-item .col-type {
  position: absolute;
  top: 24px;
  color: #9b9b9b;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.customer-helpDesk-container .helpDesk-item .col-type .text {
  margin-left: .125em;
  margin-right: .125em;
}

.customer-helpDesk-container .helpDesk-item .col-type::before {
  content: '[';
}

.customer-helpDesk-container .helpDesk-item .col-type::after {
  content: ']';
}

.customer-helpDesk-container .helpDesk-item .col-state .text {
  height: 100%;
  font-weight: 600;
}

.customer-helpDesk-container .helpDesk-item .col-state.complete .text {
  font-weight: 600;
  color: #c9192e;
}

.customer-helpDesk-container .helpDesk-item .col-file {
  max-width: 0;
  visibility: hidden;
  opacity: 0;
  overflow: hidden;
  pointer-events: none;
}

.customer-helpDesk-container .helpDesk-item .col-file .text {
  line-height: 1;
}

.customer-helpDesk-container .helpDesk-item .col-file .text .file-name {
  font-size: 13px;
}

.customer-helpDesk-container .helpDesk-item .col-date {
  position: absolute;
  top: 24px;
}

.customer-helpDesk-container .helpDesk-item .question {
  position: static;
  cursor: pointer;
}

.customer-helpDesk-container .helpDesk-item .question::after {
  display: none;
}

.customer-helpDesk-container .helpDesk-item .question-content {
  position: relative;
  width: 100%;
  letter-spacing: -.025em;
  color: #000000;
  text-align: left;
}

.customer-helpDesk-container .helpDesk-item .question-content .subject {
  margin: 0;
}

.customer-helpDesk-container .helpDesk-item .question-content .list {
  margin-bottom: 0;
}

.customer-helpDesk-container .helpDesk-item .question-content .list li {
  line-height: 1;
  letter-spacing: -.025em;
  color: #9b9b9b;
}

.customer-helpDesk-container .helpDesk-item .question-content .file-link {
  margin-left: -23px;
  color: #9b9b9b;
}

.customer-helpDesk-container .helpDesk-item .question-content .file-link .icon {
  margin-right: 5px;
  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 .question-content::before {
  content: 'Q.';
  position: absolute;
  top: 0;
  left: 0;
  font-weight: 600;
}

.customer-helpDesk-container .helpDesk-item .answer {
  display: none;
  background: #f1f2f3;
}

.customer-helpDesk-container .helpDesk-item .answer .answer-content {
  position: relative;
  letter-spacing: -.025em;
  color: #000000;
  text-align: left;
}

.customer-helpDesk-container .helpDesk-item .answer .answer-content a {
  color: #c9192e;
  text-decoration: underline;
}

.customer-helpDesk-container .helpDesk-item .answer .answer-content::before {
  content: 'A.';
  position: absolute;
  top: 0;
  left: 0;
  font-weight: 600;
}

.customer-helpDesk-container .helpDesk-item .answer.active {
  display: block;
}

.customer-helpDesk-container .helpDesk-item:last-child {
  border-bottom: 1px solid #d8d8d8;
}

.customer-helpDesk-container .customer-helpDesk-write fieldset {
  margin: 0;
}

.customer-helpDesk-container .customer-helpDesk-write .input-select-inline {
  width: 100%;
  border: 1px solid #d8d8d8;
  background-color: #ffffff;
}

.customer-helpDesk-container .customer-helpDesk-write .input-select-inline.invalid, .customer-helpDesk-container .customer-helpDesk-write .input-select-inline:required:invalid {
  color: #383838;
}

.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;
}

.customer-helpDesk-container .customer-helpDesk-write .selection-product .product-item {
  border: 1px solid #d8d8d8;
  background-color: #fff;
}

.customer-helpDesk-container .customer-helpDesk-write .selection-product .product-item .item-summary {
  word-break: keep-all;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

.customer-helpDesk-container .customer-helpDesk-write .selection-product .product-item .item-summary .item-name {
  font-weight: 600;
  letter-spacing: -.025em;
  color: #000000;
}

.customer-helpDesk-container .customer-helpDesk-write .selection-product .product-item .item-summary .item-code {
  margin-top: 8px;
  line-height: 1;
  letter-spacing: -.025em;
  color: #9b9b9b;
}

.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 {
  margin-top: 12px;
}

.customer-helpDesk-container .customer-helpDesk-write .input-area .input-textarea {
  width: 100%;
  color: #000000;
  border: 1px solid #d8d8d8;
  resize: none;
}

.customer-helpDesk-container .customer-helpDesk-write .file-upload {
  margin-top: 12px;
}

.customer-helpDesk-container .customer-helpDesk-write .file-upload .descr-text {
  margin: 0;
  font-size: 12px;
  line-height: 1.3;
  color: #2b2b2b;
}

.customer-helpDesk-container .customer-helpDesk-write .write-action {
  text-align: center;
}

.customer-helpDesk-container .customer-helpDesk-write .write-action .button {
  margin: 0 auto;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
}

.customer-address-container {
  background: #fff;
}

.customer-address-container .customer-address .address-item {
  padding: 30px 20px;
}

.customer-address-container .customer-address .address-item .address-default {
  display: block;
  margin-bottom: 16px;
  font-size: 16px;
  font-weight: bold;
  color: #c9192e;
}

.customer-address-container .customer-address .address-item dl {
  position: relative;
}

.customer-address-container .customer-address .address-item .address-label {
  font-size: 15px;
  font-weight: bold;
  background: #f1f2f3;
  padding: 10px;
}

.customer-address-container .customer-address .address-item .address-info {
  margin-top: 15px;
  padding-left: 10px;
}

.customer-address-container .customer-address .address-item .address-info .info-list li {
  line-height: 20px;
  font-size: 14px;
}

.customer-address-container .customer-address .address-item .address-info .info-list li:not(:first-child) {
  margin-top: 5px;
}

.customer-address-container .customer-address .address-item .address-tools {
  position: absolute;
  right: 20px;
  top: 10px;
}

.customer-address-container .customer-address .address-item .address-tools .link {
  color: #2b2b2b;
}

.customer-address-container .customer-address .address-item .address-tools .link:hover {
  text-decoration: underline;
}

.customer-address-container .customer-address .address-item .address-tools .link:not(.trigger-default) {
  margin-right: 15px;
}

.customer-account-container {
  background: #fff;
  padding: 30px 20px;
}

.customer-account-container .customer-formbox .dynamic-form h2 {
  font-weight: 500;
  padding-bottom: 10px;
  border-bottom: 2px solid #000;
  margin-bottom: 20px;
}

.customer-account-container .customer-formbox .dynamic-form .customer-info-box {
  font-size: 13px;
  line-height: 1.5;
  margin-bottom: 30px;
}

.customer-account-container .customer-formbox .dynamic-form .field-row {
  margin-bottom: 15px;
}

.customer-account-container .customer-formbox .dynamic-form .field-row .cert-inputWrap .input-textfield {
  max-width: calc(100% - 125px);
}

.customer-account-container .customer-formbox .dynamic-form .field-row .cert-inputWrap .button {
  float: right;
  padding: 11px 30px 14px;
}

.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: #383838;
  background-color: #f4f4f4;
}

.customer-account-container .customer-formbox .dynamic-form .field-row .input-text[readonly] {
  background-color: #f4f4f4;
}

.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 #000;
  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::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 #a5a5a5;
}

.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: 10px 0 0;
  width: 100%;
  max-width: 720px;
  height: 160px;
  letter-spacing: -.025em;
  border: 1px solid #a5a5a5;
  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 {
  width: 100%;
}

.customer-account-container .customer-formbox .updateCustomer_certArea p {
  margin-bottom: 20px;
  font-size: 16px;
}

.customer-restock-container .customer-restock .col-state .anchor {
  line-height: 1;
  letter-spacing: -.025em;
  text-align: center;
  border: 1px solid;
  font-weight: normal;
  height: 40px;
  font-size: 13px;
  padding: 0 28px;
  border-color: #c4c4c4;
}

.customer-restock-container .customer-restock .product-name a {
  color: #589bc6;
  text-decoration: underline;
}

.uk-modal .uk-close {
  line-height: 1;
}

.uk-modal .i-checkbox {
  position: relative;
  color: #000000;
}

.uk-modal .i-checkbox input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  visibility: hidden;
}

.uk-modal .i-checkbox input:not(:checked) + .icon {
  color: transparent;
}

.uk-modal .i-checkbox .icon {
  margin-right: 8px;
  padding: 2px;
  width: 20px;
  height: 20px;
  color: #000000;
  vertical-align: top;
  border: 1px solid #a5a5a5;
  background-color: #ffffff;
}

.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 input:not(:checked) + .icon::before {
  background-color: transparent;
}

.uk-modal .i-radio .icon {
  margin-right: 8px;
  padding: 3px;
  width: 16px;
  height: 16px;
  color: #000000;
  vertical-align: top;
  border-radius: 50%;
  border: 1px solid #a5a5a5;
  background-color: #ffffff;
}

.uk-modal .i-radio .icon::before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #000000;
}

.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;
}

.order-modal-conainer .content-title {
  margin-bottom: 0;
  font-weight: 600;
  line-height: 1;
  color: #000000;
  border-bottom: 1px solid #d8d8d8;
}

.order-modal-conainer .tab-box .tab-item {
  font-weight: 600;
  line-height: 1;
  letter-spacing: -.025em;
  color: #2b2b2b;
  background: #f1f2f3;
}

.order-modal-conainer .tab-box .tab-item.uk-active {
  color: #000000;
  border: 1px solid #a5a5a5;
  background-color: #ffffff;
}

.order-modal-conainer .tab-box .tab-content:not(.uk-active) {
  display: none;
}

.order-modal-conainer .entry-field-group {
  background-color: #ffffff;
  border-top: 1px solid #d8d8d8;
}

.order-modal-conainer .entry-field-group .field-header {
  margin-bottom: 24px;
}

.order-modal-conainer .entry-field-group .field-header .title {
  margin: 0;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  color: #000000;
}

.order-modal-conainer .entry-field-group .field-header .descr-text {
  margin: 0;
  font-weight: 400;
  line-height: 1;
  color: #9b9b9b;
}

.order-modal-conainer .entry-field-group.entry-address {
  border-top: 0;
}

.order-modal-conainer .entry-field-group .payment-method-item {
  position: relative;
}

.order-modal-conainer .entry-field-group .payment-method-item .payment-item {
  height: 55px;
  border: 1px solid #d8d8d8;
  text-decoration: none;
}

.order-modal-conainer .entry-field-group .payment-method-item .payment-item .text {
  line-height: 1;
}

.order-modal-conainer .entry-field-group .payment-method-item.active {
  z-index: 1;
}

.order-modal-conainer .entry-field-group .payment-method-item.active .payment-item {
  border-color: #000;
  outline: none;
}

.order-modal-conainer .entry-field-group .payment-method-item:not(:first-child) {
  margin-top: -1px;
}

.order-modal-conainer .field-row .field-title {
  margin: 0;
  margin-bottom: 12px;
  font-size: 12px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: -.025em;
  color: #9b9b9b;
}

.order-modal-conainer .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-conainer .field-row .field-address .col-search .button-search {
  width: 100%;
  height: 100%;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: -.025em;
  color: #000000;
  border: 1px solid #a5a5a5;
}

.order-modal-conainer .field-row .field-label {
  width: 100%;
}

.order-modal-conainer .field-row .field-label + .field-label {
  margin-top: 6px;
}

.order-modal-conainer .field-row .field-label .select-box {
  width: 100%;
}

.order-modal-conainer .field-row .field-descr {
  letter-spacing: -.025em;
  color: #9b9b9b;
}

.order-modal-conainer .field-row .field-summary .label,
.order-modal-conainer .field-row .field-summary .value {
  line-height: 1;
}

.order-modal-conainer .field-row .i-checkbox {
  font-size: 12px;
  line-height: 1;
}

.order-modal-conainer .field-row .i-checkbox .text {
  color: #9b9b9b;
}

.order-modal-conainer .field-row .input-select-inline {
  width: 100%;
  border: 1px solid #d8d8d8;
  background-color: #ffffff;
}

.order-modal-conainer .field-row .input-text {
  width: 100%;
  padding-left: 16px;
  height: 40px;
  line-height: 1.5;
  letter-spacing: -.025em;
  border: 1px solid #d8d8d8;
  background-color: #ffffff;
}

.order-modal-conainer .field-row .input-text::-webkit-input-placeholder {
  color: #383838;
}

.order-modal-conainer .field-row .input-text:-moz-placeholder {
  color: #383838;
}

.order-modal-conainer .field-row .input-text::-moz-placeholder {
  color: #383838;
}

.order-modal-conainer .field-row .input-text:-ms-input-placeholder {
  color: #383838;
}

.order-modal-conainer .field-row .input-text::placeholder {
  color: #383838;
}

.order-modal-conainer .field-row .input-text::-webkit-outer-spin-button, .order-modal-conainer .field-row .input-text::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.order-modal-conainer .field-row .parsley-errors-list {
  padding: 0;
  margin: 0;
}

.order-modal-conainer .field-row .print-message, .order-modal-conainer .field-row .error-message, .order-modal-conainer .field-row .parsley-required {
  margin: 0;
  line-height: 1;
  letter-spacing: -.025em;
  color: #ca1d31;
  text-align: left;
  list-style: none;
}

.order-modal-conainer .field-row .print-message:empty {
  display: none;
}

.order-modal-conainer .field-row .error-message {
  display: block;
}

.order-modal-conainer .field-row .error-message:empty {
  display: none;
}

.order-modal-conainer .field-row:not(:first-child) {
  margin-top: 20px;
}

.order-modal-conainer .field-row.address-search {
  margin-top: 0;
}

.order-modal-conainer .field-row.address-search + .field-row {
  margin-top: 6px;
}

.order-modal-conainer .default-address {
  position: relative;
}

.order-modal-conainer .default-address .address-info {
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: -.025em;
  color: #000000;
}

.order-modal-conainer .default-address .address-info .label {
  display: block;
}

.order-modal-conainer .default-address .address-info .tel {
  display: block;
  margin-top: 8px;
}

.order-modal-conainer .default-address .address-info .address {
  display: block;
  margin-top: 8px;
}

.order-modal-conainer .default-address .address-info .memo {
  display: block;
  margin-top: 8px;
}

.order-modal-conainer .default-address .address-info .memo:empty {
  display: none;
}

.order-modal-conainer .default-address .other-address {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 12px;
  line-height: 1;
  color: #9b9b9b;
}

.order-modal-conainer .entry-field-action {
  padding-bottom: 38px;
  text-align: center;
}

.order-modal-conainer .entry-field-action .button {
  margin: 0 auto;
  width: 200px;
  line-height: 16px;
}

.order-modal-conainer .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-conainer .order-product-list .order-product-item {
  position: relative;
}

.order-modal-conainer .order-product-list .order-product-item .i-checkbox {
  display: block;
  z-index: 2;
}

.order-modal-conainer .order-product-list .order-product-item .normal-product + .product-mini {
  padding-left: 25px;
}

.order-modal-conainer .order-product-list .order-product-item .icon {
  position: absolute;
  top: 0;
  left: 0;
  margin-left: 0;
}

.order-modal-conainer .order-product-list .order-product-item .quantity-wrap {
  position: relative;
}

.order-modal-conainer .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-conainer .order-product-list .order-product-item .input-select-inline {
  width: 100%;
  border: 1px solid #d8d8d8;
}

.order-modal-conainer .order-product-list .order-product-item .product-mini {
  padding: 0;
  border: 0;
}

.order-modal-conainer .order-product-list .order-product-item .product-mini .product-name {
  letter-spacing: -.025em;
}

.order-modal-conainer .order-product-list .order-product-item:not(:first-child) {
  border-top: 1px solid #d8d8d8;
}

.order-modal-conainer .order-product-list .order-product-item.addon-mini {
  padding-top: 0;
  border-top: 0;
}

.order-modal-conainer .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-conainer .order-product-list .order-product-item .error-message:empty {
  display: none;
}

.order-modal-conainer .order-product-list .order-product-item .product-option-selector {
  width: 100%;
}

.order-modal-conainer .order-product-list.confirm-products .order-product-item .normal-product {
  display: none;
}

.order-modal-conainer .total-selector {
  font-weight: 400;
  line-height: 1;
  color: #000000;
  background-color: #fff;
}

.modal-cancel-container .cancel-summary {
  background-color: #fff;
}

.modal-cancel-container .cancel-summary .cancel-total-item .label {
  line-height: 1;
}

.modal-cancel-container .cancel-summary .cancel-total-item .value {
  line-height: 1;
}

.modal-cancel-container .cancel-summary .cancel-total-highlight .label {
  line-height: 1;
}

.modal-cancel-container .cancel-summary .cancel-total-highlight .value {
  line-height: 1;
}

.modal-cancel-container .content-action {
  border-top: 1px solid #d8d8d8;
  padding: 16px 16px 24px;
}

.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;
}

.modal-wish-container .order-product-list {
  border-bottom: 1px solid #d8d8d8;
}

.modal-wish-container .order-product-list .order-product-item .icon {
  top: 50%;
}

.modal-wish-container .product-item {
  border-bottom: 1px solid #d8d8d8;
}

.modal-wish-container .product-item .product-mini {
  border-top: 0;
}

.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 .product-mini .product-price .sale {
  margin-right: .25em;
}

.modal-wish-container .content-action {
  padding: 16px;
  text-align: center;
}

.modal-wish-container .content-action .button {
  line-height: 16px;
}

.modal-order-container .i-radio {
  display: block;
}

.modal-order-container .i-radio > .icon {
  position: absolute;
  top: 50%;
  margin-top: -8px;
}

.modal-order-container .order-summary {
  letter-spacing: -.025em;
  color: #000000;
  background-color: #fff;
}

.modal-order-container .order-summary .data {
  display: block;
}

.modal-order-container .order-item {
  border-bottom: 1px solid #d8d8d8;
}

.modal-order-container .product-item {
  border-bottom: 1px solid #d8d8d8;
}

.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;
}

.modal-order-container .product-mini .product-price .sale {
  margin-right: .25em;
}

.modal-order-container .product-mini:last-child {
  padding-bottom: 0;
}

.modal-order-container .addon-mini {
  margin-top: 0;
  padding-bottom: 20px;
}

.modal-order-container .addon-mini .product-mini {
  padding-bottom: 20px;
}

.modal-order-container .addon-mini .product-mini .image-url {
  max-width: 100px;
}

.modal-order-container .addon-mini:last-child {
  padding-bottom: 0;
}

.modal-order-container .content-action {
  text-align: center;
}

.modal-order-container .content-action .button {
  line-height: 16px;
}

.modal-helpDesk-img .uk-modal-dialog {
  width: auto;
}

.modal-helpDesk-img .container img {
  max-height: 300px;
}

.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;
}

.employee-page .customer-offer-container {
  background: #fff;
  margin-bottom: 30px;
}

.employee-page .customer-offer-container .customer-offer-intro {
  padding: 0 10px;
  margin-bottom: 0;
}

.employee-page .customer-offer-container .customer-offer-intro .text {
  font-size: 15px;
}

.employee-page .user-intro-wrap {
  padding: 30px 10px;
}

.employee-page .user-intro-wrap .point-box {
  border: 1px solid #c4c4c4;
  padding: 16px;
}

.employee-page .user-intro-wrap .use-coupon {
  padding-top: 6px;
  font-weight: bold;
  color: #757575;
}

.employee-page .user-intro-wrap .use-coupon span {
  display: inline-block;
  font-size: 16px;
  color: #ca1d31;
  vertical-align: middle;
}

.employee-page .notice-wrap {
  padding: 0 20px 30px;
}

.employee-page .notice-wrap .toggle-box {
  border-top: 1px solid #141414;
  border-bottom: 1px solid #c4c4c4;
}

.employee-page .notice-wrap .toggle-box .toggle-label {
  position: relative;
  min-height: 50px;
}

.employee-page .notice-wrap .toggle-box .toggle-label .toggle-title {
  font-size: 14px;
  font-weight: bold;
}

.employee-page .notice-wrap .toggle-box .toggle-content {
  display: none;
  padding-bottom: 20px;
}

.employee-page .notice-wrap .toggle-box .toggle-content.active {
  display: block;
}

.employee-page .notice-wrap .toggle-box .toggle-content ul li {
  line-height: 1.5;
  padding: 0 20px;
}

.employee-page .notice-wrap .toggle-box .toggle-content ul li:before {
  content: '·';
  display: inline-block;
  margin-right: 10px;
  margin-left: -14px;
}

.employee-page .history-content-wrap {
  background: #fff;
}

.employee-page .history-title-wrap {
  text-align: center;
  border-bottom: 1px solid #2b2b2b;
}

.employee-page .history-title-wrap .data-title {
  font-size: 16px;
  font-weight: bold;
  color: #2b2b2b;
  padding: 20px 0;
}

.employee-page .history-title-wrap .data-title.date {
  -webkit-flex-basis: 16.66667%;
  -ms-flex-preferred-size: 16.66667%;
  flex-basis: 16.66667%;
  max-width: 16.66667%;
}

.employee-page .history-title-wrap .data-title.description {
  -webkit-flex-basis: 58.33334%;
  -ms-flex-preferred-size: 58.33334%;
  flex-basis: 58.33334%;
  max-width: 58.33334%;
}

.employee-page .history-title-wrap .data-title.point {
  -webkit-flex-basis: 25%;
  -ms-flex-preferred-size: 25%;
  flex-basis: 25%;
  max-width: 25%;
}

.employee-page .history-list-wrap {
  text-align: center;
}

.employee-page .history-list-wrap .list-wrap {
  border-bottom: 1px solid #e5e5e5;
}

.employee-page .history-list-wrap .data-item {
  font-size: 14px;
  color: #2b2b2b;
  padding: 20px 0;
}

.employee-page .history-list-wrap .data-item.description {
  text-align: left;
}

.employee-page .history-list-wrap .data-item.description .order-num {
  font-weight: bold;
}

.employee-page .history-list-wrap .data-item.plus {
  color: #589bc6;
}

.employee-page .history-list-wrap .data-item.minus {
  color: #ca1d31;
}

.employee-page .history-list-wrap .data-item.point span {
  display: inline-block;
  width: 170px;
  text-align: right;
}

.crm-auth-container {
  background: #f1f2ed;
  padding: 70px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.crm-auth-container .crm-auth {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  max-width: 1280px;
  width: 100%;
  background: #fff;
  margin: auto 0;
}

.crm-auth-container .crm-auth .crm-auth-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  max-width: 500px;
  width: 100%;
  padding: 60px 40px;
  gap: 24px;
}

.crm-auth-container .crm-auth .crm-auth-wrapper .title {
  color: #111;
  text-align: center;
  font-size: 32px;
  font-weight: 700;
  padding-bottom: 16px;
}

.crm-auth-container .crm-auth .crm-auth-wrapper .crm-auth-info {
  color: #333;
  line-height: 150%;
  word-break: keep-all;
}

.crm-auth-container .crm-auth .crm-auth-wrapper .crm-auth-info .sub-title {
  color: #111;
  font-weight: 600;
  font-size: 18px;
  padding-bottom: 10px;
}

.crm-auth-container .crm-auth .crm-auth-wrapper .crm-auth-info .term-info {
  color: #666666;
  text-align: left;
  line-height: 150%;
  font-weight: 400;
  word-break: keep-all;
}

.crm-auth-container .crm-auth .crm-auth-wrapper .crm-auth-info .highlight {
  background-color: lightblue;
  color: #000;
}

.crm-auth-container .crm-auth .crm-auth-wrapper .crm-auth-info .sub-info {
  color: #999;
  font-size: 14px;
  font-weight: 500;
}

.crm-auth-container .crm-auth .crm-auth-wrapper .crm-auth-icon {
  display: flex;
  padding: 0 24px;
  justify-content: center;
  align-items: flex-start;
  align-content: flex-start;
  gap: 12px 16px;
  align-self: stretch;
}

.crm-auth-container .crm-auth .crm-auth-wrapper .crm-auth-icon .icon-wrapper {
  display: flex;
  width: 60px;
  height: 60px;
  justify-content: center;
  align-items: center;
  gap: 16px;
  aspect-ratio: 1/1;
  border-radius: 80px;
  background: #F4F4F4;
}

.crm-auth-container .crm-auth .crm-auth-wrapper .crm-auth-icon .icon-wrapper .icon {
  display: flex;
  width: 28px;
  height: 28px;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  aspect-ratio: 1/1;
}

.crm-auth-container .crm-auth .crm-auth-wrapper .crm-auth-button-wrapper {
  width: 100%;
  align-items: center;
  justify-content: center;
  line-height: 135%;
}

.crm-auth-container .crm-auth .crm-auth-wrapper .crm-auth-button-wrapper.multiple, .crm-auth-container .crm-auth .crm-auth-wrapper .crm-auth-button-wrapper.agreement, .crm-auth-container .crm-auth .crm-auth-wrapper .crm-auth-button-wrapper.login-success {
  display: flex;
  flex-direction: row;
  gap: 8px;
}

.crm-auth-container .crm-auth .crm-auth-wrapper .crm-auth-button-wrapper .button {
  height: 50px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  max-width: 206px;
  width: 100%;
  font-weight: 500;
  padding: 15px 25px;
  gap: 8px;
  line-height: normal;
}

.crm-auth-container .crm-auth .crm-auth-wrapper .crm-auth-button-wrapper .button.auth-button {
  max-width: none;
}

.crm-auth-container .crm-auth .crm-auth-wrapper .crm-auth-button-wrapper .button .icon {
  padding-bottom: 1.5px;
}

.crm-auth-container .crm-auth .crm-auth-wrapper .crm-auth-button-wrapper .btn-auth {
  display: flex;
  flex-direction: column;
}

.crm-auth-container .crm-auth .crm-auth-wrapper .crm-auth-button-wrapper .btn-auth .btn-logout {
  margin-top: 12px;
}

.crm-auth-container .crm-auth .crm-auth-wrapper .crm-auth-button-wrapper .line {
  border: solid 1px #1c1c1c;
  color: #1c1c1c;
}

.crm-auth-container .crm-auth .crm-auth-wrapper .crm-auth-button-wrapper .line:hover {
  color: #fff;
}

.crm-auth-container .crm-auth .crm-auth-wrapper .multiple-account-content {
  width: 100%;
}

.crm-auth-container .crm-auth .crm-auth-wrapper .multiple-account-content .account-list-wrapper {
  display: block;
  max-height: 376px;
  max-width: 420px;
  width: 100%;
  height: 100%;
  overflow-y: auto;
}

.crm-auth-container .crm-auth .crm-auth-wrapper .multiple-account-content .account-list-wrapper .account-list-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  align-self: stretch;
  gap: 13px;
  max-width: 420px;
  width: 100%;
  height: 56px;
  padding: 18.5px 16px;
  margin: 11px 0;
  background: #F4F4F4;
}

.crm-auth-container .crm-auth .crm-auth-wrapper .multiple-account-content .account-list-wrapper .account-list-item.select-item {
  position: relative;
  background: #fff;
  border: 1px solid #C9192E;
}

.crm-auth-container .crm-auth .crm-auth-wrapper .multiple-account-content .account-list-wrapper .account-list-item .active-tooltip {
  position: absolute;
  bottom: 70%;
  left: calc(50%);
  transform: translateX(-50%);
  width: 82px;
  text-align: center;
  font-size: 12px;
  color: #000;
  border: 1px solid #333;
  border-radius: 2px;
  box-shadow: 0px 4px 4px #00000040;
  background-color: #fff;
  line-height: 26px;
  font-weight: 500;
}

.crm-auth-container .crm-auth .crm-auth-wrapper .multiple-account-content .account-list-wrapper .account-list-item .active-tooltip::after {
  content: '';
  position: absolute;
  top: 22px;
  left: calc(50% - 5px);
  width: 10px;
  height: 10px;
  transform: rotate(225deg);
  border: 1px solid #333;
  border-bottom: none;
  border-right: none;
  background-color: #fff;
}

.crm-auth-container .crm-auth .crm-auth-wrapper .multiple-account-content .account-list-wrapper .account-list-item .account-id {
  display: flex;
  align-items: center;
  height: 30px;
  text-align: center;
}

.crm-auth-container .crm-auth .crm-auth-wrapper .multiple-account-content .account-list-wrapper .account-list-item .account-id.text {
  color: #1c1c1c;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.crm-auth-container .crm-auth .crm-auth-wrapper .multiple-account-content .account-list-wrapper .account-list-item .account-id.id {
  color: #1c1c1c;
  display: flex;
  flex: 1;
  font-weight: 500;
}

.crm-auth-container .crm-auth .crm-auth-wrapper .multiple-account-content .account-list-wrapper .account-list-item .account-id.date {
  color: #666666;
  font-size: 14px;
  font-weight: 500;
}

.crm-auth-container .crm-auth .crm-auth-wrapper .crm-terms-wrapper {
  display: flex;
  flex-direction: column;
  width: 100%;
  align-items: center;
  justify-content: center;
  border-width: 1px 0px 1px 0px;
  border-style: solid;
  border-color: #E6E6E6;
  padding: 24px 0;
}

.crm-auth-container .crm-auth .crm-auth-wrapper .crm-terms-wrapper .terms-items {
  display: flex;
  flex-direction: column;
  max-width: 500px;
  align-items: flex-start;
  justify-content: center;
  gap: 12px;
  color: #333;
  font-weight: 500;
}

.crm-auth-container .crm-auth .crm-auth-wrapper .crm-terms-wrapper .terms-items .terms-list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  align-self: stretch;
  gap: 12px;
  text-align: left;
}

.crm-auth-container .crm-auth .crm-auth-wrapper .crm-terms-wrapper .terms-items .checkbox-item {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 8px;
}

.crm-auth-container .crm-auth .crm-auth-wrapper .crm-terms-wrapper .terms-items .checkbox-item .link {
  color: #333;
  text-decoration-line: underline;
}

.crm-auth-container .crm-auth .crm-auth-wrapper .crm-terms-wrapper .terms-items .terms-header {
  font-weight: 700;
}

.crm-auth-container .crm-auth .crm-auth-wrapper .crm-terms-wrapper .terms-items .terms-sub-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  align-self: stretch;
  gap: 12px;
  padding-left: 28px;
  width: 100%;
}

.crm-auth-container .crm-auth .crm-auth-wrapper .crm-terms-wrapper .terms-items .terms-sub-item .point {
  color: #FE4400;
}

.crm-auth-container .crm-auth .crm-auth-wrapper .crm-terms-wrapper .terms-items .i-checkbox input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  visibility: hidden;
}

.crm-auth-container .crm-auth .crm-auth-wrapper .crm-terms-wrapper .terms-items .i-checkbox input:not(:checked) + .icon {
  color: #DBDBDB;
}

.crm-auth-container .crm-auth .crm-auth-wrapper .crm-terms-wrapper .terms-items .i-checkbox input:checked + .icon {
  border-color: #000;
}

.crm-auth-container .crm-auth .crm-auth-wrapper .crm-terms-wrapper .terms-items .i-checkbox .icon {
  margin-right: 4px;
  padding: 2px;
  width: 20px;
  height: 20px;
  vertical-align: top;
  border: 1px solid #DBDBDB;
  border-radius: 2px;
}

.crm-auth-container .crm-auth .crm-auth-wrapper .crm-terms-wrapper .terms-items .link {
  color: #0C44EC;
  text-decoration: underline;
}

.modal-terms-agreement.window-modal .uk-modal-dialog {
  max-width: 500px;
  width: 100%;
  max-height: 900px;
  top: unset !important;
  padding: 62px 40px 50px 40px;
}

.modal-terms-agreement .uk-overflow-container {
  max-height: 642px;
  overflow-y: auto;
}

.modal-terms-agreement .uk-modal-header {
  display: flex;
  justify-content: center;
  height: 52px;
  margin: 0;
}

.modal-terms-agreement .uk-modal-header .title {
  align-self: stretch;
  color: #111;
  text-align: center;
  font-family: "Noto Sans";
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  /* 33.6px */
  letter-spacing: -0.48px;
}

.modal-terms-agreement .terms-agreement-content {
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 32px;
  align-self: stretch;
}

.modal-terms-agreement .terms-agreement-content .terms-tabs {
  display: flex;
  flex-direction: row;
  width: 100%;
}

.modal-terms-agreement .terms-agreement-content .terms-tabs .terms-tab-btn {
  border: 1px solid #C4C4C4;
  background: #F4F4F4;
  color: #989898;
  display: flex;
  padding: 13px 0;
  justify-content: center;
  align-items: center;
  flex: 1 0 0;
  align-self: stretch;
}

.modal-terms-agreement .terms-agreement-content .terms-tabs .terms-tab-btn.is-active {
  border: 1px solid #1C1C1C;
  background: #1C1C1C;
  color: #FFF;
}

.modal-terms-agreement .terms-agreement-content .terms-tab-panels {
  display: inline;
}

.modal-terms-agreement .terms-agreement-content .terms-tab-panels .terms-tab-panel {
  display: none;
}

.modal-terms-agreement .terms-agreement-content .terms-tab-panels .terms-tab-panel.is-active {
  display: block;
}

/* Reponsive 767px */
@media screen and (max-width: 767px) {
  .marketingMsg_draw {
    margin: 10px 10px 10px 15px !important;
  }
  .customer-product .product-mini {
    padding: 20px 0;
  }
  .customer-product .addon-mini {
    margin-top: -5px;
    padding-bottom: 20px;
  }
  .customer-product .addon-mini .product-mini {
    padding: 14px;
  }
  .customer-product .addon-mini .image-url {
    max-width: 60px;
  }
  .customer-product .addon-mini .product-mini-details .product-name {
    padding-right: 0;
  }
  .customer-product .addon-mini .product-mini-details .cart-item-options {
    margin-top: auto;
  }
  .customer-product .addon-mini .product-mini-details .product-price {
    margin-top: 0;
  }
  .customer-product .addon-mini .product-mini-details > .row {
    height: 100%;
  }
  .customer-product .image-url {
    -webkit-flex: 0 1 30%;
    -ms-flex: 0 1 30%;
    flex: 0 1 30%;
    max-width: 74px;
  }
  .customer-product .product-mini-details {
    -webkit-flex-basis: calc(70% - 16px);
    -ms-flex-preferred-size: calc(70% - 16px);
    flex-basis: calc(70% - 16px);
  }
  .customer-product .product-mini-details .product-name {
    font-size: 12px;
    line-height: 16px;
  }
  .customer-product .product-mini-details .product-options {
    margin-top: 4px;
    font-size: 12px;
    line-height: 18px;
  }
  .customer-product .product-mini-details .product-price {
    margin-top: 4px;
    font-size: 12px;
  }
  .customer-product .point-message {
    text-align: center;
    padding-top: 15px;
  }
  .customer-product .point-message p {
    font-size: 12px;
  }
  .customer-container .customer-nav {
    width: 100%;
  }
  .customer-container .customer-nav .customer-nav-container {
    width: 100%;
  }
  .customer-container .customer-nav .customer-nav-container .customer-nav-group {
    display: none;
  }
  .customer-container .customer-nav .customer-nav-container .customer-nav-group.open {
    display: block;
  }
  .customer-container .customer-nav .customer-nav-container .customer-nav-group.block {
    display: block;
  }
  .customer-container .customer-nav .customer-nav-container .customer-nav-title {
    padding-left: 20px;
    height: 51px;
    font-size: 14px;
    background-color: #8d9293;
    border-bottom: 1px solid #000;
    color: #ffffff;
  }
  .customer-container .customer-nav .customer-nav-container .customer-nav-title .icon {
    position: absolute;
    right: 20px;
  }
  .customer-container .customer-nav .customer-nav-container .customer-nav-list {
    background: #000;
  }
  .customer-container .customer-nav .customer-nav-container .customer-nav-list li {
    border-bottom: 1px solid #3d3d3d;
  }
  .customer-container .customer-nav .customer-nav-container .customer-nav-list li a {
    padding-left: 30px;
    padding-right: 30px;
    height: 51px;
    color: #ffffff;
  }
  .customer-container .customer-nav .customer-nav-container .customer-nav-list li a .icon {
    stroke: #000;
  }
  .customer-container .customer-nav .customer-nav-container .toggle-label:after {
    background: none;
  }
  .customer-container .customer-nav .customer-nav-container .toggle-content {
    position: relative;
  }
  .customer-container .customer-nav .customer-nav-container .toggle-content:not(.active) {
    display: none;
  }
  .customer-container .customer-nav .customer-nav-container .other-nav-link {
    padding-left: 30px;
    padding-right: 30px;
    height: 51px;
    color: #000000;
  }
  .customer-container .customer-content-header {
    position: relative;
    width: 100%;
    height: 52px;
    border-bottom: 1px solid #d8d8d8;
    background-color: #fff;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .customer-container .customer-content-header .title {
    margin: 0;
    font-size: 16px;
    font-weight: 600;
  }
  .customer-container .customer-content-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;
    display: none;
  }
  .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 .customer-content-action {
    padding: 30px 16px;
  }
  .customer-container .customer-content-action .button {
    padding: 16px;
    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 .info-txt {
    padding: 20px;
    margin-bottom: 0;
  }
  .customer-container .customer-content-section .info-txt p {
    margin-bottom: 5px;
    font-size: 12px;
  }
  .customer-container .customer-content-section .info-txt p.txt1 a {
    display: block;
  }
  .customer-container .customer-order-search {
    padding: 16px 16px 20px;
    background-color: #ffffff;
  }
  .customer-container .customer-order-search .order-search-content > [class*="col-"]:not(:first-child) {
    margin-top: 10px;
  }
  .customer-container .customer-order-search .order-search-content .col-selector-date {
    height: 45px;
  }
  .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: 14px;
    line-height: 1;
    letter-spacing: -.025em;
    color: #9b9b9b;
    background-color: #fff;
  }
  .customer-container .customer-order-search .order-search-content .col-selector-date .anchor.active {
    color: #000000;
    border: 1px solid #000;
    background-color: #ffffff;
    z-index: 2;
  }
  .customer-container .customer-order-search .order-search-content .col-input-date .bridge {
    width: 13px;
    height: 45px;
  }
  .customer-container .customer-order-search .order-search-content .col-input-date .input-text {
    width: calc( (100% - 61px) / 2);
    border: 1px solid #d8d8d8;
  }
  .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 .trigger-renew {
    margin-left: 5px;
    width: 45px;
    height: 45px;
    color: #2b2b2b;
    border: 1px solid #d8d8d8;
    background-color: #ffffff;
  }
  .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 .search-date-notice {
    margin: 14px 10px 0;
    font-size: 12px;
    letter-spacing: -0.5px;
    width: 100%;
  }
  .customer-container .shipping-delivery-process {
    padding: 30px 16px 50px;
    border-top: 1px solid #d8d8d8;
  }
  .customer-container .shipping-delivery-process .process-title {
    font-size: 16px;
  }
  .customer-container .shipping-delivery-process .process-list-content .process-list .process-item .process-subject {
    font-size: 12px;
  }
  .customer-container .shipping-delivery-process .process-list-content .process-list .process-item .process-descr {
    font-size: 12px;
    line-height: 16px;
  }
  .customer-container .shipping-delivery-process .process-list-content .process-list .process-item:not(:first-child) {
    margin-top: 20px;
  }
  .customer-container .empty-content {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .customer-container .empty-content .icon {
    padding: 40px 5px;
    width: 115px;
    height: 115px;
  }
  .customer-container .empty-content .icon:before {
    display: block;
    content: '';
    width: 100px;
    height: 100px;
    overflow: hidden;
    background-image: url(https://image.vans.co.kr/cmsstatic/theme/2/icon-vans.png);
    background-repeat: no-repeat;
    background-size: 800px auto;
    background-position: -20px -561px;
  }
  .customer-container .empty-content .text {
    margin-top: 24px;
    font-size: 15px;
  }
  .customer-container .i-checkbox {
    font-size: 13px;
    line-height: 14px;
  }
  .customer-container .pagination {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .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: #000;
    background-color: #000000;
  }
  .customer-container .pagination .button-pager.jump {
    color: #000000;
  }
  .customer-container .pagination .button-pager:not(:last-child) {
    margin-right: -1px;
  }
  .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 {
    height: 54px;
    -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;
    background: #f1f2f3;
    font-weight: bold;
  }
  .customer-order-container .customer-order .customer-order-header.returnable .date {
    display: block;
    width: 30%;
  }
  .customer-order-container .customer-order .customer-order-header.returned {
    padding-top: 20px;
    padding-bottom: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    background: #f1f2f3;
  }
  .customer-order-container .customer-order .customer-order-header.returned .date {
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: -.025em;
  }
  .customer-order-container .customer-order .customer-order-header.returned .customer-order-number {
    margin-top: 7px;
    font-size: 12px;
    line-height: 1;
    letter-spacing: -.025em;
  }
  .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;
    padding-left: 16px;
    padding-right: 16px;
    height: 54px;
    background-color: #f1f2f3;
  }
  .customer-order-container .customer-order .order-summary .date {
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: -.025em;
    color: #000000;
  }
  .customer-order-container .customer-order .order-summary .link {
    font-size: 12px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: -.025em;
  }
  .customer-order-container .customer-order .order-summary .link .text {
    margin-right: .25em;
    color: #2b2b2b;
  }
  .customer-order-container .customer-order .order-summary .icon {
    color: #2b2b2b;
    margin-top: 3px;
  }
  .customer-order-container .customer-order .order-product {
    padding-left: 16px;
    padding-right: 16px;
  }
  .customer-order-container .customer-order .order-state {
    padding: 16px;
    border-top: 1px solid #d8d8d8;
    border-bottom: 1px solid #d8d8d8;
  }
  .customer-order-container .customer-order .order-state .state {
    font-size: 13px;
  }
  .customer-order-container .customer-order .order-state .actions {
    margin-top: 16px;
    margin-left: -5px;
    margin-right: -5px;
    width: calc(100% + 10px);
  }
  .customer-order-container .customer-order .order-state .actions [class*="col-"] {
    padding: 5px;
  }
  .customer-order-container .customer-order .order-state .actions .anchor {
    width: 100%;
    font-size: 15px;
  }
  .customer-order-container .customer-order:not(:first-child) {
    margin: 0;
  }
  .customer-order-container .customer-order:first-child {
    border-top: 1px solid #d8d8d8;
  }
  .customer-order-container .order-detail-header {
    padding: 10px 0;
    background-color: #f1f2f3;
  }
  .customer-order-container .order-detail-header .order-normal-data {
    margin: 0;
    padding: 7px 16px;
  }
  .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%;
    padding-bottom: 5px;
  }
  .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: 13px;
    font-weight: 600;
    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;
    width: 140px;
    line-height: 40px;
    padding: 0;
  }
  .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: #c9192e;
    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;
  }
  .customer-order-container .customer-order-detail-wrap {
    padding: 0;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  .customer-order-container .customer-order-detail-wrap .order-detail-data {
    border-top: none;
  }
  .customer-order-container .customer-order-detail-wrap .order-detail-data > .flex {
    flex-wrap: wrap;
  }
  .customer-order-container .customer-order-detail-wrap .order-detail-data .order-info-content {
    flex-basis: 100%;
    border-top: 1px solid #e5e5e5;
  }
  .customer-order-container .customer-order-detail-wrap .order-detail-data .order-info-content .order-info-section {
    padding: 20px 10px;
  }
  .customer-order-container .customer-order-detail-wrap .order-detail-data .order-info-content .order-info-section .info-title {
    font-size: 13px;
    padding-bottom: 15px;
  }
  .customer-order-container .customer-order-detail-wrap .order-detail-data .order-info-content .order-info-section .order-payment-info {
    font-size: 13px;
  }
  .customer-order-container .customer-order-detail-wrap .order-detail-data .order-info-content .order-info-section .order-payment-info .col-lg-6 {
    padding-right: 0;
  }
  .customer-order-container .customer-order-detail-wrap .order-detail-data .order-info-content .order-info-section .order-payment-info .col-lg-6 + .col-lg-6 {
    padding-left: 0;
  }
  .customer-order-container .customer-order-detail-wrap .order-detail-data .order-payment-content {
    flex-basis: 100%;
    border-left: none;
    padding: 20px 10px;
  }
  .customer-order-container .customer-order-detail-wrap .order-detail-data .order-payment-content .order-info-section {
    padding: 0;
  }
  .customer-order-container .customer-order-detail-wrap .order-detail-data .order-payment-content .order-info-section .order-totals .order-total-item {
    padding-bottom: 15px;
  }
  .customer-order-container .customer-order-detail-wrap .order-detail-data .order-payment-content .order-info-section .order-totals .order-total-item .label {
    font-size: 13px;
  }
  .customer-order-container .customer-order-detail-wrap .order-detail-data .order-payment-content .order-info-section .order-totals .order-total-item .value {
    font-size: 13px;
  }
  .customer-order-container .customer-order-detail-wrap .order-detail-data .order-payment-content .order-info-section .order-totals .promo-list {
    padding: 20px 15px;
  }
  .customer-order-container .customer-order-detail-wrap .order-detail-data .order-payment-content .order-info-section .order-totals .order-total-highlight .label {
    font-size: 13px;
  }
  .customer-order-container .customer-order-detail-wrap .order-detail-data .order-payment-content .order-info-section .order-totals .order-total-highlight .value {
    font-size: 18px;
  }
  .customer-order-container .order-detail-product-wrap {
    padding: 0;
  }
  .customer-order-container .order-detail-product-wrap .order-detail-product-content {
    border: none;
  }
  .customer-order-container .order-detail-product-wrap .order-detail-product-content .customer-product {
    width: 100%;
  }
  .customer-order-container .order-detail-product-wrap .order-detail-product-content .col-state .state {
    font-size: 14px;
  }
  .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: 600;
    color: #c9192e;
  }
  .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 {
    background: #fff;
  }
  .customer-restock-container .customer-restock:not(:first-child) {
    border-top: 1px solid #d8d8d8;
  }
  .customer-restock-container .customer-restock .col-date {
    padding-left: 16px;
    height: 54px;
    background-color: #f1f2f3;
    font-weight: bold;
  }
  .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 .anchor {
    margin-top: 15px;
    width: 100%;
  }
  .customer-draw-container .customer-content-filter .filter-list {
    padding-top: 20px;
    padding-bottom: 20px;
    border-top: 1px solid #d8d8d8;
    border-bottom: 1px solid #d8d8d8;
  }
  .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: 13px;
  }
  .customer-draw-container .customer-content-filter .filter-list li:not(:first-child)::before {
    height: 13px;
  }
  .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-draw-container .customer-draw .col-state .result.winning {
    flex-direction: row;
  }
  .notice-box-wrap {
    margin: 0 0 0 5px;
  }
  .notice-box-wrap .notice-box {
    left: calc(50% - 20px);
  }
  .customer-event .customer-draw-container .customer-draw .col-data {
    background-color: #e4e4e4;
  }
  .customer-event .customer-draw-container .customer-draw .col-product {
    padding: 16px;
  }
  .customer-event .customer-draw-container .customer-draw .col-date .date-info {
    font-size: 14px;
  }
  .customer-offer-container {
    padding: 30px 16px 0;
  }
  .customer-offer-container .customer-offer-intro .user-intro-wrap {
    display: block;
    text-align: center;
    padding: 20px 0;
    margin: 0;
  }
  .customer-offer-container .customer-offer-intro .user-intro-wrap .customer-offer-count {
    font-size: 13px;
    color: #141414;
    padding-bottom: 5px;
    vertical-align: bottom;
  }
  .customer-offer-container .customer-offer-intro .user-intro-wrap .customer-offer-count span {
    font-size: 22px;
    margin: 0 3px 0 0;
    vertical-align: middle;
  }
  .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 .customer-offer-content {
    padding: 20px;
  }
  .customer-offer-container .customer-offer-content .customer-offer {
    border-top: 1px solid #d8d8d8;
  }
  .customer-offer-container .customer-offer-content .customer-offer .offer-takes {
    white-space: normal;
  }
  .customer-offer-container .customer-offer-content .col,
  .customer-offer-container .customer-offer-content .col-data {
    padding-left: 16px;
    padding-right: 16px;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
    font-size: 12px;
    height: 30px;
  }
  .customer-offer-container .customer-offer-content .offer-data {
    width: 100%;
  }
  .customer-offer-container .customer-offer-content .offer-data .text {
    font-weight: 600;
  }
  .customer-offer-container .customer-offer-content .offer-content {
    margin-bottom: 16px;
    height: 60px;
    font-size: 13px;
    font-weight: 600;
    background-color: #fff;
    border-bottom: 1px solid #d8d8d8;
  }
  .customer-offer-container .customer-offer-content .offer-content .content-text {
    width: 100%;
  }
  .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-notice-wrap {
    padding: 20px;
    background: #fff;
  }
  .customer-offer-container .coupon-notice-wrap .toggle-title {
    font-size: 16px;
    font-weight: bold;
    color: #2b2b2b;
  }
  .customer-offer-container .coupon-notice-wrap .toggle-content {
    display: none;
    padding-bottom: 20px;
  }
  .customer-offer-container .coupon-notice-wrap .toggle-content.active {
    display: block;
  }
  .customer-offer-container .coupon-notice-wrap .toggle-content .notice-text {
    font-size: 13px;
    line-height: 1.5;
    color: #757575;
    padding-left: 15px;
  }
  .customer-offer-container .coupon-notice-wrap .toggle-content .notice-text:before {
    content: '';
    display: inline-block;
    width: 4px;
    height: 4px;
    border-radius: 100%;
    background: #757575;
    vertical-align: middle;
    transform: translateX(-5px);
    margin-left: -5px;
  }
  .customer-review-container {
    position: static;
  }
  .customer-review-container .reviews-summary-row {
    padding: 30px 16px;
  }
  .customer-review-container .review-item-content .fit {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
  }
  .customer-review-container .review-item-content .fit .review-bar {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
    width: 100%;
  }
  .customer-review-container .review-item-content .fit .review-bar:not(:first-child) {
    margin-top: 18px;
  }
  .customer-review-container .review-item-content .reviews-summary-item-description {
    font-size: 14px;
    line-height: 18px;
  }
  .customer-review-container .review-item-content .reviews-summary-item-user-info .date {
    margin-left: 0;
  }
  .customer-review-container .review-item-content .customer-review-action {
    margin-top: 20px;
  }
  .customer-review-container .review-item-content .customer-review-action .button {
    padding: 9px 10px;
    font-weight: normal;
  }
  .customer-review-container .review-item-content .customer-review-action .review-remove {
    background: transparent;
    color: #2b2b2b;
    border: 1px solid;
  }
  .customer-review-container .reviews-summary-list {
    background: #fff;
  }
  .customer-review-container .pagination {
    border-top: 1px solid #d8d8d8;
  }
  .customer-reviewabled-container {
    padding-left: 16px;
    padding-right: 16px;
  }
  .customer-reviewabled-container .plp-grid-item .product-tile-details {
    margin-top: 12px;
  }
  .customer-reviewabled-container .plp-grid-item .product-tile-details .name {
    font-size: 12px;
    line-height: 17px;
    letter-spacing: -.025em;
    color: #000000;
  }
  .customer-reviewabled-container .plp-grid-item .product-tile-actions {
    margin-top: 12px;
  }
  .customer-reviewabled-container:not(.summary) {
    padding-top: 30px;
  }
  .customer-reviewabled-container + .pagination {
    border-top: 1px solid #d8d8d8;
  }
  .customer-wish-container {
    padding: 30px 16px;
  }
  .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-wish-container + .pagination {
    border-top: 1px solid #d8d8d8;
  }
  .customer-helpDesk-container {
    padding: 30px 15px;
  }
  .customer-helpDesk-container .helpDesk-item {
    font-size: 11px;
    line-height: 1;
  }
  .customer-helpDesk-container .helpDesk-item .col-content {
    padding: 24px 16px;
  }
  .customer-helpDesk-container .helpDesk-item .col-type {
    left: 16px;
  }
  .customer-helpDesk-container .helpDesk-item .col-state {
    padding: 26px 16px;
  }
  .customer-helpDesk-container .helpDesk-item .col-date {
    right: 16px;
  }
  .customer-helpDesk-container .helpDesk-item .question-content {
    padding-left: 19px;
    font-size: 12px;
    line-height: 16px;
  }
  .customer-helpDesk-container .helpDesk-item .question-content .list {
    margin-top: 8px;
  }
  .customer-helpDesk-container .helpDesk-item .question-content .list li {
    font-size: 11px;
  }
  .customer-helpDesk-container .helpDesk-item .question-content .list li:not(:first-child) {
    margin-top: 4px;
  }
  .customer-helpDesk-container .helpDesk-item .question-content .file-link {
    margin-left: -18px;
    color: #9b9b9b;
  }
  .customer-helpDesk-container .helpDesk-item .question-content .file-link .icon {
    margin-right: 5px;
    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: 24px 16px;
  }
  .customer-helpDesk-container .helpDesk-item .answer .answer-content {
    padding-left: 19px;
    font-size: 12px;
    line-height: 16px;
  }
  .customer-helpDesk-container .customer-helpDesk-write .inquire-selector .col-12:not(:first-child) {
    margin-top: 12px;
  }
  .customer-helpDesk-container .customer-helpDesk-write .inquire-selector .select-box:before {
    right: 26px;
  }
  .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: 74px;
    -ms-flex-preferred-size: 74px;
    flex-basis: 74px;
    max-width: 74px;
  }
  .customer-helpDesk-container .customer-helpDesk-write .selection-product .product-item .item-summary {
    padding-left: 16px;
    padding-right: 16px;
  }
  .customer-helpDesk-container .customer-helpDesk-write .selection-product .product-item .item-summary .item-name {
    font-size: 12px;
    line-height: 16px;
  }
  .customer-helpDesk-container .customer-helpDesk-write .selection-product .product-item .item-summary .item-code {
    font-size: 12px;
  }
  .customer-helpDesk-container .customer-helpDesk-write .selection-product .product-item .col-item-action {
    color: #383838;
  }
  .customer-helpDesk-container .customer-helpDesk-write .input-area .input-textarea {
    padding: 14px 16px;
    height: 240px;
    font-size: 13px;
    line-height: 17px;
  }
  .customer-helpDesk-container .customer-helpDesk-write .file-upload .placeholder {
    display: none;
  }
  .customer-helpDesk-container .customer-helpDesk-write .file-upload .button-file-upload {
    width: 100%;
    background: transparent;
    border: 1px solid #d8d8d8;
    color: #2b2b2b;
    padding: 12px;
    font-size: 13px;
  }
  .customer-helpDesk-container .customer-helpDesk-write .file-upload .descr-text {
    margin-top: 12px;
  }
  .customer-helpDesk-container .customer-helpDesk-write .write-action {
    margin-top: 30px;
  }
  .customer-helpDesk-container .customer-helpDesk-write .write-action .button {
    width: 100%;
  }
  .customer-address-container .customer-address .address-item {
    padding: 20px 10px;
  }
  .customer-address-container .customer-address .address-item .address-default {
    margin-bottom: 16px;
    font-size: 14px;
  }
  .customer-address-container .customer-address .address-item .address-label {
    font-size: 14px;
    padding: 10px;
  }
  .customer-address-container .customer-address .address-item .address-info {
    margin-top: 15px;
    padding-left: 10px;
  }
  .customer-address-container .customer-address .address-item .address-info .info-list li {
    line-height: 20px;
    font-size: 13px;
  }
  .customer-address-container .customer-address .address-item .address-info .info-list li:not(:first-child) {
    margin-top: 5px;
  }
  .customer-address-container .customer-address .address-item .address-tools {
    right: 10px;
  }
  .customer-address-container .customer-address .address-item .address-tools .link {
    font-size: 13px;
  }
  .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 {
    background-color: #fff;
  }
  .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 {
    min-height: 100%;
    padding-bottom: 16px;
  }
  .uk-modal.modal-account-address .uk-close, .uk-modal.modal-account-wish .uk-close, .uk-modal.modal-account-order .uk-close, .uk-modal.modal-order-cancel .uk-close, .uk-modal.modal-order-return .uk-close {
    width: 50px;
    height: 50px;
  }
  .order-modal-conainer {
    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: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .order-modal-conainer .content-title {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 51px;
    -ms-flex: 1 0 51px;
    flex: 1 0 51px;
    padding-left: 16px;
    max-height: 51px;
    font-size: 14px;
  }
  .order-modal-conainer .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);
  }
  .order-modal-conainer .tab-box .tab-item {
    height: 45px;
    font-size: 13px;
  }
  .order-modal-conainer .tab-box .tab-content {
    margin-top: 16px;
  }
  .order-modal-conainer .entry-field-group {
    padding: 24px 16px;
  }
  .order-modal-conainer .entry-field-group .field-header .descr-text {
    margin-left: 5px;
    font-size: 11px;
  }
  .order-modal-conainer .entry-field-group .field-header.flex-direction-col .descr-text {
    margin-top: 5px;
    margin-left: 0;
    line-height: 1.3;
  }
  .order-modal-conainer .entry-field-group .payment-method-item .payment-item {
    padding-left: 16px;
    max-width: 100%;
  }
  .order-modal-conainer .entry-field-group .payment-method-item .payment-item .icon {
    margin-right: 16px;
    font-size: 22px;
  }
  .order-modal-conainer .entry-field-group .payment-method-item .payment-item .text {
    font-size: 14px;
  }
  .order-modal-conainer .field-row .field-descr {
    padding-top: 4px;
    font-size: 11px;
    line-height: 16px;
  }
  .order-modal-conainer .field-row .field-summary .label {
    font-size: 12px;
  }
  .order-modal-conainer .field-row .field-summary .value {
    font-size: 14px;
  }
  .order-modal-conainer .field-row .input-text {
    padding-left: 16px;
  }
  .order-modal-conainer .field-row .print-message, .order-modal-conainer .field-row .error-message, .order-modal-conainer .field-row .parsley-required {
    padding-top: 6px;
    font-size: 11px;
  }
  .order-modal-conainer .field-row.address-search .trigger-address-search {
    padding: 14px;
    width: 104px;
    height: 45px;
  }
  .order-modal-conainer .field-row.address-search .result-wrap {
    top: 44px;
  }
  .order-modal-conainer .entry-field-action {
    border-top: 1px solid #d8d8d8;
    padding: 16px;
  }
  .order-modal-conainer .entry-field-action .button {
    width: 100%;
  }
  .order-modal-conainer .order-product-list .descr-message {
    margin-top: -8px;
    padding: 0 16px 24px;
  }
  .order-modal-conainer .order-product-list .descr-message .text {
    font-size: 11px;
    line-height: 16px;
  }
  .order-modal-conainer .order-product-list .order-product-item {
    padding: 24px 16px;
  }
  .order-modal-conainer .order-product-list .order-product-item .product-mini .image-url {
    max-width: 74px;
  }
  .order-modal-conainer .order-product-list .order-product-item .product-mini .product-name {
    font-size: 12px;
    line-height: 16px;
  }
  .order-modal-conainer .order-product-list .order-product-item .product-mini .product-options {
    margin-top: 4px;
  }
  .order-modal-conainer .order-product-list .order-product-item .product-mini .product-price {
    margin-top: 4px;
    font-size: 12px;
    line-height: 16px;
  }
  .order-modal-conainer .order-product-list .order-product-item .product-mini .input-select-inline {
    margin-top: 4px;
    height: 32px;
  }
  .order-modal-conainer .order-product-list .order-product-item .product-mini .return-options {
    margin-top: 6px;
    font-size: 12px;
    line-height: 20px;
    color: #000000;
  }
  .order-modal-conainer .order-product-list .order-product-item .product-option-selector {
    margin-top: 16px;
  }
  .order-modal-conainer .order-product-list .order-product-item.addon-mini .product-mini {
    padding: 16px;
  }
  .order-modal-conainer .order-product-list .order-product-item.addon-mini .product-mini .image-url {
    max-width: 58px;
  }
  .order-modal-conainer .order-product-list .order-product-item .error-message {
    padding-top: 6px;
    font-size: 11px;
  }
  .order-modal-conainer .total-selector {
    padding-left: 16px;
    height: 54px;
    font-size: 12px;
  }
  .order-modal-conainer .total-selector .icon {
    margin-left: 0;
  }
  .modal-cancel-container .order-product-list {
    padding-left: 16px;
    padding-right: 16px;
  }
  .modal-cancel-container .order-product-list .order-product-item {
    padding: 20px 0;
  }
  .modal-cancel-container .cancel-summary {
    padding: 24px 16px;
  }
  .modal-cancel-container .cancel-summary:empty {
    padding: 0;
  }
  .modal-cancel-container .cancel-summary .cancel-total-item .label {
    font-size: 12px;
  }
  .modal-cancel-container .cancel-summary .cancel-total-item .value {
    font-size: 14px;
  }
  .modal-cancel-container .cancel-summary .cancel-total-highlight {
    margin-top: 8px;
  }
  .modal-cancel-container .cancel-summary .cancel-total-highlight .label {
    font-size: 14px;
  }
  .modal-cancel-container .cancel-summary .cancel-total-highlight .value {
    font-size: 16px;
  }
  .modal-cancel-container .content-action {
    padding: 16px 16px 24px;
  }
  .modal-wish-container .i-radio > .icon {
    left: 16px;
  }
  .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 .i-radio {
    padding: 24px 16px 24px 48px;
  }
  .modal-order-container .i-radio > .icon {
    left: 16px;
  }
  .modal-order-container .order-summary {
    padding: 16px;
    font-size: 11px;
    line-height: 12px;
  }
  .modal-order-container .order-summary .data:not(:first-child) {
    margin-top: 4px;
  }
  .modal-order-container .product-mini .product-name {
    font-size: 12px;
    line-height: 16px;
  }
  .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-return-container .i-checkbox {
    padding-left: 0;
    font-size: 12px;
    line-height: 1;
  }
  .employee-page .customer-offer-container .customer-offer-intro .text {
    font-size: 13px;
  }
  .employee-page .user-intro-wrap {
    padding: 16px 6px;
  }
  .employee-page .user-intro-wrap .point-box {
    text-align: center;
    padding: 8px;
  }
  .employee-page .user-intro-wrap .point-box .small-text {
    padding-top: 6px;
    font-size: 12px;
  }
  .employee-page .user-intro-wrap .use-coupon span {
    font-size: 20px;
  }
  .employee-page .notice-wrap {
    padding: 0 16px 30px;
  }
  .employee-page .history-content-wrap {
    padding: 0 16px;
    margin-bottom: 50px;
  }
  .employee-page .history-title-wrap .data-title {
    font-size: 13px;
    font-weight: bold;
    padding: 17px 0;
  }
  .employee-page .history-title-wrap .data-title.description {
    text-align: left;
    -webkit-flex-basis: 75%;
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }
  .employee-page .history-title-wrap .data-title.point {
    -webkit-flex-basis: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }
  .employee-page .history-list-wrap .data-item {
    font-size: 12px;
    padding: 10px 0;
  }
  .employee-page .history-list-wrap .data-item .order-desc {
    margin-top: 3px;
  }
  .employee-page .history-list-wrap .data-item.date {
    text-align: left;
    padding-bottom: 0;
    color: #9e9e9e;
  }
  .employee-page .history-list-wrap .data-item.description {
    text-align: left;
  }
  .employee-page .history-list-wrap .data-item.point span {
    width: auto;
  }
  .employee-page .notice-wrap .toggle-box .toggle-label .toggle-title {
    font-size: 13px;
  }
  .employee-page .notice-wrap .toggle-box .toggle-content ul li {
    font-size: 12px;
    margin-top: 8px;
    line-height: 1.4;
  }
  .employee-page .notice-wrap .toggle-box .toggle-content ul li:first-child {
    margin-top: 0;
  }
  .crm-auth-container {
    background-color: #fff;
  }
  .crm-auth-container .crm-auth {
    display: flex;
    align-items: start;
    justify-content: center;
  }
  .crm-auth-container .crm-auth .crm-auth-wrapper {
    padding: 60px 16px;
  }
  .crm-auth-container .crm-auth .crm-auth-wrapper .crm-auth-button-wrapper .button {
    font-size: 14px;
    white-space: nowrap;
    gap: 5px;
  }
  .crm-auth-container .crm-auth .crm-auth-wrapper .crm-auth-button-wrapper .button .icon {
    padding-bottom: 0;
  }
  .crm-auth-container .crm-auth .crm-auth-wrapper .multiple-account-content {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
  }
  .modal-terms-agreement.window-modal .uk-modal-dialog {
    padding: 0;
    max-width: 500px;
    width: 100%;
    top: unset !important;
  }
  .modal-terms-agreement .uk-overflow-container {
    max-height: 642px !important;
    overflow-y: auto;
  }
  .modal-terms-agreement .uk-modal-header {
    display: flex;
    padding: 0 16px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-bottom: 1px solid #E6E6E6;
  }
  .modal-terms-agreement .uk-modal-header .title {
    padding-top: 10px;
    align-self: stretch;
    color: #111;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    /* 33.6px */
    letter-spacing: -0.48px;
  }
  .modal-terms-agreement .terms-agreement-content {
    display: flex;
    padding: 24px 16px;
    justify-content: center;
    align-items: flex-start;
    align-content: flex-start;
    flex-wrap: wrap;
  }
}

/* Reponsive 768px */
@media screen and (min-width: 768px) {
  .customer-container .customer-nav {
    position: relative;
    width: 276px;
    max-width: 28%;
  }
  .customer-container .customer-nav::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 100%;
    width: 50vw;
    height: 100%;
    background-color: inherit;
  }
  .customer-container .customer-nav .fixit-container {
    position: relative;
    height: 100%;
    background: #fff;
  }
  .customer-container .customer-nav .customer-nav-container {
    padding: 40px 36px;
  }
  .customer-container .customer-nav .customer-nav-container .account-profile {
    margin-bottom: 30px;
  }
  .customer-container .customer-nav .customer-nav-container .account-profile .icon {
    display: block;
    margin-right: 6px;
    padding: 7px;
    width: 30px;
    height: 30px;
    stroke: #000;
  }
  .customer-container .customer-nav .customer-nav-container .account-profile .icon svg {
    display: block;
  }
  .customer-container .customer-nav .customer-nav-container .account-profile .name {
    font-size: 16px;
    line-height: 1;
  }
  .customer-container .customer-nav .customer-nav-container .customer-nav-group:not(:first-child) {
    padding: 20px 0 25px 10px;
    border-top: 1px solid #d8d8d8;
  }
  .customer-container .customer-nav .customer-nav-container .customer-nav-title {
    font-size: 16px;
    min-height: auto;
  }
  .customer-container .customer-nav .customer-nav-container .customer-nav-title .active {
    color: #c9192e;
  }
  .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: 20px;
  }
  .customer-container .customer-nav .customer-nav-container .customer-nav-list li a.active {
    color: #c9192e;
  }
  .customer-container .customer-nav .customer-nav-container .customer-nav-list li:not(:first-child) {
    margin-top: 18px;
  }
  .customer-container .customer-nav .customer-nav-container .other-nav-link {
    font-size: 14px;
    line-height: 1;
    letter-spacing: -.025em;
    color: #383838;
  }
  .customer-container .customer-content {
    width: calc(100% - 276px);
    padding: 40px 30px 50px;
  }
  .customer-container .customer-content-header .title {
    margin-bottom: 20px;
    font-size: 28px;
    font-weight: bold;
    line-height: 1;
    letter-spacing: -.025em;
    color: #2b2b2b;
  }
  .customer-container .customer-content-action {
    position: absolute;
    top: 0;
    right: 0;
  }
  .customer-container .customer-content-action .button {
    width: auto;
    line-height: 16px;
    padding: 15px 25px;
    font-weight: normal;
  }
  .customer-container .activity-summary {
    background: #fff;
  }
  .customer-container .activity-summary .summary-item dl {
    margin: 0;
    height: 100%;
  }
  .customer-container .activity-summary .summary-item .label {
    color: #000000;
  }
  .customer-container .activity-summary .summary-item .label .icon {
    margin-right: 10px;
    font-size: 24px;
  }
  .customer-container .activity-summary .summary-item .label .text {
    line-height: 1;
    letter-spacing: -.025em;
    word-break: keep-all;
  }
  .customer-container .activity-summary .summary-item .count {
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
    color: #c9192e;
  }
  .customer-container .delivery-status {
    margin-bottom: 30px;
    padding: 19px;
    background-color: #fff;
  }
  .customer-container .delivery-status .delivery-status-content {
    margin-left: -5px;
    margin-right: -5px;
    height: 100%;
    margin-bottom: 13px;
  }
  .customer-container .delivery-status .delivery-status-content [class*="col-"] {
    padding-left: 5px;
    padding-right: 5px;
    height: 100%;
  }
  .customer-container .delivery-status .delivery-status-content .delivery-status-info {
    margin: 0;
    padding-left: 20px;
    padding-right: 20px;
    border: 1px solid #d8d8d8;
    background-color: #ffffff;
  }
  .customer-container .delivery-status .delivery-status-content .delivery-status-info .status-subject {
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: -.025em;
    color: #000000;
  }
  .customer-container .delivery-status .delivery-status-content .delivery-status-info .status-count {
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
    color: #c9192e;
  }
  .customer-container .delivery-status .button {
    padding-top: 14px;
    padding-bottom: 14px;
    min-width: 0;
  }
  .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;
    margin-bottom: 30px;
  }
  .customer-container .customer-content-section .content-section-header .content-section-title {
    font-size: 28px;
  }
  .customer-container .customer-content-section .content-section-header .link {
    font-size: 14px;
  }
  .customer-container .customer-content-section .section-title {
    margin-bottom: 30px;
    font-size: 18px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: -.025em;
    color: #000000;
  }
  .customer-container .customer-order-search {
    margin-bottom: 30px;
    padding: 20px;
    background-color: #fff;
  }
  .customer-container .customer-order-search .order-search-content {
    margin-left: -11px;
    margin-right: -11px;
  }
  .customer-container .customer-order-search .order-search-content > [class*="col-"] {
    padding: 0 11px;
  }
  .customer-container .customer-order-search .order-search-content > [class*="col-"]:not(:first-child) {
    margin-top: 10px;
  }
  .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 {
    height: 100%;
    border: 1px solid #d8d8d8;
    background-color: #ffffff;
  }
  .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: 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;
    outline: 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: calc( (100% - 61px) / 2);
    border: 1px solid #d8d8d8;
  }
  .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 .trigger-renew {
    margin-left: 5px;
    width: 40px;
    height: 40px;
    color: #2b2b2b;
    border: 1px solid #d8d8d8;
    background-color: #ffffff;
  }
  .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 .search-date-notice {
    margin: 14px 10px 0;
    font-size: 12px;
    width: 100%;
  }
  .customer-container .shipping-delivery-process {
    margin-top: 60px;
  }
  .customer-container .shipping-delivery-process .process-title {
    font-size: 18px;
  }
  .customer-container .shipping-delivery-process .process-list-content {
    padding: 30px;
  }
  .customer-container .shipping-delivery-process .process-list-content .process-list .process-item .process-subject {
    font-size: 14px;
  }
  .customer-container .shipping-delivery-process .process-list-content .process-list .process-item .process-descr {
    font-size: 14px;
    line-height: 24px;
  }
  .customer-container .shipping-delivery-process .process-list-content .process-list .process-item:not(:first-child) {
    margin-top: 30px;
  }
  .customer-container .empty-content {
    padding-top: 120px;
    padding-bottom: 120px;
  }
  .customer-container .empty-content .icon {
    padding: 40px 5px;
    width: 115px;
    height: 115px;
    overflow: hidden;
  }
  .customer-container .empty-content .icon:before {
    display: block;
    content: '';
    width: 100px;
    height: 100px;
    overflow: hidden;
    background-image: url(https://image.vans.co.kr/cmsstatic/theme/2/icon-vans.png);
    background-repeat: no-repeat;
    background-size: 800px auto;
    background-position: -20px -561px;
  }
  .customer-container .empty-content .text {
    margin-top: 30px;
    font-size: 18px;
  }
  .customer-container .i-checkbox {
    font-size: 14px;
    line-height: 1;
  }
  .customer-container .pagination {
    margin-top: 30px;
  }
  .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: #000;
    background-color: #000000;
  }
  .customer-container .pagination .button-pager.jump {
    color: #000000;
  }
  .customer-container .pagination .button-pager:not(:last-child) {
    margin-right: -1px;
  }
  .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 {
    padding: 0 30px 30px;
    background-color: #fff;
  }
  .customer-restock-container .customer-restock-header {
    height: 50px;
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
    color: #000000;
    border-bottom: 1px solid #f1f2f3;
  }
  .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;
    border-bottom: 1px solid #f1f2f3;
  }
  .customer-draw-container .customer-content-filter {
    margin-bottom: 30px;
  }
  .customer-draw-container .customer-content-filter .filter-list li {
    font-size: 14px;
    line-height: 1;
  }
  .customer-draw-container .customer-content-filter .filter-list li:not(:first-child)::before {
    margin: 0 20px;
    height: 14px;
  }
  .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: 600;
    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-event .customer-draw-container .customer-draw .col-data {
    background-color: #e4e4e4;
  }
  .customer-event .customer-draw-container .customer-draw .col-product {
    padding: 16px;
  }
  .customer-review-container .reviews-summary-list {
    border: 1px solid #d8d8d8;
    background: #fff;
  }
  .customer-review-container .review-item-content {
    -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%;
  }
  .customer-review-container .review-item-content .review-content-header {
    margin-bottom: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .customer-review-container .review-item-content .review-content-header .reviews-summary-item-title {
    max-width: 100%;
    font-size: 24px;
    line-height: 32px;
    word-break: keep-all;
    word-wrap: break-word;
    overflow-wrap: break-word;
  }
  .customer-review-container .review-item-content .review-content-header .reviews-summary-item-title::before {
    content: '“';
    display: inline-block;
  }
  .customer-review-container .review-item-content .fit {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 228px;
  }
  .customer-review-container .review-item-content .fit .review-bar {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 228px;
    width: 228px;
  }
  .customer-review-container .review-item-content .fit .review-bar:not(:first-child) {
    margin-top: 18px;
  }
  .customer-review-container .review-item-content .reviews-summary-item-description {
    max-width: 100%;
  }
  .customer-review-container .review-item-content .reviews-summary-item-user-info .date {
    margin-left: 0;
  }
  .customer-review-container .review-item-content .customer-review-action {
    margin-top: 30px;
    max-width: 230px;
  }
  .customer-review-container .review-item-content .customer-review-action .button {
    padding-top: 9px;
    padding-bottom: 9px;
    line-height: 1;
    font-weight: normal;
  }
  .customer-review-container .review-item-content .customer-review-action .review-remove {
    background: transparent;
    color: #2b2b2b;
    border: 1px solid;
  }
  .customer-review-container .review-item-media {
    max-width: 416px;
  }
  .customer-review-container .review-item-media .reviews-summary-item-media {
    padding-left: 30px;
  }
  .customer-reviewabled-container .plp-grid-item .product-tile-details {
    margin-top: 15px;
  }
  .customer-reviewabled-container .plp-grid-item .product-tile-details .name {
    font-size: 14px;
    line-height: 22px;
    letter-spacing: -.025em;
    color: #000000;
  }
  .customer-reviewabled-container .plp-grid-item .product-tile-actions {
    margin-top: 15px;
  }
  .customer-reviewabled-container .plp-grid-item .product-tile-actions .button {
    display: block;
    width: 120px;
    margin: 0 auto;
    font-weight: normal;
  }
  .customer-reviewabled-container.summary {
    padding-bottom: 30px;
  }
  .customer-reviewabled-container + .pagination {
    margin-top: 0;
  }
  .customer-wish-container .plp-grid-item .product-tile-details {
    font-size: 14px;
    line-height: 20px;
  }
  .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 .button {
    width: 110px;
  }
  .customer-helpDesk-container .customer-helpDesk-header {
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: -.025em;
    color: #000000;
    border-top: 1px solid #d8d8d8;
  }
  .customer-helpDesk-container .customer-helpDesk-header .row {
    height: 44px;
  }
  .customer-helpDesk-container .customer-helpDesk-header .row [class*="col"] {
    height: 100%;
  }
  .customer-helpDesk-container .helpDesk-item {
    font-size: 14px;
    line-height: 22px;
  }
  .customer-helpDesk-container .helpDesk-item .col-content {
    padding: 26px 30px;
  }
  .customer-helpDesk-container .helpDesk-item .col-type {
    left: 30px;
  }
  .customer-helpDesk-container .helpDesk-item .col-state {
    padding: 26px 30px;
  }
  .customer-helpDesk-container .helpDesk-item .col-date {
    right: 30px;
  }
  .customer-helpDesk-container .helpDesk-item .question-content {
    padding-left: 22px;
    font-size: 14px;
    line-height: 22px;
  }
  .customer-helpDesk-container .helpDesk-item .question-content .list {
    margin-top: 16px;
  }
  .customer-helpDesk-container .helpDesk-item .question-content .list li {
    font-size: 13px;
  }
  .customer-helpDesk-container .helpDesk-item .question-content .list li:not(:first-child) {
    margin-top: 8px;
  }
  .customer-helpDesk-container .helpDesk-item .answer {
    padding: 26px 30px;
  }
  .customer-helpDesk-container .helpDesk-item .answer .answer-content {
    padding-left: 22px;
    font-size: 14px;
    line-height: 22px;
  }
  .customer-helpDesk-container .customer-helpDesk-write .inquire-selector {
    margin-left: -6px;
    margin-right: -6px;
  }
  .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 {
    padding-left: 20px;
    padding-right: 20px;
    height: 50px;
  }
  .customer-helpDesk-container .customer-helpDesk-write .selection-product .product-item {
    padding: 20px;
  }
  .customer-helpDesk-container .customer-helpDesk-write .selection-product .product-item .col-item-media {
    -webkit-flex-basis: 80px;
    -ms-flex-preferred-size: 80px;
    flex-basis: 80px;
    max-width: 80px;
  }
  .customer-helpDesk-container .customer-helpDesk-write .selection-product .product-item .item-summary {
    padding-left: 20px;
    padding-right: 20px;
  }
  .customer-helpDesk-container .customer-helpDesk-write .selection-product .product-item .item-summary .item-name {
    font-size: 14px;
    line-height: 20px;
  }
  .customer-helpDesk-container .customer-helpDesk-write .selection-product .product-item .item-summary .item-code {
    font-size: 13px;
  }
  .customer-helpDesk-container .customer-helpDesk-write .selection-product .product-item .col-item-action {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .customer-helpDesk-container .customer-helpDesk-write .input-area .input-textarea {
    padding: 16px 20px;
    height: 300px;
    font-size: 14px;
    line-height: 22px;
  }
  .customer-helpDesk-container .customer-helpDesk-write .file-upload .placeholder {
    float: left;
    margin: 0;
    padding: 17px 20px;
    width: calc(100% - 188px);
    height: 50px;
    font-size: 14px;
    line-height: 1;
    text-overflow: ellipsis;
    white-space: nowrap;
    border: 1px solid #d8d8d8;
    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: 8px;
    width: 180px;
    height: 50px;
    padding: 17px 25px;
    background: transparent;
    border: 1px solid #d8d8d8;
    color: #2b2b2b;
  }
  .customer-helpDesk-container .customer-helpDesk-write .file-upload .descr-text {
    padding-top: 20px;
    padding-left: 20px;
  }
  .customer-helpDesk-container .customer-helpDesk-write .write-action {
    margin-top: 40px;
  }
  .customer-helpDesk-container .customer-helpDesk-write .write-action .button {
    width: 180px;
    font-size: 14px;
  }
  .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: 464px;
  }
  .order-modal-conainer .content-title {
    padding-top: 38px;
    padding-bottom: 32px;
    font-size: 24px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .order-modal-conainer .tab-box .tab-item {
    height: 50px;
    font-size: 14px;
  }
  .order-modal-conainer .tab-box .tab-content {
    margin-top: 20px;
  }
  .order-modal-conainer .entry-field-group {
    padding: 24px 38px 30px;
  }
  .order-modal-conainer .entry-field-group .field-header .descr-text {
    margin-left: 10px;
    font-size: 12px;
  }
  .order-modal-conainer .entry-field-group .field-header.flex-direction-col .descr-text {
    margin-top: 10px;
    margin-left: 0;
    line-height: 1.3;
  }
  .order-modal-conainer .entry-field-group .payment-method-item .payment-item {
    padding-left: 20px;
  }
  .order-modal-conainer .entry-field-group .payment-method-item .payment-item .icon {
    margin-right: 20px;
    font-size: 24px;
  }
  .order-modal-conainer .entry-field-group .payment-method-item .payment-item .text {
    font-size: 16px;
  }
  .order-modal-conainer .entry-field-group.summary + .entry-field-action {
    border-top: 1px solid #d8d8d8;
    padding-top: 30px;
  }
  .order-modal-conainer .field-row .field-descr {
    padding-top: 8px;
    font-size: 12px;
    line-height: 20px;
  }
  .order-modal-conainer .field-row .field-summary .label {
    font-size: 14px;
  }
  .order-modal-conainer .field-row .field-summary .value {
    font-size: 16px;
  }
  .order-modal-conainer .field-row .print-messag, .order-modal-conainer .field-row .error-message, .order-modal-conainer .field-row .parsley-required {
    padding-top: 8px;
    font-size: 12px;
  }
  .order-modal-conainer .field-row.address-search .button {
    width: 104px;
    height: 40px;
    font-size: 14px;
  }
  .order-modal-conainer .field-row.address-search .result-wrap {
    top: 49px;
  }
  .order-modal-conainer .order-product-list .descr-message {
    margin-top: -10px;
    padding: 0 38px 30px;
  }
  .order-modal-conainer .order-product-list .descr-message .text {
    font-size: 13px;
    line-height: 20px;
  }
  .order-modal-conainer .order-product-list .order-product-item {
    padding: 30px 38px;
  }
  .order-modal-conainer .order-product-list .order-product-item .product-mini .image-url {
    max-width: 120px;
  }
  .order-modal-conainer .order-product-list .order-product-item .product-mini .product-name {
    font-size: 14px;
    line-height: 22px;
  }
  .order-modal-conainer .order-product-list .order-product-item .product-mini .product-options {
    margin-top: 6px;
  }
  .order-modal-conainer .order-product-list .order-product-item .product-mini .product-price {
    margin-top: 6px;
    font-size: 14px;
    line-height: 22px;
  }
  .order-modal-conainer .order-product-list .order-product-item .product-mini .input-select-inline {
    margin-top: 6px;
    height: 36px;
  }
  .order-modal-conainer .order-product-list .order-product-item .product-mini .return-options {
    margin-top: 14px;
    font-size: 14px;
    line-height: 22px;
    color: #000000;
  }
  .order-modal-conainer .order-product-list .order-product-item .product-option-selector {
    margin-top: 20px;
  }
  .order-modal-conainer .order-product-list .order-product-item.addon-mini .product-mini {
    padding: 20px;
  }
  .order-modal-conainer .order-product-list .order-product-item.addon-mini .product-mini .image-url {
    max-width: 100px;
  }
  .order-modal-conainer .order-product-list .order-product-item .error-message {
    padding-top: 8px;
    font-size: 12px;
  }
  .order-modal-conainer .total-selector {
    padding-left: 38px;
    height: 48px;
    font-size: 14px;
  }
  .modal-cancel-container .cancel-summary {
    padding: 20px 38px;
    border-top: 1px solid #d8d8d8;
  }
  .modal-cancel-container .cancel-summary .cancel-total-item .label {
    font-size: 14px;
  }
  .modal-cancel-container .cancel-summary .cancel-total-item .value {
    font-size: 16px;
  }
  .modal-cancel-container .cancel-summary .cancel-total-highlight {
    margin-top: 18px;
  }
  .modal-cancel-container .cancel-summary .cancel-total-highlight .label {
    font-size: 14px;
  }
  .modal-cancel-container .cancel-summary .cancel-total-highlight .value {
    font-size: 18px;
  }
  .modal-cancel-container .content-action {
    padding: 32px 38px 38px;
  }
  .modal-address-container .content-title {
    border-bottom: 0;
  }
  .modal-address-container .entry-field-group {
    padding-top: 0;
  }
  .modal-wish-container .i-radio > .icon {
    left: 38px;
  }
  .modal-wish-container .order-product-list .order-product-item .icon + .product-mini {
    padding-left: 46px;
  }
  .modal-wish-container .content-action {
    padding: 30px 30px 38px;
  }
  .modal-wish-container .content-action .button {
    width: 200px;
  }
  .modal-order-container .i-radio {
    padding: 30px 38px 30px 84px;
  }
  .modal-order-container .i-radio > .icon {
    left: 38px;
  }
  .modal-order-container .order-summary {
    padding: 20px;
    font-size: 14px;
    line-height: 16px;
  }
  .modal-order-container .order-summary .data:not(:first-child) {
    margin-top: 8px;
  }
  .modal-order-container .product-mini .product-name {
    font-size: 14px;
    line-height: 22px;
  }
  .modal-order-container .product-mini .product-price {
    font-size: 14px;
  }
  .modal-order-container .content-action {
    padding: 30px 30px 38px;
  }
  .modal-order-container .content-action .button {
    width: 200px;
  }
  .modal-return-container .order-product-list .icon ~ .product-option-selector {
    padding-left: 25px;
  }
  .modal-return-container .order-product-list .order-product-item:not(:first-child) {
    padding-top: 0;
    border: 0;
  }
  .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: 30px;
    padding-bottom: 30px;
  }
  .modal-return-container .order-product-list.confirm-products .order-product-item:not(:last-child) .product-mini {
    border-bottom: 1px solid #d8d8d8;
  }
}

/* Reponsive 768px ~ 1024px */
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .customer-container .activity-summary {
    padding: 4px 20px;
  }
  .customer-container .activity-summary .summary-item {
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .customer-container .activity-summary .summary-item:not(:first-child) {
    border-top: 1px solid #d8d8d8;
  }
  .customer-container .delivery-status .delivery-status-content .delivery-status-info {
    height: 50px;
  }
  .customer-order-container .customer-order .customer-order-header {
    padding-left: 16px;
    padding-right: 16px;
    border-bottom: 1px solid #d8d8d8;
  }
  .customer-order-container .customer-order .customer-order-header.returnable {
    -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 {
    padding-top: 20px;
    padding-bottom: 20px;
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .customer-order-container .customer-order .customer-order-header.returned .date {
    font-weight: 600;
  }
  .customer-order-container .customer-order .customer-order-header.returned .customer-order-number {
    margin-top: 7px;
  }
  .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;
    padding-left: 16px;
    padding-right: 16px;
    height: 54px;
    border-bottom: 1px solid #d8d8d8;
  }
  .customer-order-container .customer-order .order-summary .date {
    font-weight: 600;
    color: #000000;
  }
  .customer-order-container .customer-order .order-summary .link {
    font-size: 12px;
  }
  .customer-order-container .customer-order .order-summary .link .text {
    margin-right: .25em;
    color: #9b9b9b;
  }
  .customer-order-container .customer-order .order-product {
    padding-left: 16px;
    padding-right: 16px;
  }
  .customer-order-container .customer-order .order-state {
    padding: 16px;
    border-top: 1px solid #d8d8d8;
  }
  .customer-order-container .customer-order .order-state .actions {
    margin-top: 16px;
    margin-left: -5px;
    margin-right: -5px;
    width: calc(100% + 10px);
  }
  .customer-order-container .customer-order .order-state .actions [class*="col-"] {
    padding: 5px;
  }
  .customer-order-container .customer-order .order-state .actions .anchor {
    width: 100%;
  }
  .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-restock-container .customer-restock .col-date {
    padding-left: 16px;
    height: 54px;
    background-color: #fff;
    border-bottom: 1px solid #f1f2f3;
  }
  .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 #f1f2f3;
  }
  .customer-restock-container .customer-restock .col-state > .row {
    width: 100%;
  }
  .customer-restock-container .customer-restock .col-state .anchor {
    margin-top: 15px;
    width: 100%;
  }
  .customer-offer-container .customer-offer-content .col,
  .customer-offer-container .customer-offer-content .col-data {
    padding-left: 16px;
    padding-right: 16px;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
    height: 30px;
  }
  .customer-offer-container .customer-offer-content .offer-data {
    width: 100%;
  }
  .customer-offer-container .customer-offer-content .offer-data .text {
    font-weight: 600;
  }
  .customer-offer-container .customer-offer-content .offer-content {
    margin-bottom: 16px;
    height: 60px;
    font-weight: 600;
    background-color: #fff;
    border-bottom: 1px solid #d8d8d8;
  }
  .customer-offer-container .customer-offer-content .offer-content .content-text {
    width: 100%;
  }
  .customer-review-container .reviews-summary-row {
    padding: 24px 24px 30px;
  }
  .customer-review-container .review-item-content {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }
  .customer-review-container .review-item-content .review-content-header {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .customer-review-container .review-item-content .review-content-header .reviews-summary-item-title {
    margin-bottom: 0;
    width: calc(100% - 140px);
  }
  .customer-review-container .review-item-content .review-content-header .reviews-summary-item-title::before {
    display: none;
  }
  .customer-review-container .review-item-media {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    margin-bottom: 30px;
    max-width: 100%;
  }
  .customer-review-container .review-item-media .reviews-summary-item-media {
    padding-left: 0;
  }
}

/* Reponsive 1025px */
@media screen and (min-width: 1025px) {
  .customer-container .customer-nav .customer-nav-container {
    padding: 80px 36px;
  }
  .customer-container .customer-content {
    padding: 80px 50px 100px;
  }
  .customer-container .activity-summary {
    padding-top: 24px;
    padding-bottom: 24px;
  }
  .customer-container .activity-summary .summary-item {
    padding-left: 16px;
    padding-right: 16px;
  }
  .customer-container .activity-summary .summary-item:not(:first-child) {
    border-left: 1px solid #d8d8d8;
  }
  .customer-container .delivery-status .delivery-status-content .delivery-status-info {
    height: 100%;
  }
  .customer-order-container .customer-order .order-summary {
    max-width: 250px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .customer-order-container .customer-order .order-summary .date {
    color: #9b9b9b;
  }
  .customer-order-container .customer-order .order-summary .total-price {
    margin-top: 10px;
    font-size: 18px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: -.025em;
    color: #000000;
  }
  .customer-order-container .customer-order .order-summary .link {
    margin-top: 20px;
    width: 110px;
    height: 34px;
    font-size: 13px;
    color: #ffffff;
    background-color: #000000;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .customer-order-container .customer-order .order-state {
    max-width: 220px;
  }
  .customer-order-container .customer-order .order-state .actions {
    margin-top: 20px;
  }
  .customer-order-container .customer-order .order-state .actions [class*="col-"]:not(:first-child) {
    margin-top: 5px;
  }
  .customer-order-container .customer-order .order-state .actions a.tracking-btn {
    width: auto;
    line-height: 1;
    border: 0;
    border-bottom: 1px solid #000;
    padding-bottom: 3px;
    margin-bottom: 10px;
  }
  .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-offer-container .customer-offer-content .offer-code {
    padding: 24px 0;
  }
  .customer-offer-container .customer-offer-content .offer-code .offer-data {
    padding: 0 8px;
  }
  .customer-offer-container .customer-offer-content .offer-code .button {
    margin-top: 6px;
    padding: 9px 0;
    width: 100px;
    font-size: 13px;
    font-weight: 400;
    line-height: 1;
  }
  .customer-offer-container .customer-offer-content .col:not(:first-child),
  .customer-offer-container .customer-offer-content .col-data:not(:first-child) {
    border-left: 1px solid #d8d8d8;
  }
  .customer-offer-container .customer-offer-content .col-data {
    -webkit-flex-basis: 20%;
    -ms-flex-preferred-size: 20%;
    flex-basis: 20%;
    max-width: 240px;
  }
  .customer-offer-container .customer-offer-content .col-data .offer-data,
  .customer-offer-container .customer-offer-content .col-data .content-text {
    padding: 24px 16px;
    width: 100%;
  }
  .customer-offer-container .customer-offer-content .col-data .offer-data .text,
  .customer-offer-container .customer-offer-content .col-data .content-text .text {
    display: block;
    width: 100%;
    text-align: center;
  }
  .coupon-page .customer-offer-container .customer-offer-content .customer-offer {
    width: calc(33.33% - 14px);
  }
  .customer-reviewabled-container .plp-grid-item {
    margin-bottom: 60px;
  }
  .customer-reviewabled-container.summary {
    padding-bottom: 0;
  }
  .customer-wish-container .plp-grid-item {
    margin-bottom: 60px;
  }
  .customer-account-container .customer-formbox {
    width: 50%;
  }
}

/* Reponsive 1440px */
@media screen and (min-width: 1440px) {
  .customer-container .activity-summary {
    padding-top: 33px;
    padding-bottom: 33px;
  }
  .customer-container .activity-summary .summary-item {
    padding-left: 45px;
    padding-right: 45px;
  }
  .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-container .activity-summary .summary-item .count {
    font-size: 16px;
  }
  .customer-container .customer-order-search {
    margin-bottom: 30px;
    padding: 20px;
    background-color: #fff;
  }
  .customer-container .customer-order-search .order-search-content {
    margin-left: -11px;
    margin-right: -11px;
  }
  .customer-container .customer-order-search .order-search-content > [class*="col-"] {
    padding-left: 11px;
    padding-right: 11px;
  }
  .customer-container .customer-order-search .order-search-content > [class*="col-"]:not(:first-child) {
    margin-top: 0;
  }
  .customer-container .customer-order-search .order-search-content .col-selector-date {
    -webkit-flex-basis: 492px;
    -ms-flex-preferred-size: 492px;
    flex-basis: 492px;
    max-width: 492px;
  }
  .customer-container .customer-order-search .order-search-content .col-input-date .input-text {
    width: 160px;
  }
  .customer-container .customer-order-search .order-search-content .col-search-action {
    -webkit-flex-basis: 146px;
    -ms-flex-preferred-size: 146px;
    flex-basis: 146px;
    max-width: 146px;
  }
  .customer-container .customer-order-search .order-search-content .col-search-action .button-submit {
    margin-left: auto;
    padding: 12px 0;
  }
  .customer-container .shipping-delivery-process .process-list-content .process-list {
    margin-left: -15px;
    margin-right: -15px;
  }
  .customer-container .shipping-delivery-process .process-list-content .process-list .process-item {
    -webkit-flex-basis: 182px;
    -ms-flex-preferred-size: 182px;
    flex-basis: 182px;
    max-width: 182px;
    padding-left: 15px;
    padding-right: 30px;
  }
  .customer-container .shipping-delivery-process .process-list-content .process-list .process-item .process-subject {
    font-size: 14px;
  }
  .customer-container .shipping-delivery-process .process-list-content .process-list .process-item .process-subject .step {
    display: block;
    margin-bottom: 10px;
  }
  .customer-container .shipping-delivery-process .process-list-content .process-list .process-item .process-descr {
    margin-top: 12px;
  }
  .customer-container .shipping-delivery-process .process-list-content .process-list .process-item:not(:first-child) {
    margin-top: 0;
  }
  .customer-container .shipping-delivery-process .process-list-content .process-list .process-item:not(:last-child) {
    margin-right: 30px;
  }
  .customer-container .shipping-delivery-process .process-list-content .process-list .process-item:not(:last-child) > .icon {
    display: block;
    position: absolute;
    top: 50%;
    left: 100%;
    margin: -15px;
    padding: 8px;
    width: 30px;
    height: 30px;
    color: #ffffff;
    border-radius: 15px;
    background-color: #fff;
    stroke: #5e5656;
    border: 1px solid #d8d8d8;
  }
  .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;
  }
  .customer-event .customer-draw-container .customer-draw .col-data {
    background-color: #fff;
  }
  .customer-review-container .review-item-content {
    -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: calc(100% - 416px);
  }
  .customer-review-container .review-item-content .review-content-header {
    margin-bottom: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .customer-review-container .review-item-content .review-content-header .reviews-summary-item-title {
    max-width: 100%;
    font-size: 24px;
    line-height: 32px;
    word-break: keep-all;
    word-wrap: break-word;
    overflow-wrap: break-word;
  }
  .customer-review-container .review-item-content .review-content-header .reviews-summary-item-title::before {
    content: '“';
    display: inline-block;
  }
  .customer-review-container .review-item-content .fit {
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .customer-review-container .review-item-content .fit .review-bar:not(:first-child) {
    margin-top: 0;
    margin-left: 30px;
  }
  .customer-review-container .review-item-media {
    max-width: 416px;
  }
  .customer-review-container .review-item-media .reviews-summary-item-media {
    padding-left: 50px;
  }
  .customer-helpDesk-container .col-type {
    -webkit-flex-basis: 200px;
    -ms-flex-preferred-size: 200px;
    flex-basis: 200px;
    max-width: 200px;
  }
  .customer-helpDesk-container .col-state {
    -webkit-flex-basis: 160px;
    -ms-flex-preferred-size: 160px;
    flex-basis: 160px;
    max-width: 160px;
  }
  .customer-helpDesk-container .col-file {
    padding-left: 0 !important;
    padding-right: 0 !important;
    -webkit-flex-basis: 160px;
    -ms-flex-preferred-size: 160px;
    flex-basis: 160px;
    max-width: 160px;
  }
  .customer-helpDesk-container .col-date {
    -webkit-flex-basis: 160px;
    -ms-flex-preferred-size: 160px;
    flex-basis: 160px;
    max-width: 160px;
  }
  .customer-helpDesk-container .customer-helpDesk-header {
    display: block;
  }
  .customer-helpDesk-container .customer-helpDesk-header [class*="col"] {
    padding-left: 30px;
    padding-right: 30px;
    text-align: center;
  }
  .customer-helpDesk-container .helpDesk-item {
    padding-top: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: -.025em;
    color: #000000;
    border-top: 1px solid #d8d8d8;
  }
  .customer-helpDesk-container .helpDesk-item [class*="col"] {
    padding-left: 30px;
    padding-right: 30px;
    text-align: center;
  }
  .customer-helpDesk-container .helpDesk-item [class*="col"] {
    padding-top: 26px;
    padding-bottom: 26px;
  }
  .customer-helpDesk-container .helpDesk-item [class*="col"] .text {
    max-width: 100%;
  }
  .customer-helpDesk-container .helpDesk-item .col-type {
    position: static;
    color: #000000;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .customer-helpDesk-container .helpDesk-item .col-type::before, .customer-helpDesk-container .helpDesk-item .col-type::after {
    display: none;
  }
  .customer-helpDesk-container .helpDesk-item .col-state .text {
    height: auto;
    font-weight: 400;
  }
  .customer-helpDesk-container .helpDesk-item .col-file {
    padding-left: 0 !important;
    padding-right: 0 !important;
    -webkit-flex-basis: 160px;
    -ms-flex-preferred-size: 160px;
    flex-basis: 160px;
    max-width: 160px;
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
  }
  .customer-helpDesk-container .helpDesk-item .col-file .file-link:hover .file-name {
    text-decoration: underline;
  }
  .customer-helpDesk-container .helpDesk-item .col-file .icon {
    width: 24px;
    height: 22px;
    vertical-align: bottom;
  }
  .customer-helpDesk-container .helpDesk-item .col-file .text {
    word-break: break-all;
  }
  .customer-helpDesk-container .helpDesk-item .col-date {
    position: static;
  }
  .customer-helpDesk-container .helpDesk-item .question-content .file-link {
    display: none;
  }
  .customer-helpDesk-container .helpDesk-item:last-child {
    border-bottom: 1px solid #d8d8d8;
  }
}

/* MY PAGE landing */
.customer-landing {
  max-width: 1360px;
  margin: 0 auto;
}

.customer-info-title {
  padding: 30px 0;
  margin: 0 1%;
}

.customer-info-title .title-name {
  font-size: 32px;
  line-height: 32px;
  color: #2b2b2b;
}

.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: #2b2b2b;
  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 #c9192e;
  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: #2b2b2b;
  }
  .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 (max-width: 1024px) {
  .customer-product .product-mini {
    padding: 20px 0;
  }
  .customer-product .addon-mini {
    margin-top: -10px;
    padding-bottom: 30px;
  }
  .customer-product .addon-mini .product-mini {
    padding: 20px;
    background-color: #f1f2f3;
  }
  .customer-product .addon-mini .image-url {
    max-width: 78px;
  }
  .customer-product .image-url {
    -webkit-flex: 0 1 35%;
    -ms-flex: 0 1 35%;
    flex: 0 1 35%;
    max-width: 98px;
  }
  .customer-product .product-mini-details {
    -webkit-flex-basis: calc(65% - 16px);
    -ms-flex-preferred-size: calc(65% - 16px);
    flex-basis: calc(65% - 16px);
  }
  .customer-order-container .customer-order .order-state .state {
    font-size: 16px;
    font-weight: bold;
    color: #c9192e;
  }
  .customer-order-container .customer-order .order-state .actions {
    width: 100%;
  }
  .customer-order-container .customer-order .order-state .actions:empty {
    display: none;
  }
  .customer-order-container .customer-order .order-state .actions a.anchor {
    color: #2b2b2b;
  }
  .customer-order-container .customer-order .order-state .actions .anchor {
    width: 100%;
  }
  .customer-order-container .customer-order-detail-wrap .order-detail-data > .flex {
    flex-wrap: wrap;
  }
  .customer-order-container .customer-order-detail-wrap .order-detail-data .order-info-content {
    flex-basis: 100%;
    border-top: 1px solid #e5e5e5;
  }
  .customer-order-container .customer-order-detail-wrap .order-detail-data .order-payment-content {
    flex-basis: 100%;
    border-left: none;
  }
  .customer-order-container .order-detail-product-wrap .order-detail-product-content {
    flex-wrap: wrap;
  }
  .customer-order-container .order-detail-product-wrap .order-detail-product-content .col-state {
    width: 100%;
    border-left: none;
    border-top: 1px solid #e5e5e5;
  }
  .customer-order-container .order-detail-product-wrap .order-detail-product-content .col-state .state {
    padding-bottom: 10px;
  }
  .customer-order-container .order-detail-product-wrap .order-detail-product-content .col-state .actions {
    margin: 0;
  }
}

.customer-container .cscenter-section-header .section-title {
  margin-bottom: 0;
  font-weight: 600;
  line-height: 1;
}

.customer-container .cscenter-section-header .anchor {
  line-height: 1;
  color: #000000;
}

.customer-container .cscenter-section-header .anchor .icon {
  font-size: .75em;
}

.customer-container .customer-nav .customer-nav-group .customer-nav-title a {
  color: #2b2b2b;
}

.customer-container .customer-nav .customer-nav-group .customer-nav-title a.active {
  text-decoration: none;
}

.customer-container .customer-nav .customer-nav-group .notice {
  padding: 0 0 25px 10px;
}

.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: #2b2b2b;
}

.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: #2b2b2b;
  font-size: 22px;
  font-weight: bold;
}

.customer-container .customer-nav .sidebar-customer-helpDesk .helpDesk-txt {
  line-height: 1.4;
}

.customer-container .customer-content-header + .faq-filter {
  margin-top: 0;
}

.faq-filter {
  margin: 30px 0;
  border-top: 1px solid #eeeeee;
}

.faq-filter .col-4 {
  border-right: 1px solid #eeeeee;
  border-bottom: 1px solid #eeeeee;
}

.faq-filter .anchor {
  background-color: #ffffff;
}

.faq-filter .anchor .text {
  margin-top: 6px;
  line-height: 16px;
  text-align: center;
  color: #2b2b2b;
}

.faq-filter.set-filter .anchor:not(.active) {
  color: #383838;
  background-color: #f4f4f4;
}

.faq-filter.set-filter .anchor.active {
  font-weight: 600;
  outline: 1px solid #c9192e;
}

.faq-list-container {
  background: #fff;
}

.faq-list-content .faq-item {
  border-bottom: 1px solid #eeeeee;
}

.faq-list-content .faq-item .toggle-label {
  margin: 0;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: -.025em;
  color: #000000;
}

.faq-list-content .faq-item .toggle-label .text::before {
  content: 'Q.';
  display: inline-block;
  font-weight: 600;
}

.faq-list-content .faq-item .toggle-content {
  position: relative;
  letter-spacing: -.025em;
}

.faq-list-content .faq-item .toggle-content a {
  color: #c9192e;
}

.faq-list-content .faq-item .toggle-content::before {
  content: 'A.';
  display: inline-block;
  position: absolute;
  font-weight: 600;
}

.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: 14px;
  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: #2b2b2b;
}

.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;
}

.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: 600;
  line-height: 1;
  color: #000000;
  text-align: center;
  border: 1px solid #eeeeee;
  background-color: #f1f2f3;
}

.notice-list-container .notice-item {
  padding: 22px 0;
  min-height: 56px;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: #9b9b9b;
  border-bottom: 1px solid #eeeeee;
}

.notice-list-container .notice-item .col-date {
  margin-top: 4px;
}

.notice-list-container .notice-item a {
  color: #000000;
  word-break: keep-all;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

.notice-content-container {
  background: #fff;
  padding: 50px 30px;
}

.notice-content-container .notice-content-header .subject {
  font-weight: 400;
  line-height: 22px;
  letter-spacing: -.025em;
  color: #000000;
}

.notice-content-container .notice-content-header .date {
  line-height: 1;
  color: #9b9b9b;
}

.notice-content-container .view-contents {
  letter-spacing: -.025em;
  color: #9b9b9b;
  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;
}

.notice-content-container .content-action .button:hover {
  background: #000;
}

.customer-question {
  margin-top: 50px;
  text-align: center;
}

.customer-question .tit {
  margin-top: 10px;
}

.customer-question .btn-link {
  margin-top: 20px;
  background: #c9192e;
}

.policy-content-container .customer-policy {
  background: #fff;
  padding: 30px;
  letter-spacing: -.025em;
  color: #000000;
  word-break: keep-all;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

.policy-content-container .customer-policy a {
  color: #79aecf;
  text-decoration: underline;
}

.policy-content-container .customer-policy table {
  border-collapse: collapse;
  width: 100%;
  background-color: #f1f2f3;
}

.policy-content-container .customer-policy table p, .policy-content-container .customer-policy table ul, .policy-content-container .customer-policy table ol, .policy-content-container .customer-policy table dl, .policy-content-container .customer-policy table blockquote, .policy-content-container .customer-policy table pre, .policy-content-container .customer-policy table address, .policy-content-container .customer-policy table fieldset, .policy-content-container .customer-policy table figure {
  margin: 0;
}

.policy-content-container .customer-policy table th, .policy-content-container .customer-policy table td {
  border: 1px solid #d8d8d8;
}

.policy-content-container .customer-policy table th p:not(:last-child), .policy-content-container .customer-policy table td p:not(:last-child) {
  margin-bottom: 6px;
}

.policy-content-container .customer-policy table thead th, .policy-content-container .customer-policy table thead td {
  font-weight: 600;
}

.policy-content-container .customer-policy .text-semibold {
  margin-top: 80px;
}

.policy-content-container .customer-policy .customer-select {
  width: 50%;
  margin-bottom: 0;
}

.policy-content-container .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;
}

/* Reponsive 767px */
@media screen and (max-width: 767px) {
  .customer-container .cscenter-section-header {
    margin: 0;
    padding-left: 16px;
    padding-right: 16px;
    height: 62px;
    background-color: #f4f4f4;
  }
  .customer-container .cscenter-section-header .section-title {
    font-size: 14px;
  }
  .customer-container .cscenter-section-header .anchor {
    font-size: 12px;
  }
  .customer-container .cscenter-section-header.faq-title {
    margin-top: 30px;
  }
  .faq-filter {
    margin: 0 0 30px;
  }
  .faq-filter .col-4:last-child {
    border-right: 0;
  }
  .faq-filter .anchor {
    padding: 14px 0;
  }
  .faq-filter .anchor .icon {
    width: 58px;
    height: 31px;
  }
  .faq-filter .anchor .icon.icon-card {
    padding: 6px 16px 5px;
  }
  .faq-filter .anchor .icon.icon-exchange {
    padding: 4px 10px 0 17px;
  }
  .faq-filter .anchor .icon.icon-shipping {
    padding-right: 11px;
    padding-bottom: 5px;
  }
  .faq-filter .anchor .icon.icon-orders {
    padding: 5px 17px;
  }
  .faq-filter .anchor .icon.icon-profile {
    padding: 6px 18px;
  }
  .faq-filter .anchor .icon.icon-site {
    padding: 6px 16px;
  }
  .faq-filter .anchor .text {
    font-size: 11px;
  }
  .faq-list-content .faq-item .toggle-label {
    height: 62px;
    padding: 22px 16px 22px 38px;
    line-height: 19px;
  }
  .faq-list-content .faq-item .toggle-label .text::before {
    margin-left: -22px;
    width: 22px;
  }
  .faq-list-content .faq-item .toggle-label:after {
    display: none;
  }
  .faq-list-content .faq-item .toggle-content {
    padding: 24px 16px 24px 38px;
    font-size: 12px;
    line-height: 16px;
    color: #000000;
    background-color: #f4f4f4;
  }
  .faq-list-content .faq-item .toggle-content::before {
    top: 24px;
    left: 16px;
    width: 22px;
  }
  .notice-latest-content .notice-item {
    height: 62px;
    padding: 22px 16px 22px 38px;
    border-bottom: 1px solid #eeeeee;
  }
  .notice-latest-content .notice-item .subject {
    width: 100%;
    line-height: 19px;
  }
  .notice-latest-content .notice-item .subject::before {
    margin-left: -10px;
    margin-right: 6px;
    background-color: #000000;
  }
  .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 .col-number {
    max-width: 60px;
  }
  .notice-list-container .notice-list-header {
    height: 48px;
  }
  .notice-list-container .notice-item {
    padding: 22px 0;
    padding-right: 20px;
  }
  .notice-list-container .notice-item .col-date {
    margin-top: 4px;
  }
  .notice-content-container {
    margin-bottom: 50px;
    padding: 0;
  }
  .notice-content-container .notice-content-header {
    padding: 30px 16px 0;
  }
  .notice-content-container .notice-content-header .subject {
    margin: 12px 0 27px;
    font-size: 16px;
  }
  .notice-content-container .notice-content-header .date {
    font-size: 12px;
  }
  .notice-content-container .notice-content-header::after {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background-color: #f7f7f7;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }
  .notice-content-container .view-contents {
    padding: 28px 16px;
    font-size: 12px;
    line-height: 17px;
  }
  .notice-content-container .content-action {
    padding: 30px 16px;
  }
  .notice-content-container .content-action .button {
    padding-top: 19px;
    padding-bottom: 19px;
    width: 100%;
  }
  .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;
  }
  .policy-content-container .customer-policy {
    padding: 15px;
    font-size: 12px;
    line-height: 17px;
  }
  .policy-content-container .customer-policy table {
    border-left: 0;
    border-right: 0;
  }
  .policy-content-container .customer-policy table th, .policy-content-container .customer-policy table td {
    padding: 12px 16px;
  }
  .policy-content-container .customer-policy .customer-select {
    width: 100%;
    margin-bottom: 30px;
  }
  .policy-content-container .customer-policy .customer-select .input-select-inline {
    padding: 7px 20px 7px 15px;
    font-size: 12px;
  }
}

/* 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.faq-title {
    margin-top: 70px;
  }
  .faq-filter {
    border-left: 1px solid #eeeeee;
  }
  .faq-filter .anchor {
    padding: 14px 0 20px;
  }
  .faq-filter .anchor .icon {
    width: 68px;
    height: 38px;
  }
  .faq-filter .anchor .icon.icon-card {
    padding: 7px 16px;
  }
  .faq-filter .anchor .icon.icon-exchange {
    padding: 2px 12px 0 18px;
  }
  .faq-filter .anchor .icon.icon-shipping {
    padding-right: 12px;
    padding-bottom: 4px;
  }
  .faq-filter .anchor .icon.icon-orders {
    padding: 7px 20px;
  }
  .faq-filter .anchor .icon.icon-profile {
    padding: 7px 20px;
  }
  .faq-filter .anchor .icon.icon-site {
    padding: 6px 18px 6px;
  }
  .faq-filter .anchor .text {
    font-size: 14px;
  }
  .faq-list-content {
    border-top: 1px solid #eeeeee;
  }
  .faq-list-content .faq-item .toggle-label {
    height: 74px;
    padding: 25px 54px 25px 42px;
    line-height: 24px;
  }
  .faq-list-content .faq-item .toggle-label .text::before {
    margin-left: -22px;
    width: 22px;
  }
  .faq-list-content .faq-item .toggle-label:after {
    right: 20px;
  }
  .faq-list-content .faq-item .toggle-content {
    padding: 0 54px 30px 42px;
    font-size: 14px;
    line-height: 24px;
    color: #9b9b9b;
  }
  .faq-list-content .faq-item .toggle-content::before {
    top: 0;
    left: 20px;
    width: 22px;
  }
  .notice-latest-content {
    border-top: 1px solid #eeeeee;
  }
  .notice-latest-content .notice-item {
    height: 74px;
    padding: 25px 18px 25px 34px;
    border-bottom: 1px solid #eeeeee;
  }
  .notice-latest-content .notice-item .subject {
    width: calc(100% - 80px);
    line-height: 24px;
  }
  .notice-latest-content .notice-item .subject::before {
    margin-left: -14px;
    margin-right: 10px;
    border: 1px solid #000;
    background-color: #353535;
  }
  .notice-latest-content .notice-item .date {
    font-size: 14px;
    line-height: 1;
    letter-spacing: -.025em;
    color: #9b9b9b;
  }
  .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: 58px;
  }
  .notice-list-container .notice-item {
    padding: 16px 0;
  }
  .notice-content-container .notice-content-header {
    padding: 16px 30px;
    min-height: 58px;
    border: 1px solid #eeeeee;
    background-color: #f1f2f3;
  }
  .notice-content-container .notice-content-header .subject {
    margin: 0;
    font-size: 14px;
    line-height: 24px;
  }
  .notice-content-container .notice-content-header .date {
    font-size: 13px;
    text-align: right;
  }
  .notice-content-container .view-contents {
    padding: 30px;
    font-size: 14px;
    line-height: 22px;
  }
  .notice-content-container .content-action {
    margin-top: 30px;
  }
  .notice-content-container .content-action .button {
    width: 140px;
  }
  .policy-content-container {
    padding: 80px 36px 110px;
  }
  .policy-content-container .customer-content-header {
    padding-bottom: 30px;
    width: 100%;
    text-align: center;
    border-bottom: 1px solid #eeeeee;
  }
  .policy-content-container .customer-content-header .title {
    margin: 0 auto;
  }
  .policy-content-container .customer-policy {
    margin-top: 34px;
    font-size: 14px;
    line-height: 24px;
  }
  .policy-content-container .customer-policy table th, .policy-content-container .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: 1001;
  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-close {
  background: transparent;
  height: 30px;
  line-height: 30px;
}

.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;
}

.gp .gp-content-container .gp-close .close-container {
  display: inline-block;
}

.gp .gp-content-container .gp-close .close-container .close-group {
  display: table;
}

.gp .gp-content-container .gp-close .close-container .close-group .input-checkbox {
  display: table-cell;
  vertical-align: middle;
  padding-right: 5px;
}

.gp .gp-content-container .gp-close .close-container .close-group .btn.close {
  display: table-cell;
  vertical-align: middle;
}

.gp .gp-type-1 .title {
  text-align: justify;
  text-justify: inter-word;
  text-align-last: justify;
  /* for IE9 */
  -ms-text-align-last: center;
  color: #c9192e;
}

.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: #c9192e;
}

/* main review popup redefinition*/
.main-review-popup .review-write-wrap {
  position: fixed;
  bottom: 0;
  right: 0;
  overflow-y: auto;
  max-width: 430px;
  max-height: 450px;
  border: 1px solid #eeeeee;
  background-color: #ffffff;
  z-index: 100;
}

.main-review-popup .review-write-wrap .review-write {
  display: none;
  padding: 0 40px 30px;
}

.main-review-popup .review-write-wrap .review-summary-group {
  display: none;
}

/* main review summary list */
.review-summary-group {
  padding: 0 15px;
}

.review-summary-group li {
  border-bottom: 1px solid #dedfda;
}

.review-summary-group li:last-child {
  border: 0;
}

.review-summary-group .order-lanscape-list {
  padding: 35px 25px 10px;
}

.review-summary-group .rating-star-data {
  padding: 10px 0;
  text-align: center;
}

.review-summary-group .rating-description {
  padding: 15px 0;
}

.review-summary-group .rating-description.review-done {
  color: #ff9600;
}

/* main review notice popup */
.review-main-msg {
  padding: 30px 40px;
}

.review-main-msg .noti-txt-big {
  width: 100%;
  color: #c9192e;
  text-align: center;
  padding-bottom: 10px;
  line-height: 1.3;
}

.review-main-msg .noti-txt-sm {
  width: 100%;
  text-align: center;
  color: #9b9b9b;
  font-size: 11px;
  line-height: 18px;
}

.review-main-msg .review-btnarea {
  margin-top: 10px;
}

/* uk popup */
.uk-close:after {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  content: '\e90a';
}

.content-container {
  overflow: hidden;
}

.content-container .content-title {
  margin: 40px 0;
}

.content-container .content-title.small {
  margin: 5px 0;
  font-size: 22px;
}

.content-container .content-title.small h3 {
  font-size: 22px;
}

.content-container .content-title h2 {
  font-size: 36px;
  line-height: 26px;
  font-weight: bold;
  color: #2b2b2b;
  font-family: "fannDoren", "Noto Sans KR", "맑은 고딕", Dotum;
}

.content-container .content-title .content-tilte-badge {
  position: relative;
  display: inline-block;
  font-size: 16px;
  line-height: 23px;
  font-weight: bold;
  color: #ca1d31;
  margin-bottom: 4px;
}

.content-container .content-title .content-tilte-badge:after {
  content: '';
  position: absolute;
  top: 12px;
  left: -20px;
  width: 17px;
  height: 1px;
  background: #ca1d31;
}

.content-container .content-title .content-tilte-badge:before {
  content: '';
  position: absolute;
  top: 12px;
  right: -20px;
  width: 17px;
  height: 1px;
  background: #ca1d31;
}

.content-container .product-slider-empty {
  text-align: center;
  padding: 25px 0;
}

.content-container .content_wrap {
  overflow: hidden;
}

.content-container .content_wrap .category-slider {
  margin: 50px 0;
}

.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: "fannDoren", "Noto Sans KR", "맑은 고딕", 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: 50px 12.6vw;
}

.slider-content-wrapper .slide-item .slider-contents p {
  margin-bottom: 25px;
}

.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: -.5em;
  font-size: 36px;
  color: #ebebeb;
}

.slider-content-wrapper .slick-arrow.slick-prev {
  left: 40px;
}

.slider-content-wrapper .slick-arrow.slick-next {
  right: 40px;
}

.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;
  word-break: keep-all;
}

.product_story dl dt {
  font-size: 22px;
  line-height: 31px;
  font-weight: bold;
  font-family: "fannDoren", "Noto Sans KR", "맑은 고딕", 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 .content-title {
  margin: 40px 0;
}

.product-slider-wrap .content-title h2 {
  font-size: 36px;
  font-weight: bold;
}

.product-slider-wrap .product-slider {
  position: relative;
  margin: 0 auto;
}

.product-slider-wrap .product-slider .product-details {
  margin-top: 34px;
  font-size: 13px;
}

.product-slider-wrap .product-slider .product-details .name {
  line-height: 20px;
  margin-bottom: 0;
}

.product-slider-wrap .product-slider .product-details .name a {
  color: #000;
}

.product-slider-wrap .product-slider .product-details .price {
  color: #c9192e;
}

.product-slider-wrap .product-slider .bx-controls {
  margin-top: 30px;
}

.product-slider-wrap .product-slider .control-btn {
  position: absolute;
  top: calc(50% - 77px);
  width: 18px;
  height: 30px;
  margin-top: 26px;
  left: -20px;
}

.product-slider-wrap .product-slider .control-btn .icon {
  width: 18px;
  height: 27px;
  color: #000;
}

.product-slider-wrap .product-slider .control-btn.btn-next {
  left: auto;
  right: -20px;
}

.product-slider-wrap .btnWrap {
  margin-top: 40px;
}

.category-menu {
  position: relative;
}

.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 .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 .25s ease-in-out;
}

.category-menu .row > li .contents li a:hover {
  background: #c9192e;
  color: #fff;
}

.mobileCategoryMenu .mobileCategoryMenu_wrap .oneDepth_label {
  display: flex;
  min-height: 3.25rem;
  align-items: center;
  padding: 0 18px;
  color: #2b2b2b;
  font-size: 22px;
  font-weight: bold;
  border-bottom: 1px solid #9b9b9b;
}

.mobileCategoryMenu .mobileCategoryMenu_wrap .sc_twoDepth_contents .sc_twoDepth {
  background: #f1f2ed;
  border-bottom: 1px solid #9b9b9b;
}

.mobileCategoryMenu .mobileCategoryMenu_wrap .sc_twoDepth_contents .sc_twoDepth .twoDepth_label {
  display: block;
  padding: 10px 18px;
  font-size: 16px;
}

.mobileCategoryMenu .gnb-style-menu li {
  text-align: center;
  background: #000;
}

.mobileCategoryMenu .gnb-style-menu li a img {
  display: inline-block;
  width: 80%;
  margin: 10px 0;
}

.mobileCategoryMenu .toggle-box .toggle-label::after {
  right: 15px;
}

.mobileCategoryMenu .toggle-box .toggle-content {
  display: none;
}

.mobileCategoryMenu .toggle-box .toggle-content.active {
  display: block;
}

.news-list {
  margin-bottom: 40px;
}

.news-list img {
  width: 100%;
}

.news-list .news-details {
  margin-top: 16px;
}

.news-list .news-details .title {
  font-size: 16px;
  line-height: 20px;
}

.news-list .news-details .title a {
  color: #2b2b2b;
}

.news-list .news-details .tag {
  display: inline-block;
  font-size: 16px;
  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 .3s ease-in-out;
}

.event-list .row > li .contents {
  padding: 20px 0;
  font-size: 16px;
}

.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;
}

.text-banner-container {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.text-banner-container li:not(:first-child) {
  display: none;
}

.text-banner-container .text-wrap {
  display: table;
  width: 100%;
  height: 30px;
  font-weight: bold;
}

.text-banner-container .text-wrap .text-content {
  display: table-cell;
  vertical-align: middle;
}

.text-banner-container .text-wrap .text-content > * {
  font-size: 12px;
  color: #fff;
}

.text-banner-container .bx-wrapper {
  height: 30px;
}

.text-banner-container .bx-wrapper .bx-viewport {
  height: 30px !important;
}

.text-banner-container .bx-controls-direction {
  display: none;
}

.text-banner-container .bxslider-controls a {
  position: absolute;
  top: 0;
  outline: 0;
  display: block;
  width: 30px;
  height: 30px;
  line-height: 28px;
  color: #fff;
}

.text-banner-container .bxslider-controls a i:before {
  font-weight: bold;
}

.text-banner-container .bxslider-controls .btn-prev {
  left: 10px;
}

.text-banner-container .bxslider-controls .btn-next {
  right: 10px;
}

.category_leftBig_1x1 li img {
  width: 100%;
  max-height: 461px;
}

.custom_proSkate {
  padding: 0 127px;
}

.custom_proSkate .custom-header {
  margin: 27px 0;
  text-align: center;
}

.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: "fannDoren", "Noto Sans KR", "맑은 고딕", 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 li a img {
  max-width: 385px;
  width: 100%;
}

.custom_proSkate .custom-contents ul li a p {
  color: #2b2b2b;
}

.custom_proSkate .custom-contents ul:not(:first-child) {
  margin-top: 34px;
}

.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: "fannDoren", "Noto Sans KR", "맑은 고딕", Dotum;
  line-height: 31px;
  padding: 3px 10px 2px;
}

.tab-segment .tab-container .category-list {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 10px;
}

.tab-segment .tab-container .category-list .category_all_btn {
  justify-content: center;
  max-width: 300px;
  margin: 50px auto;
  background-color: #000;
}

.tab-segment .tab-container .category-list .category_all_btn a {
  display: flex;
  color: #fff;
  font-size: 16px;
  height: 50px;
  align-items: center;
  justify-content: center;
}

.tab-title-container.tabtype2 {
  margin: 40px 0;
  text-align: center;
}

.tab-title-container.tabtype2 ul {
  display: table;
  width: 100%;
  font-size: 0;
}

.tab-title-container.tabtype2 ul li {
  float: none;
  display: inline-block;
  margin: 0 40px;
  font-size: 30px;
  font-weight: bold;
  font-family: "fannDoren", Helvetica, sans-serif;
  unicode-range: U+0041-005A, U+0061-007A;
}

.tab-title-container.tabtype2 ul li a {
  color: #a5a5a5;
}

.tab-title-container.tabtype2 ul li:before {
  content: '';
  display: inline-block;
  position: absolute;
  left: -40px;
  top: 1px;
  width: 1px;
  height: 16px;
  background-color: #dedfda;
}

.tab-title-container.tabtype2 ul li:first-child:before {
  display: none;
}

.tab-title-container.tabtype2 ul li.active a, .tab-title-container.tabtype2 ul li.uk-active a {
  color: #2b2b2b;
}

.tab-title-container.tabtype2 ul li.active:after, .tab-title-container.tabtype2 ul li.uk-active:after {
  border-bottom: 3px solid #222;
}

.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: #c9192e;
}

.draw_contents_wrap img {
  width: 100%;
}

.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: "fannDoren", "Noto Sans KR", "맑은 고딕", Dotum;
}

.spin-wheel-wrap {
  position: relative;
  padding: 140px 0 0;
  background: #e0c599 url(https://image.vans.co.kr/cmsstatic/0715-roulette-patternBg.png) repeat-x top center;
  text-align: center;
  overflow: hidden;
}

.spin-wheel-wrap .roulette-kid-left {
  position: absolute;
  bottom: -80px;
  left: -70%;
  z-index: 1;
}

.spin-wheel-wrap .roulette-pink-shoe-right {
  position: absolute;
  bottom: -210px;
  right: -57%;
  z-index: 1;
}

.spin-wheel-wrap .roulette-kid-right {
  position: absolute;
  bottom: -50px;
  right: -57%;
  z-index: 1;
}

.spin-wheel-wrap .title-wrap {
  position: relative;
  z-index: 2;
}

.spin-wheel-wrap .title-wrap .title-img {
  margin: 0 auto;
}

.spin-wheel-wrap .title-wrap .title {
  display: inline-block;
  font-size: 25px;
  line-height: 80px;
  font-weight: bold;
  color: #000;
  background: #ff4b78;
  border: 3px solid #000;
  border-radius: 40px;
  padding: 0 50px;
  margin: 40px 0 80px;
}

.spin-wheel-wrap .spin-wheel-content-wrap {
  position: relative;
  width: 646px;
  height: 780px;
  padding-top: 55px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  margin-top: 100px;
}

.spin-wheel-wrap .spin-wheel-content-wrap .wheel-arrow {
  position: absolute;
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
  width: 52px;
  z-index: 2;
}

.spin-wheel-wrap .spin-wheel-content-wrap .wheel-bg {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  margin-left: 3px;
}

.spin-wheel-wrap .spin-wheel-content-wrap .cha-object {
  position: absolute;
  bottom: -155px;
  left: 50%;
  transform: translateX(-50%);
  max-width: 1200px;
  z-index: 2;
  margin-left: -15px;
}

.spin-wheel-wrap .spin-wheel-content-wrap .spin-btn {
  position: absolute;
  top: 260px;
  left: 50%;
  transform: translateX(-50%);
  width: 115px;
  z-index: 5;
}

.spin-wheel-wrap .spin-wheel-content-wrap .spin-btn:disabled {
  background: #999;
}

.spin-wheel-wrap .spin-wheel-content-wrap .wheel-wrap {
  position: relative;
  width: 520px;
  height: 520px;
  border-radius: 100%;
  overflow: hidden;
  margin: 0 auto;
  animation-fill-mode: forwards;
  z-index: 1;
  border: 5px solid #000;
}

.spin-wheel-wrap .spin-wheel-content-wrap .wheel-wrap .wheel-piece {
  position: absolute;
  width: 200px;
  height: 50%;
  left: 50%;
  display: flex;
  clip-path: polygon(100% 0, 50% 100%, 0 0);
  transform-origin: bottom;
  flex-direction: column;
  text-align: center;
  color: #000;
  font-weight: 900;
  padding-top: 40px;
  background: #fff;
  padding-right: 12px;
}

.spin-wheel-wrap .spin-wheel-content-wrap .wheel-wrap .wheel-piece span {
  position: absolute;
  top: -14px;
  left: 50%;
  z-index: 6;
  transform-origin: bottom;
  transform: rotate(24deg);
  display: block;
  height: 100%;
  width: 6px;
  background: #c5c5c5;
}

.spin-wheel-wrap .spin-wheel-content-wrap .wheel-wrap .wheel-piece:nth-child(odd) {
  background: #fff;
}

.spin-wheel-wrap .spin-wheel-content-wrap .wheel-wrap .wheel-piece:before {
  content: '';
  display: inline-block;
  width: 140px;
  height: 50px;
  background: url("https://image.vans.co.kr/cmsstatic/0715-roulette-50.png") no-repeat center;
  padding-bottom: 10px;
  margin: 0 auto;
}

.spin-wheel-wrap .spin-wheel-content-wrap .wheel-wrap .wheel-piece:after {
  content: '할인쿠폰';
  display: inline-block;
  font-size: 20px;
  padding-top: 10px;
}

.spin-wheel-wrap .spin-wheel-content-wrap .wheel-wrap .wheel-piece:nth-child(2):before {
  background: url("https://image.vans.co.kr/cmsstatic/0715-roulette-40.png") no-repeat center;
}

.spin-wheel-wrap .spin-wheel-content-wrap .wheel-wrap .wheel-piece:nth-child(3):before {
  background: url("https://image.vans.co.kr/cmsstatic/0715-roulette-30.png") no-repeat center;
}

.spin-wheel-wrap .spin-wheel-content-wrap .wheel-wrap .wheel-piece:nth-child(4):before {
  background: url("https://image.vans.co.kr/cmsstatic/0715-roulette-20.png") no-repeat center;
}

.spin-wheel-wrap .spin-wheel-content-wrap .wheel-wrap .wheel-piece:nth-child(5):before {
  background: url("https://image.vans.co.kr/cmsstatic/0715-roulette-15.png") no-repeat center;
}

.spin-wheel-wrap .spin-wheel-content-wrap .wheel-wrap .wheel-piece:nth-child(6):before {
  background: url("https://image.vans.co.kr/cmsstatic/0715-roulette-10.png") no-repeat center;
}

.spin-wheel-wrap .spin-wheel-content-wrap .wheel-wrap .wheel-piece:nth-child(7):before {
  background: url("https://image.vans.co.kr/cmsstatic/0715-roulette-5.png") no-repeat center;
}

.spin-wheel-wrap .spin-wheel-content-wrap .wheel-wrap .wheel-piece:nth-child(8):after {
  display: none;
}

.spin-wheel-wrap .spin-wheel-content-wrap .wheel-wrap .wheel-piece:nth-child(8):before {
  background: url("https://image.vans.co.kr/cmsstatic/bday-roulette-8prize.png") no-repeat center;
  min-height: 60px;
}

.spin-wheel-wrap .notice-wrap {
  position: relative;
  background: #e0c599;
  padding-top: 220px;
  max-width: 1920px;
  margin: 0 auto;
  border-top: 4px solid #000;
  margin-top: -140px;
}

.spin-wheel-wrap .notice-wrap .hill-bg {
  min-width: 1920px;
  position: relative;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.spin-wheel-wrap .notice-wrap .roulette-guide {
  display: inline-block;
  margin: 0 auto;
}

.spin-wheel-wrap .notice-wrap .roulette-guide .toggle-label:after {
  display: none;
}

.spin-wheel-wrap .notice-wrap .roulette-guide .toggle-content {
  max-width: 720px;
  line-height: 2;
  font-size: 18px;
  color: #2f2f2f;
  font-weight: bold;
  text-align: left;
  padding: 40px 0px 65px;
  margin: 0 auto;
}

.spin-wheel-wrap #roulette-modal .uk-modal-dialog {
  max-width: 400px;
}

.spin-wheel-wrap #roulette-modal .contents {
  padding: 40px;
  text-align: center;
}

.spin-wheel-wrap #roulette-modal .contents .header-wrap h3 {
  font-weight: bold;
  line-height: 1.5;
}

.spin-wheel-wrap #roulette-modal .contents .modal-des {
  line-height: 1.5;
  font-size: 14px;
  color: #999;
  padding: 20px 0;
}

.spin-wheel-wrap #roulette-modal .contents .check-coupon-btn {
  display: inline-block;
  color: #999;
  text-decoration: underline;
  padding-top: 20px;
}

.promotion_anchor {
  height: 60px;
}

.promotion_anchor .promotion_anchor_wrap {
  transition: all 0.5s;
  z-index: 1;
}

.promotion_anchor .promotion_anchor_wrap.fixed-anchor {
  position: fixed;
  top: calc(env(safe-area-inset-top) + 0px);
  left: 0;
  width: 100%;
}

.promotion_anchor .promotion_anchor_wrap ul {
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
  display: flex;
}

.promotion_anchor .promotion_anchor_wrap ul li {
  width: 100%;
}

.promotion_anchor .promotion_anchor_wrap ul li:not(:first-child) {
  border-left: 1px solid #757575;
}

.promotion_anchor .promotion_anchor_wrap ul li a {
  display: flex;
  width: 100%;
  height: 60px;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  color: #757575;
  font-weight: bold;
  background-color: #141414;
}

.promotion_anchor .promotion_anchor_wrap ul li.active a {
  background-color: #fff;
  color: #000;
}

.promotion_mainVisual img {
  width: 100%;
}

.promotion_wrap {
  max-width: 1480px;
  margin: 0 auto;
  padding: 0 20px;
}

.promotion_wrap .promotion_content_wrap {
  margin: 120px 0;
}

.promotion_wrap .promotion_content_wrap .promotion_content {
  text-align: center;
}

.promotion_wrap .promotion_content_wrap .promotion_content .promotion_title .promotion_top_title {
  display: block;
  font-size: 20px;
  color: #333;
  margin-bottom: 20px;
}

.promotion_wrap .promotion_content_wrap .promotion_content .promotion_title .promotion_middle_title {
  font-size: 50px;
  margin-bottom: 70px;
  font-weight: bold;
}

.promotion_wrap .promotion_content_wrap .promotion_content .promotion_content_tab {
  margin-top: 70px;
}

.promotion_wrap .promotion_content_wrap .promotion_content .promotion_content_tab .tab-segment .tab-title-container {
  margin: 0;
  margin-bottom: 45px;
  text-align: center;
}

.promotion_wrap .promotion_content_wrap .promotion_content .promotion_content_tab .tab-segment .tab-title-container ul {
  overflow: hidden;
}

.promotion_wrap .promotion_content_wrap .promotion_content .promotion_content_tab .tab-segment .tab-title-container ul li {
  margin: 0;
  font-size: 16px;
  font-family: "Noto Sans KR", "맑은 고딕", Dotum;
  font-weight: normal;
  text-align: center;
  border: 1px solid #c4c4c4;
  border-radius: 25px;
  padding: 0;
}

.promotion_wrap .promotion_content_wrap .promotion_content .promotion_content_tab .tab-segment .tab-title-container ul li a {
  display: block;
  min-width: 90px;
  color: #000;
  padding: 15px 30px;
}

.promotion_wrap .promotion_content_wrap .promotion_content .promotion_content_tab .tab-segment .tab-title-container ul li.uk-active {
  background-color: #000;
  border: none;
}

.promotion_wrap .promotion_content_wrap .promotion_content .promotion_content_tab .tab-segment .tab-title-container ul li.uk-active a {
  color: #fff;
  font-weight: bold;
}

.promotion_wrap .promotion_content_wrap .promotion_content .promotion_content_tab .tab-segment .tab-title-container ul li:hover {
  border-color: #000;
}

.promotion_wrap .promotion_content_wrap .promotion_content .promotion_content_tab .tab-segment .tab-title-container ul li:not(:first-child) {
  margin-left: 10px;
}

.promotion_wrap .promotion_content_wrap .promotion_content .promotion_content_tab .tab-segment .category-list {
  padding: 0;
}

.promotion_wrap .promotion_content_wrap .promotion_content .promotion_content_tab .tab-segment .category-list .plp-grid-item {
  padding-left: 14px;
  padding-right: 14px;
  margin-bottom: 55px;
}

.promotion_wrap .promotion_content_wrap .promotion_content .promotion_content_tab .tab-segment .category-list .plp-grid-item .product-tile-details {
  margin-top: 30px;
}

.promotion_wrap .promotion_content_wrap .promotion_content .promotion_content_tab .tab-segment .category-list .plp-grid-item .product-tile-details > .flex {
  display: none;
}

.promotion_wrap .promotion_content_wrap .promotion_content .promotion_content_tab .tab-segment .category-list .plp-grid-item .product-tile-details .product-badges {
  display: none;
}

.promotion_wrap .promotion_content_wrap .promotion_content .promotion_content_tab .tab-segment .category-list .plp-grid-item .product-tile-details .name {
  text-align: left;
  padding: 0;
  margin-bottom: 18px;
}

.promotion_wrap .promotion_content_wrap .promotion_content .promotion_content_tab .tab-segment .category-list .plp-grid-item .product-tile-details .name .text-link {
  font-size: 16px;
}

.promotion_wrap .promotion_content_wrap .promotion_content .promotion_content_tab .tab-segment .category-list .plp-grid-item .product-tile-details .price {
  font-size: 16px;
  text-align: left;
}

.promotion_wrap .promotion_content_wrap .promotion_content .promotion_content_tab .tab-segment .category-list .plp-grid-item .product-tile-details .price span {
  font-size: 16px;
  font-weight: 900;
}

.promotion_wrap .promotion_content_wrap .promotion_content .promotion_content_tab .tab-segment .category-list .plp-grid-item .product-tile-swatches {
  display: none;
}

.promotion_wrap .promotion_content_wrap .promotion_content .promotion_content_tab .tab-segment .category_all_btn {
  justify-content: center;
  max-width: 300px;
  margin: 100px auto;
  background-color: #000;
}

.promotion_wrap .promotion_content_wrap .promotion_content .promotion_content_tab .tab-segment .category_all_btn a {
  display: flex;
  color: #fff;
  font-size: 16px;
  height: 50px;
  align-items: center;
  justify-content: center;
}

.flex-imageList-container .row {
  margin-left: -4px;
  margin-right: -4px;
}

.flex-imageList-container .row .flex-image-item {
  padding-left: 4px;
  padding-right: 4px;
}

.flex-imageList-container .row .flex-image-item .item-title {
  display: block;
  font-size: 15px;
  color: #000;
  margin-top: 10px;
  font-weight: 500;
}

.flex-imageList-container .row .flex-image-item:hover .item-title {
  color: #ca1d31;
}

@media (max-width: 768px) {
  .content-container {
    overflow: hidden;
  }
  .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 ul {
    margin-left: 0;
    margin-right: 0;
  }
  .product_story ul 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 5px 4px;
  }
  .news-list ul li {
    margin-bottom: 10px;
  }
  .slider-content-wrapper {
    margin-bottom: 26px;
  }
  .slider-content-wrapper .slide-item .slider-contents {
    padding: 50px 20px;
  }
  .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: "fannDoren", "Noto Sans KR", "맑은 고딕", 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;
  }
  .text-banner-container .bxslider-controls {
    display: none;
  }
  .view-gallery .col {
    padding-left: 0;
    padding-right: 0;
  }
  .custom_proSkate {
    padding: 0 20px;
  }
  .tab-segment .tab-container .category-list .category_all_btn {
    margin: 25px auto;
    max-width: 200px;
    background-color: #fff;
    border: 1px solid #e5e5e5;
  }
  .tab-segment .tab-container .category-list .category_all_btn a {
    font-size: 14px;
    color: #000;
    height: 40px;
  }
  .tab-title-container.tabtype2 {
    margin-top: 0;
  }
  .tab-title-container.tabtype2 ul {
    margin-top: 25px;
    white-space: nowrap;
  }
  .tab-title-container.tabtype2 ul li {
    margin: 0 24px;
    padding-bottom: 9px;
    font-size: 18px;
  }
  .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;
  }
  .tab-title-container.tabtype2 .category_all_btn {
    margin: 0 auto;
    max-width: 200px;
    background-color: #fff;
    border: 1px solid #e5e5e5;
  }
  .tab-title-container.tabtype2 .category_all_btn a {
    font-size: 14px;
    color: #000;
    height: 40px;
  }
  .flex-imageList-container {
    margin: 5px;
  }
  .flex-imageList-container .row .flex-image-item {
    margin-bottom: 20px;
  }
  .flex-imageList-container .row .flex-image-item .item-title {
    font-size: 13px;
  }
}

@media (max-width: 767px) {
  .spin-wheel-wrap {
    padding: 60px 0 0;
    background: #e0c599 url(https://image.vans.co.kr/cmsstatic/0715-roulette-patternBg-mc.png) repeat-x top center;
    background-size: contain;
  }
  .spin-wheel-wrap .roulette-kid-left {
    width: 80%;
    bottom: -80px;
    left: -25%;
    z-index: 2;
  }
  .spin-wheel-wrap .roulette-pink-shoe-right {
    width: 31%;
    bottom: -100px;
    left: -6%;
    z-index: 2;
  }
  .spin-wheel-wrap .roulette-kid-right {
    width: 49%;
    bottom: -94px;
    right: -12%;
    z-index: 2;
  }
  .spin-wheel-wrap .title-wrap .title-img {
    width: 85%;
  }
  .spin-wheel-wrap .title-wrap .mc-title-wrap {
    position: relative;
  }
  .spin-wheel-wrap .title-wrap .title {
    font-size: 15px;
    line-height: 40px;
    padding: 0 22px;
    margin: 20px auto 45px;
  }
  .spin-wheel-wrap .spin-wheel-content-wrap {
    width: 328px;
    height: 385px;
    padding-top: 28px;
    margin-top: 50px;
  }
  .spin-wheel-wrap .spin-wheel-content-wrap .cha-object {
    bottom: -200px;
    max-width: 414px;
    margin-left: unset;
  }
  .spin-wheel-wrap .spin-wheel-content-wrap .wheel-arrow {
    width: 25px;
    top: 10px;
  }
  .spin-wheel-wrap .spin-wheel-content-wrap .spin-btn {
    top: 135px;
    width: 58px;
  }
  .spin-wheel-wrap .spin-wheel-content-wrap .wheel-wrap {
    position: relative;
    width: 265px;
    height: 265px;
    border: 2px solid #000;
  }
  .spin-wheel-wrap .spin-wheel-content-wrap .wheel-wrap .wheel-piece {
    width: 140px !important;
    padding-top: 25px;
  }
  .spin-wheel-wrap .spin-wheel-content-wrap .wheel-wrap .wheel-piece:before {
    content: '';
    display: inline-block;
    width: 100px;
    height: 25px;
    background-size: contain !important;
  }
  .spin-wheel-wrap .spin-wheel-content-wrap .wheel-wrap .wheel-piece:after {
    font-size: 12px;
    padding-top: 10px;
  }
  .spin-wheel-wrap .spin-wheel-content-wrap .wheel-wrap .wheel-piece span {
    top: -8px;
    transform: rotate(23deg);
    width: 3px;
  }
  .spin-wheel-wrap .spin-wheel-content-wrap .wheel-wrap .wheel-piece:nth-child(8):before {
    min-height: 30px;
  }
  .spin-wheel-wrap .notice-wrap {
    position: relative;
    margin-top: -60px;
    padding-top: 165px;
    border-top: 3px solid #000;
  }
  .spin-wheel-wrap .notice-wrap .hill-bg {
    min-width: 100%;
  }
  .spin-wheel-wrap .notice-wrap .roulette-guide {
    width: 100%;
  }
  .spin-wheel-wrap .notice-wrap .roulette-guide .toggle-label {
    justify-content: center;
  }
  .spin-wheel-wrap .notice-wrap .roulette-guide .toggle-label img {
    width: 150px;
  }
  .spin-wheel-wrap .notice-wrap .roulette-guide .toggle-label:after {
    width: 20px;
    height: 15px;
    margin: 0 10px;
    background-size: contain;
  }
  .spin-wheel-wrap .notice-wrap .roulette-guide .toggle-content {
    position: relative;
    z-index: 2;
    max-width: 100%;
    font-size: 13px;
    padding: 25px 30px 45px;
  }
  .spin-wheel-wrap #roulette-modal .contents {
    padding: 20px;
  }
  .promotion_anchor {
    overflow: hidden;
  }
  .promotion_anchor .promotion_anchor_wrap ul {
    flex-wrap: nowrap;
    overflow-x: auto;
    -ms-overflow-style: none;
  }
  .promotion_anchor .promotion_anchor_wrap ul::-webkit-scrollbar {
    display: none;
  }
  .promotion_anchor .promotion_anchor_wrap ul li {
    max-width: 36.11vw;
    flex: 0 0 auto;
  }
  .promotion_anchor .promotion_anchor_wrap ul li a {
    font-size: 14px;
    height: 50px;
  }
  .promotion_wrap {
    padding: 0;
  }
  .promotion_wrap .promotion_content_wrap {
    margin: 60px 0;
  }
  .promotion_wrap .promotion_content_wrap .promotion_content .promotion_title .promotion_top_title {
    font-size: 14px;
    margin-bottom: 15px;
  }
  .promotion_wrap .promotion_content_wrap .promotion_content .promotion_title .promotion_middle_title {
    font-size: 28px;
    margin-bottom: 40px;
  }
  .promotion_wrap .promotion_content_wrap .promotion_content .promotion_content_tab {
    margin-top: 40px;
    padding: 0 16px;
  }
  .promotion_wrap .promotion_content_wrap .promotion_content .promotion_content_tab .tab-segment .tab-title-container {
    margin-bottom: 30px;
  }
  .promotion_wrap .promotion_content_wrap .promotion_content .promotion_content_tab .tab-segment .tab-title-container ul {
    margin: 0;
  }
  .promotion_wrap .promotion_content_wrap .promotion_content .promotion_content_tab .tab-segment .tab-title-container ul li {
    font-size: 14px;
  }
  .promotion_wrap .promotion_content_wrap .promotion_content .promotion_content_tab .tab-segment .tab-title-container ul li a {
    min-width: 72px;
    padding: 10px 17px;
  }
  .promotion_wrap .promotion_content_wrap .promotion_content .promotion_content_tab .tab-segment .category-list .plp-grid-item {
    padding-left: 5px;
    padding-right: 5px;
    margin-bottom: 36px;
  }
  .promotion_wrap .promotion_content_wrap .promotion_content .promotion_content_tab .tab-segment .category-list .plp-grid-item .product-tile-details {
    margin-top: 20px;
  }
  .promotion_wrap .promotion_content_wrap .promotion_content .promotion_content_tab .tab-segment .category-list .plp-grid-item .product-tile-details .name {
    margin-bottom: 12px;
  }
  .promotion_wrap .promotion_content_wrap .promotion_content .promotion_content_tab .tab-segment .category-list .plp-grid-item .product-tile-details .name .text-link {
    font-size: 14px;
    line-height: 1.5;
  }
  .promotion_wrap .promotion_content_wrap .promotion_content .promotion_content_tab .tab-segment .category-list .plp-grid-item .product-tile-details .price {
    margin-top: 0;
  }
  .promotion_wrap .promotion_content_wrap .promotion_content .promotion_content_tab .tab-segment .category-list .plp-grid-item .product-tile-details .price span {
    font-size: 14px;
  }
  .promotion_wrap .promotion_content_wrap .promotion_content .promotion_content_tab .tab-segment .category-list .plp-grid-item .product-tile-details .price span.retail {
    display: block;
  }
  .promotion_wrap .promotion_content_wrap .promotion_content .promotion_content_tab .tab-segment .category-list .plp-grid-item .product-tile-swatches {
    display: none;
  }
  .promotion_wrap .promotion_content_wrap .promotion_content .promotion_content_tab .tab-segment .category_all_btn {
    margin: 0 auto;
    max-width: 200px;
  }
  .promotion_wrap .promotion_content_wrap .promotion_content .promotion_content_tab .tab-segment .category_all_btn a {
    font-size: 14px;
    height: 40px;
  }
}

.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-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;
}

/* 이미지가 없을 때 빈 공간 스타일 */
.product-img-empty {
  background-color: transparent;
  min-height: 200px;
  /* 레이아웃 유지를 위한 최소 높이 */
}

/* 이미지 로드 실패 시 숨김 처리 */
.product-img img[style*="display: none"] {
  display: none !important;
}

@media screen and (max-width: 767px) {
  .ratio-fill .ratio-media {
    position: relative;
  }
  .brand-object-links {
    margin: 0 auto;
    padding: 22px 0;
    text-align: center;
  }
  .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%;
  }
  .brand-object-links {
    margin: 0 auto;
    padding: 60px 0;
    text-align: center;
  }
  .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: 0.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;
  }
}

.uk-modal.modal-restock, .uk-modal.modal-release {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.uk-modal.modal-restock-policy, .uk-modal.modal-release-policy {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.uk-modal.modal-release .restock-notify-title {
  justify-content: center;
}

.uk-modal.modal-release .request-restock-section .product-restock {
  padding-bottom: 0;
  border: none;
}

.uk-modal.modal-release .product-options,
.uk-modal.modal-release [data-attribute-name]:not([data-attribute-name="COLOR"]) {
  display: none;
}

.uk-modal.modal-release-policy .restock-policy-title {
  justify-content: center;
}

.request-restock-notify .restock-notify-title {
  font-weight: 600;
  line-height: -.025em;
}

.request-restock-notify .notice-wrap {
  color: #757575;
  line-height: 1.7;
  letter-spacing: -0.75px;
  background: #f7f7f7;
  padding: 20px 10px;
  margin: 0 38px 20px;
}

.request-restock-notify .request-restock-section .product-restock {
  border-bottom: 1px solid #eeeeee;
}

.request-restock-notify .request-restock-section .product-restock .product-name {
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
}

.request-restock-notify .request-restock-section .product-restock .product-options {
  margin-top: 8px;
  font-size: 14px;
  line-height: 1;
}

.request-restock-notify .request-restock-section .product-restock .product-options .label {
  color: #9b9b9b;
}

.request-restock-notify .request-restock-section .product-variations {
  border-bottom: 1px solid #eeeeee;
}

.request-restock-notify .request-restock-section .product-variations .print-message {
  display: none;
  margin: 0;
  font-size: 12px;
  line-height: 1;
  color: #ca1d31;
}

.request-restock-notify .request-restock-section .product-variations .print-message.active {
  display: block;
}

.request-restock-notify .request-restock-section .product-variations .variation-selector .variation-size {
  max-width: calc(20% + 1px);
}

.request-restock-notify .request-restock-section .product-variations .request-restock-input {
  margin-top: 32px;
}

.request-restock-notify .request-restock-section .product-variations .request-restock-input .input-label {
  margin-bottom: 12px;
  font-size: 12px;
  line-height: 1;
}

.request-restock-notify .request-restock-section .product-variations .request-restock-input .input-field input {
  padding-left: 1em;
  width: 100%;
  line-height: 1.5;
  border: 1px solid #eeeeee;
}

.request-restock-notify .request-restock-section .product-variations .agree-policy {
  margin-bottom: 32px;
}

.request-restock-notify .request-restock-section .product-variations .agree-policy .agree-checkbox {
  position: relative;
  cursor: pointer;
}

.request-restock-notify .request-restock-section .product-variations .agree-policy .agree-checkbox input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  visibility: hidden;
}

.request-restock-notify .request-restock-section .product-variations .agree-policy .agree-checkbox input:not(:checked) + .icon {
  color: transparent;
}

.request-restock-notify .request-restock-section .product-variations .agree-policy .agree-checkbox .icon {
  vertical-align: top;
  border: 1px solid #a5a5a5;
}

.request-restock-notify .request-restock-section .product-variations .agree-policy .agree-checkbox .text {
  font-size: 12px;
  line-height: 1;
  vertical-align: top;
}

.request-restock-notify .request-restock-section .product-variations .agree-policy .print-message {
  padding-top: 8px;
}

.request-restock-notify .request-restock-section .restock-guide .restock-guide-title {
  margin-bottom: 1em;
  font-weight: 600;
  line-height: 1;
  letter-spacing: -.025em;
}

.request-restock-notify .request-restock-section .restock-guide .restock-guide-list {
  margin: 0;
}

.request-restock-notify .request-restock-section .restock-guide .restock-guide-list > li {
  letter-spacing: -.025em;
  word-break: keep-all;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

.request-restock-notify .request-restock-section .request-restock-action {
  margin-top: 32px;
}

.modal-release .restock-guide-list li {
  color: #757575;
}

.modal-release .restock-guide-list li:before {
  content: '';
  display: inline-block;
  width: 4px;
  height: 4px;
  border-radius: 4px;
  background: #757575;
  margin-right: 10px;
  vertical-align: middle;
}

.request-restock-policy .restock-policy-title {
  font-weight: 600;
  letter-spacing: -.025em;
}

.request-restock-policy .restock-policy-section .notification {
  letter-spacing: -.025em;
}

.request-restock-policy .restock-policy-section .policy-content {
  background-color: #f4f4f4;
}

.request-restock-policy .restock-policy-section .policy-content dl {
  margin: 0;
}

.request-restock-policy .restock-policy-section .policy-content dt {
  font-weight: 600;
  line-height: 1;
  letter-spacing: -.025em;
}

.request-restock-policy .restock-policy-section .policy-content dd {
  margin-top: 5px;
  letter-spacing: -.025em;
  color: #9b9b9b;
}

.request-restock-policy .restock-policy-section .description {
  margin: 0;
  letter-spacing: -.025em;
  word-break: break-word;
  word-break: keep-all;
}

.request-release-success .request-success-title,
.request-restock-success .request-success-title {
  font-weight: 600;
  letter-spacing: -.025em;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.request-release-success .request-success-section,
.request-restock-success .request-success-section {
  text-align: center;
}

.request-release-success .request-success-section .result-message,
.request-restock-success .request-success-section .result-message {
  margin-bottom: 1em;
  font-weight: 600;
  line-height: 1;
  letter-spacing: -.025em;
}

.request-release-success .request-success-section .description,
.request-restock-success .request-success-section .description {
  margin: 0;
  letter-spacing: -.025em;
}

@media screen and (max-width: 767px) {
  .uk-modal.modal-restock, .uk-modal.modal-release {
    background-color: #fff;
  }
  .uk-modal.modal-restock .uk-modal-dialog, .uk-modal.modal-release .uk-modal-dialog {
    min-height: 100%;
    padding-bottom: 16px;
  }
  .uk-modal.modal-restock .request-restock-notify, .uk-modal.modal-release .request-restock-notify {
    padding-bottom: 90px;
  }
  .uk-modal.modal-restock .request-restock-notify .notice-wrap, .uk-modal.modal-release .request-restock-notify .notice-wrap {
    font-size: 12px;
    padding: 15px 10px;
    margin: 0 30px 15px;
  }
  .uk-modal.modal-restock .request-restock-notify .request-restock-section .request-restock-action, .uk-modal.modal-release .request-restock-notify .request-restock-section .request-restock-action {
    position: absolute;
    bottom: 24px;
    left: 15px;
    right: 15px;
    width: calc(100% - 30px);
    margin: 0;
  }
  .uk-modal.modal-restock-policy, .uk-modal.modal-release-policy {
    background-color: #fff;
  }
  .uk-modal.modal-restock-policy .uk-modal-dialog, .uk-modal.modal-release-policy .uk-modal-dialog {
    min-height: 100%;
    padding-bottom: 16px;
  }
  .uk-modal.modal-request-restock-success {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .uk-modal.modal-request-restock-success .uk-modal-dialog {
    padding-bottom: 16px;
  }
  .request-restock-notify .restock-notify-title {
    padding-top: 10px;
    padding-left: 30px;
    padding-right: 30px;
    height: 90px;
    font-size: 20px;
  }
  .request-restock-notify .request-restock-section {
    padding-left: 30px;
    padding-right: 30px;
  }
  .request-restock-notify .request-restock-section .product-restock {
    padding-bottom: 15px;
  }
  .request-restock-notify .request-restock-section .product-restock .product-image {
    margin-right: 15px;
    -webkit-flex: 0 1 90px;
    -ms-flex: 0 1 90px;
    flex: 0 1 90px;
    max-width: 90px;
  }
  .request-restock-notify .request-restock-section .product-restock .product-image:before {
    content: '';
    display: block;
    padding-bottom: 100%;
    width: 100%;
  }
  .request-restock-notify .request-restock-section .product-restock .product-restock-details {
    -webkit-flex-basis: calc(100% - 105px);
    -ms-flex-preferred-size: calc(100% - 105px);
    flex-basis: calc(100% - 105px);
  }
  .request-restock-notify .request-restock-section .product-variations .variation-selector.selector-size {
    margin-top: 15px;
  }
  .request-restock-notify .request-restock-section .product-variations .request-restock-input .input-field input {
    height: 45px;
    font-size: 13px;
  }
  .request-restock-notify .request-restock-section .product-variations .agree-policy {
    margin-top: 15px;
    margin-bottom: 32px;
  }
  .request-restock-notify .request-restock-section .product-variations .agree-policy .agree-checkbox .icon {
    margin-right: 5px;
    padding: 4px;
    width: 22px;
    height: 22px;
  }
  .request-restock-notify .request-restock-section .restock-guide {
    padding-top: 15px;
  }
  .request-restock-notify .request-restock-section .restock-guide .restock-guide-title {
    font-size: 13px;
  }
  .request-restock-notify .request-restock-section .restock-guide .restock-guide-list > li {
    font-size: 12px;
    line-height: 17px;
  }
  .request-restock-notify .request-restock-section .restock-guide .restock-guide-list > li:not(:first-child) {
    margin-top: 4px;
  }
  .request-restock-notify .request-restock-section .request-restock-action {
    margin-left: -15px;
    margin-right: -15px;
    width: calc(100% + 30px);
  }
  .request-restock-policy .restock-policy-title {
    padding-top: 10px;
    padding-left: 30px;
    padding-right: 30px;
    height: 90px;
    font-size: 20px;
  }
  .request-restock-policy .restock-policy-section {
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 80px;
  }
  .request-restock-policy .restock-policy-section .notification {
    margin-bottom: 14px;
    font-size: 12px;
    line-height: 16px;
  }
  .request-restock-policy .restock-policy-section .policy-content {
    padding: 16px;
  }
  .request-restock-policy .restock-policy-section .policy-content dl {
    margin: 0;
  }
  .request-restock-policy .restock-policy-section .policy-content dt {
    font-size: 12px;
  }
  .request-restock-policy .restock-policy-section .policy-content dt:not(:first-child) {
    margin-top: 14px;
  }
  .request-restock-policy .restock-policy-section .policy-content dd {
    font-size: 12px;
    line-height: 16px;
  }
  .request-restock-policy .restock-policy-section .description {
    margin-top: 13px;
    font-size: 12px;
    line-height: 16px;
  }
  .request-restock-policy .restock-policy-section .agree-policy-action {
    position: absolute;
    bottom: 24px;
    left: 15px;
    right: 15px;
    width: calc(100% - 30px);
  }
  .request-release-success .request-success-title,
  .request-restock-success .request-success-title {
    padding-top: 10px;
    height: 90px;
    font-size: 20px;
  }
  .request-release-success .request-success-section,
  .request-restock-success .request-success-section {
    padding: 0 20px 20px;
    text-align: center;
  }
  .request-release-success .request-success-section .result-message,
  .request-restock-success .request-success-section .result-message {
    font-size: 14px;
  }
  .request-release-success .request-success-section .description,
  .request-restock-success .request-success-section .description {
    font-size: 12px;
    line-height: 16px;
  }
  .request-release-success .request-success-section .action-group,
  .request-restock-success .request-success-section .action-group {
    margin-top: 38px;
  }
}

@media screen and (min-width: 768px) {
  .uk-modal.modal-restock, .uk-modal.modal-release {
    padding: 90px 32px;
  }
  .uk-modal.modal-restock .uk-modal-dialog, .uk-modal.modal-release .uk-modal-dialog {
    max-width: 464px;
  }
  .uk-modal.modal-restock-policy, .uk-modal.modal-release-policy {
    padding: 90px 32px;
  }
  .uk-modal.modal-restock-policy .uk-modal-dialog, .uk-modal.modal-release-policy .uk-modal-dialog {
    max-width: 464px;
  }
  .uk-modal.modal-request-restock-success, .uk-modal.modal-request-release-success {
    padding: 90px 32px;
  }
  .uk-modal.modal-request-restock-success .uk-modal-dialog, .uk-modal.modal-request-release-success .uk-modal-dialog {
    max-width: 464px;
  }
  .request-restock-notify .restock-notify-title {
    height: 94px;
    font-size: 24px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .request-restock-notify .request-restock-section {
    padding: 0 38px 38px;
  }
  .request-restock-notify .request-restock-section .product-restock {
    padding-bottom: 24px;
  }
  .request-restock-notify .request-restock-section .product-restock .product-image {
    margin-right: 18px;
    -webkit-flex: 0 1 100px;
    -ms-flex: 0 1 100px;
    flex: 0 1 100px;
    max-width: 100px;
  }
  .request-restock-notify .request-restock-section .product-restock .product-image:before {
    content: '';
    display: block;
    padding-bottom: 100%;
    width: 100%;
  }
  .request-restock-notify .request-restock-section .product-restock .product-restock-details {
    -webkit-flex-basis: calc(100% - 118px);
    -ms-flex-preferred-size: calc(100% - 118px);
    flex-basis: calc(100% - 118px);
    padding-top: 8px;
  }
  .request-restock-notify .request-restock-section .product-variations .variation-selector.selector-size {
    margin-top: 24px;
  }
  .request-restock-notify .request-restock-section .product-variations .request-restock-input .input-field input {
    height: 50px;
    font-size: 14px;
  }
  .request-restock-notify .request-restock-section .product-variations .agree-policy {
    margin-top: 20px;
    margin-bottom: 32px;
  }
  .request-restock-notify .request-restock-section .product-variations .agree-policy .agree-checkbox .icon {
    margin-right: 8px;
    padding: 1px;
    width: 12px;
    height: 12px;
  }
  .request-restock-notify .request-restock-section .restock-guide {
    padding-top: 18px;
  }
  .request-restock-notify .request-restock-section .restock-guide .restock-guide-title {
    font-size: 14px;
  }
  .request-restock-notify .request-restock-section .restock-guide .restock-guide-list > li {
    font-size: 14px;
    line-height: 20px;
  }
  .request-restock-notify .request-restock-section .restock-guide .restock-guide-list > li:not(:first-child) {
    margin-top: 6px;
  }
  .request-restock-policy .restock-policy-title {
    padding-left: 38px;
    padding-right: 38px;
    height: 94px;
    font-size: 24px;
  }
  .request-restock-policy .restock-policy-section {
    padding: 0 38px 38px;
  }
  .request-restock-policy .restock-policy-section .notification {
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 20px;
  }
  .request-restock-policy .restock-policy-section .policy-content {
    padding: 32px;
  }
  .request-restock-policy .restock-policy-section .policy-content dl {
    margin: 0;
  }
  .request-restock-policy .restock-policy-section .policy-content dt {
    font-size: 14px;
  }
  .request-restock-policy .restock-policy-section .policy-content dt:not(:first-child) {
    margin-top: 16px;
  }
  .request-restock-policy .restock-policy-section .policy-content dd {
    font-size: 14px;
    line-height: 20px;
  }
  .request-restock-policy .restock-policy-section .description {
    margin-top: 20px;
    font-size: 14px;
    line-height: 20px;
  }
  .request-restock-policy .restock-policy-section .agree-policy-action {
    margin-top: 32px;
  }
  .request-release-success .request-success-title,
  .request-restock-success .request-success-title {
    height: 94px;
    font-size: 24px;
  }
  .request-release-success .request-success-section,
  .request-restock-success .request-success-section {
    padding: 0 20px 20px;
    text-align: center;
  }
  .request-release-success .request-success-section .result-message,
  .request-restock-success .request-success-section .result-message {
    font-size: 18px;
  }
  .request-release-success .request-success-section .description,
  .request-restock-success .request-success-section .description {
    font-size: 14px;
    line-height: 20px;
  }
  .request-release-success .request-success-section .action-group,
  .request-restock-success .request-success-section .action-group {
    margin-top: 30px;
  }
}

.modal-quickview {
  padding: 20px;
}

.modal-quickview .contents-wrap {
  padding: 40px 24px;
}

.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 .img-detail_product {
  -webkit-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%;
}

.modal-quickview .contents-wrap .product-information {
  padding-left: 30px;
}

.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;
}

/* Reponsive 767px */
@media screen and (max-width: 767px) {
  .modal-quickview {
    display: -webkit-box !important;
  }
  .modal-quickview .contents-wrap {
    padding: 20px 10px;
  }
  .modal-quickview .contents-wrap .contents.margin-small {
    display: block;
  }
  .modal-quickview .contents-wrap .contents .col-12 {
    display: block;
  }
  .modal-quickview .contents-wrap .product-information {
    padding: 0 10px;
  }
}

.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%;
}

.limited-edition-container {
  margin: 0 auto;
}

.limited-edition-container .limited-edition-list .filter-list .filter-item {
  font-weight: 600;
  line-height: 1;
  letter-spacing: -.025em;
  text-decoration: underline;
}

.limited-edition-container .limited-edition-list .filter-list .filter-item:not(.active) {
  font-weight: 400;
  color: #383838;
  text-decoration: none;
}

.limited-edition-container .limited-edition-list .list-content-container .limited-edition-item {
  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;
}

.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 {
  margin-bottom: auto;
}

.limited-edition-container .limited-edition-list .list-content-container .limited-edition-item .product-tile-details .filter {
  font-weight: 600;
  line-height: 1;
  letter-spacing: -.025em;
  color: #f5a623;
}

.limited-edition-container .limited-edition-list .list-content-container .limited-edition-item .product-tile-details .filter.draw {
  color: #00c3d7;
}

.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 {
  margin: 0;
  opacity: .2;
}

.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: 24px;
  line-height: 1;
  letter-spacing: -.025em;
}

.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%;
  max-width: 950px;
  margin: 0 auto;
}

.draw-progress-guide.pdp-details-section {
  border-top: 1px solid #e4e4e4;
  border-bottom: 1px solid #e4e4e4;
  padding: 0;
}

.draw-progress-guide .draw-info {
  display: inline-block;
  width: 100%;
  margin: 20px 0;
  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 {
  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;
}

.draw-progress-guide .draw-info dl dd.important {
  position: relative;
  padding-left: 10px;
  line-height: 1.5em;
  font-weight: bold;
}

.draw-progress-guide .draw-info dl dd.important::after {
  content: '*';
  position: absolute;
  top: 3px;
  left: 0;
}

.draw-progress-guide .draw-info dl ul li {
  position: relative;
  line-height: 1.5em;
  padding-left: 10px;
}

.draw-progress-guide .draw-info dl ul li::after {
  content: '-';
  position: absolute;
  top: 0;
  left: 0;
}

.draw-progress-guide .draw-info .draw-progress {
  max-width: 950px;
  margin: 20px 0 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: 16px;
  background: #f6f6f6;
  border-radius: 50%;
  margin-right: 28px;
}

.draw-progress-guide .draw-info .draw-progress .row .icon-area .icon {
  font-size: 36px;
}

.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;
}

.draw-progress-guide .draw-info .normal-guide.number li {
  list-style: decimal;
}

@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: 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 .slider-content-wrapper {
    margin-left: -16px;
    margin-right: -16px;
    border-bottom: 1px solid #eeeeee;
  }
  .limited-edition-container .limited-edition-list .filter-list {
    margin: 30px 0;
  }
  .limited-edition-container .limited-edition-list .filter-list .filter-item {
    font-size: 12px;
  }
  .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 {
    margin-bottom: -40px;
    margin-top: 30px;
  }
  .limited-edition-container .limited-edition-list .list-content-container .limited-edition-item {
    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 -11px;
    width: 23px;
    height: 1px;
    border-radius: 1px;
    -webkit-transform: rotate(-60deg);
    transform: rotate(-60deg);
  }
  .limited-edition-container .limited-edition-list .list-content-container .limited-edition-item .product-tile-details {
    margin-top: 13px;
  }
  .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-action {
    margin-top: 14px;
  }
  .limited-edition-container .limited-edition-list .list-content-container .limited-edition-item .product-action .button {
    width: 100%;
    font-size: 12px;
  }
  .limited-edition-container .limited-edition-content .product-tile:not(:first-child) {
    margin-top: 70px;
  }
  .limited-edition-container .limited-edition-content .product-tile-details {
    margin-top: 10px;
    font-size: 12px;
  }
  .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;
  }
  .slider-content-wrapper .slick-arrow {
    z-index: 1;
    position: absolute;
    top: 50%;
    margin-top: -.5em;
    font-size: 36px;
    color: #ebebeb;
  }
  .slider-content-wrapper .slick-arrow.slick-prev {
    left: 40px;
  }
  .slider-content-wrapper .slick-arrow.slick-next {
    right: 40px;
  }
  .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: 40px;
  }
  .limited-edition-container .limited-edition-list .filter-list {
    padding: 60px 20px;
    height: 144px;
  }
  .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: 20px;
  }
  .limited-edition-container .limited-edition-list .filter-list .filter-item:not(:last-child) {
    margin-right: 20px;
  }
  .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: 18px;
    width: 100px;
    height: 100px;
    font-size: 24px;
  }
  .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: 2px;
    border-radius: 2px;
    -webkit-transform: rotate(-57deg);
    transform: rotate(-57deg);
  }
  .limited-edition-container .limited-edition-list .list-content-container .limited-edition-item .product-tile-details {
    margin-top: 26px;
  }
  .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 .text-link {
    font-size: 16px;
    line-height: 26px;
  }
  .limited-edition-container .limited-edition-list .list-content-container .limited-edition-item .product-action {
    margin-top: 28px;
  }
  .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: 60px;
  }
  .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: 28px;
    width: 120px;
    height: 120px;
  }
}

/* Tablet and bigger */
@media (max-width: 768px) {
  .draw-progress-guide .draw-info {
    padding: 0 34px;
  }
}

@media screen and (max-width: 767px) {
  .draw-progress-guide .draw-info {
    letter-spacing: -0.2px;
  }
  .draw-progress-guide .draw-info > p {
    font-size: 13px;
  }
  .draw-progress-guide .draw-info .normal-guide.number li {
    font-size: 12px;
  }
  .draw-progress-guide .draw-info .normal-guide li {
    font-size: 13px;
  }
  .draw-progress-guide .draw-info dl ul li {
    font-size: 13px;
  }
}

/*
    런칭 캘린더 NEW
*/
.top-banner img {
  display: block;
  width: 100%;
}

.launch-wrap {
  max-width: 1400px;
  margin: 0 auto 250px;
  padding: 0 20px;
}

.launch-wrap .launch-top {
  position: relative;
}

.launch-wrap .launch-top .launch-tab {
  margin: 50px 0 40px;
}

.launch-wrap .launch-top .launch-tab li {
  padding: 0 50px;
}

.launch-wrap .launch-top .launch-tab li a {
  line-height: 1.7;
  font-size: 28px;
  color: #111;
  padding-bottom: 10px;
}

.launch-wrap .launch-top .launch-tab li.active a {
  font-weight: bold;
  position: relative;
}

.launch-wrap .launch-top .launch-tab li.active a::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #000;
}

.launch-wrap .launch-top .launch-tab li:hover a {
  font-weight: bold;
}

.launch-wrap .launch-top .launch-filter {
  position: absolute;
  right: 0;
  top: 0;
}

.launch-wrap .launch-top .launch-filter .btn-select {
  display: block;
  width: 178px;
  height: 50px;
  padding: 0 20px;
  line-height: 48px;
  border: 1px solid #c4c4c4;
  color: #141414;
  font-size: 16px;
  text-align: left;
  cursor: pointer;
  position: relative;
}

.launch-wrap .launch-top .launch-filter .btn-select:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 20px;
  width: 10px;
  height: 10px;
  margin-top: -8px;
  border-right: 1px solid #141414;
  border-top: 1px solid #141414;
  transform: rotate(135deg);
}

.launch-wrap .launch-top .launch-filter .btn-select.on:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 20px;
  width: 10px;
  height: 10px;
  margin-top: -3px;
  border-right: 1px solid #141414;
  border-top: 1px solid #141414;
  transform: rotate(316deg);
}

.launch-wrap .launch-top .launch-filter .btn-select.on + .layer-select {
  display: block;
}

.launch-wrap .launch-top .launch-filter .layer-select {
  display: none;
  position: absolute;
  width: 100%;
  top: 49px;
  left: 0;
  border: 1px solid #C4C4C4;
  background: #fff;
  z-index: 7;
}

.launch-wrap .launch-top .launch-filter .layer-select button {
  width: 100%;
  padding: 0 20px;
  text-align: left;
  font-size: 16px;
  line-height: 40px;
}

.launch-wrap .launch-list .list-box .list-item {
  margin-bottom: 60px;
  -webkit-flex-basis: 33.3333%;
  -ms-flex-preferred-size: 33.3333%;
  flex-basis: 33.3333%;
  max-width: 33.3333%;
  transition: max-width 0.6s ease;
}

.launch-wrap .launch-list .list-box .list-item .product-tile-main::before {
  content: '';
  display: block;
  padding-bottom: 125%;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 2;
}

.launch-wrap .launch-list .list-box .list-item .product-tile-button {
  margin-top: 20px;
}

.launch-wrap .launch-list .list-box .list-item .product-tile-button .button {
  min-width: 140px;
  padding: 15px;
}

.launch-wrap .launch-list .list-box .list-item .product-tile-button .disabled {
  background: #f2f2f2;
  border: 1px solid #ccc;
  color: #a8a8a8;
}

.launch-wrap .launch-list .list-box .list-item .info-top {
  position: absolute;
  left: 20px;
  top: 20px;
  z-index: 4;
}

.launch-wrap .launch-list .list-box .list-item .info-top .step {
  margin-bottom: 8px;
  font-size: 16px;
}

.launch-wrap .launch-list .list-box .list-item .info-top .step span {
  display: inline-block;
  width: 120px;
  text-align: center;
  line-height: 28px;
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  font-weight: 500;
}

.launch-wrap .launch-list .list-box .list-item .info-top .step.end span {
  background: rgba(204, 204, 204, 0.6);
}

.launch-wrap .launch-list .list-box .list-item .info-top .date {
  margin-bottom: 11px;
  font-size: 18px;
}

.launch-wrap .launch-list .list-box .list-item .info-top .date span {
  display: inline-block;
  width: 120px;
  text-align: center;
  line-height: 28px;
  background: #fff;
  color: #141414;
  font-weight: 500;
}

.launch-wrap .launch-list .list-box .list-item .info-top .date span em {
  font-style: normal;
  color: #141414;
  font-size: 20px;
}

.launch-wrap .launch-list .list-box .list-item .info-top .name {
  font-size: 24px;
  margin-right: 10px;
  padding-right: 10px;
}

.launch-wrap .launch-list .list-box .list-item .info-top .name span {
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  box-shadow: 10px 0 0 #fff, -10px 0 0 #fff;
  margin-left: 10px;
  word-break: keep-all;
  background: #fff;
  color: #141414;
  line-height: 32px;
}

.launch-wrap .launch-list .list-box .list-item .info-center {
  position: absolute;
  width: 80%;
  height: 100px;
  top: 42%;
  left: 10%;
  color: #fff;
  text-align: center;
  display: grid;
  justify-content: center;
  align-items: center;
  z-index: 4;
}

.launch-wrap .launch-list .list-box .list-item .info-center span {
  display: block;
  font-size: 42px;
  font-weight: bold;
  letter-spacing: -.75px;
}

.launch-wrap .launch-list .list-box .list-item .info-bottom {
  width: 36px;
  height: 36px;
  position: absolute;
  right: 20px;
  bottom: 20px;
  color: #fff;
  z-index: 4;
}

.launch-wrap .launch-list .list-box .list-item .product-tile-overlay {
  width: 92%;
  height: 94%;
  top: 3%;
  left: 4%;
  padding: 40px 30px;
  background: #fff;
  border: 2px solid #000;
  overflow-y: auto;
  z-index: 4;
  color: #141414;
  letter-spacing: -.25px;
  word-break: keep-all;
}

.launch-wrap .launch-list .list-box .list-item .product-tile-overlay .btn-close {
  position: absolute;
  right: 20px;
  top: 20px;
}

.launch-wrap .launch-list .list-box .list-item .product-tile-overlay .btn-close svg {
  width: 30px;
  height: 30px;
  color: #000;
}

.launch-wrap .launch-list .list-box .list-item .product-tile-overlay .title {
  width: 90%;
  font-size: 24px;
  line-height: 1.2;
  font-weight: 500;
}

.launch-wrap .launch-list .list-box .list-item .product-tile-overlay .text {
  margin-top: 30px;
  font-size: 16px;
  line-height: 1.5;
}

.launch-wrap .launch-list .swiper {
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  z-index: 4;
}

.launch-wrap .launch-list .swiper .swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}

.launch-wrap .launch-list .swiper .swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}

.launch-wrap .launch-list .swiper .swiper-slide::before {
  content: '';
  display: block;
  padding-bottom: 125%;
  width: 100%;
}

.launch-wrap .launch-list .swiper .swiper-slide.overlay-bg::before {
  content: '';
  display: block;
  padding-bottom: 125%;
  width: 100%;
  height: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.3);
  z-index: 5;
}

.launch-wrap .launch-list .swiper-button-prev {
  width: 36px;
  height: 36px;
  margin-top: -16px;
  position: absolute;
  left: 20px;
  top: 50%;
  color: #fff;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.4);
  cursor: pointer;
  z-index: 3;
}

.launch-wrap .launch-list .swiper-button-prev svg {
  position: absolute;
  left: 10px;
  top: 10px;
}

.launch-wrap .launch-list .swiper-button-next {
  width: 36px;
  height: 36px;
  margin-top: -16px;
  position: absolute;
  right: 20px;
  top: 50%;
  color: #fff;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.4);
  cursor: pointer;
  z-index: 3;
}

.launch-wrap .launch-list .swiper-button-next svg {
  position: absolute;
  left: 12px;
  top: 10px;
}

@media screen and (max-width: 1250px) {
  .launch-wrap .launch-list .list-box .list-item {
    margin-bottom: 35px;
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 100%;
    max-width: 50%;
  }
  .launch-wrap .launch-list .list-box .list-item .info-center {
    height: 74px;
    top: 42%;
  }
  .launch-wrap .launch-list .list-box .list-item .info-center span {
    font-size: 32px;
  }
}

@media screen and (max-width: 768px) {
  .launch-wrap {
    margin: 0 auto 220px;
    padding: 0;
  }
  .launch-wrap .launch-top {
    width: 100%;
    background-color: #fff;
    z-index: 5;
    transition: all 0.5s;
  }
  .launch-wrap .launch-top.fixed {
    position: fixed;
    top: 0;
    left: 0;
  }
  .launch-wrap .launch-top .launch-tab {
    margin: 0 0 25px;
    padding-top: 30px;
    border-bottom: 2px solid #e5e5e5;
    padding-bottom: 20px;
  }
  .launch-wrap .launch-top .launch-tab li {
    padding: 0 35px;
  }
  .launch-wrap .launch-top .launch-tab li a {
    line-height: 1.7;
    font-size: 20px;
  }
  .launch-wrap .launch-top .launch-tab li.active a::after {
    bottom: -14px;
  }
  .launch-wrap .launch-top .launch-filter {
    margin-bottom: 16px;
    position: relative;
    display: flex;
    justify-content: space-between;
    padding: 0 12px;
  }
  .launch-wrap .launch-top .launch-filter .sorting-wrap button {
    width: 37px;
    height: 100%;
    border: 1px solid #c5c5c5;
  }
  .launch-wrap .launch-top .launch-filter .sorting-wrap button .icon {
    color: #cbcbcb;
    vertical-align: bottom;
  }
  .launch-wrap .launch-top .launch-filter .sorting-wrap button.active .icon {
    color: #000;
  }
  .launch-wrap .launch-top .launch-filter .btn-select {
    width: 162px;
    height: 38px;
    padding: 0 15px;
    line-height: 36px;
    border: 1px solid #000;
    background: #000;
    color: #fff;
    font-size: 14px;
  }
  .launch-wrap .launch-top .launch-filter .btn-select:after {
    content: "";
    border-right: 1px solid #fff;
    border-top: 1px solid #fff;
  }
  .launch-wrap .launch-top .launch-filter .btn-select.on:after {
    content: "";
    border-right: 1px solid #fff;
    border-top: 1px solid #fff;
  }
  .launch-wrap .launch-top .launch-filter .layer-select {
    width: 162px;
    top: 38px;
    left: auto;
    right: 12px;
    border: 1px solid #000;
    background: #000;
  }
  .launch-wrap .launch-top .launch-filter .layer-select button {
    padding: 0 14px;
    font-size: 14px;
    line-height: 38px;
    color: #fff;
  }
  .launch-wrap .launch-list {
    padding: 0 12px;
  }
  .launch-wrap .launch-list .list-box .list-item {
    margin-bottom: 35px;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
  .launch-wrap .launch-list .list-box .list-item .product-tile-button {
    margin-top: 15px;
  }
  .launch-wrap .launch-list .list-box .list-item .product-tile-button .button {
    min-width: 162px;
    padding: 12px;
    font-size: 14px;
  }
  .launch-wrap .launch-list .list-box .list-item .info-top {
    left: 18px;
    top: 18px;
  }
  .launch-wrap .launch-list .list-box .list-item .info-top .step {
    font-size: 13px;
    margin-bottom: 6px;
  }
  .launch-wrap .launch-list .list-box .list-item .info-top .step span {
    padding: 0;
    width: 93px;
    line-height: 22px;
  }
  .launch-wrap .launch-list .list-box .list-item .info-top .date {
    font-size: 14px;
    margin-bottom: 6px;
  }
  .launch-wrap .launch-list .list-box .list-item .info-top .date span {
    line-height: 22px;
    width: 93px;
  }
  .launch-wrap .launch-list .list-box .list-item .info-top .date span em {
    font-size: 14px;
  }
  .launch-wrap .launch-list .list-box .list-item .info-top .name span {
    font-size: 20px;
  }
  .launch-wrap .launch-list .list-box .list-item .info-center {
    height: 54px;
  }
  .launch-wrap .launch-list .list-box .list-item .info-center span {
    font-size: 27px;
  }
  .launch-wrap .launch-list .list-box .list-item .info-center span.time {
    font-size: 32px;
  }
  .launch-wrap .launch-list .list-box .list-item .info-bottom {
    width: 30px;
    height: 30px;
    right: 18px;
    bottom: 18px;
  }
  .launch-wrap .launch-list .list-box .list-item .product-tile-overlay {
    width: 92%;
    height: 94%;
    top: 3%;
    left: 4%;
    padding: 40px 25px;
    background: #fff;
    border: 2px solid #000;
    overflow-y: auto;
    z-index: 4;
  }
  .launch-wrap .launch-list .list-box .list-item .product-tile-overlay .btn-close svg {
    width: 24px;
    height: 24px;
  }
  .launch-wrap .launch-list .list-box .list-item .product-tile-overlay .title {
    font-size: 19px;
  }
  .launch-wrap .launch-list .list-box .list-item .product-tile-overlay .text {
    margin-top: 25px;
    font-size: 13px;
  }
  .launch-wrap .launch-list .list-box.sort-two .list-item {
    max-width: 50%;
    flex-basis: 50%;
    padding: 0 5px;
  }
  .launch-wrap .launch-list .list-box.sort-two .list-item .product-tile-button {
    margin-top: 10px;
  }
  .launch-wrap .launch-list .list-box.sort-two .list-item .product-tile-button .button {
    min-width: auto;
    width: 100%;
    padding: 10px;
    font-size: 13px;
  }
  .launch-wrap .launch-list .list-box.sort-two .list-item .info-top {
    left: 8px;
    top: 8px;
  }
  .launch-wrap .launch-list .list-box.sort-two .list-item .info-top .step {
    font-size: 10px;
    margin-bottom: 5px;
  }
  .launch-wrap .launch-list .list-box.sort-two .list-item .info-top .step span {
    padding: 0;
    width: 70px;
    line-height: 17px;
  }
  .launch-wrap .launch-list .list-box.sort-two .list-item .info-top .date {
    font-size: 10px;
    margin-bottom: 5px;
  }
  .launch-wrap .launch-list .list-box.sort-two .list-item .info-top .date span {
    line-height: 17px;
    width: 70px;
  }
  .launch-wrap .launch-list .list-box.sort-two .list-item .info-top .date span em {
    font-size: 11px;
  }
  .launch-wrap .launch-list .list-box.sort-two .list-item .info-top .name {
    font-size: 12px;
  }
  .launch-wrap .launch-list .list-box.sort-two .list-item .info-top .name span {
    font-size: 12px;
    line-height: 20px;
  }
  .launch-wrap .launch-list .list-box.sort-two .list-item .info-center {
    height: 30px;
  }
  .launch-wrap .launch-list .list-box.sort-two .list-item .info-center span {
    font-size: 16px;
  }
  .launch-wrap .launch-list .list-box.sort-two .list-item .info-center span.time {
    font-size: 18px;
  }
  .launch-wrap .launch-list .list-box.sort-two .list-item .info-bottom {
    width: 18px;
    height: 18px;
    right: 8px;
    bottom: 8px;
  }
  .launch-wrap .launch-list .list-box.sort-two .list-item .product-tile-overlay {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    padding: 22px 15px;
    background: #fff;
    border: 1px solid #000;
    overflow-y: auto;
    z-index: 4;
  }
  .launch-wrap .launch-list .list-box.sort-two .list-item .product-tile-overlay .btn-close {
    top: 10px;
    right: 10px;
  }
  .launch-wrap .launch-list .list-box.sort-two .list-item .product-tile-overlay .btn-close svg {
    width: 12px;
    height: 12px;
  }
  .launch-wrap .launch-list .list-box.sort-two .list-item .product-tile-overlay .title {
    font-size: 13px;
  }
  .launch-wrap .launch-list .list-box.sort-two .list-item .product-tile-overlay .text {
    margin-top: 18px;
    font-size: 11px;
  }
  .launch-wrap .launch-list .swiper-button-prev {
    width: 27px;
    height: 27px;
    margin-top: -16px;
    left: 18px;
  }
  .launch-wrap .launch-list .swiper-button-prev svg {
    left: 6px;
    top: 6px;
  }
  .launch-wrap .launch-list .swiper-button-next {
    width: 27px;
    height: 27px;
    margin-top: -16px;
    right: 18px;
  }
  .launch-wrap .launch-list .swiper-button-next svg {
    left: 7px;
    top: 6px;
  }
}

/* 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 #dedfda;
    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 */
/* fixed 장바구니 버튼 */
.fixed_cart {
  background-color: #c9192c;
  color: #fff;
  position: fixed;
  top: 40%;
  right: 0;
  transition: background-color .15s ease-in-out,color .15s ease-in-out;
}

.fixed_cart:hover {
  background-color: #1c1c1c;
}

.fixed_cart button {
  width: 50px;
  padding: 10px 0;
  text-align: center;
  font-weight: bold;
}

.fixed_cart span {
  display: block;
  font-weight: 900;
  font-family: "fannDoren", "Noto Sans KR", "맑은 고딕", Dotum;
}

.fixed_cart .icon {
  font-size: 28px;
}

/* 개인정보 취급방침 팝업 */
.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;
}

/* vans footer */
footer {
  z-index: 1;
}

.footer-contents .footer-nav {
  color: #7e7e7e;
}

.footer-contents .footer-nav dt {
  font-size: 20px;
  font-family: "fannDoren", "Noto Sans KR", "맑은 고딕", Dotum;
  font-weight: bold;
}

.footer-contents .footer-nav a {
  color: #7e7e7e;
}

.footer-contents .footer-nav .footer-company-info {
  padding-left: 180px;
}

.footer-contents .footer-nav .company {
  position: relative;
  padding-left: 180px;
}

.footer-contents .footer-nav .company:before {
  margin-top: 0;
}

.footer-contents .footer-nav .company .company-logo {
  position: absolute;
  top: -25px;
  left: 20px;
  display: inline-block;
  width: 111px;
  height: 91px;
}

.footer-contents .footer-nav .company .company-logo .icon {
  font-size: 100px;
}

.footer-contents .footer-nav .company .company-logo img {
  margin-top: 30px;
}

.footer-contents .footer-nav .company .com-divider {
  color: #fff;
  font-style: normal;
  font-weight: normal;
  padding: 0;
}

.footer-contents .footer-nav .footer-sns a {
  display: inline-block;
  text-indent: -99999px;
  margin-right: 3px;
  margin-bottom: 6px;
  width: 36px;
  height: 36px;
  background-color: #333;
  vertical-align: middle;
}

.footer-contents .footer-nav .footer-sns a:last-child {
  margin-right: 0;
}

.footer-contents .footer-nav .footer-sns a:hover {
  background-color: #000;
}

.footer-contents .footer-nav .footer-sns a.st-icon-facebook {
  background-position: -132px -11px;
}

.footer-contents .footer-nav .footer-sns a.st-icon-instagram {
  background-position: -101px -11px;
}

.footer-contents .footer-nav .footer-sns a.st-icon-kakaoplus {
  background-position: -163px -11px;
}

.footer-contents .footer-nav .footer-sns a.st-icon-naver {
  position: relative;
  color: #fff;
  font-size: 18px;
}

.footer-contents .footer-nav .footer-sns a.st-icon-naver .naver-store {
  margin: 0 auto;
}

.footer-contents .footer-nav .footer-sns a.st-icon-naver .icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.footer-contents .footer-nav .insurance .tit {
  color: #ffffff;
}

.footer-contents .footer-nav .newsletter-conts .newsletter-field {
  margin-bottom: 10px;
}

.footer-contents .footer-nav .newsletter-conts .newsletter-field:after {
  content: '';
  display: block;
  clear: both;
}

.footer-contents .footer-nav .newsletter-conts .input-textfield {
  float: left;
  width: calc(100% - 36px);
  vertical-align: top;
}

.footer-contents .footer-nav .newsletter-conts .input-textfield.value label {
  display: none;
}

.footer-contents .footer-nav .newsletter-conts .input-textfield > label {
  top: 9px;
}

.footer-contents .footer-nav .newsletter-conts .input-textfield > input {
  width: 100%;
  height: 40px;
  font-size: 16px;
  padding: 9px 12px;
  border: 0;
  border-radius: 0;
}

.footer-contents .footer-nav .newsletter-conts .input-textfield .error-message {
  margin-top: 5px;
}

.footer-contents .footer-nav .newsletter-conts .btn_join {
  width: 36px;
  height: 40px;
  padding: 0;
  background: #fff;
  color: #2b2b2b;
  font-size: 18px;
}

.footer-contents .footer-nav .newsletter-conts .input-form-group .input-checkbox > label {
  display: inline;
}

.footer-contents .footer-nav .newsletter-conts .input-form-group .input-checkbox > label > .label {
  display: inline;
  font-size: 11px;
}

.footer-contents .footer-nav .newsletter-conts .input-form-group .input-checkbox > label:after {
  display: inline;
}

.footer-contents .footer-nav .newsletter-conts .input-form-group .input-checkbox:not(:checked) .icon {
  color: transparent;
}

.footer-contents .footer-nav .newsletter-conts .input-form-group .input-checkbox.checked .icon {
  color: #000;
}

.footer-contents .footer-nav .newsletter-conts .input-form-group .input-checkbox .icon {
  padding: 2px;
  width: 20px;
  height: 20px;
  vertical-align: top;
  border: 1px solid #979797;
  background: #fff;
}

.footer-contents .footer-nav .newsletter-conts .input-form-group a {
  display: inline-block;
  font-size: 11px;
}

.address-search .field-label {
  width: calc(100% - 68px);
}

.uk-modal.modal-lightbox {
  display: block;
}

.uk-modal .uk-modal-dialog-lightbox > .uk-close:first-child {
  position: absolute;
  top: 5px;
  right: 5px;
  margin: 0;
  padding: 10px;
  float: none;
  background-color: #fff;
  width: 15px;
  height: 15px;
}

/* vans slider bx-page */
.bx-wrapper .bx-pager.bx-default-pager a {
  width: 10px;
  height: 10px;
  border: none;
  border-radius: 50%;
  margin: 0 5px;
}

/* GWP 사은품 */
.gwp-hr {
  margin: 0 0 10px;
  border-top: 1px solid #d8d8d8;
}

.gwp-addon {
  padding: 15px;
  background-color: #f5f5f5;
  font-size: 12px;
  color: #121212;
}

.gwp-addon.top25 {
  margin-top: 25px;
}

.gwp-addon.top10 {
  margin-top: 10px;
}

.gwp-addon.bottom20 {
  margin-bottom: 20px;
}

.gwp-addon.gwp-cancel {
  width: 90%;
  margin: 0 auto;
  margin-bottom: 10px;
}

.gwp-addon > span:nth-child(1) {
  font-weight: bold;
}

.gwp-addon > p {
  color: #666666;
}

.gwp-addon > p.top10 {
  margin-top: 10px;
}

.gwp-message {
  display: none;
}

/* 폰트 타입 지정 */
/* Phone landscape and bigger */
/* Tablet and bigger */
@media (max-width: 768px) {
  footer {
    padding: 30px 0;
  }
  footer .footer-contents {
    padding: 0 20px;
    text-align: left;
  }
  footer .footer-contents .footer-nav:before {
    display: none;
  }
  footer .footer-contents .footer-nav .footer-top {
    position: relative;
    padding-top: 40px;
    border-bottom: 1px solid #7e7e7e;
  }
  footer .footer-contents .footer-nav .footer-top .footer-company-info {
    padding: 0;
  }
  footer .footer-contents .footer-nav .company-legal {
    margin: 25px 0;
  }
  footer .footer-contents .footer-nav .company-legal dd {
    display: inline-block;
    margin: 0;
  }
  footer .footer-contents .footer-nav .company-legal dd a {
    font-family: 'Spoqa Han Sans Neo';
    color: #fff;
    font-size: 14px;
    vertical-align: middle;
  }
  footer .footer-contents .footer-nav .company-legal .footer-divider {
    color: #7e7e7e;
    margin: 0 10px;
    font-size: 16px;
    vertical-align: middle;
  }
  footer .footer-contents .footer-nav .company-follow {
    position: absolute;
    top: 0;
    left: 0;
  }
  footer .footer-contents .footer-nav .company-follow dd {
    margin-top: 4px;
  }
  footer .footer-contents .footer-nav .newsletter-conts label i {
    float: none;
    margin-right: 5px;
  }
  footer .footer-contents .footer-nav .company {
    padding: 0;
  }
}

/* Desktop and bigger */
/* vans custom */
#content-id-4 .category-list .item-info .item-title {
  font-weight: bold;
}

#content-id-4 .category-list .item-info .item-price {
  display: none;
}

#content-id-4 .category-list .item-info .brz-badge-container {
  display: none;
}

.custom-alert-msg {
  display: none;
  font-size: 12px;
  line-height: 16px;
  background-color: #e8e3c0;
  border: 1px solid #d4cfac;
  padding: 5px 12px;
}

.custom-alert-msg.show {
  display: block !important;
}

.uk-tooltip {
  background: #fff;
  color: #2b2b2b;
  font-size: 13px;
  line-height: 1.5;
  padding: 15px;
  border-radius: 4px;
  border: 0.3px solid #2b2b2b;
  filter: drop-shadow(0px 5px 5px rgba(0, 0, 0, 0.15));
}

.uk-tooltip-top:after,
.uk-tooltip-top-left:after,
.uk-tooltip-top-right:after {
  border-top-color: #fff;
}

.uk-tooltip:after {
  width: 10px;
  height: 10px;
  background: #fff;
  border: 0.3px solid #2b2b2b;
  transform: rotate(45deg);
  border-top: 0;
  border-left: 0;
}

.uk-tooltip-top:after,
.uk-tooltip-bottom:after {
  margin-left: -10px;
}

/* marketing img banner */
.marketing-img-banner.mktBnr-orderHistory {
  margin-bottom: 15px;
}

.marketing-img-banner.mktBnr-cart {
  margin-top: 30px;
}

.marketing-img-banner .slick-arrow {
  display: none !important;
}

.marketing-img-banner .slick-dots li:only-child {
  display: none;
}

.marketing-img-banner .slide-item .picture img {
  max-width: 680px;
  margin: 0 auto;
}

@media (max-width: 480px) {
  /* marketing img banner */
  .marketing-img-banner.mktBnr-orderHistory {
    margin: 0;
    padding: 15px;
  }
}

.otw_category {
  background-color: #fff;
}

.otw_category .breadcrumb {
  padding: 25px 0;
}

.otw_category .plp-actions .category-title {
  padding: 0;
  padding-bottom: 24px;
  margin-top: 20px;
}

.otw_category .plp-actions .category-title .title {
  font-weight: 500;
  font-size: 28px;
}

.otw_category .plp-actions .category-title .num {
  font-size: 14px;
}

.otw_category .plp-actions .action-btn-area {
  margin-bottom: 10px;
  height: auto;
}

.otw_category .plp-actions .filter-pc {
  padding: 18px 0 16px;
  border: none;
}

.otw_category .plp-actions .filter-pc .icon {
  width: 20px;
  height: 20px;
}

.otw_category .plp-actions .sort-select {
  margin-bottom: 7px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.otw_category .plp-actions .sort-select::before {
  top: inherit;
  bottom: 15px;
}

.otw_category .plp-actions .align-view-btn {
  justify-content: end;
}

.otw_category .plp-actions .align-view-btn .icon-list-three-align .icon {
  width: 22px;
  height: 22px;
}

.otw_category .plp-actions .align-view-btn .icon-list-four-align .icon {
  width: 22px;
  height: 22px;
}

.otw_category .product-tile-details {
  padding: 17px 20px;
}

.otw_category .product-tile-details .name {
  text-align: left;
  padding: 0;
  margin-bottom: 10px;
}

.otw_category .product-tile-details .name .text-link {
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0;
}

.otw_category .product-tile-details .price {
  text-align: left;
}

.otw_category .product-tile-details .price span {
  font-size: 14px;
  line-height: 14px;
  letter-spacing: 0;
}

.otw_category .plp-content .product-badges {
  margin-bottom: 0;
}

.otw_category .plp-content .product-badges .badge-text {
  text-align: left;
  color: #7f593b;
  font-size: 13px;
  text-transform: none;
  letter-spacing: 0;
  margin-bottom: 5px;
}

.pt_otw .otw-slider {
  position: relative;
  overflow: hidden;
}

.pt_otw .otw-slider .h2_title {
  padding: 50px 40px 25px;
  font-size: 20px;
}

.pt_otw .otw-slider .slide_img img {
  width: 100%;
}

.pt_otw .otw-slider .text-wrap {
  padding: 20px;
}

.pt_otw .otw-slider .text-wrap span {
  color: #141414;
}

.pt_otw .otw-slider .text-wrap span.title {
  display: block;
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 10px;
}

.pt_otw .otw-slider .text-wrap span.date {
  font-size: 14px;
  color: #757575;
}

.pt_otw .otw-slider .slider-nav {
  position: absolute;
  display: flex;
  width: 100%;
  justify-content: space-between;
  top: 50%;
  z-index: 1;
}

.pt_otw .otw-slider .slider-nav > div {
  position: relative;
  width: 40px;
  height: 40px;
  background-color: rgba(0, 0, 0, 0.5);
  text-align: center;
  line-height: 38px;
  transition: all ease 0.3s;
  cursor: pointer;
}

.pt_otw .otw-slider .slider-nav > div .icon {
  color: #fff;
  font-size: 18px;
}

.pt_otw .otw-product-slider {
  position: relative;
  overflow: hidden;
}

.pt_otw .otw-product-slider .h2_title {
  padding: 50px 40px 25px;
  font-size: 20px;
}

.pt_otw .otw-product-slider .product-detail {
  padding: 20px;
}

.pt_otw .otw-product-slider .product-detail .name {
  display: block;
  font-size: 16px;
  font-weight: bold;
  color: #2a2a2a;
  margin-bottom: 6px;
}

.pt_otw .otw-product-slider .product-detail .price {
  font-size: 14px;
  color: #2f2f2f;
}

.pt_otw .otw-product-slider .button-wrap {
  margin: 40px 0 50px;
}

.pt_otw .otw-product-slider .button-wrap .button {
  background-color: #141414;
  min-width: 200px;
  font-size: 15px;
}

.pt_otw .otw-product-slider .slider-nav {
  position: absolute;
  right: 40px;
  top: -45px;
  display: flex;
  gap: 20px;
}

.pt_otw .otw-product-slider .slider-nav .swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.pt_otw .otw_footer_contents {
  max-width: 1440px;
  padding: 0 70px;
  margin: 60px auto 150px;
}

.pt_otw .otw_footer_contents h2 {
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 20px;
}

.pt_otw .otw_footer_contents .desc {
  font-size: 15px;
  line-height: 1.5;
}

.pt_otw .otw_footer_contents .otw_store .otw_store_tab {
  margin-top: 20px;
}

.pt_otw .otw_footer_contents .otw_store .otw_store_tab .otw_store_tab_wrap {
  border-bottom: 1px solid #e5e5e5;
}

.pt_otw .otw_footer_contents .otw_store .otw_store_tab .otw_store_tab_wrap h3 {
  font-size: 16px;
  font-weight: bold;
}

.pt_otw .otw_footer_contents .otw_store .otw_store_tab .otw_store_tab_wrap .toggle-content {
  position: relative;
  padding-bottom: 20px;
}

.pt_otw .otw_footer_contents .otw_store .otw_store_tab .otw_store_tab_wrap .toggle-content dl {
  display: flex;
  width: 100%;
  justify-content: space-between;
  flex-flow: wrap;
  max-width: 450px;
}

.pt_otw .otw_footer_contents .otw_store .otw_store_tab .otw_store_tab_wrap .toggle-content dl dd {
  padding-left: 20px;
  width: 50%;
}

.pt_otw .otw_footer_contents .otw_store .otw_store_tab .otw_store_tab_wrap .toggle-content dl a {
  position: relative;
  display: inline-block;
  color: #141414;
  padding: 0;
  margin-bottom: 14px;
}

.pt_otw .otw_footer_contents .otw_store .otw_store_tab .otw_store_tab_wrap .toggle-content dl a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 100%;
  height: 1px;
  background-color: #141414;
}

.pt_otw .otw_footer_contents .otw_store .otw_store_tab .otw_store_tab_wrap .toggle-content .store-tip {
  display: none;
  position: absolute;
  left: 100px;
  top: 10px;
  padding: 18px;
  border: 1px solid #ccc;
  background-color: #fff;
  z-index: 1;
  line-height: 1.5;
}

.pt_otw .otw_footer_contents .otw_store .otw_store_tab .otw_store_tab_wrap .toggle-content .store-tip.on {
  display: block;
}

.pt_otw .otw_footer_contents .otw_store .otw_store_tab .otw_store_tab_wrap .toggle-content .store-tip::before {
  content: "";
  position: absolute;
  border-style: solid;
  border-width: 13px 8px 0;
  border-color: #fff transparent;
  display: block;
  width: 0;
  z-index: 1;
  margin-left: -8px;
  bottom: -13px;
  left: 15%;
}

.pt_otw .otw_footer_contents .otw_store .otw_store_tab .otw_store_tab_wrap .toggle-content .store-tip::after {
  content: "";
  position: absolute;
  border-style: solid;
  border-width: 13px 8px 0;
  border-color: #ccc transparent;
  display: block;
  width: 0;
  z-index: 0;
  margin-left: -8px;
  bottom: -14px;
  left: 15%;
}

.pt_otw .otw_footer_contents .otw_store .otw_store_tab .otw_store_tab_wrap .toggle-content .store-tip .title {
  font-weight: bold;
}

.pt_otw .otw_footer_contents .otw_store .otw_store_tab .otw_store_tab_wrap .toggle-content .store-tip a {
  color: #141414;
}

.pt_otw .otw_footer_contents .otw_vans {
  margin-top: 40px;
}

.pt_otw .toggle-box .toggle-label .icon.icon-more-up {
  display: none;
}

.pt_otw .toggle-box .toggle-label .icon.icon-more-down {
  display: block;
}

.pt_otw .toggle-box .toggle-label:after {
  background: none;
}

.pt_otw .toggle-box .toggle-content {
  display: none;
}

.pt_otw .toggle-box.active .toggle-label .icon.icon-more-up {
  display: block;
}

.pt_otw .toggle-box.active .toggle-label .icon.icon-more-down {
  display: none;
}

.pt_otw .toggle-box.active .toggle-content {
  display: block;
}

.otw_collection {
  margin-bottom: 200px;
}

.otw_collection img {
  width: 100%;
}

.otw_collection .otw_top_title {
  padding: 25px 40px;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: -0.5px;
}

.otw_collection .otw_top_title .otw_date {
  display: block;
  font-weight: normal;
}

.otw_collection .otw_desc {
  max-width: 1440px;
  margin: 0 auto;
  font-size: 24px;
  padding: 50px 0;
  line-height: 1.8;
  text-align: center;
  font-weight: 600;
}

.otw_collection .button_wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 50px 0;
}

.otw_collection .button_wrap .button {
  display: flex;
  min-width: 200px;
  padding: 0;
  background-color: #000;
  color: #fff;
  font-size: 15px;
  height: 50px;
  justify-content: center;
  align-items: center;
}

/* Tablet and bigger */
@media (max-width: 768px) {
  .otw_category .plp-actions {
    padding: 18px 16px;
  }
  .otw_category .plp-actions > .container {
    margin: 0;
  }
  .otw_category .plp-actions > .container .category-title {
    display: block;
    margin-top: 14px;
    padding-bottom: 0;
  }
  .otw_category .plp-actions > .container .category-title .title {
    font-size: 18px;
  }
  .otw_category .plp-actions > .container .category-title .num {
    font-size: 12px;
  }
  .otw_category .plp-actions .action-btn-area {
    width: auto;
    margin-bottom: 0;
  }
  .otw_category .plp-actions .filter-mobile {
    width: auto;
    height: auto;
    margin: 0;
    padding: 0;
    background: none;
  }
  .otw_category .plp-actions .filter-mobile .icon {
    position: relative;
    right: inherit;
    width: 18px;
    height: 18px;
    stroke: #141414;
  }
  .otw_category .plp-actions .sort-select {
    display: none;
  }
  .otw_category .plp-actions .filter-pc {
    display: none;
  }
  .otw_category .plp-container {
    padding: 0;
  }
  .otw_category .plp-grid {
    margin-left: -3px;
    margin-right: -3px;
  }
  .otw_category .product-tile-details {
    padding: 18px 16px 0;
    margin-top: 0;
  }
  .otw_category .product-tile-details .name {
    margin-bottom: 5px;
  }
  .otw_category .product-tile-details .name .text-link {
    font-size: 13px;
  }
  .otw_category .product-tile-details .price {
    text-align: left;
  }
  .otw_category .product-tile-details .price span {
    font-size: 13px;
    line-height: 13px;
  }
  .otw_category .plp-grid-item {
    padding-left: 3px;
    padding-right: 3px;
  }
  .otw_category .plp-content .product-badges .badge-text {
    font-size: 12px;
  }
  .pt_otw .otw-slider .h2_title {
    padding: 50px 16px 15px;
    font-size: 15px;
  }
  .pt_otw .otw-slider .text-wrap {
    padding: 18px 16px;
  }
  .pt_otw .otw-slider .text-wrap span.title {
    font-size: 16px;
  }
  .pt_otw .otw-slider .text-wrap span.date {
    font-size: 12px;
  }
  .pt_otw .otw_footer_contents {
    padding: 0 16px;
  }
  .pt_otw .otw_footer_contents h2 {
    font-size: 20px;
    margin-bottom: 15px;
  }
  .pt_otw .otw_footer_contents .desc {
    font-size: 14px;
  }
  .pt_otw .otw_footer_contents .otw_store .otw_store_tab {
    margin-top: 10px;
  }
  .pt_otw .otw_footer_contents .otw_store .otw_store_tab .otw_store_tab_wrap h3 {
    font-size: 15px;
  }
  .pt_otw .otw_footer_contents .otw_store .otw_store_tab .otw_store_tab_wrap .toggle-content dl {
    white-space: pre;
    flex-wrap: nowrap;
  }
  .pt_otw .otw_footer_contents .otw_store .otw_store_tab .otw_store_tab_wrap .toggle-content dl dd {
    width: 57%;
  }
  .pt_otw .otw_footer_contents .otw_store .otw_store_tab .otw_store_tab_wrap .toggle-content a {
    padding: 8px 0;
    font-size: 13px;
  }
  .pt_otw .otw_footer_contents .otw_store .otw_store_tab .otw_store_tab_wrap .toggle-content a::after {
    bottom: 5px;
  }
  .pt_otw .otw_footer_contents .otw_store .otw_store_tab .otw_store_tab_wrap .toggle-content .store-tip {
    font-size: 12px;
  }
  .pt_otw .otw-product-slider .h2_title {
    padding: 50px 16px 15px;
    font-size: 15px;
  }
  .pt_otw .otw-product-slider .product-detail {
    padding: 18px 16px;
  }
  .pt_otw .otw-product-slider .product-detail span.name {
    font-size: 15px;
  }
  .pt_otw .otw-product-slider .product-detail span.price {
    font-size: 12px;
  }
  .pt_otw .otw-product-slider .button-wrap {
    margin: 40px 0 0px;
    padding: 0 18px;
  }
  .pt_otw .otw-product-slider .button-wrap .button {
    padding: 16px 25px;
    min-width: 100%;
  }
  .otw_collection {
    margin-bottom: 100px;
  }
  .otw_collection .otw_top_title {
    padding: 20px;
    font-size: 16px;
  }
  .otw_collection .otw_desc {
    word-break: keep-all;
    font-size: 16px;
    padding: 45px 20px;
  }
  .otw_collection .button_wrap {
    padding: 30px 20px;
  }
  .otw_collection .button_wrap .button {
    width: 100%;
    padding: 0;
    background-color: #000;
    color: #fff;
    font-size: 15px;
    height: 50px;
  }
}

/*# sourceMappingURL=src/common.css.map */

@charset "UTF-8";
@import url(//fonts.googleapis.com/earlyaccess/notosanskr.css);
.olapic * {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.njot-row {
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  max-width: 70.5em;
  width: 100%; }

.njot-row .njot-row {
  margin-left: 0;
  margin-right: 0;
  max-width: none;
  width: auto; }

.njot-row:before, .njot-row:after {
  content: " ";
  display: table; }

.njot-row:after {
  clear: both; }

.njot-column, .njot-columns {
  padding-left: .625em;
  padding-right: .625em;
  width: 100%;
  float: left;
  position: relative; }

[class*="column"] + [class*="column"]:last-child {
  float: right; }

@media only screen and (min-width: 640px) {
  .medium-7 {
    width: 56.33333%; }

  .medium-5 {
    width: 41.66667%; } }
#main-image {
  display: inline-block; }

.njot-box-video {
  visibility: visible;
  margin: auto;
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: auto;
  height: 100%;
  max-width: 3000px; }

.njot-box-video-wrap {
  position: absolute;
  z-index: -1;
  top: 0px;
  left: 0px;
  bottom: 0px;
  right: 0px;
  overflow: hidden;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%; }

#shop-now-btn {
  display: block;
  margin: 0 auto;
  padding: 1.3em 5em;
  text-decoration: none; }

.gallery-hero.gallery-footer .medium-5 {
  padding-top: 5%;
  padding-bottom: 5%; }

@media only screen and (min-width: 640px) {
  .njot-column.medium-centered, .njot-columns.medium-centered {
    margin-left: auto;
    margin-right: auto;
    float: none !important; } }
.gallery-hero.gallery-footer .medium-5 {
  padding-top: 5%;
  padding-bottom: 5%;
  padding-left: .625em;
  padding-right: .625em; }

.shop-all-btn-wrap {
  margin: 0 auto; }

.shop-all-btn {
  box-sizing: border-box;
  border-style: none;
  border-width: 1px;
  cursor: pointer;
  font-weight: 500;
  line-height: normal;
  margin: 0 0 1.25em;
  position: relative;
  text-decoration: none;
  text-align: center;
  display: inline-block;
  padding-top: .9375em;
  padding-bottom: 1em;
  font-size: 1em;
  background-color: #C9192E;
  border-color: #9c1324;
  color: #fff;
  text-transform: uppercase;
  padding-left: .9375em;
  padding-right: .9375em;
  width: 100%; }
  .shop-all-btn:hover {
    color: #fff; }

#classicHomepageBoxes {
  position: relative; }

#classicHomepageHeader .classic-header-block .button {
  display: inline-block; }

#classicHeader {
  width: 100%;
  display: inline-block;
  overflow: hidden;
  background: url("/cmsstatic/njot-bg-repeat.jpeg") repeat;
  min-height: 400px; }
  #classicHeader canvas {
    position: relative;
    transform: translateX(-50%);
    left: 50%; }

#classicBoxes {
  display: inline-block;
  width: 100%;
  position: relative;
  left: 50%;
  top: -2px;
  transform: translateX(-50%);
  background: url("//images.vans.com/is/image/VansBrand/s18-njot-bg-repeat?wid=445") repeat; }

.classic-elements {
  display: none; }

.classic-boxes {
  display: inline-block;
  width: 100%;
  position: relative;
  z-index: 2;
  overflow: hidden;
  vertical-align: top;
  top: -1px;
  background: transparent; }

.classic-checker-border {
  position: relative;
  display: inline-block;
  float: left;
  width: 100%;
  top: -2px;
  height: 15px;
  margin: 0 0 -2px 0;
  background: url("//images.vans.com/is/image/VansBrand/njot-checker-border?wid=900&fmt=png-alpha") center center repeat; }

.gallery-hero {
  display: inline-block;
  width: 100%;
  position: relative;
  z-index: 3;
  background: transparent;
  color: #000;
  background: #fff;
  padding: 40px 0;
  text-align: center;
  vertical-align: top; }
  @media only screen and (max-width: 888px) {
    .gallery-hero {
      padding: 15px 0 20px 0; } }
  .gallery-hero.gallery-footer {
    padding: 10px 0;
    background: transparent; }
    .gallery-hero.gallery-footer a {
      margin-bottom: 0; }
    .gallery-hero.gallery-footer .medium-5 {
      padding-top: 5%;
      padding-bottom: 5%; }
  .gallery-hero h1 {
    font-family: "Apple SD Gothic Neo", Apple SD Gothic Neo, Arial, sans-serif, "Noto Sans KR", sans-serif;
    font-size: 3em;
    margin-bottom: 0;
    text-transform: uppercase;
    color: #000;
    letter-spacing: .03em; }
    @media only screen and (max-width: 510px) {
      .gallery-hero h1 {
        font-size: 2.5em; } }
    @media only screen and (max-width: 385px) {
      .gallery-hero h1 {
        font-size: 3em;
        line-height: 1em;
        margin-bottom: 10px; } }
  .gallery-hero h2 {
    font-family: "Apple SD Gothic Neo", Apple SD Gothic Neo, Arial, sans-serif, "Noto Sans KR", sans-serif;
    font-size: 1.875em;
    font-weight: 400;
    margin-top: 0;
    color: #000;
    text-transform: uppercase; }
    .gallery-hero h2 img {
      filter: invert(0); }
    @media only screen and (max-width: 999px) {
      .gallery-hero h2 {
        font-size: 1.65em; } }
    @media only screen and (max-width: 888px) {
      .gallery-hero h2 {
        font-size: 1.35em; } }
    @media only screen and (max-width: 600px) {
      .gallery-hero h2 {
        font-size: 1.65em; } }
    @media only screen and (max-width: 510px) {
      .gallery-hero h2 {
        font-size: 1.5em; } }
    @media only screen and (max-width: 385px) {
      .gallery-hero h2 {
        font-size: 1.15em;
        margin-top: 1px; } }
  .gallery-hero h3 {
    font-family: "Apple SD Gothic Neo", Apple SD Gothic Neo, Arial, sans-serif, "Noto Sans KR", sans-serif;
    font-size: 1em;
    margin-bottom: 0;
    text-transform: none !important;
    color: #000;
    box-sizing: border-box;
    padding: 0 20px;
    text-align: center;
    font-weight: normal;
    line-height: 1.6;
    letter-spacing: .03em; }
    @media only screen and (max-width: 510px) {
      .gallery-hero h3 {
        font-size: 0.8em; } }
    @media only screen and (max-width: 385px) {
      .gallery-hero h3 {
        font-size: 0.8em;
        line-height: 1em;
        margin-bottom: 10px; } }

.classic-block-item {
  position: absolute;
  display: inline-block;
  border: 0px solid transparent;
  overflow: hidden;
  width: 300px;
  height: 300px;
  background-color: transparent;
  background-size: cover;
  text-align: center;
  cursor: pointer;
  box-sizing: border-box;
  transition: border-width 0.2s ease, border-image-width 0.2s ease; }
  .classic-block-item .white-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0%;
    left: 0;
    z-index: 1;
    background: #fff;
    transition: top 0.2s ease; }
  .classic-block-item .hidden-img {
    display: none; }
  .classic-block-item.classic-shoe .bg-base {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    background: transparent;
    transition: top 0.2s ease; }
  .classic-block-item.classic-shoe .bg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 100%;
    left: 0;
    z-index: 2;
    background: rgba(0, 0, 0, 0.5);
    transition: top 0.2s ease; }
  .classic-block-item.classic-shoe .cs-shoe {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    z-index: 4;
    width: 80%;
    opacity: 0; }
    @media only screen and (max-width: 440px) {
      .classic-block-item.classic-shoe .cs-shoe {
        width: 70%; } }
  .classic-block-item.classic-shoe .cs-info {
    position: absolute;
    bottom: 45px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 4; }
    @media only screen and (max-width: 1024px) {
      .classic-block-item.classic-shoe .cs-info {
        bottom: 20px; } }
    @media only screen and (max-width: 760px) {
      .classic-block-item.classic-shoe .cs-info {
        bottom: 15px;
        width: 80%; } }
    .classic-block-item.classic-shoe .cs-info strong {
      display: inline-block;
      width: 100%;
      font-size: 12px;
      font-weight: 300;
      text-transform: uppercase;
      color: #000;
      transition: color 0.2s ease;
      font-family: "Apple SD Gothic Neo", Apple SD Gothic Neo, Arial, sans-serif, "Noto Sans KR", sans-serif;
      line-height: 16px;
      margin-bottom: 3px; }
    .classic-block-item.classic-shoe .cs-info span {
      display: inline-block;
      width: 100%;
      font-size: 12px;
      font-weight: 300;
      color: #ff0029;
      transition: color 0.2s ease;
      font-family: "Apple SD Gothic Neo", Apple SD Gothic Neo, Arial, sans-serif, "Noto Sans KR", sans-serif; }
  .classic-block-item.classic-shoe:hover .cs-info strong {
    color: #fff; }
  .classic-block-item.classic-shoe:hover .cs-info span {
    color: #fff; }
  .classic-block-item.classic-dual .bg-base {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    background: transparent;
    transition: top 0.2s ease; }
  .classic-block-item.classic-dual .bg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 100%;
    left: 0;
    z-index: 2;
    background: rgba(0, 0, 0, 0.5);
    transition: top 0.2s ease; }
  .classic-block-item.classic-dual .cs-shoe {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    z-index: 4;
    width: 80%;
    opacity: 0; }
    @media only screen and (max-width: 440px) {
      .classic-block-item.classic-dual .cs-shoe {
        width: 70%; } }
  .classic-block-item.classic-dual .cs-info {
    position: absolute;
    bottom: 45px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 4; }
    @media only screen and (max-width: 1024px) {
      .classic-block-item.classic-dual .cs-info {
        bottom: 20px; } }
    @media only screen and (max-width: 760px) {
      .classic-block-item.classic-dual .cs-info {
        bottom: 20px; } }
    .classic-block-item.classic-dual .cs-info strong {
      display: inline-block;
      width: 100%;
      font-size: 12px;
      font-weight: 300;
      text-transform: uppercase;
      color: #000;
      transition: color 0.2s ease;
      font-family: "Apple SD Gothic Neo", Apple SD Gothic Neo, Arial, sans-serif, "Noto Sans KR", sans-serif; }
    .classic-block-item.classic-dual .cs-info span {
      display: inline-block;
      width: 100%;
      font-size: 12px;
      font-weight: 300;
      color: #ff0029;
      transition: color 0.2s ease;
      font-family: "Apple SD Gothic Neo", Apple SD Gothic Neo, Arial, sans-serif, "Noto Sans KR", sans-serif; }
  .classic-block-item.classic-dual:hover .cs-info strong {
    color: #000; }
  .classic-block-item.classic-dual:hover .cs-info span {
    color: #ff0029; }
  .classic-block-item.classic-social .bg, .classic-block-item.classic-video .bg, .classic-block-item.classic-style .bg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 2;
    background-color: #ffffff;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    opacity: 0;
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    -o-transition: transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease; }
  .classic-block-item.classic-social .vid-bg, .classic-block-item.classic-video .vid-bg, .classic-block-item.classic-style .vid-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 3; }
  .classic-block-item.classic-social {
    background-image: url("//images.vans.com/is/image/VansBrand/h17-njot-border-box?wid=400");
    border-image: url("//images.vans.com/is/image/VansBrand/h17-njot-border-box?wid=400") 20 stretch;
    -webkit-border-image: url("//images.vans.com/is/image/VansBrand/h17-njot-border-box?wid=400") 20 stretch; }
    .classic-block-item.classic-social:hover {
      opacity: 0.9; }
  .classic-block-item.classic-style:hover .bg {
    -webkit-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1); }
  .classic-block-item.classic-video {
    cursor: pointer;
    width: 75%; }
    .classic-block-item.classic-video.playing {
      cursor: auto; }
    .classic-block-item.classic-video:hover {
      border-width: 0px; }
      @media only screen and (max-width: 760px) {
        .classic-block-item.classic-video:hover {
          border-width: 0px; } }
    .classic-block-item.classic-video .cs-vid-close {
      cursor: pointer;
      position: absolute;
      display: none;
      z-index: 99999;
      top: 0;
      right: 0;
      width: 70px;
      height: 70px;
      background: url("/cmsstatic/njot-video-close.gif") center center no-repeat;
      opacity: 0; }
    .classic-block-item.classic-video .cs-vid-frame {
      position: absolute;
      display: none;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: 10; }
      .classic-block-item.classic-video .cs-vid-frame iframe {
        border: 0;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%; }
    .classic-block-item.classic-video .bg {
      cursor: pointer; }
    .classic-block-item.classic-video .cs-play-but {
      transform: matrix(1, 0, 0, 1, -48.5, -53);
      background: transparent;
      position: absolute;
      z-index: 5;
      bottom: -30px;
      left: 60px;
      max-width: 100%; }
  .classic-block-item.classic-gif-maker:hover, .classic-block-item.classic-head:hover {
    border-width: 0; }
  .classic-block-item.bg-dark.classic-shoe .cs-info strong:hover {
    color: #fff; }
  .classic-block-item.bg-dark.classic-shoe .cs-info span:hover {
    color: #fff; }
  .classic-block-item:hover .bg {
    top: 0%; }

.spinner {
  width: 70px;
  text-align: center;
  top: 50%;
  left: 50%;
  z-index: 100;
  position: absolute;
  transform: translateX(-50%) translateY(-50%); }
  .spinner > div {
    width: 18px;
    height: 18px;
    background-color: #333;
    border-radius: 100%;
    display: inline-block;
    -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
    animation: sk-bouncedelay 1.4s infinite ease-in-out both; }
  .spinner .bounce1 {
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s; }
  .spinner .bounce2 {
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s; }

.classic-spinner {
  position: absolute;
  display: inline-block;
  top: 200px;
  left: 50%;
  transform: translateX(-50%) translateY(0);
  z-index: 1; }

@-webkit-keyframes sk-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0); }
  40% {
    -webkit-transform: scale(1); } }
@keyframes sk-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0); }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1); } }
.category-header-subhead {
  text-align: center;
  color: #b90000;
  font-weight: 800;
  font-family: "Apple SD Gothic Neo", Apple SD Gothic Neo, Arial, sans-serif, "Noto Sans KR", sans-serif;
  line-height: 1em;
  text-transform: uppercase; }

.category-subnav-container {
  display: inline-block;
  width: 100%;
  top: -1px; }

.category-subnav {
  display: inline-block;
  float: left;
  height: 66px;
  padding: 0px !important;
  position: relative;
  text-align: center;
  background: #000;
  width: 100%; }
  @media only screen and (max-width: 375px) {
    .category-subnav {
      box-shadow: 0 2px 1px 0 rgba(0, 0, 0, 0.25); } }
  @media screen and (min-width: 1025px) {
    .category-subnav {
      height: 50px;
      padding-top: inherit;
      overflow: hidden; } }
  @media only screen and (max-width: 1024px) {
    .category-subnav {
      height: auto;
      padding: 0 !important; } }
  .category-subnav .subnav-logo {
    display: none;
    position: absolute;
    left: 20px;
    top: 20px;
    width: auto;
    font-family: "Apple SD Gothic Neo", Apple SD Gothic Neo, Arial, sans-serif, "Noto Sans KR", sans-serif;
    font-style: normal;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 1.15rem; }
  .category-subnav nav {
    height: 100%;
    z-index: 90;
    width: 100%;
    max-width: 1400px;
    text-align: center;
    position: relative;
    padding: 0;
    display: flex;
    left: 50%;
    transform: translateX(-50%);
    vertical-align: top; }
    @media only screen and (max-width: 1024px) {
      .category-subnav nav {
        display: inline-block; } }
    .category-subnav nav .nav-sections {
      list-style-type: none;
      margin: 0;
      padding: 0;
      position: relative;
      z-index: 100;
      align-items: center;
      flex-grow: 1;
      flex-shrink: 1; }
      @media only screen and (max-width: 1024px) {
        .category-subnav nav .nav-sections {
          width: 100%; } }
      .category-subnav nav .nav-sections a {
        display: inline-block;
        background: #000;
        text-align: center;
        color: #fff;
        transition: all 0.25s ease;
        padding: 0 10px 0 0;
        font-weight: bold;
        font-family: "Apple SD Gothic Neo", Apple SD Gothic Neo, Arial, sans-serif, "Noto Sans KR", sans-serif;
        text-transform: uppercase;
        letter-spacing: .07em; }
        @media only screen and (max-width: 1024px) {
          .category-subnav nav .nav-sections a {
            display: inline-block;
            width: 100%;
            padding: 5px 0; } }
        .category-subnav nav .nav-sections a.on {
          background: #000;
          color: #ff0029;
          background-size: contain; }
        @media only screen and (max-width: 375px) {
          .category-subnav nav .nav-sections a {
            padding: 0.75em; } }
        .category-subnav nav .nav-sections a:first-of-type {
          border-top: 1px solid rgba(0, 0, 0, 0.1); }
          @media screen and (min-width: 1025px) {
            .category-subnav nav .nav-sections a:first-of-type {
              border-top: none; } }
        .category-subnav nav .nav-sections a.sort-large a {
          font-size: 1em;
          font-weight: 700; }
        .category-subnav nav .nav-sections a:hover {
          color: #ff0029; }
        .category-subnav nav .nav-sections a.sort-link {
          outline: none; }
          .category-subnav nav .nav-sections a.sort-link a {
            outline: none; }
          .category-subnav nav .nav-sections a.sort-link:hover {
            color: #ff0029; }
        .category-subnav nav .nav-sections a.btn-find-shop {
          background: none;
          border: 2px solid #000000;
          color: #000000;
          padding: 5px; }
          @media only screen and (max-width: 1024px) {
            .category-subnav nav .nav-sections a.btn-find-shop {
              background: #fff;
              border: none; } }
          .category-subnav nav .nav-sections a.btn-find-shop:hover {
            background: #000000;
            color: #ffffff; }
          .category-subnav nav .nav-sections a.btn-find-shop.shop-all {
            background: #b90000;
            color: #fff;
            box-sizing: border-box;
            height: 100%;
            padding: 0.95em 1.5em;
            border: 2px solid #b90000; }
            .category-subnav nav .nav-sections a.btn-find-shop.shop-all:hover {
              background-color: #000;
              color: #ff0029; }
          .category-subnav nav .nav-sections a.btn-find-shop a {
            color: inherit; }
            @media only screen and (max-width: 1024px) {
              .category-subnav nav .nav-sections a.btn-find-shop a {
                color: inherit;
                padding: 0.5em 1em; } }
      .category-subnav nav .nav-sections.nav-left {
        display: flex;
        justify-items: flex-start;
        width: 50%;
        padding: 0 0 0 15px; }
        .category-subnav nav .nav-sections.nav-left a:after {
          content: "/";
          padding: 0 0 0 10px; }
        .category-subnav nav .nav-sections.nav-left a:last-child:after {
          content: ""; }
        @media only screen and (max-width: 1024px) {
          .category-subnav nav .nav-sections.nav-left {
            padding: 0;
            display: none;
            width: 100%; }
            .category-subnav nav .nav-sections.nav-left a:after {
              content: "";
              padding: 0; }
            .category-subnav nav .nav-sections.nav-left a:last-child:after {
              content: ""; } }
      .category-subnav nav .nav-sections.nav-right {
        display: flex;
        width: 50%;
        justify-content: flex-end;
        justify-items: flex-end;
        box-sizing: border-box;
        padding: 0 15px 0 0; }
        @media only screen and (max-width: 1024px) {
          .category-subnav nav .nav-sections.nav-right {
            padding: 0;
            width: 100%; } }
    .category-subnav nav .mobile-btn {
      width: 95%;
      box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.4);
      display: none;
      font-weight: 700;
      font-size: 1em;
      text-align: center;
      background: #b90000;
      padding: 0.75em 1em;
      position: relative;
      color: #fff;
      text-transform: uppercase;
      margin-top: 4px; }
      @media only screen and (max-width: 1024px) {
        .category-subnav nav .mobile-btn {
          display: inline-block;
          width: 95%; } }
      @media only screen and (max-width: 1024px) {
        .category-subnav nav .mobile-btn {
          background: none;
          box-shadow: none; } }
      .category-subnav nav .mobile-btn a {
        color: inherit; }
        @media only screen and (max-width: 1024px) {
          .category-subnav nav .mobile-btn a {
            color: #fff;
            font-size: 1.15rem; } }
      .category-subnav nav .mobile-btn img {
        display: inline-block;
        width: 19px;
        margin-left: 10px;
        margin-top: -1px;
        filter: invert(100%); }
        @media only screen and (max-width: 1024px) {
          .category-subnav nav .mobile-btn img {
            margin-top: -5px; } }
  .category-subnav.category-subnav-scrolled {
    background: black;
    box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.5);
    position: fixed;
    z-index: 999;
    top: -50px;
    -webkit-transform: translateY(50px);
    -moz-transform: translateY(50px);
    -ms-transform: translateY(50px);
    transform: translateY(50px);
    transition: transform 500ms ease, background 500ms ease;
    -webkit-transition: transform 500ms ease, background 500ms ease;
    -moz-transition: transform 500ms ease, background 500ms ease; }
    @media only screen and (min-width: 1025px) {
      .category-subnav.category-subnav-scrolled {
        height: 50px; }
        .category-subnav.category-subnav-scrolled .subnav-logo {
          display: inline-block; } }

.js-media-query {
  float: left; }
  @media only screen and (max-width: 1024px) {
    .js-media-query {
      float: none; } }

.no-touch .category-subnav nav ul li.active a, .no-touch .category-subnav nav ul li:hover a, .no-touch .category-subnav nav ul li:active a, .no-touch .category-subnav nav ul li:focus a {
  color: inherit; }
.no-touch .category-subnav nav ul li:nth-last-child(2) {
  margin-right: 5px; }
.no-touch .category-subnav nav ul li:nth-last-child(3) {
  margin-right: 2px; }

.vans-loading {
  display: inline-block;
  top: 50%;
  left: 50%;
  z-index: 100;
  position: absolute;
  transform: translateX(-50%) translateY(-50%);
  width: 200px; }

.vans-loading .dot {
  visibility: hidden; }

.vans-loading svg {
  width: 100%; }

@font-face {
  font-family: olapic-icons;
  src: local("☺"), url("//photorankstatics-a.akamaihd.net/static/fonts/sdk/olapic-icons.eot?#iefixfcu9v2") format("embedded-opentype"), url("//photorankstatics-a.akamaihd.net/static/fonts/sdk/olapic-icons.woff?fcu9v2") format("woff"), url("//photorankstatics-a.akamaihd.net/static/fonts/sdk/olapic-icons.ttf?fcu9v2") format("truetype"), url(//photorankstatics-a.akamaihd.net/static/fonts/sdk/olapic-icons.svg?fcu9v2#wall-icons) format("svg");
  font-weight: 400;
  font-style: normal; }
[class*=" olapic-icon-"],
[class^=olapic-icon-] {
  font-family: olapic-icons;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.olapic-icon-volume-up::before {
  content: "\e611"; }

.olapic-icon-volume-down::before {
  content: "\e612"; }

.olapic-icon-exclamation-sign::before {
  content: "\e617"; }

.olapic-icon-dropbox_uploader::before {
  content: "\e60e"; }

.olapic-icon-remove::before {
  content: "\e60f"; }

.olapic-icon-youtube::before {
  content: "\e610"; }

.olapic-icon-vine::before {
  content: "\e613"; }

.olapic-icon-email_uploader::before {
  content: "\e614"; }

.olapic-icon-harddrive::before {
  content: "\e615"; }

.olapic-icon-flickr::before {
  content: "\e616"; }

.olapic-icon-googleplus::before {
  content: "\e60d"; }

.olapic-icon-desktop::before {
  content: "\e60c"; }

.olapic-icon-instagram::before {
  content: "\e60b"; }

.olapic-icon-arrow-top::before {
  content: "\e60a"; }

.olapic-icon-twitter::before {
  content: "\e609"; }

.olapic-icon-pinterest::before {
  content: "\e608"; }

.olapic-icon-facebook::before {
  content: "\e607"; }

.olapic-icon-square::before {
  content: "\e600"; }

.olapic-icon-check::before {
  content: "\e601"; }

.olapic-icon-arrow-right::before {
  content: "\e602"; }

.olapic-icon-arrow-left::before {
  content: "\e603"; }

.olapic-icon-list::before {
  content: "\e604"; }

.olapic-icon-grid::before {
  content: "\e605"; }

.olapic-icon-filter::before {
  content: "\e606"; }

.olapic-icon-email_uploader,
.olapic-icon-harddrive,
.olapic-icon-desktop {
  color: #2b2b2b; }

.olapic-icon-instagram {
  color: #06365f; }

.olapic-icon-facebook {
  color: #3b559f; }

.olapic-icon-twitter {
  color: #5ea9dd; }

.olapic-icon-vine {
  color: #55be95; }

.olapic-icon-flickr {
  color: #0063db; }

.olapic-icon-dropbox {
  color: #3277e3; }

.olapic-icon-youtube {
  color: #e90000; }

.olapic-icon-googleplus {
  color: #da2713; }

.olapic-icon-pinterest {
  color: #c9232d; }

#viewer-wrapper-njot {
  position: relative;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  z-index: 9;
  opacity: 0; }

.olapic .olapic-spinner {
  position: absolute;
  top: 150px;
  filter: invert(1);
  left: 50%;
  transform: translateX(-50%);
  z-index: 5; }

.olapic .olapic-viewer-overlay-2 .olapic-bg-click {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%; }

.olapic .olapic-viewer-overlay-2 {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999;
  overflow: auto;
  display: none;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8); }

.olapic .viewer-container {
  position: relative;
  top: 20px;
  z-index: 2;
  background-color: #fff; }

.olapic .viewer-previous,
.olapic .viewer-next {
  cursor: pointer;
  position: absolute;
  top: 0;
  float: left;
  display: block;
  width: 50px;
  height: 100%; }

.olapic .viewer-nav-empty,
.olapic .viewer-nav-empty {
  display: none; }

.olapic .viewer-next {
  right: 0; }

.olapic .viewer-previous a,
.olapic .viewer-next a {
  position: absolute;
  top: 325px;
  display: block;
  vertical-align: middle;
  width: 50px;
  height: 80px;
  margin-top: -40px;
  text-decoration: none;
  color: #FFF;
  font-size: 3em;
  text-align: center;
  text-shadow: 0 0 12px rgba(0, 0, 0, 0.6);
  -moz-text-shadow: 0 0 12px rgba(0, 0, 0, 0.6);
  -webkit-text-shadow: 0 0 12px rgba(0, 0, 0, 0.6); }

.olapic .viewer-previous a:hover,
.olapic .viewer-next a:hover {
  color: #A9A9A9;
  text-decoration: none; }

.olapic .viewer-previous a {
  left: 0; }

.olapic .viewer-next a {
  right: 0; }

.olapic .viewer-previous a i,
.olapic .viewer-next a i {
  width: 50px;
  background: none; }

.olapic .viewer-previous a i::before,
.olapic .viewer-next a i::before {
  margin-top: 18px;
  margin-right: 0 !important;
  margin-left: 0 !important; }

.olapic .no-prev-photo .viewer-previous,
.olapic .no-next-photo .viewer-next {
  display: none; }

.olapic .viewer-close {
  position: absolute;
  top: 6px;
  right: 10px;
  z-index: 999999;
  display: block;
  font-size: 1.2em;
  text-decoration: none;
  color: #dddddd; }
  @media only screen and (max-width: 760px) {
    .olapic .viewer-close {
      top: 15px;
      right: 15px; } }

.olapic .viewer-close i {
  display: block;
  margin-left: -4px;
  text-align: center;
  background: none; }

.olapic .viewer-close:hover {
  text-decoration: none;
  color: #2b2b2b; }

.olapic .viewer-column-left {
  padding: 0;
  overflow: hidden;
  background: url("//photorankstatics-a.akamaihd.net/static/images/Viewer2/olapic/subtle_grunge.png"); }

@media only screen and (max-width: 760px) {
  .olapic .viewer-column-right {
    padding-left: 20px;
    padding-right: 20px; } }

.olapic .featured-photo {
  position: relative;
  display: table-cell;
  float: left;
  width: 100%;
  vertical-align: middle;
  margin: -1px auto 0 auto;
  background: url("//photorankstatics-a.akamaihd.net/static/images/Viewer2/olapic/loader_48.gif") no-repeat 50% 50%; }

.olapic .featured-photo img {
  width: 100%;
  min-width: 100%;
  max-height: 100%;
  margin: 0 auto;
  vertical-align: middle;
  border: 0; }

.olapic .viewer-video-controls {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 100;
  width: 65px;
  height: 68px;
  margin: -34px 0 0 -32px;
  background: url("//photorankstatics-a.akamaihd.net/static/images/Viewer2/olapic/video-controls.png") no-repeat -38px -30px;
  cursor: pointer; }

.olapic .featured-photo .videoplayer > video {
  width: 569px !important; }

.olapic .featured-photo .videoplayer p {
  position: absolute;
  bottom: 0;
  z-index: 99999999;
  margin: 0 0 18px;
  padding: 5px 20px;
  text-align: left;
  font-size: 1.3em;
  line-height: 1.25em;
  color: #FFF;
  background-color: rgba(0, 0, 0, 0.7); }

.olapic .featured-photo .type-image {
  display: none; }

.olapic .featured-photo .sound-video {
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 99999999;
  width: 36px;
  height: 36px;
  display: block;
  text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.7);
  font-size: 1.4em;
  color: #FFF;
  cursor: pointer; }

.olapic .sound-video i {
  position: absolute; }

a.report-photo {
  z-index: 500;
  width: 26px;
  height: 26px;
  box-sizing: border-box;
  box-sizing: padding-box;
  -moz-box-sizing: padding-box;
  -webkit-box-sizing: padding-box;
  text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.7);
  color: #a8a8a8;
  font-size: 1.2em; }

a.report-photo {
  position: absolute;
  bottom: 10px;
  right: 10px;
  padding-top: 4px; }

a.report-photo:hover {
  text-decoration: none;
  color: #FFF; }

.olapic .icon-olapic {
  width: 23px;
  height: 26px; }

.olapic .author {
  float: left;
  width: 100%;
  margin: 26px 0 20px 0; }

.olapic .author-info {
  float: left;
  width: 100%;
  margin: 0 0 10px;
  text-decoration: none; }

.olapic .author-info:hover .author-handlename,
.olapic .author-info:hover .author-realname {
  color: #E42A67; }

.olapic .author-source-twitter .author-realname:before {
  content: '@';
  margin: 0 2px 0 0; }

.olapic .author-info:hover .icon-source {
  text-decoration: none; }

.olapic .author-avatar {
  float: left;
  width: 50px;
  height: 50px;
  margin: 0 6px 0 0;
  border: 0;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px; }

.olapic .author-avatar img {
  width: 100%; }

.olapic .icon-source {
  float: left;
  vertical-align: sub;
  width: 30px;
  height: 30px;
  margin: 4px 6px 4px 0;
  text-decoration: none;
  font-size: 1.6em;
  text-align: center;
  background: none; }

.olapic .author-names {
  float: left;
  width: 240px;
  margin: 4px 0 0 0; }

.olapic .author-handlename,
.olapic .author-realname {
  float: left;
  width: 100%;
  color: #2b2b2b; }

.olapic .author-handlename {
  display: block;
  overflow: hidden;
  margin: 0 0 4px 0;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-weight: bold; }

.olapic .author-realname {
  font-size: .8em;
  text-decoration: none; }

.olapic .photo-caption-2 {
  clear: both;
  width: 100%;
  min-height: 40px;
  max-height: 60px;
  overflow: hidden;
  margin: 0;
  padding: 0;
  font-size: 0.82em;
  letter-spacing: .04em;
  color: #a9a9a9; }

.olapic .tw-actions {
  float: left;
  height: 26px;
  width: 100%; }

.olapic a.twitter-action {
  display: inline-block;
  z-index: 999;
  width: 26px;
  height: 26px;
  box-sizing: border-box;
  box-sizing: padding-box;
  -moz-box-sizing: padding-box;
  -webkit-box-sizing: padding-box;
  color: #a8a8a8;
  font-size: 1.2em;
  text-shadow: 0 0 4px rgba(0, 0, 0, 0.7); }

.olapic a.tw-reply,
.olapic a.tw-retweet,
.olapic a.tw-favorite {
  background-position: 50% 50%;
  background-repeat: no-repeat; }

.olapic a.tw-reply {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA2ZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDowMTgwMTE3NDA3MjA2ODExQTQxQUNFN0NCOEMyNEMzNiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpERjc3MUUwRjQ5QzkxMUUwQTJGN0YyQzFDMzFCQjZCMyIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpERjc3MUUwRTQ5QzkxMUUwQTJGN0YyQzFDMzFCQjZCMyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M1IE1hY2ludG9zaCI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjAxODAxMTc0MDcyMDY4MTFBNDFBQ0U3Q0I4QzI0QzM2IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjAxODAxMTc0MDcyMDY4MTFBNDFBQ0U3Q0I4QzI0QzM2Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+Zo1TdAAAALFJREFUeNpi/P//PwMlgImBQkCxAQwgL8AwOkhLS2vApRaGcboAXTNJXiBWMwgwIjudkZERl+YPQPwAiE/MmjXrBcw7GAakp6cTY/MGoCEXYPpQvACUwGYAyOYfSPwAoCsFcIYBuiFA/gIg7gAyV0C9AgIGeAMRm0uAYjeA1AIoV4FgQsJhyAeSUiK6IUC/GyCFC2lJGaiZA0g5QKPyAEychYRUDzJgAbo3GCnNzgABBgAiV2EnaEmOjwAAAABJRU5ErkJggg==); }

.olapic a.tw-reply:hover {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA2ZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDowMTgwMTE3NDA3MjA2ODExQTQxQUNFN0NCOEMyNEMzNiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpCRDlEQzM3NjQ5QzkxMUUwQTJGN0YyQzFDMzFCQjZCMyIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpCRDlEQzM3NTQ5QzkxMUUwQTJGN0YyQzFDMzFCQjZCMyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M1IE1hY2ludG9zaCI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjAxODAxMTc0MDcyMDY4MTFBNDFBQ0U3Q0I4QzI0QzM2IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjAxODAxMTc0MDcyMDY4MTFBNDFBQ0U3Q0I4QzI0QzM2Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+9VCNCAAAALRJREFUeNpi/P//PwMlgImBQkCxAQwgL8AwOkhLS/uPSy0M43QBumaSvECsZhBgRHY6IyMjLs0PgfgAEE+YNWvWBZh3MAxIT08nxuZEoCELsBqAwwUHgdgAiPmRxBRnzpz5AGsYAE1nROM7ALEAkBkI9QoIJOANRHRDoGIbgJQDlOtAMCHhMOQBSSkR3RBg+MCcfgBnNOJJWKBwAEXhBqDBBTB9LCSkepABDujeYKQ0OwMEGAAGwWg6vltX3AAAAABJRU5ErkJggg==); }

.olapic a.tw-retweet {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA2ZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDowMTgwMTE3NDA3MjA2ODExQTQxQUNFN0NCOEMyNEMzNiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpBN0E4QjY3NTQ5QzkxMUUwQTJGN0YyQzFDMzFCQjZCMyIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpBN0E4QjY3NDQ5QzkxMUUwQTJGN0YyQzFDMzFCQjZCMyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M1IE1hY2ludG9zaCI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjAxODAxMTc0MDcyMDY4MTFBNDFBQ0U3Q0I4QzI0QzM2IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjAxODAxMTc0MDcyMDY4MTFBNDFBQ0U3Q0I4QzI0QzM2Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+DM4SFwAAAHdJREFUeNrsU0EKwCAMM+Jb9Rt+Qz/bGQ+jBMcGMnZZDmpam5aIMLOwgxg28b1A4gJgkpxz5d57r54rmB85tNbsnMBfVqEBW4jMGPgKpZTLTp6rMGvTamQtfN/EO6iZjtfpgb7CygfNMc7a+LS798Wf8f+FcAgwAG7fSBXaBXw9AAAAAElFTkSuQmCC); }

.olapic a.tw-retweet:hover {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA2ZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDowMTgwMTE3NDA3MjA2ODExQTQxQUNFN0NCOEMyNEMzNiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo0RDBBNEU0MjQ5QzkxMUUwQTJGN0YyQzFDMzFCQjZCMyIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo0RDBBNEU0MTQ5QzkxMUUwQTJGN0YyQzFDMzFCQjZCMyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M1IE1hY2ludG9zaCI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjAxODAxMTc0MDcyMDY4MTFBNDFBQ0U3Q0I4QzI0QzM2IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjAxODAxMTc0MDcyMDY4MTFBNDFBQ0U3Q0I4QzI0QzM2Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+PXnIbwAAAHVJREFUeNrsU0EKwCAMM+Jb7Zv0s53tYZTQsYGMXZaDmNamJUWoatlBLZv4XqDZAcBJ790NmXMicoblVw5jDD0niI9ZaEETEY/BtiAil50iZ2GrbdnIXPi+iXdgMwOHe8BbyHzgnMWttj7tHn2Jd/x/oRwCDAA3WkgV6TAtIgAAAABJRU5ErkJggg==); }

.olapic a.tw-favorite {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA2ZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDowMTgwMTE3NDA3MjA2ODExQTQxQUNFN0NCOEMyNEMzNiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpCRDlEQzM3MjQ5QzkxMUUwQTJGN0YyQzFDMzFCQjZCMyIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpCRDlEQzM3MTQ5QzkxMUUwQTJGN0YyQzFDMzFCQjZCMyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M1IE1hY2ludG9zaCI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjAxODAxMTc0MDcyMDY4MTFBNDFBQ0U3Q0I4QzI0QzM2IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjAxODAxMTc0MDcyMDY4MTFBNDFBQ0U3Q0I4QzI0QzM2Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+TRQ6TwAAAWFJREFUeNqkUz9rg1AQv4aKIWYoCMVBaUohydila+kS6KDfIZtfo19A/ArN6tQvoJQOOgThjc3WglPB0iGKYtDeSSw2PJOGHpznu7vfvfv3Tqqqgv/QKX1M09znM0J+6zL2DlxwhjzfyuMD9Pt9oy2PDTDKsuxK13UguS3l7wGGw+H9eDwGwzCAJJ07m4ikIE/R6aIoivM8z6X1el2DiUhalkU+D6IoJoIgfKD9Hc+v7QB3ZVnCbDaDyWQCqqrCYDCojZSBbdsQRRGsVivJ87xLVBN/NSUw5Kc0TWsQARpwQ209+ZE/4do9qIM4jgO+73P7QnqyN2BeExnWuAyCgBuA9GRvwNwpYAOTfbuxa+9xxjfVNA3iOIbFYlGvOUk6k57svDH+roMxcF2X0qXblmEY3mD9kizLnXvwQzhfZbPZfOLvC6bLtmk/o7hOkuQWt1I5lMEjOvFeH0M9213pbwEGANQej73JxPetAAAAAElFTkSuQmCC); }

.olapic a.tw-favorite:hover {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA2ZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDowMTgwMTE3NDA3MjA2ODExQTQxQUNFN0NCOEMyNEMzNiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpCRDlEQzM2RTQ5QzkxMUUwQTJGN0YyQzFDMzFCQjZCMyIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpBN0E4QjY3QzQ5QzkxMUUwQTJGN0YyQzFDMzFCQjZCMyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M1IE1hY2ludG9zaCI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjAxODAxMTc0MDcyMDY4MTFBNDFBQ0U3Q0I4QzI0QzM2IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjAxODAxMTc0MDcyMDY4MTFBNDFBQ0U3Q0I4QzI0QzM2Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+J4Yw8gAAAUtJREFUeNqkU7Fqg2AQvoaAIm5Cuih00jWPkAx2MvQZMkmfon0Dx9BNV99B20knIavQoUOWFtxU4qK9TxTEWtPQg/P8v7vv/vv/u/+maRr6jyzxsW17LmbD+vabc3FhgzvW185en0AUxZehvTbB5nw+31uWRbDdUf6eQJZlR9d12u12BIv1XII16zMHhYIgfPJ/k+f5GmQILNbA4Ucc4sFbDhI81XVNpmmSYRikqipJktQ6UYHjOHQ6nShN01UYhiuGt6wffQUu674sy5YEQk/uZYgjDvHgDe+gTeL7PkVRNHkvwOHvyVOX6PIZD3EcTyYADn9PnuxCVVVfc7Mx9i8m2vegaRplWUae57VjDos1cPh/vIWxHI9HCoIA5WK3Q5Ikj3z+laIolwcJ/S6K4h0XxeXeot+d3QPv5mG2gi2P7tTrcxl3xyP9LcAAsMeJjEdHuTAAAAAASUVORK5CYII=); }

.olapic .sharing {
  float: left;
  width: 100%;
  margin: 0 0 20px 0; }

.olapic .sharing ul {
  margin: 0;
  padding: 0;
  text-align: left; }
  @media only screen and (max-width: 760px) {
    .olapic .sharing ul {
      text-align: center; } }

.olapic .sharing ul li {
  display: inline-block;
  margin: 0 4px;
  text-align: center; }

.olapic .sharing ul li i {
  color: #FFF !important; }

.olapic .sharing-fb,
.olapic .sharing-tw,
.olapic .sharing-pi {
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  text-decoration: none;
  font-size: 1.4em;
  color: #FFF;
  background-repeat: no-repeat;
  background-position: center center; }

.olapic .sharing-fb:hover,
.olapic .sharing-tw:hover,
.olapic .sharing-pi:hover {
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 0 6px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.4);
  color: #FFFFFF;
  text-decoration: none; }

.olapic .sharing-fb i,
.olapic .sharing-tw i,
.olapic .sharing-pi i {
  display: block;
  vertical-align: middle;
  padding: 8px 0 0 2px;
  font-size: 1.1em;
  background: none; }

.olapic .sharing-fb {
  background-color: #3b5a99; }

.olapic .sharing-tw {
  background-color: #25aae1; }

.olapic .sharing-pi {
  background-color: #cb2027; }

.olapic .products {
  width: 100%;
  float: left; }

.olapic .products h3 {
  margin: 0 0 14px;
  font-family: "Apple SD Gothic Neo", Apple SD Gothic Neo, Arial, sans-serif, "Noto Sans KR", sans-serif;
  font-weight: bold;
  font-size: 27px; }

.olapic .products-wrapper {
  float: left;
  width: 100%;
  overflow: hidden; }

.olapic .products-list {
  position: relative;
  float: left;
  left: 0px;
  height: 220px;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style-type: none;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

.olapic .products-list li {
  float: left;
  display: inline-block;
  margin: 0 20px 0 0; }

.olapic .product-list-item {
  float: left;
  width: 100%;
  height: 218px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  text-decoration: none;
  color: #2B2B2B; }

.olapic .products-list li {
  width: 100%; }

.olapic .product-list-item:hover {
  border: 1px solid #E42A67;
  text-decoration: underline;
  color: #E42A67; }

.olapic .product-list-item img {
  display: block;
  max-width: 80px;
  margin: 0 auto 10px auto; }

.olapic .product-list-item-image {
  float: left;
  width: 100%;
  height: 80%;
  max-height: 160px;
  margin: 0;
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat; }

.olapic .product-list-item-title {
  clear: both;
  display: block;
  overflow: hidden;
  height: 40px;
  padding: 0 10px;
  font-size: .78em;
  text-align: center; }

.olapic .productsRelated-1 .products-previous,
.olapic .productsRelated-1 .products-next,
.olapic .productsRelated-2 .products-previous,
.olapic .productsRelated-2 .products-next,
.olapic .productsRelated-1 > .njot-row > .col-md-1,
.olapic .productsRelated-1 > .njot-row > .col-md-1,
.olapic .productsRelated-2 > .njot-row > .col-md-1,
.olapic .productsRelated-2 > .njot-row > .col-md-1 {
  display: none; }

.olapic .productsRelated-2 > .njot-row > .col-md-10 {
  padding: 0;
  margin-left: 15px; }

.olapic .products-previous,
.olapic .products-next {
  position: absolute;
  margin-top: 80px;
  font-size: 2em;
  text-decoration: none;
  color: #A9A9A9; }

.olapic .products-previous {
  width: 30px; }

.olapic .products-next {
  width: 30px; }

.olapic .products-previous:hover,
.olapic .products-next:hover {
  color: #E42A67;
  text-decoration: none; }

.olapic .products-previous {
  left: 0; }

.olapic .products-previous i {
  margin-left: 9px; }

.olapic .products-next {
  right: 10px; }

.olapic .no-related-products {
  display: none; }

.olapic .newcopyright-olapic {
  float: left;
  width: 100%;
  margin: 20px 0 0 0;
  padding: 4px 0 0 0;
  border-top: 1px dotted #DDD;
  line-height: 20px; }

.olapic .newcopyright-olapic p {
  margin: 0;
  text-align: right; }

.olapic .newcopyright-olapic a {
  margin: 0;
  font-size: 12px;
  font-weight: bold;
  color: #E42A67;
  background-repeat: no-repeat;
  background-position: 100% 0;
  text-decoration: none; }

#olapic-viewer-dialogreport {
  position: absolute;
  top: 100px;
  z-index: 501;
  display: none;
  width: 365px;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.5);
  border-radius: 5px;
  color: #333;
  font-size: 12px;
  background: #fff;
  opacity: 0; }

#olapic-viewer-dialogreport .submission {
  position: absolute;
  top: 21px;
  right: 0;
  z-index: 100;
  display: none;
  height: 75px;
  width: 265px;
  padding: 50px;
  color: #666666;
  font-size: 17px;
  line-height: 26px;
  text-align: center;
  background: #fff; }

#olapic-viewer-dialogreport form {
  height: 177px;
  padding: 30px 20px 0; }

#olapic-viewer-dialogreport form input[type="submit"] {
  width: 100px !important; }

#olapic-viewer-dialogreport .formSent {
  overflow: hidden;
  height: 30px;
  -webkit-transition: height .25s linear;
  -moz-transition: height .25s linear;
  -o-transition: height .25s linear;
  transition: height .25s linear; }

#olapic-viewer-dialogreport div.text {
  padding: 20px 20px 25px;
  border-radius: 0 0 5px 5px;
  color: #fff;
  text-shadow: 0 0 1px rgba(0, 0, 0, 0.5);
  font-family: arial;
  font-size: 1.1em;
  letter-spacing: .02em;
  background-color: grey;
  background-image: -o-linear-gradient(-45deg, rgba(255, 255, 255, 0.1) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.1) 50%, rgba(255, 255, 255, 0.1) 75%, transparent 75%, transparent);
  background-image: -webkit-linear-gradient(-45deg, rgba(255, 255, 255, 0.1) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.1) 50%, rgba(255, 255, 255, 0.1) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(-45deg, rgba(255, 255, 255, 0.1) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.1) 50%, rgba(255, 255, 255, 0.1) 75%, transparent 75%, transparent);
  background-image: -ms-linear-gradient(-45deg, rgba(255, 255, 255, 0.1) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.1) 50%, rgba(255, 255, 255, 0.1) 75%, transparent 75%, transparent);
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.1)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.1)), color-stop(0.75, rgba(255, 255, 255, 0.1)), color-stop(0.75, transparent), to(transparent));
  background-image: linear-gradient(-45deg, rgba(255, 255, 255, 0.1) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.1) 50%, rgba(255, 255, 255, 0.1) 75%, transparent 75%, transparent);
  -webkit-background-size: 10px 10px;
  -moz-background-size: 10px 10px;
  -o-background-size: 10px 10px;
  background-size: 10px 10px; }

#olapic-viewer-dialogreport div.text::after {
  clear: both; }

#olapic-viewer-dialogreport .reportPhotoTextHide {
  display: none; }

#olapic-viewer-dialogreport a.close {
  float: right;
  text-decoration: none;
  margin: 5px 5px 0 0;
  color: #AAA;
  font-size: 14px; }

#olapic-viewer-dialogreport a.close:hover {
  color: #666; }

#olapic-viewer-dialogreport #reportInvalidEmail {
  float: right;
  margin-top: -22px;
  padding-right: 5px;
  color: #F00; }

@media (min-width: 992px) {
  .olapic .col-md-10 {
    width: 81.33333333333334% !important; } }
@media (min-width: 1200px) {
  .olapic .products-wrapper {
    width: 100%; }

  .olapic .products-next {
    right: -35px; } }
@media only screen and (max-width: 992px) {
  .olapic .products h3 {
    text-align: center; }

  .olapic .products-slide {
    margin-left: 16px; }

  .olapic .products-list li {
    margin: 0 22px 0 0; }

  .olapic #viewer-wrapper-njot .col-md-1 {
    position: absolute;
    top: 0px;
    z-index: 10000; }

  .olapic #viewer-wrapper-njot .col-md-1.cold-md-right {
    right: 0px; }

  .olapic #viewer-wrapper-njot .products .col-md-1 {
    position: inherit; }

  .products .col-md-10 {
    margin: 0 20px; } }
.footerpage {
  margin-top: -30px; }

.wid-100 {
  width: 100%;
  float: left; }

.float-clear {
  clear: both; }

.njot-leaderboard {
  display: inline-block;
  width: 100%;
  box-sizing: border-box;
  background: url(//images.vans.com/is/image/VansBrand/classics-njot-leaderboard?wid=1108) center center no-repeat;
  background-size: cover;
  padding: 10px; }
  .njot-leaderboard * {
    margin: 0;
    padding: 0;
    vertical-align: top;
    font-family: "Apple SD Gothic Neo", Apple SD Gothic Neo, Arial, sans-serif, "Noto Sans KR", sans-serif; }
  @media only screen and (max-width: 760px) {
    .njot-leaderboard {
      background: url(//images.vans.com/is/image/VansBrand/classics-njot-leaderboard-mobile?wid=640) center center no-repeat;
      background-size: cover; } }
  .njot-leaderboard .njot-table {
    display: table; }
  .njot-leaderboard .col-md-20 {
    display: inline-block;
    width: 20%;
    box-sizing: border-box;
    padding: 4px; }
    @media only screen and (max-width: 760px) {
      .njot-leaderboard .col-md-20 {
        width: 33.333%; } }
    .njot-leaderboard .col-md-20 a.njot-mini-box {
      background: url(//images.vans.com/is/image/VansBrand/njot-header-text-bg?wid=486) center center no-repeat;
      background-size: cover;
      display: table-cell;
      width: 100%;
      box-sizing: border-box;
      text-align: center;
      padding: 10px;
      color: #000;
      cursor: pointer;
      vertical-align: middle; }
      .njot-leaderboard .col-md-20 a.njot-mini-box img {
        margin-bottom: -30px; }
        @media only screen and (max-width: 440px) {
          .njot-leaderboard .col-md-20 a.njot-mini-box img {
            margin-bottom: -20px; } }
      .njot-leaderboard .col-md-20 a.njot-mini-box strong {
        display: inline-block;
        width: 100%;
        padding: 10px 0;
        text-transform: uppercase;
        font-size: 14px; }
        .njot-leaderboard .col-md-20 a.njot-mini-box strong.big {
          font-size: 25px; }
          @media only screen and (max-width: 440px) {
            .njot-leaderboard .col-md-20 a.njot-mini-box strong.big {
              font-size: 14px; } }
        @media only screen and (max-width: 440px) {
          .njot-leaderboard .col-md-20 a.njot-mini-box strong {
            font-size: 10px; } }
      .njot-leaderboard .col-md-20 a.njot-mini-box span {
        display: inline-block;
        width: 100%;
        text-transform: uppercase;
        font-size: 12px; }
        @media only screen and (max-width: 440px) {
          .njot-leaderboard .col-md-20 a.njot-mini-box span {
            font-size: 8px; } }
      .njot-leaderboard .col-md-20 a.njot-mini-box.selected strong, .njot-leaderboard .col-md-20 a.njot-mini-box:hover strong {
        background: url("//images.vans.com/is/image/VansBrand/njot-splash?wid=274&fmt=png-alpha") center center no-repeat;
        background-size: contain; }
      .njot-leaderboard .col-md-20 a.njot-mini-box:hover span {
        color: #000; }
    .njot-leaderboard .col-md-20.mobile-only {
      display: none; }
      .njot-leaderboard .col-md-20.mobile-only .box-text {
        display: inline-block;
        width: 100%; }
      @media only screen and (max-width: 760px) {
        .njot-leaderboard .col-md-20.mobile-only {
          display: inline-block; } }
      .njot-leaderboard .col-md-20.mobile-only a.njot-mini-box {
        position: relative; }
        .njot-leaderboard .col-md-20.mobile-only a.njot-mini-box .box-text {
          position: absolute;
          left: 50%;
          top: 50%;
          transform: translateX(-50%) translateY(-50%); }
        @media only screen and (max-width: 760px) {
          .njot-leaderboard .col-md-20.mobile-only a.njot-mini-box {
            display: inline-block; } }

.solo-gif-maker {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 800px; }

.subcat-gallery {
  margin-top: -4px; }

.solo-gallery {
  display: inline-block;
  position: relative;
  width: 100%;
  text-align: center;
  margin-top: 20px; }
  .solo-gallery .container {
    position: relative;
    display: inline-block;
    width: 100%;
    max-width: 1200px; }
    .solo-gallery .container .gif-block {
      display: inline-block;
      position: relative;
      box-sizing: border-box;
      width: 24.5%;
      padding: 5px;
      cursor: pointer; }
      @media only screen and (max-width: 760px) {
        .solo-gallery .container .gif-block {
          width: 49%; } }
      .solo-gallery .container .gif-block.loaded {
        cursor: default; }
      .solo-gallery .container .gif-block img {
        position: relative;
        z-index: 10; }
      .solo-gallery .container .gif-block .spinner {
        z-index: 5; }

.f17-njot-banner {
  position: relative;
  width: 100%;
  text-align: center;
  display: inline-block;
  margin-top: 10px;
  background-repeat: no-repeat;
  background-blend-mode: multiply;
  background-size: cover;
  background-color: #FBE572;
  background-image: url("//images.vans.com/is/image/VansBrand/gm_black_texture?wid=1440"); }
  @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .f17-njot-banner {
      background-image: none; } }
  @supports (-ms-accelerator: true) {
    .f17-njot-banner {
      background-image: none; } }
  .f17-njot-banner .njot-banner-holder {
    position: relative;
    display: inline-block;
    width: 100%;
    max-width: 87.5em; }
  .f17-njot-banner .njot-banner-container {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row; }
    @media only screen and (max-width: 760px) {
      .f17-njot-banner .njot-banner-container {
        flex-direction: column; } }
  .f17-njot-banner .njot-banner-left {
    display: inline-block;
    width: 40%;
    padding: 20px;
    box-sizing: border-box;
    text-align: left; }
    @media only screen and (max-width: 760px) {
      .f17-njot-banner .njot-banner-left {
        width: 100%; } }
    .f17-njot-banner .njot-banner-left h1 {
      font-size: 51px;
      display: inline-block;
      width: 100%;
      line-height: 1; }
      @media only screen and (max-width: 1024px) {
        .f17-njot-banner .njot-banner-left h1 {
          font-size: 35px; } }
    .f17-njot-banner .njot-banner-left p {
      display: inline-block;
      width: 100%;
      font-size: 18px;
      line-height: 1;
      margin: 10px 0 15px 0;
      font-family: "Apple SD Gothic Neo", Apple SD Gothic Neo, Arial, sans-serif, "Noto Sans KR", sans-serif; }
      @media only screen and (max-width: 1024px) {
        .f17-njot-banner .njot-banner-left p {
          font-size: 16px; } }
    @media only screen and (max-width: 760px) {
      .f17-njot-banner .njot-banner-left .button {
        border: 0 !important;
        color: #fff !important;
        background: #C9192E !important;
        font-size: 10px; }
        .f17-njot-banner .njot-banner-left .button:hover {
          border: 0 !important;
          color: #fff !important;
          background: #000 !important; } }
  .f17-njot-banner .njot-banner-right {
    display: inline-block;
    width: 60%;
    padding: 20px;
    box-sizing: border-box; }
    @media only screen and (max-width: 760px) {
      .f17-njot-banner .njot-banner-right {
        text-align: center;
        width: 100%; } }
    .f17-njot-banner .njot-banner-right img {
      max-width: 100%; }
    .f17-njot-banner .njot-banner-right .isDesktop {
      display: inline-block; }
      @media only screen and (max-width: 760px) {
        .f17-njot-banner .njot-banner-right .isDesktop {
          display: none; } }
    .f17-njot-banner .njot-banner-right .isMobile {
      display: none; }
      @media only screen and (max-width: 760px) {
        .f17-njot-banner .njot-banner-right .isMobile {
          display: inline-block; } }

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


